/* Ya Musica Global CSS Document */


/* Import Reset
----------------------------------------*/
@import url("import/reset.css");

/* Import Listings CSS
----------------------------------------*/
@import url("import/listings.css");

/* Import Features Listings CSS
----------------------------------------*/
@import url("import/featureslistings.css");

/* Elements
----------------------------------------*/
html {
	overflow-y:scroll;
}
body {
	background-color:#070707;
}
body, p, td, th, li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#4c4c4c;
}
#wrapper {
	width: 100%;
	margin:0 auto;
	background:#f2f4f4 url(../images/background_main.gif) repeat-x;
}
#header {
	width: 960px;
	height: 175px;
	overflow:hidden;
}
#headerTop {
	height:50px;
	width:960px;
}
#logo {
	height:50px;
	width:170px;
	float:left;
	background:url(../images/yamusica-beta.png) no-repeat;
}
#headerRight {
	height:50px;
	width:310px;
	float:right;
	padding-right:10px;
}
#searchbar {
	width:945px;
	height:69px;
	margin-top:-1px;
	padding:16px 0 0 13px;
	border-top:solid 1px #cfd4d7;
	border-left:solid 1px #cfd4d7;
	border-right:solid 1px #cfd4d7;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background-color:#fff;
}
#contentbox {
	width: 960px;
	margin:0 auto;
	padding-bottom:30px;
}
#content {
	min-height:350px;
	width: 958px;
	background-color:#fff;
	border:solid 1px #d5dbdb;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
#maincontent {
	width: 615px;
	padding: 15px 0;
	margin-left:14px;
	display:inline-block;
	zoom: 1;
	*display: inline;
	vertical-align:top;
}
#googlemap {
	width:286px;
	height:250px;
	padding:7px;
	margin-bottom:10px;
	background: url(../images/background_map.png) no-repeat;
}
#contentBottom {
	height:33px;
	background:transparent url(../images/background_content_bottom.png) no-repeat;
}
#footerwrapper {
	margin:0;
	padding:10px 0 30px 0;
	width:100%;
	background:#070707 url(../images/background_footer.gif) repeat-x;
	clear: both;
}
#footer {
	margin: 0 auto;
	padding:10px 20px 26px 20px;
	width: 920px;
	min-height: 100px;
}
.footercontent {color:#fff;}
.copyright {
	width:260px;
	float:left;
	display:inline;
}
.copyright p {
	font-size:10px;
	color:#585c5f;
}
.footerBlock {
	width:200px;
	margin-right:10px;
	float:left;
	display:inline;
}
.footerBlock a:link {
	font-size:11px;
	display:block;
	color:#6f7477;
	width:180px;
	height: 20px;
	padding-top:5px;
	border-bottom:solid 1px #2a2d2f;
	text-decoration:none;
}
.footerBlock a:visited {
	font-size:11px;
	display:block;
	color:#6f7477;
	width:180px;
	height: 20px;
	padding-top:5px;
	border-bottom:solid 1px #2a2d2f;
	text-decoration:none;
}
.footerBlock a:hover {
	color:#fff;
	border-bottom:solid 1px #3c4042;
}
.footerBlock a:active {
	color:#fff;
	border-bottom:solid 1px #3c4042;
}
.footerBlock .disabled a:link {
	color:#3c4042;
	border-bottom:solid 1px #2a2d2f;
	text-decoration:none;
	cursor:default;
	}
.footerBlock .disabled a:visited {
	color:#3c4042;
	border-bottom:solid 1px #2a2d2f;
	text-decoration:none;
	cursor:default;
	}
.footerBlock .disabled a:hover {
	color:#3c4042;
	border-bottom:solid 1px #2a2d2f;
	text-decoration:none;
	cursor:default;
	}
.footerBlock .disabled a:active {
	color:#3c4042;
	border-bottom:solid 1px #2a2d2f;
	text-decoration:none;
	cursor:default;
	}
.footerBlock ul {
	margin-top:10px;
}
.footerBlock li {
	list-style: none;
	position: relative;
	width:210px;
	display:block;
}
#footerBottom {
	margin: 0 auto;
	margin-bottom:20px;
	width: 960px;
	height: 4px;
	clear: both;
	background:transparent url(../images/background_footer_bottom.png) repeat-y;
}
.sup {
	vertical-align:super;
	font-size:8px;
	color:#0078b4;
}
a:link {
	color: #0e8fcf;
}
a:visited {
	color: #0e8fcf;
}
a:hover {
	color: #23a4e5;
}
a:active {
	color: #0676b5;
}
.right {
	float:right;
}
.left {
	float:left;
}
.blueText {
	color:#23a4e5;
}
.underline {
	padding:0 0 10px 0;
	border-bottom:solid 1px #e4e8e8;
}
h1 {
	padding:2px 0 5px 0;
	color:#4c4c4c;
	font-size:13px;
	font-weight:normal;
}
h2 {
	padding:4px 0;
	color:#23a4e5;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman",  Times,  serif;
}
h5 {
	padding:2px 0 10px 0;
	margin-bottom:15px;
	border-bottom:solid 1px #d5dbdb;
	color:#4c4c4c;
	font-size:13px;
	font-weight:normal;
}
h6 {
	margin-bottom:3px;
	color:#4c4c4c;
	font-size:12px;
	font-weight:normal;
}
/* Tab Navigation
----------------------------------------*/
#tabnav {
	width:960px;
	height:30px;
	margin: 26px 0 0 0;
	padding: 0;
}
#tabnav li {
	list-style: none;
	height: 30px;
	float: left;
	position: relative;
}
#tabnav li a {
	height: 30px;
	text-indent: -9000px;
	text-align:center;
	text-decoration:none;
	display: block;
}
#tabnav .current a {
	background-position: 0 -60px;
}
#tabnav .current a:hover {
	background-position: 0 -60px;
}
/* Tabs
----------------------------------------*/
a#events,  a#venues,  a#artists {
	width: 96px;
	height: 30px;
	margin: 0 0 0 0;
}
a#events {
	background-image: url(../images/tab_events.jpg);
}
a#venues {
	background-image: url(../images/tab_venues.jpg);
}
a#artists {
	background-image: url(../images/tab_artists.jpg);
}
a#events:hover,  a#venues:hover,  a#artists:hover {
	background-position: 0 -30px;
}
/* Sub Navigation
----------------------------------------*/
.subnav {
	float:right;
	margin:5px 10px 0 5px;
	font-size:11px;
}
.subnav a {
	color:#686d6f;
	text-decoration:none;
}
.subnav a:hover {
	color:#333637;
	text-decoration:none;
}
/* Location box
----------------------------------------*/
#locationBox {
	background: transparent url(../images/locationBox.png) no-repeat;
	height: 37px;
	display:inline-block;
	zoom: 1;
	*display: inline;
	vertical-align:top;
	width:622px;

}
#locationBox:hover, #locationBox:hover #locationBoxSubmit {
	background-position: 0 -37px;
}
#locationBoxInput {
	border: none;
	margin-top: 8px;
	padding: 0 0 0 33px;
	height: 22px;
	width: 463px;
	display: inline;
	font-size: 17px;
	color: #686d6f;
	background: none;
	float: left;
	outline: none;
	font-family: Georgia, "Times New Roman",  Times,  serif;
}
#locationBoxSubmit {
	border: none;
	background: transparent url(../images/locationBoxSubmit.png) no-repeat;
	width: 123px;
	height: 37px;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
}
#locationBoxSubmit:hover {
	background-position: 0 -37px;
}
/* Search box
----------------------------------------*/
#searchBox {
	background: transparent url(../images/searchBox.png) no-repeat;
	height: 37px;
	margin-left:3px;
	display:inline-block;
	zoom: 1;
	*display: inline;
	vertical-align:top;
	width:305px;

}
#searchBox:hover, #searchBox:hover #searchBoxSubmit {
	background-position: 0 -37px;
}
#searchBoxInput {
	border: none;
	margin-top: 8px;
	padding: 0 0 0 10px;
	height: 22px;
	width: 258px;
	display: inline;
	font-size: 17px;
	color: #686d6f;
	background: none;
	float: left;
	outline: none;
	font-family: Georgia, "Times New Roman",  Times,  serif;
}
#searchBoxSubmit {
	border: none;
	background: transparent url(../images/searchBoxSubmit.png) no-repeat;
	width: 33px;
	height: 37px;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
}
#searchBoxSubmit:hover {
	background-position: 0 -37px;
}
/* Sidebar - Right column
----------------------------------------*/
#sidebar {
	min-height:350px;
	width: 300px;
	margin-left:10px;
	padding:15px 0 0 0;
	display:inline-block;
	zoom: 1;
	*display: inline;
	vertical-align:top;
}
#totalevents {
	width:300px;
	height:198px;
	padding:23px 0;
	text-align:center;
	background:url(../images/background_totalevents.png) no-repeat;
}
#totalevents p {
	font-family: Georgia, "Times New Roman",  Times,  serif;
	font-size:16px;
}
#totalevents .eventsNumber {
	font-size:50px;
	line-height:50px;
	color:#23a4e5;
}
#sidebar ul {
	position:relative;
	text-align: left;
	zoom: 1;
	}
