@CHARSET "UTF-8";
/* Force defaults to be similar in every browser*/
html{
	color:rgb(0,0,0);
	background:rgb(255,255,255);
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
.emailpreview {
	border: 1px solid #B0B0AB;
	padding: 5px;
}

.lang-select {

   margin-bottom: 20px;
   text-align: center;
}
.lang-select img {
	padding: 2px;
}
.unread {
	background-color: #e0e0e0;
}

.rating_bar {
	float:right;
  width: 55px;
  background: url(/img/star_x_grey.gif) 0 0 repeat-x;
}

.rating_bar div {
  height: 12px;
  background: url(/img/star_x_orange.gif) 0 0 repeat-x;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width: 300px;
	font-size: 0.9em;
	font-weight: normal;
}
#tooltip h3, #tooltip div { margin: 0; }

.msg {
	border-top: 1px solid #E5E5E5;
	padding: 10px;
}
.msg .delete{
	float:right;
	clear:right;
	margin: 0 5px 0 15px;
	font-weight: bold;
}
.msg .subject {
	font-weight: bold;
	color: black;
	margin:7px 0 0 25px;
}
.msg .body {
	margin:0 0 0 25px;
}

.feed li {
	list-style: disc inside;
	margin-bottom: 20px;
}

ol.terms li {
	margin:20px;
	list-style:decimal;
}

.terms h2 {
	color: black;
	background-color: white;
	font-size: 1.2em;
}

ol.terms ul li {
	list-style:disc;
	margin:0 20px;
}

.paypal {
	float: none;
	border: none;
	font-weight: bold;
}
.paypal input {
	width: auto;
	margin: 10px;
}

#termsscroll {
	height:200px;
	width: 600px;
	overflow: auto;
	border: 1px solid ;
	padding: 8px;
   background-color: #eeeeee;
}

#fb_like {
	margin:10px 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
.FestivalSearch input, .ArtistSearch input, SchoolSearch input {
	width: 100%;
	margin-bottom: 10px;
}

.FestivalSearch label, .ArtistSearch label, .SchoolSearch label, .right-side .login label {
	text-align: left;
	color:gray;
	width:100%;
}

.artists li , .teachers li{
/*	list-style: disc inside;*/
	float:left;
	width: 48%;
	clear: none;
	padding: 5px;
}

.artistindex li {
	margin-bottom: 10px;
	float:none;
}

.festivalindex li {
	float: none;
}

li{
	list-style:none;
	clear:left;
}
.artisttext, .schooltext {
	display:inline;
}
.artisttext .location, .schooltext .location{
	margin-left: 3px;
}
.artistbox, .schoolbox , .festivalbox {
	margin: 0 5px 10px 0;
	width: 200px;
	height: 50px;
/*   border-bottom: 1px solid #807E7E;*/
	display:inline;
}

.artistbox .name, .schoolbox .name, .festivalbox .name{
	font-weight: bold;
	
	text-decoration: none;
}

.artistbox .location, .schoolbox .location, .festivalbox .location  {
	padding: 3px;
}

.artistbox .styles, .schoolbox .styles, .festivalbox .styles {
	font-style: italic;
}

