/* 
Theme Name: Bryan P
Theme URI: 
Design Name: Bryan P
Description:
Version: 1.0
Author: Peter Kaizer
Author URI: 
*/

/*first lets import some blueprint basics*/

@import'css/screen.css';

body {
	background-color:#0066cc;	
}

#mast {
	background-image:url(images/bp-mast-bg.gif);
	background-repeat:no-repeat;
	height: 135px;	
}

#mast-ads {
	margin-top:15px;
	padding-left:415px;


}

#wrapper {
	background-image:url(images/bp-bg.gif);
	padding-top:20px;
}

a {
	color:#bb5311;
}

#main-navigation {
	padding-left:5px;
	width:140px; 
}

#main-navigation h2 {
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;	
	margin-bottom: 2px;
}

#site-desc {
	font-size: 11px;
	color:#ffffff;	
}

.nav {
	list-style-type: none;
	padding-left:5px;
	margin-left:0;	
}

.nav a {
	color:#ffffff;
	text-decoration: none;
}	

.nav li {
	padding-left:0;
	margin-left:0;
	font-size:11px;
	list-style-type: none;
}

.nav li ul {
	list-style-type: none;
	padding-left:5px;
	margin-left:0;
}

#nav-callout {
	color:#0066cc;
	font-size:10px;
}

.nav-callout {
	padding-bottom:10px;
}

#nav-callout a {
	color:#0066cc;
	font-size:10px;
	text-decoration: none;	
}

#content {
	padding-left:20px;
	padding-right:10px;
	width:520px;
	
}



.post {
	width:510px;
}

.post-content {
	width:500px;
	padding: 1em 0 0;
}

.post-title {
	margin: 0;
	text-align: right;
	padding: 0;
	color: #666;
	border-bottom: #0066cc solid 1px;	
}
.post-title em {
	text-decoration: none;
	float: left;
	font-style: normal;		
	padding:0;
}

.post-footer {
	margin-bottom: 3em;
	font-size: 0.9em;
	color: #666;	
	background:url(images/comments-small.gif) no-repeat left;
	padding-left:15px;
}

#content h2 {
	color:#bb5311;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-top:15px;
}

/*Comments Styling*/
#comments, #respond{
	margin: 2em 1em 0 10px;	
}
.commentlist 
{
	margin:0;
	padding:0;
}
.commentlist li 
{
	border:#e0e0e0 1px solid;
	list-style:none;	
	margin:10px 0;
	font-size:1em;
}
.commentlist li p 
{
	margin:0;
	padding:0.5em 1em;
}
.commentlist .cmtinfo
{
	background:#f0f0f0 url(url(images/BP-Sidebar-bg.gif) repeat-x top;
	font-weight:bold;
}
.commentlist .cmtinfo em
{
	float:right;	
	font-weight:normal;
	font-style:normal;
}
.commentlist cite 
{
	font-style:normal;
}
.commentlist .alt .cmtinfo
{
	background:#e0e0e0 url(url(images/BP-Sidebar-bg.gif) repeat-x top;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
fieldset{
	border: none;
}
.field label{
	display: block;
}
textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #aaa;
}
input{
	border: 1px solid #aaa;	
}

#sidebar-lists {
	width:160px;
	margin-top:20px;
}

#sidebar-lists h2 {
	margin: 0;
	padding:3px 5px;
	font-size: 16px;
	color: #333333;
	font-weight:normal;
	background-image: url(images/BP-Sidebar-bg.gif);
	background-repeat: repeat-x;	
}

#sidebar-lists ul {
	list-style-type: none;
	padding: 0 5px 1em 10px;
	margin: 0 0 1em 0;	
}

#footer {
	background-color: #FFFFFF;
	border-top: #3385d6 1px solid;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
}