/****************************************************************
	TEMPLATE STYLE SHEET
	By:Steven Waller
	Created: March 4, 2009
*****************************************************************/

/****************************************************************
	Guidelines
	0.75em = 12px
	0.875em = 14px
	1.125em = 18px
	1.5em = 24px
	1.875em = 30px
	2.25em = 36px
*****************************************************************/

/* 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,
b, u, i, center,
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-size: 1em;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEAR
---------------------------------------------------------------*/
.clear{
	overflow:auto;
}

/* GENERAL SELECTORS
---------------------------------------------------------------*/
	
body { 
	color:#000000; 
	font:0.75em Arial, Helvetica, Verdana, sans-serif;
	background: transparent url(/StyleSheets/images/bg_tile.jpg) scroll repeat left top;
	}	
input, select, textarea, button {
	font:0.75em Arial, Helvetica, Verdana, sans-serif;
	}
hr{
	margin:15px 0 15px 0;
}
	
h1, h2, h3, h4 {
	color:#000000;
	margin:15px 0 10px 0;
	font-weight:bold;
	}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
	}
h3 {
	font-size:14px;
	}	

h4 {
	font-size:12px;
	}	

p, li, label, address {
	line-height:1.8em;
	}

p {
	margin:10px 0 10px 0;
	}

ul {
	margin:10px 0 10px 20px;
	padding:0;
	}
li {
	padding:5px 0 5px 0;
	list-style:square;
	}
ol {
	margin:10px 0 10px 20px;
	padding:0;
	}
ol li {
	list-style: inside decimal;
	background:none;
	}
strong {
	font-weight:bold;
	}		
a:link, a:visited { 
	text-decoration:underline; 
	color:#812e26; 
	}	
a:hover, a:active { 
	text-decoration:none;
	color:#812e26;
	}	
button {
	text-transform:uppercase;
	color:#fff;
	}	
img, input, select, label {
	vertical-align:middle;
	}	
button {
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
	}	
address span {
	display:block;
	margin:0 0 10px 0;
	}	
	
/* LAYOUT
---------------------------------------------------------------*/
#header{
	width:960px;
	margin:0 auto;
}
#main-container{
	overflow:auto;
	width:960px;
	margin: auto;
	margin-bottom:15px;
	background-color:#fff;
}
#blog #main-container{
	background: #fff url(/StyleSheets/images/bg_body.gif) scroll repeat-y left top;
}
#main-content{
	padding: 10px 30px 30px 30px;
	border-top:#9C3;
}
#blog #main-content{
	width:458px;
	float:left;
	overflow:hidden;
}
#side-bar-1{
	width:170px;
	float:left;
	padding:15px;
	background-color:#cccc99;
}
#side-bar-2{
	width:207px;
	float:left;
	padding:15px;
	background-color:#fafaf0;
}
#footer{
	width:960px;
	margin: auto;
}

/* HEADER
---------------------------------------------------------------*/
#logo {
	margin: 20px 0;
}
#logo a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 30px;
	color:#fff;
	text-decoration:none;
}

/* NAVIGATION
---------------------------------------------------------------*/
#navigation{
	display:block;
	width:960px;
	height:47px;
	background: transparent url(/StyleSheets/images/nav_bg.gif) scroll no-repeat left top;
}
#navigation ul{
	padding:0 0 0 18px;
	margin:0;
}
#navigation li{
	float:left;
	display:inline;
	padding:0;
	margin:0;
	list-style:none;
}
#navigation a:link, #navigation a:visited{
	display:block;
	height:47px;
	line-height:47px;
	padding:0 20px;
	font-size:18px;
	text-decoration:none;
	color:#fff;
	float:left;
}
#navigation a:hover, #navigation a:active{
	text-decoration:none;
	color:#999;
}

/* SIDE BAR 1
---------------------------------------------------------------*/
#side-bar-1 .BlogRecentPost a, #side-bar-1 .BlogTagList a, #side-bar-1 .BlogPostArchive a{
	color:#178209;
}

/* FOOTER
---------------------------------------------------------------*/
.blog-post{
	
	border-bottom:1px solid #CCC;
}
/* FOOTER
---------------------------------------------------------------*/
#footer ul{
	margin:0 0 30px 0;
}
#footer li{
	display:inline;
	border-left: 1px solid #CCC;
	padding:0 10px;
}
#footer li.first{
	display:inline;
	border-left: none;
	padding-left:0;
}
#footer a{
	color:#CCC;
	text-decoration:none;
}