.artistbox img,.schoolbox img, .festivalbox img  {
	margin:3px;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {font-size:1.6em; padding:3px; background:#049bbf; color:#fff; margin: 0.5em 0.1em 1em}
h2 {font-weight:bold;padding:3px; background:#049bbf; color:#fff; margin:0.5em 0.1em 1em;clear:left}
h3 {font-weight:bold; margin:1.3em 0 0.5em;color:#049bbf;clear:left}

h1 a, h2 a {color:#fff;}

q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
} /* to preserve line-height and selector appearance */
sub {
	vertical-align:text-bottom;
} /* to preserve line-height and selector appearance */
/*
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
} *//* to preserve line-height and selector appearance */
legend{
	color:rgb(0,0,0);
} /*because legend doesn't inherit in IE */

html {background: #a1a1a1 url('/img/content_bg.png') repeat-x;}

body, td {font-size:12px; font-family:arial; text-align:center;}
a {color:#00A5CC;}
a:hover {text-decoration:underline;}

.container {margin:10px auto;	background-color:#FFF; width:990px; text-align:left;}

.left {float:left; width:156px;}

.logo, .logo img {width:156px; height:137px; border:0;}

.left-side {width:156px; padding:10px 0px; background:url('/img/left_bg.png') repeat-x; min-height:186px;}

.left-side a, .left-side p {color:black;text-decoration:none; border-bottom: solid 1px #fff; display: block; background-color: #fffab0/*#edf2a0*/; margin: 0px 0px 0px 0px; padding:2px 10px;}
.left-side a:hover, .left-side a.selected {text-decoration:none; background-color: #cdcdcd;}

.center {width:637px;	margin-bottom: 20px; float: left; }
.follow_icon {margin:0 5px;}

#accordion {
	float: left;
	width:45%;
	height:220px;
	border-right:1px solid gray;
	margin:15px;
	padding:10px;
}

#accordion h3 a{
	text-decoration: none;
	color:#00A5CC;
	font-size: 1.3em;
	font-weight: bold;
}
#quote {
	float:left;
	width:50%;
	margin:10px 15px;
	width:40%;
	text-align: center;
}


#events_specials ul {float: left;  margin: 0;  padding: 0;  list-style: none;}
#events_specials h2 {clear: left}
#events_specials li {float: left;  margin: 0;  width:298px; height:160px;padding: 5px; clear:none;}
#events_specials .label {float:right;font-size: 1.3em;font-weight: bold;padding: 0 5px 5px 0}
#events_specials .price {color:red;font-weight: bold;font-size: 1.1em}
#events_specials .original {text-decoration:line-through}
#events_specials h3 {margin: 0;clear:none}

#events_upcoming {float:left;margin-bottom: 10px;width: 50%;padding-right:3px}
#events_upcoming img.flyer, #featured_artist img.flyer,#events_specials img.flyer {margin:0 5px 10px 5px; float:left;clear: both; max-height:100px;max-width: 100px; width:expression(this.width > 100 ? "100px" : this.width);}
#events_upcoming li.first, #featured_artist li.first {margin-bottom: 10px}
#events_upcoming a, #events_styles a, #featured_artist a, #events_specials a {text-decoration:none;}
#events_upcoming a:hover, #events_styles a:hover {text-decoration:underline;}
#events_upcoming h3, #featured_artist h3 {clear:none}

#events_styles, #featured_artist {float:right;margin-bottom: 10px;width: 49%;}
#events_styles ul li a.more, #events_styles a.more,#events_upcoming p a, #events_styles p a {float:right; color: #ff0000;}

#events_map {clear:both; }
#map {width: 605px; height: 300px;overflow: hidden}


.featured-party {text-align: center;width: 140px;float:left;margin: 0.4em}
.featured-party .date {font-weight: bold;height: 1.2em; margin: 0.5em 0;}
.featured-party .flyer {max-width: 120px;max-height: 180px;padding: 2px}
.featured-party h3 {margin: 0.3em 0 0.5em}

.center_level0 {min-height:102px;width:100%; background: url('/img/center_top.jpg') no-repeat;}
.top_menu {width:80px;	text-align:right; float:left;}
.top_pictures img {border:solid 1px #bab9b9; margin:0px 0px 0px 4px;}

.center_level1 {height:21px;margin-top:-4px;}
.center_menu {
	background: url('/img/center_menu_bg.png') repeat-x;
	margin-right:15px; padding: 4px 15px 0px 15px;
	text-align: right; height:17px; float:right; color:white;
}

.center_menu .mbr {padding:0px; margin: 0 7px; font-size:11px;}
.center_menu a {text-decoration:none; color:white;}
.center_menu a:hover {text-decoration:underline; color:white;}

.content_area {padding:0 10px; border-right:1px solid #B0B0AB;}

.content_area p, .right-side p {margin:1em 0;}
span.range {width:7em; display:inline-block; margin:0 3px 0 0;color:#807E7E;}

.content_area .section {float:left;clear:both; width:100%;}

div.message {color:#900; font-weight:bold;}
.breadcrumb {margin:0 0 5px;}
.tools {text-align:right;margin-top:-15px;}
.tool {text-decoration: none;padding: 0 10px}
.tool img {margin:0 5px 0 0}

#havedancedbox {margin:5px 0 0 200px; background-color:white; border:1px solid #049BBF; position:absolute; width:270px; text-align:left; padding:10px; display:none;}
#havedancedbox .name {width:100px;float:left;clear:both;}
#havedancedbox .rating {float:left}
#havedancedbox input {margin:0 1px;position:relative;top:2px;float:none;border:none;}
#havedancedbox label {padding:0; margin:0; clear:none; float:none; width:auto; display:inline; color:#000;}

.gcal {margin:0 0 10px 0;}
.gcal iframe {width:100%; border:0}

.badge {background:red none repeat scroll 0 0;
color:white;
font-family:verdana;
font-size:8px;
margin:0 3px;
padding:0 3px;}

.tagcloud {text-align:center;margin:0 0 10px 0;}
.tagcloud a {text-decoration:none;}
.tagcloud a:hover {text-decoration:underline;}

#testframe {width:100%;text-align:center;}
#testframe iframe {margin:0 auto;text-align:left;}

.right {width:190px; float:left;}
.right-side {padding:10px; width:145px;}

.right-side {padding:10px;}

.right-side input[type=text], .right-side input[type=password] {
	width:139px;
}

.right .banner {margin:5px 0; text-align:center;}
.banners td {text-align:center;}
.banners img {margin:1px;}

.view .buy {float:right;clear:right;width:300px;height:50px;border-left: 10px solid white; border-bottom: 10px solid white;text-transform: uppercase;}
.view .buy a {text-decoration: none}
.view .buy img {float:left;margin-right:5px}
.view .buy #label {font-size: 21px;}
.view .buy #price {color:red;font-weight:bold;font-size:13px}
.view .buy #original{color: gray;font-size:10px}
.buy img.flyer {margin:0 0 10px 5px; float:right; clear:right;max-width: 300px; width:expression(this.width > 300 ? "300px" : this.width); border-left:5px solid white;}
.buy .success {font-weight: bold;font-size: 18px;color:green}
.buy .cancel {font-weight: bold;font-size: 18px;color:red}

.view img.flyer {margin:0 0 10px 5px; float:right; clear:right;max-width: 300px; width:expression(this.width > 300 ? "300px" : this.width); border-left:5px solid white;}
.view div#map, .index div#map {width:300px; height:300px; float: right; clear:right;overflow:hidden;border-left: 10px solid white; border-bottom: 10px solid white}
.view div.video {margin: 1em 0;float: right;clear: right;border-bottom:10px solid white;border-left:10px solid white;}
.view div.hostelbookers {float:right;clear: right;width: 300px;text-align: center}

.friends li {
	float:left;
	width: 30%;
	clear: none;
	padding-bottom: 5px;
}
.footer {float:right;width: 100%;height: 80px; color: #807E7E}

.footer_left {float:left;width: 156px}
.footlinks {float:left;text-align: center;width: 637px}
.footlinks a {text-decoration: none}
.footlinks a:hover {text-decoration: underline}
.footer_right {float:left;width: 190px;text-align: center}

.normal {color:#000000; text-decoration:none;}
.normal a {color:#00A5CC; text-decoration:none;}
.gray {color:#807e7e; text-decoration:none;}
.smallgray, .smallgray a {color:#807e7e; text-decoration:none;font-size: 8px}
.green, .green a {color:#0efd02; text-decoration:none;}
.brown, .brown a { color:#452806; text-decoration:none; }
.orange, .orange a {color:#ff8c02; text-decoration:none;}
.normal a:hover, .gray a:hover, .green a:hover, .brown a:hover, .orange a:hover {text-decoration:underline;}

.level {
	margin:7px 0 0;
	text-transform:capitalize;
}
.index {color:#807e7e; }
.index a {color:inherit;text-decoration:none;}
.index a:hover {text-decoration:underline;}

.heading {font-size:1.2em; padding:3px; background:#049bbf; color:#fff; margin-bottom:1em;}

.heading a {color:white; text-decoration:none;}
.heading a:hover {text-decoration:underline;}

.field_text {
	padding:0px 30px 0px 0px;
}

.joon1 {
	width:100%;
	height:15px;
}

.joon2 {
	height:25px;
	width:160px;
}

.joon1, .joon2 {
	background: url('/img/joon_bg.jpg') center repeat-x;
	clear:both;
}

.space {
	height:12px;
}

/* Tables */
.index table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.index th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
.index th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.index th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
.index table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
.index table tr.highlight td {
	background-color: #FE9D9D;
}
.index table tr.altrow td {
	background: #f4f4f4;
}
.index table tr.highlight.altrow td {
	background-color: #FE9D9D;
}

.index td.actions {
	text-align: center;
	white-space: nowrap;
}
.index td.actions a {
	margin: 0px 6px;
}

.index div.item {
	width:300px;
	float:left;
}



/* Paging */
.paging {background:#fff; color:#ccc; margin:1em 0;clear: left}
.paging .disabled {color: #ddd; display: inline;}
.paging span.current {color: #000;}

strong {font-weight:bold;}

.view .index {margin-bottom:15px;}

.col2 .checkbox {width:270px;float:left;}
.col3 .checkbox {width:180px;float:left;}

.form .input {clear:left;}

.cake-debug {text-align:left;}
