/* MAIN ELEMENTS
************************************************/

body {
	background: url('http://media.fndry.us/pwilkes/images/bg.jpg') #000;
	text-align: center;
	font-family: Baskerville, "Times New Roman", Times, serif;
	color: #797979;
}

#container {
	width: 940px;
	margin: 0 auto;
	padding: 1px 10px 19px;
	text-align: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#header {
	height: 314px;
	width: 100%;
	background: url('http://media.fndry.us/pwilkes/images/headerbg.jpg');
	background-position: top center;
	text-align: center;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.53);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.53);
}

#header img {
	margin-top: 45px;
}

#nav {
	margin-top: 25px;
	width: 100%;
	height: 37px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 12px;
	font-family: Baskerville, "Times New Roman", Times, serif;
}

#nav ul {
		margin-top: 9px;
}

#nav ul li {
	display:inline;
	list-style:none;
	color: #797979;
}

#nav a {
	color: #797979;
	font-size: 13px;
	letter-spacing: 2px;
}

#nav li {
		padding-right:60px;
		padding-left: 60px;
}

.strike {
	text-decoration: line-through;
	color: #555;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-size: 13px;
	letter-spacing: 2px;
}

#footer {
	width: 940px;
	margin: 20px auto 40px;
	color: #444;
}

	#footer a {
		color: #444;
		text-decoration: none;
		margin-right: 15px;
	}

	#footer a:hover {
		color: #fff;
	}
	
#postFooter {
		height: 15px;
		border-top: 1px solid #797979;
		font-size: 12px;
		margin-top: 25px;
		padding-top: 6px;
		color: #797979;
		text-align:center;
		font-family: Baskerville, "Times New Roman", Times, serif;
		
}

#postFooter a {
	color: #797979;
}



/* Main Entires
************************************************/

.entry {
	margin: 19px 0 1px;
	width: 940px;
	text-align: center;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #000;
	z-index: 10;
}

	.entry .indexformat { 
		position: absolute;
		left: 0;
		bottom: 40px;
		opacity:0.0;
		filter:alpha(opacity=0);
		-webkit-transition: all 500ms linear;
	}
	
	.entry:hover .indexformat {
		opacity:1.0;
		filter:alpha(opacity=100);
	}
	
	.entry .content {
		opacity:1.0;
		filter:alpha(opacity=100);
		-webkit-transition: all 500ms linear;
	}

.permaentry {
	margin: 19px auto 1px;
	width: 940px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	z-index: 10;
}

	.permaentry .info {
		border-bottom: none;
	}

.indexformat.info { background-color: #000; }

.info {
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
}

	.text { text-align: left; padding: 0px 0px; }
	.textinfo {
		margin-left: 460px;
	}

.content {
	width: 940px;
	padding: 10px 0;
}

.hiddenpost {
	display: none;
}

.photocontent {
	overflow: hidden;
	width: 940px!important;
	padding: 0!important;
}

.g219 {
	width: 231px;
	float: right;
	border-left: 1px solid #bfbfbf;
}

.g220 {
	width: 238px;
	float: right;
	border-left: 1px solid #bfbfbf;
}

.g460 {
	width: 469px;
	float: left;
}

	.g460 h2 { float: left; }
	.g460 a.permalink { 
		float: right; 
		margin-top: 10px; 
		margin-right: 10px;
		margin-bottom: -1px;
		color: #000;
		text-decoration: none;
	}	

	.g460 a.permalink:hover {
		color: #fff;
	}


ul.posted {
	margin-top: 5px;
	height: 61px;
	overflow: hidden;
	color: #797979;
}

ul.posted li {
	border-top: 1px solid #bfbfbf;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}


ul.thetags {
	padding: 7px 10px;
	height: 46px;
}

ul.thetags li {
	float: left;
	margin-right: 10px;
	line-height: 16px;
}

ul.thetags a {
	color: #797979;
	border-bottom: #797979 1px solid;
	text-decoration: none;
}

ul.thetags a:hover {
	color: #000;
	border-bottom: #fff 1px solid;
}

.caption {
	border-top: 1px solid #bfbfbf;
	margin-top: 5px;
	height: 46px;
	padding: 7px 10px;
	line-height: 16px;
	font-family: Baskerville, "Times New Roman", Times, serif;
	color: #222;
	font-size:14px;
}

.caption a {
	text-decoration: none;
	color: #222;
	border-bottom: 1px solid #6a6a6a;
}

.caption a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #fff;
}

/* PAGINATION
************************************************/

#pagination {
	line-height: 18px;
	position: fixed;
	bottom: 0px;
	margin: 0 auto;
	right: 20px;
	padding: 10px 20px;
	text-align: left;
	background-color: #fff;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	z-index: 100;
	border-top: 1px solid #797979;
	border-left: 1px solid #797979;
	border-right: 1px solid #797979;
}

