/*
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: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(images/bg.gif) #BDBABD repeat-x;
}
#wrapper { 
 margin: 10px auto;
 width: 931px;
 background: #fff;
 padding:10px;
}
#header {
 color: #000;
 width: 931px;
 padding: 0;
 height: 74px;
 margin: 10px 0px 0px 0px;
 background: url(images/header.gif) #FFF no-repeat;
}
#header h1 {
 font-size: 30px;
 text-align: center;
}
#header h1 a {
 color: #98a9ff;
 text-decoration:none;
}
#header h2 {
 font-size: 18px;
 text-align:center;
 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: #e5e5e5;
 margin: 20px 0px 20px 0px;
 padding: 10px;
 min-height: 350px;
 width: 606px;
 float: left;
}
#content h2 {
 font-size: 16px;
}
#content a {
 color: #98a9ff;
 text-decoration: none;
}
#content p {
 padding-top:10px;
}
#content ul, #content ol{
padding-left:20px;
}
#content .post-info {
 text-align: center;
 font-size: 11px;
 padding-bottom:10px;
}
#content h3#comments {
 padding-bottom:10px;
}
#content h3#respond {
 padding-top:10px;
}
#content .commentlist li {
 padding-bottom:10px;
}
#sidebar { 
 float: right;
 color: #000;
 background: #FFF;
 margin: 20px 15px 20px 0;
 padding: 10;
 min-height: 350px;
 width: 269px;
 display: inline;
}
#sidebar h3 {
 font-size:16px;
 color: #98a8ff;
 padding-bottom:10px;
}
#sidebar ul {
 list-style: none;
 padding-bottom: 10px;
 padding-left: 32px;
}
#sidebar a {
 color: #000;
 text-decoration: none;
}
#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: 1px 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: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}