/*  
Theme Name: BPB Press
Description: A custom theme built for the brownpaperbag website.
Version: 1.0
Author: Jason Rainey
Author URI: http://www.bpb-art.com/
*/

/* General Layout & Decor */

html{
	height: 100%;
	}

body{
	height: 100%;
	margin: 0 0 0 0;
	background: #fff url(decor/bg-teddy-n-squid-brown.jpg) no-repeat top left fixed;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #111;
	}
	
a{
	text-decoration: none;
	}

a:link{
	color: #910;
	}

a:visited {
	color: #510;
	}

	
a:hover{
	color: #910;
	text-decoration: underline;
	}

a:active{
	color: #00f;
	}

h1{
	font-size: 18px;
	font-weight: bold;
	display: inline;
	}

h1 a:link{
	color: #222;
	text-decoration: none;
	}
	
h1 a:hover{
	text-decoration: underline;
	}

h1 a:visited{
	color: #222;
	}

h2{
	font-size: 10px;
	color: #ac7652;
	display: inline;
	letter-spacing: 1pt;
	}
	
hr{
	margin: 2px 0 4px 0;
	}

#pagewrap{
	width: 500px;
	min-height: 100%;
	background: #fff;
	position: absolute; left: 45%; top: 50px;
	padding-bottom: 20px;
	}

#container{ 
	width: 430px;
	z-index: 2;
	padding: 0 35px 20px 35px;
	}
	
#top_margin{
	width: 100%;
	height: 50px;
	position: fixed; left: 0; top: 0;
	z-index: 3;
	background: #fff;
	}

#right_margin{
	width: 20px;
	height: 100%;
	position: fixed; right: 0; top: 50px;
	z-index: 3;
	background: #fff;
	}

#prevnext{
	width: 450px;
	background: #ccc;
	padding: 5px;
	margin: 20px 0 0 -15px;
	text-align: center;
	}
	
#prevnext h2{
	font-size: 12px;
	color: #222;
	}

#indicia{
	background: #fff;
	position: fixed; bottom: 40px; left: 40px;
	font-size: 11px;
	padding: 10px;
	border: #ac7652 1px dashed;
	}
	
#indicia img{
	padding: 0;
	margin: 0;
	border: none;
	}
	
/* Post Layout */

.post{
	width: 430px;
	margin-bottom: 50px;
	}
	
.post a img{
	padding: 5px;
	margin-bottom: 5px;
	border-width: 0 0 2px 0;
	border-style: dashed;
	}
	
.post a:hover img{
	border-width: 0 0 2px 0;
	border-style: solid;
	}
		
.post_footer{
	text-align: right;
	}


/* Menu Layout */

#menu{
	position: fixed; left: -15px; top: 90px;
	list-style-type: none;
	font-size: 14px;
	z-index: 3;
	}
	
#menu a{
	text-decoration: none;
	}
	
#menu a:link{
	color:#fff;
	}
	
#menu a:visited{
	color: #fff;
	}

#menu a:hover{
	text-decoration: underline;
	}

ul#menu li{
	display: inline;
	padding: 0 7px 0 5px;
	border-right: 1px solid #fff;
	}
	
ul#menu li.noline{
	border-right: none;
	}

/* Blog Footer Layout */

#blog_footer{
	width: 500px;
	border-top: #ac7652 1px solid;
	border-bottom: #999 3px solid;
	z-index: 2;
	}
	
#blog_footer h3{
	display: inline;
	}

#blog_footer ul{
	list-style-type: none;
	display: inline;
	}
	
#blog_footer ul li{
	display: block;
	padding: 0px;
	margin: 0px;
	}
	
#blog_footer ul li a{
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #999;
	}

#ftr_left{
	width: 194px;
	text-align: justify;
	float: left;
	margin-left: 35px;
	padding-top: 10px;
	padding-right: 20px;
	border-right: #ac7652 1px dashed;
	}
	
#ftr_right{
	width: 195px;
	text-align: justify;
	float: right;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 35px;
	}
	
/* Comments Layout */

.authcomment {
	background-color: #bd9b75;
	}

#comments{
	width: 430px;
	height: 50px;
	}

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
	}

.comments-template ol{
	margin: 0;
	padding: 0 0 0px;
	list-style-type: none;
	}

.comments-template ol li{
	margin: 15px 0 0;
	padding: 0 10px 0 10px;
	border: 1px solid #bd9b75;
	list-style-type: none;
	}

.comments-template h2, .comments-template h3{
	font-size: 16px;
	}

.commentmetadata{
	margin: 5px 15px 0 0;
	font-size: 10px;
	text-align: right;
	color: #111;
	}

.commentmetadata h4{
	font-size: 12px;
	display: inline;
	color: #222;
	}
	
.comments-template p.nocomments{
	padding: 0;
	}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	}
	
/* About Page Elements */

#databoxes{
	width: 415px;
	margin: 5px auto 10px auto;
	}
	
#databoxes h4{
	font-size: 14px;
	color: #222;
	display: inline;
	line-height: 24px;
	}
	
#databoxes h5{
	font-size: 11px;
	font-style: italic;
	color: #666;
	display: inline;
	}
	
.databox1{
	width: 120px;
	float: left;
	margin-right: 10px;
	}
	
.databox2{
	width: 140px;
	float: left;
	margin-right: 10px;
	}
	
.databox3{
	width: 135px;
	float: left;
	}
	
/* Temporary Items */

#tempbanner
{
	position: relative;
	height: 150px;
	width: 480px;
	margin: 0 auto 35px auto;
	background-image: url(decor/banner.gif);
}
	
#temptext
{
	position: absolute; bottom: 15px; right: 10px;
	background: #ffc;
	width: 115px;
	height: 95px;
	padding: 10px;
	border: #ac7652 2px dashed;
	text-align: center;
	font-weight: bold;
}