/*
Title: 
Description:	Global styles and page build
Author: Christine Harcinske / Twelve Horses
Last Updated:	
*/



/*****************************************************************************
RESETS
*****************************************************************************/

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: 100%;
	vertical-align: baseline;
	background: transparent;
}

fieldset, img { 
	border: 0;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
ol, ul {
	list-style: none;
}
	
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
	
caption, th {
	text-align: left;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

h1 {
  color: #6d8e3c;
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 20px 0;
}

h3 {
  color: #6d8e3c;
	font-size: 18px;
	line-height: 22px;
}

h4 {
  color: #333;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

:focus {
	-moz-outline-style:none
}

/*****************************************************************************
GLOBAL STYLES
*****************************************************************************/

html {
	font-size: 100%;
	text-align: center;
}

body {
	margin: 0;
	text-align: left;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
}


/* TYPOGRAPHY
----------------------------------------------------------------------*/

p {
  margin: 0 0 24px 0;
}

a, a:link, a:visited {
  color: #005aab;
	text-decoration: none;
}

a:hover, a:visited:hover {
  color: #333;
}

h2, h2 a {
  color: #6e8e3c;
	font: 32px/32px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h3 {
  font-size: 18px;
}

::-moz-selection { 
  background: #005aab; 
	color: #fff;
}

::selection { 
  background: #005aab;
	color: #fff;
}

strong {
  font-weight: bold;
}

/* FORM STYLES
----------------------------------------------------------------------*/

input {
  border: 1px solid #b3b3b5;
	color: #666;
}

.button {
  border: none;
	color: #fff;
	background: #6d8d23;
	padding: 4px 6px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}

.button:hover {
  background: #3d4e22;
}

#searchbox {
  border: solid #b3b3b5;
	border-width: 1px 0 1px 1px;
	height: 24px;
	margin: 13px 0 0 0;
	padding: 8px 0 1px 12px;
	width: 234px;
}

#search_submit {
  background: url('../images/search_submit.gif') top left no-repeat;
	height: 58px;
	width: 58px;
	border: none;
}

#search_submit:hover {
  background-position: 0 -58px;
	cursor: pointer;
}


/* GENERAL STYLES
----------------------------------------------------------------------*/

.clear {
  clear: both;
}

.alignright {
  float: right;
	margin: 6px 0 6px 6px;
}

/*****************************************************************************
SITE BUILD
*****************************************************************************/

#masthead {
  background: url('../images/masthead_bg.gif') top left repeat-x;
	height: 353px;
}

#header {
  width: 960px;
	margin: 0 auto;
	color: #fff;
	padding: 7px 0 0 0;
}

#header a, #header a:visited {
  color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#header a:hover, #header a:visited:hover {
  color: #e0e0e0;
}

#header ul {
  float: right;
	margin: 0;
	clear: right;
	height: 31px;
}

#header li {
  display: inline;
	margin-left: 20px;
}

#header_photo {
  background: url('../images/header_photo.jpg') top right no-repeat;
	height: 297px;
	padding: 14px 0 0 0;
}

#header_photo h1 {
  background: url('../images/unplugged.gif') top left no-repeat;
	height: 111px;
	width: 379px;
	text-indent: -9000px;
}

#header_photo h2 {
  background: url('../images/header_blurb.gif') bottom left no-repeat;
	height: 146px;
	width: 417px;
	text-indent: -9000px;
	padding: 0;
}

#wrapper {
  width: 960px;
	margin: 0 auto;
	padding: 26px 0;
	overflow: hidden;
}

#main_content {
  width: 610px;
	margin: 0;
	float: left;
	display: inline;
}

#main_content a {
  font-weight: bold;
}  

/* SIDEBAR STYLES
----------------------------------------------------------------------*/

#sidebar {
  width: 310px;
	float: right;
	font: 11px/18px Arial, Helvetica, sans-serif;
}

#sidebar li {
  visibility: visible !important;
	list-style: none;
}

#search_container {
  overflow: hidden;
}

#twitter_feed, #catergories, #blogroll {
  margin-top: 28px;
	overflow: hidden;
}

#twitter_header {
  background: url('../images/side_icon_twitter.gif') top right no-repeat;
	height: 27px;
	width: 310px;
	padding: 18px 0 0 0;
}

#twitter_header h3 {
  color: #008bc8;
}

#catergory_header {
  background: url('../images/side_icon_cats.gif') top right no-repeat;
	height: 40px;
	width: 310px;
	padding: 18px 0 0 0;
}

#catergories ul {
  width: 310px;
}

#catergories li {
  width: 145px;
  padding: 0 5px 0 0;
  display: block;
	float: left;
}

