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

body {
	background-color: #000;
	text-align: center;
}

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

#headerRight a {
	opacity:0.50;
	filter:alpha(opacity=50);
	-webkit-transition: all 500ms linear;
}

#headerRight a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}



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

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

	#footer a:hover {
		color: #fff;
	}
	
a { color: # }

/* Main Entires
************************************************/
.post {
	width: 900px
}




/* 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 #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.past {
	margin-right: 10px;
}

.future {
	margin-left: 10px;
}

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

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

#pagination span {
	color: #333;
}

/* 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; }

.regular {
	width: 900px;
}

.texttitle {
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	height: 44px;
	width: 900px;
	padding-top:22px;
	text-align: center;
	margin-bottom: 12px;
}

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

.photo {
	padding-top: 10px;
}

.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: 900px;
}

#footer a { float: left; }

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

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

/* Featured Post Section */

#featuredpost_title {
	float: left;
	background-image: url(http://www.foundrycollective.com/tumblr/featuredpost_title.png);
	background-color: #fff;
	margin-bottom: 10px;
	opacity:0.50;
	filter:alpha(opacity=50);
	width: 141px;
	height: 25px;
}

#featuredpost_field {
	width: 900px;
	height: 300px;
	border-top: 1px dotted #c1c1c1;
	border-bottom: 1px dotted #c1c1c1;
}

#featuredpost_itemboxLeft {
	float:left;
	width: 299px;
	height: 300px;
	
}

#featuredpost_itemboxCenter {
	float:left;
	width: 299px;
	height: 300px;
	border-left: 1px dotted #c1c1c1;
}

#featuredpost_itemboxRight {
	float:left;
	width: 298px;
	height: 300px;
	border-left: 1px dotted #c1c1c1;
}

#featuredpost_field img {
	margin-left: 35px;
	margin-top: 20px;
}

#featuredpost_field a {
	opacity:0.65;
	filter:alpha(opacity=50);
	-webkit-transition: all 500ms linear;
}

#featuredpost_field a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}



#featuretext {
	width: 227px;
	margin-left: 35px;
	line-height: 15px;
}


#searchfield {
	float: right;
	background-color: #fff;
	border: 1px solid #193842;
	margin-bottom: 10px;
	opacity:0.50;
	filter:alpha(opacity=50);
}

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

.searchsubmit {
	border: 0;
	float: left;
	height: 30px;
	background-color: #fff;
	border-left: 1px solid #193842;
	display: block;
	font-family: Helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #777;
}

.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; }
	
iframe {
	position: absolute!important;
	top: 3px!important;
	width: 800px!important:
	margin: 0 auto!important;
}

#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 0 10px; padding-left: 20px; border-left: 5px solid #555; }
blockquote cite { margin: 5px 0 0; display: block; }

/* INFO */
.info {
                        font-size: 10px;
                        letter-spacing: 1px;
                        text-transform: uppercase;
                        border-top: 1px dotted #c1c1c1;
                        margin: 20px 0 0 0;
                        clear: both;
                        overflow: hidden;
}
 
.info {
 margin: 0;
}
 
.info a {
color: #383838;
border-right: 1px dotted #c1c1c1;
 padding: 7px 11px 7px 11px;
 display: block;
 float: left;
 }
 
 .info a:hover {
 color: #43abd1;
 }
 
 .info .time_stamp_and_post_author_wrapper {
                                    border-right: 1px dotted #c1c1c1;
                                    padding: 7px 14px 7px 0;
                                    float: left;
 }
 
 .info .time_stamp_and_post_author_wrapper a {
                                        border-width: 0px;
                                        padding: 0px;
                                        display: inline;
                                        float: none;
 }
 
 .info .time_stamp_and_post_author_wrapper a.timestamp {
                                            font-weight: bold;
                                            background: url(http://static.tumblr.com/thpaaos/uiJkx8dzf/icon_permalink.png) 0 1px no-repeat;
                                            padding-left: 16px;
                                        }
 
 .info a.note_count.active {
 color: #43abd1;
  }
