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

Bram & Sons
hello@bramandsons.com
(c) 2009, All Rights Reserved.

All CSS Written by Bram & Sons
Word Press Theme Based on Creation of Brian Purkiss

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

body {
	margin: 0;
	padding: 0;
	background-image: url('http://bramandsons.com/imgs/cross.gif');
	background-repeat: repeat;
	background-color: #999;
	
	}
	
h1, h2, h3, span.download {
	margin-bottom: 9px;
	font-family: Gill Sans, Lucida Grande, Verdana, Sans Serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
h1 {
	font-size: 24px;
	}

h2 {
	font-size: 18px;
	}
	
h3, span.download {
	font-size: 10px;
	}
	
a.blank:link,
a.blank:visited,
a.blank:active,
a.blank:hover {
	background-color: #FFF;
	text-decoration: none;
	}	

a:link, a:visited, a:active {
	color: #BB8D0B;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	background-color: #FFD457;
	color: #BB8D0B;
	}

p {
	line-height: 18px;
	letter-spacing: .025em;
	margin-bottom: 9px;
	}
	
p.hardcopy {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 9px;
	}

p.line-break {
	margin: 18px 0px;
	border-bottom: 1px solid #999;
	}
 
img { 
	border: 0;
	margin-bottom: 9px;
	}
	
span.download {
	background-image: url('http://bramandsons.com/imgs/download.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	}


/*----------------------------------------------------------------------- 
   Container
 ------------------------------------------------------------------------ */

#container {
	margin: auto;
	width: 850px;
	height: auto;
	text-align: left;
	background-color: #FFF;
	}
	
/*----------------------------------------------------------------------- 
   Header
 ------------------------------------------------------------------------ */

#header {
	width: 850px;
	height: 29px;
	position: relative;
	margin-bottom: 30px;
	}
	
/*----------------------------------------------------------------------- 
   Navigation
 ------------------------------------------------------------------------ */


.mainnav {
	clear: both;
	}

.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;
	padding-bottom: 9px;
	}

.mainnav li {
	display: inline;
	padding: 0px 10px;
	border-right: 2px solid #DDD;
	}
	
	
/*----------------------------------------------------------------------- 
   Left Column
 ------------------------------------------------------------------------ */
 
 
#leftcol {
	width: 515px;
	height: auto;
	padding: 10px 15px;
	float: left;
	background-color: #FFF;
 	border-right: 1px dotted #999;
	font-size: 13px;
	}
	
/*----------------------------------------------------------------------- 
   Posts
 ------------------------------------------------------------------------ */

p.date, div.postmeta {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 9px;
	font-style: italic;
	color: #666;
	border-bottom: 2px solid #999;
	padding-bottom: 9px;
	margin-bottom: 18px;
	}
	
span.strong {
	color: #333;
	font-weight: bold;
	}

/*----------------------------------------------------------------------- 
   Comments � Comment Disabled
 ------------------------------------------------------------------------ */
	
#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, input#submit, textarea#comment {
	width: 465px;
	margin-bottom: 5px;
	}

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


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

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

#tweet {
	width: auto;
	height: auto;
	font-style: italic;
	}

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

span.italic {
	font-style: italic;
	}

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

#content {
	width: 770px;
	height: auto;
	padding: 10px 15px 10px 15px;
	background-color: #FFF;
	line-height: 20px;
	}
	
 
 /*----------------------------------------------------------------------- 
	Footer
 ------------------------------------------------------------------------ */
 
 
#footer {
	width: 850px;
	height: auto;
	padding: 10px 0px;
	clear: both;
	background-color: #BB8D0B;
	}

 /*----------------------------------------------------------------------- 
	Contact
 ------------------------------------------------------------------------ */
 
 
input.contact, textarea.contact {
	width: 400px;
	}
