/* 
Theme Name: BramFam
Author: <a href="http://bramandsons.com">W. Bramlett</a>
Description: Custom stylesheet for the Him & Her Blog
Based On: Whiteboard by B. Purkiss
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
/*

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

/*
.postnavigation{}
#searchform{}
#sidebar{}
*/

/* ======================================================================

	hello@bramandsons.com
   (c) 2008-10, All Rights Reserved.

 ======================================================================== */
 
 * { margin: 0; padding: 0; }
 
/*----------------------------------------------------------------------- 
   Standard
 ------------------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-color: #BECECE;
	
	}
	
h1, h2, h3, h4 {
	margin-bottom: 9px;
	font-family: Gill Sans, Lucida Grande, Verdana, Sans Serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
h1 {
	font-size: 18px;
	background-image: url('http://bramandsons.com/blog/imgs/arrow.png');
	background-repeat: no-repeat;
	padding-left: 18px;
	}

	}

h2 {
	font-size: 14px;
	}
	
h3 {
	font-size: 10px;
	}

p {
	line-height: 18px;
	letter-spacing: .025em;
	margin-bottom: 9px;
	}

a:link, a:visited, a:active { 
	color: #111;
	text-decoration: none;
	font-weight: bold;
	}

a:hover { 
	color: #666;
	border-bottom: 1px dotted #002225;
	}

a.no-border:hover {
	text-decoration: none;
	border: 0px !important;
	}

blockquote {
	font-size: 16px;

	margin-left: 20px;
	padding-left: 5px;
	border-left: 1px solid #BBB;
	}
 
img { 
	border: 5px solid #BBB;
	margin-bottom: 9px;
	}
	
img.no-border {
	border: 0px;
	}

#container {
	margin: auto;
	width: 850px;
	height: auto;
	text-align: left;
	background-color: #FFF;
	}
ol {
	margin-left: 35px;
	margin-bottom: 9px;
	}
	
/*----------------------------------------------------------------------- 
   Header
 ------------------------------------------------------------------------ */
#header {
	width: 850px;
	height: 60px;
	position: relative;
	margin-bottom: 30px;
	}
	
/*----------------------------------------------------------------------- 
   Navigation
 ------------------------------------------------------------------------ */


#mainnav {
	background-color: #BBB;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 6px solid #333;
	}

#mainnav ul {
	list-style-type: none;
	font-family: Gills Sans, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

#mainnav li {
	display: inline;
	padding: 5px;
	}
	
	
/*----------------------------------------------------------------------- 
   Left Column
 ------------------------------------------------------------------------ */
 
 
#leftcol {
	width: 585px;
	height: auto;
	padding: 10px 15px;
	float: left;
	background-color: #FFF;
 	border-right: 1px dotted #999;
	}
	
/*----------------------------------------------------------------------- 
   Posts
 ------------------------------------------------------------------------ */

.post {
 	font-family: Lucida Fax, Times New Roman, Serif;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 18px;
	}
	
.postmeta, .postnavigation {
 	font-family: Gill Sans, Verdana, Helvetica, Sans;
	letter-spacing: .425em;
	text-transform: uppercase;
	}

.postmeta {
	font-size: 12px;
	color: #222;
	line-height: 18px;
	margin-bottom: 27px;
	border-bottom: 2px solid #444;
	}

.postnavigation {
	font-size: 8px;
	color: #BBB;
	}
	
span.author {
	font-size: 12px;
	color: #25AEAE;
	}
	
span.comments {
	background-image: url('http://bramandsons.com/blog/imgs/comment-balloon.png');
	background-repeat: no-repeat;
	padding-left: 22px;
	}	
	
p.date {
	font-family: Georgia, Times New Roman, Serif
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	color: #777;
	margin-bottom: 18px;
	}

span.italic {
	font-style: italic;
	}
	
p.wp-caption-text {
	background-image: url('http://bramandsons.com/blog/imgs/caption.png');
	background-repeat: no-repeat;
	padding-top: 14px;
	font-size: 11px;
	font-style: italic;
	color: #666;
	margin-bottom: 18px;
	}


/*----------------------------------------------------------------------- 
   Comments
 ------------------------------------------------------------------------ */
	
#comments {
 	font-family: Lucida Fax, Times New Roman, Serif;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 18px;
	}

ul {
	list-style-type: none;
	margin-left: 5px;
	font-family: Lucida Fax, Georgia, Times New Roman, Serif;
	font-size: 10px;
	}

input#author, input#email, input#url, textarea#comment {
	width: 465px;
	margin-bottom: 5px;
	}
	
input#submit {
	width: 80px;
	}

.comments_meta {
	font-weight: bold;
	color: #26AEAE;
	}
	
.comment_text {
	margin-bottom: 18px;
	}


.comments_navigation{}
.comments_navigation{}
.comments_reply{}

	
/*----------------------------------------------------------------------- 
   Right Column
 ------------------------------------------------------------------------ */
 
#rightcol {
 	width: 200px;
 	height: auto;
 	padding: 15px;
 	float: right;
 	background-color: #FFF;
 	}

input, textarea {
	width: 120px;
	margin-bottom: 5px;
	}

span.italic {
	font-style: italic;
	}

p.date {
	font-family: Georgia, Times New Roman, Serif;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	}

#rightcol ul {
	list-style-type: none;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 16px;
	padding-left: 3px;
	}
	
#rightcol ol {
	list-style-type: none;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	padding-left: 3px;
	}
	
/*----------------------------------------------------------------------- 
   One Column Content
 ------------------------------------------------------------------------ */

#content {
	width: 770px;
	height: auto;
	padding: 10px 15px 10px 15px;
	background-color: #FFF;
	line-height: 20px;
	}
	
 
 /*----------------------------------------------------------------------- 
	Footer
 ------------------------------------------------------------------------ */
 
 
#footer {
	width: 830px;
	height: auto;
	padding: 10px;
	clear: both;
	background-color: #BB8D0B;
	}
	
p.foot {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
	}