#sidebar li {
	list-style: none;
	list-style-image: url(../images/bullet.png);
	list-style-position:outside;
	font-size:11px;
	margin: 0 0 4px 23px;
	}
#sidebar li a {
	text-decoration:none;
}
/* Generic Buttons
----------------------------------------*/
a.button {
	background: transparent url(../images/topbutton_right.jpg) no-repeat scroll top right;
	display: block;
	float: left;
	height: 22px;
	padding-right: 5px;
	text-decoration: none;
	color: #686d6f;
	font-size:11px;
	font-weight:normal;
}
a.button span {
	background: transparent url(../images/topbutton_left.jpg) no-repeat;
	display: block;
	line-height: 22px;
	padding: 0px 3px 0px 10px;
}
a.button:hover span {
	color: #333637;
}
/* Topbar Buttons
----------------------------------------*/
#headerTop a.topbutton {
	background: transparent url(../images/topbutton_right.jpg) no-repeat scroll top right;
	display: block;
	float: right;
	height: 22px;
	margin: 13px 5px 0 5px;
	padding-right: 7px;
	text-decoration: none;
	color: #686d6f;
	font-size:11px;
	font-weight:normal;
}
#headerTop a.topbutton span {
	background: transparent url(../images/topbutton_left.jpg) no-repeat;
	display: block;
	line-height: 22px;
	padding: 0px 3px 5px 10px;
}
#headerTop a.topbutton:hover span {
	color: #333637;
}
/* Block divider / date
----------------------------------------*/
.blockdivider {
	width: 615px;
	height: 24px;
	margin:0 0 7px 0;
	background: url(../images/background_blockdivider.png) no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:3px 0 0 8px;
	color:#23a4e5;
}
.blockdivider span {
	float:right;
	font-size:10px;
	padding: 1px 16px 0 0;
	color:#4c4c4c;
}
/* Block divider / empty
----------------------------------------*/
.emptydivider {
	width: 595px;
	height: 24px;
}
