/* ======== DomainName.com Screen Stylesheet ::
Author:    Name, Website
Created:    Date Intitals
Updated:    Date Initials
TOC:        Resets; HTML & Body; Links; Typography; Lists; Tables;
        Classes; Template; Navigation; Page Styles; Forms; Other;
----------------------------------------------------------------- */

/* ======== Resets ::
----------------------------------------------------------------- */
body, address, blockquote, h1, h2, h3, h4, h5, h6, p, pre, dl, ol,
ul, dd, dt, li, fieldset, form {margin:0;padding:0;}

/* ======== HTML & Body ::
----------------------------------------------------------------- */
html {font-size:100.01%;height:100%;}
body { 
height:100%;
font:62.5%/1.2 "Lucida Grande", Arial,Tahoma,Geneva,Helvetica,sans-serif;
background:#84b1df;
color:#333;
}

/* ======== Links ::
----------------------------------------------------------------- */
a,a:visited {text-decoration:underline;}
a:active, a:focus, a:hover {text-decoration:none;outline:none;}
a img {border:none;}

/* ======== Typography ::
----------------------------------------------------------------- */
/* ==== Resets for Nested elements 
- Helpful for Relative Font Size Sites (Not Needed for Fixed Font Size Sites) ==== */
blockquote p, p blockquote, div div, div li, div p,div dt,div dd,
li li, li li li,ul ul, p address, p pre, pre p,
td address, td h1, td h2, td h3, td h4, td li, td dd, td dt, td p, td pre {font-size: 100%;}

abbr,acronym {text-decoration: none;border:0}
address, h1, h2, h3, h4, h5, h6, dd, dt, li, p, pre {padding:.6em 0;}
h1 {font-size:2.2em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;color:#6d8ead;line-height:1.6em;}
h5 {font-size:1.1em;}
h6 {font-size:1.0em;}
/*address,blockquote,div,dd,dt,li,p,th,td {font-size:1.2em;}*/
dt {font-weight:bold;}
pre {font-size: 12px;}
q:before,q:after {content:'';}

/* ======== Lists ::
----------------------------------------------------------------- */
dl, ol, ul {margin-left: 20px;}
li, ol, dd, dt {vertical-align:middle;list-style-position: inside;}

/* ======== Tables ::
----------------------------------------------------------------- */
table {
border:none;
border-collapse:collapse;
border-spacing:0;
overflow:hidden;
word-wrap:break-word;
}
caption, th, td {text-align: left;vertical-align:top;}

/* ======== General Purpose Classes ::
----------------------------------------------------------------- */
.alignleft {text-align:left;}
.alignright {text-align:right;}
.center {text-align:center;}
.clear {clear:both;padding:0;margin:0;line-height:0;}
.external {/* if needed with new window JS */}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {font-size:20px;font-weight:bold;}
.light {color:#999;}
.png {/* if needed with png fix JS */}
.small {font-size:10px;font-weight:normal;}

/* ======== Template ::
----------------------------------------------------------------- */
#wrap {width:900px;margin:0 auto;}
#main {float:right;}
#sidebar {float:left;}
#footer {clear:both;}

/* ======== Navigation ::
----------------------------------------------------------------- */
/* ==== Main Menu ==== */
#menu ul {margin:0 auto; list-style: none;}
#menu li {float: left;}
#menu a {display: block;}

    /* 2nd Tier Child Menu with accessible drop down method */
    #menu li ul {position: absolute;top: -999em;left: -999em;}
    #menu li:hover ul, #menu li.hover ul {top: auto;left: auto;}

/* ==== Footer Menu ====- */
#footer ul { }
#footer li { }
#footer li a { }
#footer li a:active, #footer li a:focus, #footer li a:hover { }

/* ======== Page Styles ::
----------------------------------------------------------------- */


/* ======== Forms ::
----------------------------------------------------------------- */
label {cursor:pointer;}
fieldset {border:0;}
input,label,select,textarea {
line-height:1.2;
vertical-align:baseline;
font-size:inherit;
font-family:inherit;
}
input[type="radio"], input[type="checkbox"] {position:relative;top:1.5px;}
input[type="text"],textarea {padding:.2em;}
textarea {overflow:auto;}

/* ======== Other ::
----------------------------------------------------------------- */
#header {
	background: transparent url(../img/header_bkg.jpg) no-repeat top center;
	height: 214px;
}
#header_holder {
	width: 852px;
	margin: 0 auto;
	height: 214px;
}
#header_holder .left {
	float: left;
	width: 675px;
	margin-left: -75px;
}
#content {
	background: transparent url(../img/page_bkg.jpg) no-repeat top center;
	min-height: 652px;
	padding-bottom: 30px;
	font-size: 12px;
}
#content_holder {
	width: 852px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	min-height: 287px;
	text-align: justify;
}
.calendar div.left {
	width: 47%;
	float: left;
}
.calendar #content_holder:first-child div.left {
	padding-left: 26px;
}
div.left {
	width: 48%;
	float: left;
}
.thin {
	width: 33% !important;
}
.expand {
	width: 65% !important;
	margin-top: 60px;
}
.calendar .booking {
	float: right;
	margin: 30px 0;
}
img.left {
	float: left;
	margin-right: 20px;
}
a {
	outline: none;
	color: #2F4568;
}
a:hover {
	outline: none;
	color: #699CEC;
}
.wide {
	width: 852px;
}
#footer {
	background: transparent url(../img/footer_line_tag.png) no-repeat top center;
	width: 847px;
	margin: 0 auto;
	text-align: center;
}
#footer .nav {
	font-family: Georgia;
	font-size: 14px;
	margin-left: 202px;
	padding-top: 65px;
	text-transform: uppercase;
}
#footer .nav ul {
	margin: 0;
	padding: 0;
}
#footer .nav li {
	float: left;
	list-style: none;
	margin-right: 20px;
	text-align: center;
	padding: 0;
}
#footer .nav a {
	color: #394759;
	text-decoration: none;
}
.main_pic {
	background: transparent url(../img/main_pic.png) no-repeat top left;
	width: 251px;
	height: 214px;
	float: left;
	z-index: 0;
}
.logo {
	background: transparent url(../img/logo.png) no-repeat top left;
	text-indent: -9999px;
	z-index: 1;
	position: relative;
	float: left;
}
.logo h1 {
	margin: 0;
	padding: 0;
}
.logo h1 a {
	width: 257px;
	height: 134px;
	display: block;
}
#nav {
	background: transparent url(../img/nav_btm_line.png) no-repeat scroll -20px top;
	width: 609px;
	height: 39px;
	font-family: Georgia;
	font-size: 20px;
	line-height: 27px;
	float: left;
	margin-left: 68px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style: none;
	margin-right: 41px;
	margin-right/**/: 38px\9;
	text-align: center;
	padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #nav li { margin-right: 38px; }
} 
.last {
	padding: 0 !important;
	margin: 0 !important;
}
#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	background: transparent url(../img/nav_over.png) no-repeat top center;
	padding: 0 10px;
	margin: 0 -10px;
	border-radius: 6px;
	-webkit-border-radius:  6px;
	-moz-border-radius:  6px;
}
.booking {
	background: transparent url(../img/booking_info.png) no-repeat top center;
	margin: 0;
	padding: 0;
	height: 38px;
	width: 179px;

}
.booking a {
	width: 100%;
	height: 100%;
	display: block;
}
h1.pagetitle {
	height: 60px;
	width: 400px;
}
.music {
	background: transparent url(../img/music.png) no-repeat;
	width: 257px;
	height: 34px;
	float: right;
	padding-bottom: 25px;
}
.music a {
	cursor: pointer;
	display: block;
	width: 257px;
	height: 34px;
	text-indent: -9999px;
}
.join {
	width: 381px;
	float: right;
}
.join span {
	font-family: georgia;
	color: #c7d9ef;
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.join input {
	font-family: Arial;
	font-size: 10px;
	width: 152px;
	border: 1px #ccc solid;
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}
.join input.join {
	background: transparent url(../img/join.png) no-repeat;
	width: 50px;
	height: 27px;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
}
.join input.join:hover {
	background: transparent url(../img/join_over.png) no-repeat;
}
#sidebar {
	float: right;
	width: 179px;
	margin: 15px 0 15px 20px;
	text-align: left;
}