.past {
	margin-right: 10px;
}

.future {
	margin-left: 10px;
}

#pagination a {
	color: #797979;
	text-decoration: none;
}

#pagination a:hover {
	color: #000;
}

#pagination span {
	color: #797979;
}

/* NOTES
************************************************/

.notes {
	width: 960px;
	margin: 0 auto 50px;
	color: #444;
}

.notes ol li {
	width: 288px;
	float: left;
	margin: 10px;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #111;
	line-height: 16px;
}


/* OTHER
************************************************/

#header ul { 
	margin-bottom: 5px;
	float: left;
	text-transform: uppercase;
}

#header ul li {
	display: inline;
}

#header li a {
	font-size: 10px;
	color: #404040;
	text-decoration: none;
	margin-right: 10px;
}

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

.video-box {
	padding: 50px 100px;
	width: 720px;
}

.audio {
	padding: 50px 100px 150px;
	width: 720px;
}

.quoter {
	width: 700px;
	background-image: url(http://pwilkes.com/tumblr/quote.jpg);
	background-repeat: repeat-y;
	padding: 110px;
}

.textr {
	width: 910px;
}

.linkr {
	width: 700px;
	background-image: url(http://pwilkes.com/tumblr/linkbg.jpg);
	background-repeat: no-repeat;
	padding: 110px;
}

.permaquote { padding: 10px; 
}

.hires img {
	max-width: 920px;
}

#footer a { float: left; }

.autopager {
	margin: 50px auto;
	width: 940px;
}

.focusField{  
	color: #fff;
    }  
    
.idleField{  
    color: #777;
}

#searchfield {
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	border: 1px solid #161616;
}

.searchform {
	width: 250px;
	border: 0;
	float: left;
	background-color: #000;
	margin: 8px;
	color: #404040;
	font-family: Helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

.searchsubmit {
	border: 0;
	float: left;
	height: 30px;
	background-color: #000;
	border-left: 1px solid #161616;
	display: block;
	
	font-family: Helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #777;
	
	-webkit-transition: all 500ms linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.searchsubmit:hover {
	background-color: #444;
}

#searchresults {
	margin-top: 10px;
	margin-left: 3px;
}


.explain {
	float: right;
	display: none;
}

	.explain a {
		text-shadow: 0px 0px 1px #000;
		font-family: Baskerville, Georgia, serif;
		font-style: italic;
		font-size: 13px;
		font-weight: bold;
		color: #444;
		text-decoration: none;
	}
	
	.explain a:hover { color: #fff; }


#thelink a {
	color: #444;
	border-bottom: #444 1px solid;
	text-decoration: none;
}

#thelink a:hover {
	color: #fff;
	border-bottom: #fff 1px solid;
}

#mp3-download {
	padding: 10px;
	background-color: #777;
	border: 1px solid #999999;
	margin: 15px 0px 5px 0px;
}

blockquote { margin: 15px 30px 25px 10px; padding-left: 20px; border-left: 5px solid #555; }
blockquote cite { margin: 5px 0 0; display: block; }

/* ASK */

#ask_form {
	margin-top: 275px;
	width: 900px;
}

/* CENTERED */

#centered {
	margin-left: 300px;
}
