/*
Theme Name: Donerail
Theme URI: http://donerail.com/
Description: Custom WordPress theme for Donerail. Design by Trask Bedortha, code by Nate Bedortha.
Version: 1.0
Author: Nate Bedortha
Author URI: http://natebedortha.com/
*/

/* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,del,dfn,em,img,q,small,strike,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
a {text-decoration: none;}
legend {display: none;}

/* all */

@font-face {
  font-family: 'Wilke';
  src: url('fonts/WilkeLTStd.otf') format('opentype');
}

body {
	background: #523821;
	font: 11px/16px Georgia,'Times New Roman',serif;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Wilke','Times New Roman',Georgia,serif;
	text-transform: uppercase;
	color: #e3d6a0;
}

p {margin-bottom: 1em;}

#container {
	background: #523821 url('img/page_bg.jpg') no-repeat;
	width: 790px;
	margin: auto;
	position: relative
}

	#header {
		position: relative;
		height: 148px;
	}
	
		#logo {
			position: absolute;
			height: 33px;
			width: 186px;
			top: 26px;
			left: 146px;
			background: transparent url('img/donerail.png') no-repeat;
		}
		
			#logo a {
				display: block;
				height: 100%;
				width: 100%;
				text-indent: -9999em;
			}
			
		#showsBucket {
			position: absolute;
			top: 19px;
			right: 130px;
			width: 194px;
			height: 29px;
			padding: 8px 8px 0 8px;
			border: 1px solid #7e4108;
			border-width: 1px 0 0 1px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			overflow: hidden;
		}
		
			#showsBucket h4 {
				margin-bottom: 0;
				font-size: 14px;	
			}
		
			#showsBucket a {
				color: white;
			}
			
			ul.gigpress-listing {
				height: 16px;
				overflow: hidden;
			}
		
		#topNav {
			border: 1px solid #7e4108;
			border-width: 1px 0;
			position: absolute;
			top: 87px;
			left: 50%;
			height: 26px;
			margin-left: -270px;
			width: 540px;
			text-align: center;
		}
		
			#topNav li {
				display: inline;
			}
			
				#topNav li a {
					font: 17px/25px 'Wilke','Times New Roman',Georgia,serif;
					color: #e3d6a0;
					text-transform: uppercase;
					padding: 4px 12px;
				}
	
				#topNav li a:hover {
					background: #7e4108;
				}
	
	.flourish {
		position: absolute;
		top: 11px;
		
		width: 137px;
		height: 272px;
		text-align: center;
		padding-top: 6px;
	}
	
	.flourish.left {
		background: transparent url('img/header_bg_left.png') no-repeat;
		left: 16px;
		padding-right: 6px;
	}
	
	.flourish.right {
		background: transparent url('img/header_bg_right.png') no-repeat;
		right: 16px;
		padding-left: 6px;
	}
	
	#footNav {
		clear: both;
		border-bottom: 1px solid #7e4108;
		font: 12px/18px Helvetica,Arial,sans-serif;
		text-align: center;	
		margin: 1px 15px;
		padding: 11px;

	}
	
		#footNav li {
			border-right: 1px solid white;
			padding: 0 15px;
			
			text-transform: lowercase;
			display: inline;
		}
		
		#footNav li.last {border-width: 0;}
		
			#footNav li a {
				color: white;
			}
			#footNav li a:hover {text-decoration: underline;}
			
	#footer {
		font: 10px/18px Helvetica,Arial,sans-serif;
		background: transparent url('img/footer_bg.jpg') no-repeat;
		padding: 13px 0 50px;
		text-align: center;
	}
	
		#footer li {
			border-right: 1px solid white;
			padding: 0 4px;
			display: inline;
		}
		
		#footer li.last {border-width: 0;}
		
			#footer li a {
				color: white;
			}
			#footer li a:hover {text-decoration: underline;}
			
	
/* home */
#slideShow {
	width: 630px;
	height: 286px;
	border: 2px solid #150b03;
	overflow: hidden;
	margin: auto;
	background: #e3d6a0;
}

h3#bucketTitle {
	margin: 1em 15px;
	border: 1px solid #7e4108;
	border-width: 1px 0 0 1px;
	font-size: 17px;
	padding: 11px;
}

