/*
Theme Name: WordPress Default
Theme URI: http://hahntexas.com
Description: Rebrand Garland WP Theme
Version: 1.0
Author: Hahn, Texas
Author URI: http://hahntexas.com
*/

/* YUI RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
 * Main stylesheet for the Garland site.
 */
 
html {background: #D1DBE0 url(images/body_bg.png);}

body {
  font: .8em/1.5em Arial, sans-serif;
  color: #000;
}

p { margin-bottom: 1em; }

a, a:visited, a:hover {text-decoration: none;}

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #2D4B64; }
h1 { font-size: 1.65em; margin-bottom: .5em; }
h2 { font-size: 1.45em; }
h3 { font-size: 1.25em; }
h4, h6 { font-size: 1.1em; }
h5 { font-size: .9em; }
h6 {
	color: #93BC46;	
	margin-top: 1em;
	}

div.container {
  width: 700px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

#content .container {
	background: #fff;
	}

/*
 * Rounded Corners
 */
 
 .rnd {
	background: transparent url(images/rnd.gif) 0 0 no-repeat;
	height: 25px;
	margin: 0 auto;
	width: 700px;
	}

 .ftr.rnd.btm {
	clear: both;
	background-position: 0 -25px;
	}

/*
 * Header area
 */
 
#header {
	margin-top: 40px;
	}
 
div#logo {
	margin: 0 0 -6px 0;
}

ul#nav {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #D1DBE0;
  border-bottom: 1px solid #D1DBE0;
  width: 100%;
  background: url(images/nav_bg.png) repeat-x;
}

ul#nav li {
  display: block;
  width: 174px;
  float: left;
  border-right: 1px solid #ccc;
  text-align: center;  
}  

ul#nav li a {
  padding: 1.5em 2em 1em;
  display: block;
  color: #fff;
  font-weight: bold;
  text-shadow: #555 2px 3px 1px;
}

ul#nav li a:hover, ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover {
  text-shadow: none;
  text-decoration: underline;
}

ul#nav li.last_nav {
	border-right: none;
	}

/*
 * Main content area
 */

div#content-body {
  padding: 20px 0 20px 20px;
  float: left;
  width: 460px;
  border-right: 1px solid #D1DBE0;
  border-bottom: 1px solid #D1DBE0;
  
}

#sidebar {
	float: left;
	width: 179px;
	padding: 20px;
	}
/*
 * 
 */
 
#homepage-blurb {
	font: italic 14px/21px Georgia, serif;
	background: #E8EFF2 url(images/blurb_bg.png) repeat-x;
	padding: 15px;
	}

#homepage-blurb span {
	background: #B5D5FF;
	padding: 2px 5px;	
	}

.post {padding-right: 20px;}
	
.post h2 a {
	color: #93BC46;	
	}
	
.single .post {
	border: 0;
	}

.garland.post {
	border-top: 1px solid #D1DBE0;
	padding: 10px 0;
	}
	
.post-meta {
	color: #999;
	margin-bottom: .25em;
	}
	
#recent-news ul li {
	font-size: 1.5em;
	border-top: 1px solid #D1DBE0;
	}
	
#recent-news ul li a {
	color: #93BC46;
	}
	
.read_more {
	text-align: right;
	margin: 0 20px 0 0;
	padding: 0;
	font: italic 1em Georgia, serif;	
	}
	
#idc-container-parent {
	border-top: 1px solid #D1DBE0;	
	}
	
#idc-container h3 {
	color: #999;
	}
	
#single-hdr {
	font-size: 1.9em;
	line-height: 1.25em;
	margin-bottom: .15em;
	}
	
#sidebar h2 {
	font-size: 1.2em;
	}
	
#calendar {
	margin: 0 auto 20px;
	display: block;
	width: 170px;
	}
