/*  
Theme Name: be1 - Bob Easton #1
Theme URI: http://bob-easton.com/blog
Description: This is a one column theme built to Bob's desires.
Version: 1.0
Author: Bob Easton
Author URI: http://bob-easton.com/blog/

	A "back to basics" approach was used for this blog, building on the
	tutorial material offered by Darryl Dunnaway at:
	http://wpmania.com/20080229/6/creating-your-own-wordpress-theme-part-1/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
color notes:
page background - #45181f
article background - #e4d2a4
headings - #7a3316
body text - #45181f
aux text - #5e663a

text notes:
decorative headings - Bleeding Cowboys (image replacement)
headings - Georgia
body text - Trebuchet
*/


/* ***** start of Eric Meyer's CSS Reset ***** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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 {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* ******* end of CSS reset ***** */


/* TYPOGRAPHY */
html, body {
	font-size:96%;
	}
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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-family:"Trebuchet MS", Tahoma, Verdana, Helvetica;
	line-height:1.2em;
}

p {padding:.5em 0;}

h1 {font-size:1.4em; font-weight:bold;}	
h2 {font-size:1.2em; font-weight:bold;}
h3 {font-size:1.0em; font-weight:bold;}
h4 {font-size:0.8em; font-weight:bold;}
h5, h6 {font-size:0.7em; font-weight:bold;}

h1, h2, h3, h4, h5, h6 {
	color:#7a331b;
	}

h1, h2, h3, h4, h5, h6, p, /*ul, ol, li,*/ dt, dd {
	padding-bottom: .5em;
	line-height:1.4em;
	}
	
ul {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	margin-left:1em;
	}
	
li {padding-bottom:.5em; line-height:1.4em;}
	

small {
	font-size:.8em;
	}

em {
	font-weight:italic;
	}
	
strong {
	font-weight:bold;
	}


blockquote {
	margin:.5em 1em;
	background: url(images/quote-top.gif) top left no-repeat;
	}

blockquote p {
	padding: .3em .5em;
 	background: url(images/quote-bottom.gif) right bottom no-repeat;
	font-family:Georgia;
	font-size:1.1em;
	font-style:italic;
	text-indent: 1em;
	}

.strike {
	text-decoration: line-through;
	}

.superscript {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
	}	

.footnote {
	padding: 1em 1em;
	font-size: 90%;
	}
	
/* LINKS APPEARANCE */
#content a, #content a:link, #content a:visited, #content a:active {
	color:#24536a;
	text-decoration: none;
	}
#content a:hover {
	color:#e4d2a4;
	background-color:#45181f;
	text-decoration:underline;
	}	
#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color:#6e8794;
	text-decoration: none;
	}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color:#6e8794;
	text-decoration: none;
	}		
#sidebar a:hover, #footer a:hover {
	color:#45181f;
	background-color:#e4d2a4;
	text-decoration:underline;
	}
#content h1 a:link, #content h2 a:link, #content h3 a:link, #content h4 a:link, #content h5 a:link, #content h6 a:link {
	color:#7a331b;
	}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover, #content h6 a:hover {
	color:#e4d2a4;
	background-color:#45181f;
	text-decoration:underline;
	}
	
/* LAYOUT and APPEARANCE */	
	
body, html {
	background: #45181f url(images/bg-top.jpg) top center no-repeat;
	}
	
:focus {
	outline:#6e8794 1px dotted;
	}
		
/* #header {
	width:800px;
	height:250px;
	margin:0;
	padding:0;
	background-image:url(images/banner.jpg);
	} */
#header h1 {
	position: relative;
	width:800px;
	height:250px;
	margin:0 auto;
}

#header h1 a {
	z-index:1;	
	position:absolute;
	top:0;
	width:800px;
	height:250px;
	background : url(images/banner.jpg) no-repeat top center;
	border:none;
}	

.access, .title, .description {	
	position:absolute;
	left:-1000em;
	width:200em;
	overflow:hidden;
	}
	
#page {
	width:800px;
	margin:0 auto;
	padding:0;
	}

#content {
	margin-top:-1em; /* suck up to banner */
	padding:1em 3em;
	background:#e4d2a4 url(images/bg-page.jpg) repeat-y;
	color:#45181f;
	}
	
.navigation {
	display: block;
	text-align: center;
	padding-bottom:.5em;
	}
	
#sidebar {
	clear:both;
	width:800px;
	padding-top:2em;
	background:#45181f url(images/bg-sidebar.jpg) top center no-repeat;
	color:#e4d2a4;
	}
	
#searchform {
	float:right;
	}

.post {
	clear:both;
	padding-top:.8em;
	}
	
.postmetadata {
	clear:both;
	padding:.5em 1em;
	}	
		
/* sidebar columns */
.archives {
	clear:right;
	width:190px;
	float:left;
	padding-left:40px;
	}
.categories {
	width:190px;
	float:left;
	}
.linkcat {
	width:190px;
	float:left;
	}
.meta {
	width:190px;
	float:left;
	}


.wp-caption {
	font-size:.8em;
	text-align:center;
	}	

#sidebar ul, #searchform ul {
	list-style:none;
	margin-left:0;
	}
	
#sidebar li {
	line-height:1em;
	padding-bottom:0;
	}	

#footer {
	clear:both;
	padding-top:2em;
	text-align:center;
	font-size:.8em;
	background:#45181f url(images/divider-footer.jpg) top center no-repeat;
	color:#e4d2a4;
	}
	
#content .hr {
	clear:both;
	height:30px;
	background: url(images/divider.jpg) center no-repeat;
	}
#content .hr hr {
	display:none;
	}
		
/* Begin date pad */
/* matches query code in index.php */
.theDate {
float: left;
width: 4em;
margin: .2em .6em 0 0;
font-family: 'Century Gothic','Trebuchet MS', Arial, Sans-Serif;
text-align: center;
}

.theDate .theMonth, .theDate .theDay, .theDate .theYear {
display: block;
font-weight: bold;
font-size:1em;
border: 1px solid #45181f;
}

.theMonth {
background: #45181f;
color: #e4d2a4;
}

.theDay {
background: #e4d2a4;
color: #45181f;
line-height: 200%;
}

.theYear {
background: #45181f;
color: #e4d2a4;
}
/* End date pad */	

/* Begin callouts */
.callout {
	float:right;
	width:250px;
	padding:.5em;
	border:1px solid #45181f;
	background-color:#efe0b7;
	}
/* End callouts */	
	
/* Begin comments */
#comments {
	}
	
.commentlist li {
	padding:.5em 1em 1.2em 1em;
	display:block;
	}

.alt {
	background-color: #f0e6cc;
	border-top: 1px solid #d8c07d;
	border-bottom: 1px solid #d8c07d;
	}

#author, #email, #url, #comment {
	background:#f0e6cc;
	color:#45181f;
	}

/* avatar */
.avatarleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
			
/* End comments */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

/* End Images */

/* replace sidebar headings with images - Phark Image Replacement technique */
.archives h2 {
	text-indent: -5000px;
	margin-left:-20px;
	background: url(images/archives.jpg) no-repeat;
	height: 48px;
	}
.categories h2 {
	text-indent: -5000px;
	margin-left:-20px;
	background: url(images/categories.jpg) no-repeat;
	height: 48px;
	}
.linkcat h2 {
	text-indent: -5000px;
	margin-left:-20px;
	background: url(images/blogroll.jpg) no-repeat;
	height: 48px;
	}
.meta h2 {
	text-indent: -5000px;
	margin-left:-20px;
	background: url(images/meta.jpg) no-repeat;
	height: 48px;
	}
