/*
Theme Name: Simple Gray
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Design by <a href="http://wpmix.com">wpMix.com</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

* { padding: 0; margin: 0; }

img {
 border: 0px none;
}
small{
font-size:14px;
}

.tdhgt
{
 height:100%;
}

hr
{ 
  width:90%;
  horizontal-align:center;
  margin-top:10px;
  margin-bottom:10px;
}

#wrapper { 
 margin: 10px auto;
 width: 931px;
 background: #fff;
 padding:10px;
}
#header {
 color: #000;
 width: 931px;
 padding: 0;
 height: 160px;
 margin: 10px 0px 0px 0px;
 background:  #FFF no-repeat;
}
#header h1 {
 font-size: 30px;
 text-align: center;
}
#header h1 a {
 color: red;
 text-decoration:none;
}
#header h2 {
 font-size:16em;
 text-align:left;
 font-weight: normal;
}

#nav {
 background-color: #cacaca;
 color: #fff;
 font-weight: bold;
 padding:10px 10px 10px 0;
}

#nav li {
 display: inline;
}

#nav a {
 color: #000;
 text-decoration: none;
 padding: 10px;
}

#nav a:hover, #nav .current_page_item a {
 background-color: #98a9ff;
 color: #fff;
}
#content { 
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 border:none;
 float: left;
 height:100%
}

#content h2 a{
 text-decoration:none;
}

#content h2{
 text-align:left;
 margin-bottom: 10px;

}

#content p {
 padding-top:10px;
}
#content ul {
padding-left:33px;
padding-right:25px;
}

#content ol{
padding-left:40px;
padding-right:25px;
}

#content .post-info {
 text-align: left;
 font-size: 12px;
 padding-bottom:10px;
}
#content h3#comments {
 padding-bottom:10px;
}
#content h3#respond {
 padding-top:10px;
}
#content .commentlist li {
 padding-bottom:10px;
 text-align:bottom;
 }
#sidebar { 
 float: right;
 color: #000;
 background: #FFF;
 margin: 0px 0px 0px 0;
 border:none;
 padding: 0px;
 min-height: 350px;
 height:100%;
 width:170px;
 display: inline;
}
#sidebar h3 {
 font-size:16px;
 color: #395D91;
 padding-bottom:10px;
}
#sidebar ul {
 list-style: none;
 padding-bottom: 10px;
 padding-left: 0px;
}
#sidebar a {
color:#395D91;
text-decoration:underline;
}
#footer {
 text-align:center;
 margin-bottom: 10px;
 color: #000;
 font-size: 11px;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#footer a {
 color: #000;
}
.clear {
 clear: both;
}

/* WordPress CSS */

img.avatar {
 float: left;
 margin-right: 5px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 0px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0px none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