#blogroll_header {
  background: url('../images/side_icon_blogroll.gif') top right no-repeat;
	height: 52px;
	width: 310px;
	padding: 12px 0 0 0;
}

#blogroll li {
  margin: 0;
  padding: 0;
}

/* FOOTER STYLES
----------------------------------------------------------------------*/

#footer {
  background: #fff url('../images/footer_bg.gif') top left repeat-x;
	padding: 30px 0 0 0;
}

#footer_content {
  margin: 0 auto 20px auto;
	width: 960px;
	overflow: hidden;
}

#f_contact {
  float: left;
	width: 278px;
	padding-right: 12px;
}

#f_contact img {
  margin: 0 0 10px 0;
}

#f_contact li {
  display: inline;
	padding-right: 24px;
}

#f_popular {
  float: left;
	width: 320px;
	padding-right: 40px;
}

#f_popular li {
  padding: 0 0 10px 0;
}

#f_archives {
  float: left;
	width: 310px;
	overflow: hidden;
}

#current_archive ul {
  width: 310px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #939393;
	overflow: hidden;
}

#current_archive li {
  width: 150px;
	padding: 0 5px 0 0;
	display: block;
	list-style: none;
	float: left;
}


.year_archive p {
  margin: 0 0 6px 0;
	padding: 0 0 0 16px;
	cursor: pointer;
	color: #005aab;
	background: url('../images/plus.gif') 0 4px no-repeat;
}

.year_archive p:hover {
	background-color: #e3e2e2;
	color: #005aab;
	font-weight: bold;
}

.year_archive p.active {
	background: url('../images/minus.gif') 0 9px no-repeat;
	font-weight: bold;
}

.year_archive ul {
  width: 310px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.year_archive li {
  width: 150px;
	padding: 0 5px 0 0;
	display: block;
	list-style: none;
	float: left;
}

#copyright {
  background: url('../images/btm_stripe.gif') top left repeat-x;
	height: 48px;
	color: #fff;
}

#copy_content {
  margin: 0 auto;
	padding: 10px 0 0 0;
	width: 960px;
	overflow: hidden;
	font-size: 10px;
}

#copy_content p {
  margin: 0;
	float: left;
}

#copy_content a, #copy_content a:visited {
  color: #fff;
}

#copy_content a:hover, #copy_content a:visited:hover {
  color: #e0e0e0;
}

#copy_content ul {
  list-style: none;
	float: right;
}

#copy_content li {
  padding: 0 0 0 20px;
	float: left;
}

/*****************************************************************************
BLOG ELEMENTS
*****************************************************************************/

.post {
  margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
}

.date_wrapper {
  float: left;
	width: 54px;
	padding: 4px 16px 0 0;
	color: #939393;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.date_wrapper span {
  color: #79bde8;
	font-size: 36px;
	line-height: 38px;
	clear: both;
}

.post_body {
  float: left;
	width: 540px;
}

div.post_body img {
  padding: 2px;  
	border: 1px solid #b3b3b5;  
	float: right;
	margin: 6px 0 6px 6px;
}

.post .sociable { 
  display: none;
}

.endpost {
  background: #e6eef6;
	border: solid #a3c2df;
	border-width: 1px 0;
	padding: 10px 0 0 10px;
	min-height: 30px;
	overflow: hidden;
}

*html .endpost {
  height: 34px;
}

#respond {
  border-top: 1px solid #b3b3b5;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

.commentlist {
	width: 100%;
	margin: 30px 0 20px 0;
}

.commentlist li {  
  border-top: 1px solid #b3b3b5;
  list-style:none;  
   margin-bottom:14px;  
}

.commentlist cite {
  padding: 10px 0 0 0;
	display: block;
	overflow: hidden;
}

.commentlist cite img {  
  padding: 2px;  
	border: 1px solid #b3b3b5;  
	float: left;  
	margin-right: 9px;  
} 

.commentlist .author {
  font-size: 16px;
}

.commenttext {
  padding: 8px 0 0 0;
}

.navigation {
  text-align: right;
	padding: 6px 0 0 0;
}


.readmore a, .prev a, .next a {
  color: #6e8e3c;
	font-size: 16px;
	font-weight: bold;	
	padding: 4px 0;
}

div.post_body .readmore img {
  padding: 0;  
	border: none;  
	float: none;
	margin: 0;
}

div.post_body .prev img, div.post_body .next img {
  padding: 4px 0;  
	border: none;  
	float: none;
	margin: 0;
}

div.post-ratings img {
  padding: 0;  
	border: none;  
	float: none;
	margin: 0;
}

.comments, .sharethis {
  margin-right: 30px;
	float: left
}

.ratings {
  float: left;
}
