/*
Design adapted from Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Main elements */

body {
	margin: 0px;
	padding: 0;
	background: #EDE7DB url(/css/images/img01.gif) repeat-x left top;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
}

h1, h2, h3 {
	margin-top: 0;
}

h2 {
	font-size: 1.6em;
	display: inline;
	padding-right: 10px;
}

/* Links */

a {
	text-decoration: none;
	color: #f39;
}

a img {
	border: none;
}

/* Header */

#header-wrapper {
	width: 100%;
	height: 130px;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 130px;
}

#logo {
	width: 960px;
	height: 130px;
	margin: 0 auto;
}

#logo p {
	margin: 0px;
	text-transform: lowercase;
	padding: 4px 0 0 3px;
	font-size: 18px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Artists and recommendations */

#recs {
	padding-top: 10px;
}

.rec {
	border: 1px solid #666;;
	background: #ddd;
	margin-bottom: 10px;
	padding: 5px;
	margin-top: 5px;
	overflow:hidden;
}

.pic {
	height: 150px;	
	padding: 2px 8px 3px 2px;
	float: left;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

#tweets {
	text-align: center;
	margin-left: 54px;
	margin-right: 54px;
}

#videoBar {
	margin-top: 5px;
	clear: both;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

/* Menu */

#menu {
	width: 920px;
	margin: 0 auto;
	height: 54px;
	padding: 0px 20px;
	background: url(/css/images/img02.gif) repeat-x left top;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 21px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	height: 30px;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: #ddd;
	color: #000;
	margin-right: 10px;

}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(/css/images/img03.gif) repeat-y left top;
}

#page-bgbtm {
	padding: 0px 20px;
}

/* Content */

#content {
	float: left;
	width: 610px;
	margin: 10px 30px 20px 50px;
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 210px;
}

.sidebar {
	float: left;
	padding-top: 24px;
	color: #595959;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	background: none;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	background: url(/css/images/img04.gif) repeat-x left bottom;
}

.sidebar li h2 {
	height: 26px;
	margin: 0 0 0 0;
	padding: 14px 15px 14px 15px;
	text-transform: capitalize;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #454545;
}

.sidebar h2 a {
}

.sidebar a {
	padding-left: 15px;
}

/* Footer */

#footer-wrapper {
	width: 100%;
	height: 80px;
}

#footer {
	width: 920px;
	height: 80px;
	margin: 0 auto;
	padding: 0 20px;
	background: #000;
}

#footer p {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#footer a {
	color: #EDE7DB;
}

/* autocompletion */

.autocomplete-w1 { 
	background:url(/css/images/shadow.png) no-repeat bottom right; 
	position:absolute; 
	/* IE6 fix: */ 
	_background:none; 
	_margin:1px 0 0 0; 
}

.autocomplete { 
	border:1px solid #999; 
	background:#FFF; 
	cursor:default; 
	text-align:left; 
}

.autocomplete .selected { 
	background:#ddd;
}
	
.autocomplete div { 
	padding:2px 5px; 
	white-space:nowrap; 
	overflow:hidden; 
}

.autocomplete strong { 
	font-weight:normal; 
	color:#f39; 
}

/* Misc */
.centered {
	text-align: center;
	width: 550px;
}