.bio #sidebar {
	width: 426px;
}
.bio #sidebar img {
	float: right;
}
.bio #sidebar ul {
	border-left: 1px solid #e0eaf5;
	border-bottom: 1px solid #e0eaf5;
	padding: 10px;
	margin: 0px;
	font-size: 11px;
}
.copy {
	font-family: Georgia;
	font-size: 12px;
	padding-top: 20px;
	*padding-top: 10px;
	color: #fff;
	text-align: center;
}
.copy a {
	color: #394759;
}
#quotes{
	font-size:18px;
	width:600px;
	margin:45px auto 0 auto;
	padding:0 20px 30px 20px;
	float: left;
	position:relative;
	line-height: 30px;
}

#author{
	color:#72a1d8;
	position:absolute;
	bottom:0px;
	right:10px;
}
/*#nav a:hover {
	background: transparent url(../img/nav_over.png) no-repeat top left;
	height: 36px;
	width: 106px;
}*/


/* ======== HostBaby ::
----------------------------------------------------------------- */

/* CALENDAR */

.calendar_artist_text {
	display: none;
}
.calendar_today {
	background: #dfebf6;
	border-radius: 6px;
	-webkit-border-radius:  6px;
	-moz-border-radius:  6px;
	padding: 20px;
}
	
.calendar_date_table {
	font-weight: bold;
}
.calendar_venue_text {
	font-size: 11px;
}
.calendar_date_text {
	font-size: 14px;
}
.calendar_event_title_text {
	font-size: 13px;
}
.calendar_venue_name {
	
}
.calendar_notes_text {
	font-size: 9px;
	color: #999;
}
td.calendar table {
	float: left;
	margin-right: 20px;
	padding: 20px;
}
td.calendar table table {
	float: none;
}
td.calendar table td {
	padding: 20px;
}
td.calendar table td table td {
	padding: 0;
}

/* NEWS */

.news_entry {
	margin-bottom: 20px;
}
.news_date {
	line-height: 20px;	
	color: #333;
	font-size: 9px;
	display: block;
	background: #dfebf6;
	padding: 0 5px;
}
.cushycms {
	height: 431px;
	padding: 0 10px 10px 10px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
}
.tracks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 500px;
}
.tracks ul li {
	float: left;
	width: 250px;
}
.tracks ul li>div {
	margin-top: 10px;
}
.preview, .tracks {
	float: left;
}
.tracks {
	width: 250px;
}
.tracks h2 {
	padding-top: 0;
}
.preview li {
	list-style: none;
	height: 15px;
}
.preview ul {
	margin: 2px 0 0 0;
	padding: 0;
}
.cover {
	top: 22px;
	left: 3px;
	height: 55px;
	width: 274px;
	position: absolute;
	background: transparent url(../img/player_cover.png) repeat bottom left;
}
li span {
	width: 175px;
	display: block;
	float: left;
}
li object {
	margin-left: 20px;
}
