
/* doves 1.0
---------------------------------------------------------- */
body{
	background:#000 url('../images/ui/body-bg.gif') no-repeat fixed center center;
	font-family:Arial;
	color:#fff;
}

#wrapper{
	width:912px;
	background:#222 url('../images/ui/wrapper-bg.gif') no-repeat scroll center 17px;
	margin:auto;
	padding-top:72px;
}

.clearfix{
	clear:both;
}

/* toggle
-----------------------------------------------------------*/

#header{
	width:900px;
	height:300px;
	margin-left:6px;
	margin-bottom:6px;
}

/* header photo
-----------------------------------------------------------*/

#photo{
	width:900px;
	height:300px;
	background:#191919;
}

/* flickr
-----------------------------------------------------------*/

#flickr{
	width:900px;
	height:300px;
	margin:auto;
	display:none;
}

#flickr .square{
	width:75px;
	height:75px;
	float:left;
	background:#191919;
	outline:1px solid #191919;
}

/* primary nav
-----------------------------------------------------------*/

#nav{
	width:912px;
	height:32px;
	background:#191919;
	font-size:14px;
}

#nav li{
	float:left;
	height:20px;
	border-top:6px solid #191919;
	border-bottom:6px solid #191919;
	margin-right:4px;
}

#nav li.last{
	margin-right:0;
}

#home #nav .home,
#discography #nav .discography,
#history #nav .history{
	background:#222;
	border-top:6px solid #191919;
	border-bottom:6px solid #222;
}

#gigs #nav .gigs{
	background:#fff;
	border-top:6px solid #191919;
	border-bottom:6px solid #fff;
	color:#121212;
}

#nav li.toggled{
	background:#222;
	border-top:6px solid #222;
	border-bottom:6px solid #191919;
}

#nav li a{
	padding:0 10px;
	color:#ccc;
	text-decoration:none;
}

#home #nav .home a,
#discography #nav .discography a,
#history #nav .history a,
#bonusarea #nav .bonusarea a,
#signup #nav .signup a{
	color:#fff;
}

#gigs #nav .gigs a{
	color:#121212;
}

#nav li a:hover{
	color:#fff;
}

/* year nav
-----------------------------------------------------------*/

#calendar{
	width:912px;
	height:32px;
	background:#ffffff;
	font-size:14px;
}

#calendar li{
	float:left;
	height:20px;
	border-top:6px solid #fff;
	border-bottom:6px solid #fff;
}

#calendar li a{
	padding:0 10px;
	color:#121212;
	text-decoration:none;
}

#calendar li a:hover{
	color:#000;
}

/* content
-----------------------------------------------------------*/

#content{
	width:880px;
	min-height:560px;
	padding:20px 16px 40px;
	font-size:12px;
}

#content a{
	color:#fff;
}

#content h1, #content h2{
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
	font-size:18px;
	padding:6px 0;
	clear:both;
}

#content h2{
	margin-bottom:10px;
}

#content h1 a, #content h2 a, #content h3 a{
	color:#fff;
	text-decoration:none;
}

#content small{
	margin:10px 0px;
	text-transform:uppercase;
}

#content p{
	width:600px;
	margin:15px 0;
}

#content p.postmetadata{
	
}

form input,
form select{
	padding:2px;
}

form p{
	margin:10px 0;
}

form p a{
	text-decoration:underline;
}

form label{
	display:block;
	margin-bottom:5px;
	text-transform:uppercase;
}

/* content - two column
-----------------------------------------------------------*/

#content.narrowcolumn{
	width:680px;
	float:left;
}

#content.narrowcolumn h3{
	font-size:18px;
	padding:6px 0;
	clear:both;
}

/* sidebar
-----------------------------------------------------------*/

#sidebar{
	width:168px;
	min-height:560px;
	float:right;
	padding:20px 16px;
	font-size:11px;
}

#sidebar a{
	color:#fff;
}

#sidebar a:hover{
	text-decoration:underline;
}

#sidebar h2{
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

#sidebar ul{
	margin-bottom:10px;
}

#sidebar a{
	text-decoration:none;
}

/* discography
-----------------------------------------------------------*/

.release{
	width:280px;
	width:430px;
	margin-top:20px;
	float:left;
	border-bottom:1px solid #ccc;
	margin-right:20px;
	padding-bottom:12px;
}

.release.end{
	margin-right:0px;
}

.release img{
	float:left;
	margin-right:12px;
}

.release h3{
	width:295px;
	font-size:13px;
	float:left;
	font-weight:bold;
	margin-bottom:10px;
}

.release a{
	float:left;
	width:295px
}

/* gigography
-----------------------------------------------------------*/

dl{
	clear:both;
	padding:10px 0 10px;
	text-transform:uppercase;
}

dt{
	float:left;
	width:125px;
	clear:both;
	margin-bottom:5px;
}

dd{
	float:left;
	margin-bottom:5px;
}

/* signup
-----------------------------------------------------------*/

#bonusarea #content{
	width:900px;
	height:700px;
	padding:20px 6px;
}

/* footer nav
-----------------------------------------------------------*/

#footer{
	width:888px;
	height:11px;
	background:#222;
	font-size:11px;
	padding:6px 12px 12px;
	color:#aaa;
}

#footer li{
	text-transform:uppercase;
	float:right;
}

#footer li.copyright{
	float:left;
}

#footer li a{
	color:#aaa;
	text-decoration:none;
}

#footer li a:hover{
	color:#eee;
}

/* EMI BUY BUTTON
-------------------------------------------------------------*/
.emi_vendor_link a {
	width:100%;
}

.emi_vendor_link a span {
	color:black !important;
}


/* eof
---------------------------------------------------------- */