div.bucket {
	width: 202px;
	margin: 0 30px 4em;
	float: left;
}

	.bucket h6 {
		text-transform: none;
		letter-spacing: .5px;
		color: #ffffff;
		border-bottom: 1px dashed #ffffff;
		margin-bottom: .5em;
		padding: 3px 0;
		font-size: 13px;
	}
	
	.bucket span.date {
		display: block;
		margin-bottom: 1em;
		text-transform: lowercase;
		font-size: 10px;
		font-weight: bold;
	}
		
	.bucket a {
		display: block;
		font-size: 12px;
		letter-spacing: .5px;
		color: #d2323e;
	}

	.bucket a:hover {
		text-decoration: underline;
	}

/* sub */
#content {
	padding: 20px 30px 40px 20px;
	width: 580px;
	border: 2px solid #150b03;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	margin: 20px auto;
	background: rgba(227,214,160,0.75);
	color: #150b03;
}

* html #content {background: rgb(227,214,160);}
* + html #content {background: rgb(227,214,160);}
	
	#content h2 {
		font-size: 24px;
		line-height: 24px;
		color: #150b03;
		letter-spacing: .5px;
	}
	
	#content p {
		font-size: 12px;
		line-height: 18px;
	}
	
	#content a {color: #d2323e;}
	#content a:hover {text-decoration: underline;}
	
	#content .alignleft {
		float: left;
		margin: 12px 12px 12px 0;
	}
	
	#content .alignnone {
		float: none;
		margin: 12px;
	}
	
	#content .alignright {
		float: right;
		margin: 12px 0 12px 12px;
	}
	
/* form */

div.cf_info {
	font: 11px/14px Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	padding: 7px 9px;
	margin: 6px 0;
	width: 396px;
	color: #485050;
}

label {
	opacity: 0;
	position: absolute;
	left: 0;
	
}

ol.cf-ol li {
	position: relative;
	float: left;
	clear: left;
}

span.emailreqtxt {display: none;}
	
ol.cf-ol li input, ol.cf-ol li textarea {
	border: 1px solid #cacccc;
	font: 11px/14px Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	padding: 7px 9px;
	margin: 6px 0;
	width: 396px;
	color: #485050;
}

textarea {height: 127px;}

input#sendbutton {
	color: #2a3333 !important;
	text-transform: uppercase;
	text-decoration: none !important;
	font: 10px/10px "Gotham Rounded Light",Helvetica,sans-serif;
	padding: 4px 6px 3px;
	margin: 6px 12px 6px 0;
	background: #cbd6d7;
	border: 1px solid #A8B2B2;
	clear: left;
}

input#sendbutton:hover {
	background: #485050;
	border-color: #485050;
	color: #FFFFFF !important;
	cursor: hover;
}

p.cf-sb{
	clear: left;
	
}

p.linklove {opacity: 0;}

li.vevent span {display: inline !important;}

/* hacks */

div#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#container {height: 1%;}

div#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#content {height: 1%;}

div.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div.navigation {height: 1%;}

/* About Hover */

#attachment_348, #attachment_345, #attachment_347, #attachment_346 {
	width: 278px !important;
	text-align: center;
}

#attachment_348 a, #attachment_345 a, #attachment_347 a, #attachment_346 a {
	margin: 0 auto !important;
	width: 150px !important;
}
#attachment_348 img, #attachment_345 img, #attachment_347 img, #attachment_346 img {
	display: none;
}

a#jP {
	display: block;
	height: 225px;
	overflow: hidden;
	position: relative;
	width: 150px;
}
a#jP span {
	background: url(/wp-content/uploads/2007/09/jp.jpg) no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
a#jP:hover span { background-position: -150px 0; }

a#Dan {
	display: block;
	height: 225px;
	overflow: hidden;
	position: relative;
	width: 150px;
}
a#Dan span {
	background: url(/wp-content/uploads/2007/09/dan.jpg) no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
a#Dan:hover span { background-position: -150px 0; }

a#Jake {
	display: block;
	height: 225px;
	overflow: hidden;
	position: relative;
	width: 150px;
}
a#Jake span {
	background: url(/wp-content/uploads/2007/09/jake-pettit.jpg) no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
a#Jake:hover span { background-position: -150px 0; }

a#Duncan {
	display: block;
	height: 225px;
	overflow: hidden;
	position: relative;
	width: 150px;
}
a#Duncan span {
	background: url(/wp-content/uploads/2007/09/duncan.jpg) no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
a#Duncan:hover span { background-position: -150px 0; }
