/*
Theme Name: Modern Orange
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Design by <a href="http://imanto.com">imanto.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; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 background: url(images/bg.gif) #dad4c6 repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 1020px;

}
#header {
 width: 1020px;
 height: 116px;
 margin: 0px 0px 0px 0px;
}
#header h1 {
 font-size: 30px;
 font-weight: normal;
 padding: 30px 0 0 32px;
}
#header h1 a {
 color: #dad4c6;
 text-decoration: none;
}
#header .description {
 color: #dad4c6;
 padding-left: 42px;
}
#nav {
 width: 1020px;
 height: 14px;
 padding:13px 10px 12px 0;
}
#nav ul {
 list-style: none;
}
#nav li {
 display: inline;
}
#nav a {
 color: #fff;
 text-decoration: none;
 font-weight: bold;
padding: 12px;
}
#nav a:hover, #nav .current_page_item a {
 background-color: #dcd7ca;
 color: #625f5b;
}
#content { 
 padding: 19px 13px 0 37px;
 min-height: 350px;
 width: 671px;
 float: left;
 color: #5c5a56;
}
#content .post {
 width: 659px;
 border: 3px solid #d4cbc4;
 background: #edeae3;
 padding: 4px;
 margin-bottom: 10px;
}
#content .post-heading {
 background: url(images/heading.gif) #63615d repeat-x;
 height: 24px;
 padding: 10px 0 0 10px;
}
#content .post-heading h2 {
 font-size: 14px;
}
#content .post-heading h2 {
 color: #fff;
}
#content .post-heading h2 a {
 color: #fff;
 text-decoration: none;
}
#content .post-content {
 padding: 10px;
}
#content p {
 padding-bottom: 10px;
}
#content a {
 color: #CE4521;
}
#content .post-info {
 font-size: 10px;
}
#content .comments {
 background: #5d605a;
 float: left;
 padding: 5px;
}
#content .comments a {
 color: #fff;
 text-decoration: none;
 font-weight: bold;
}
#sidebar { 
 float: right;
 min-height: 350px;
 width: 257px;
 display: inline;
 padding: 19px 42px 0 0;
}
#sidebar .sidebar-item {
 width: 244px;
 border: 3px solid #d4cbc4;
 background: #edeae3;
 padding: 4px;
}
#sidebar .sidebar-heading {
 background: url(images/heading.gif) #63615d repeat-x;
 height: 24px;
 padding: 10px 0 0 10px;
}
#sidebar .sidebar-heading h3 {
 font-size: 14px;
 color: #fff;
}
#sidebar .sidebar-content {
 padding: 10px;
}
#sidebar ul {
 list-style: none;
}
#sidebar li {
 background: #f2f0eb;
 border: 3px solid #e4ded9;
 padding: 7px 9px 7px 9px;
 margin-top: 5px;
}
#sidebar li:hover {
 background: #fff;
}
#sidebar a {
 color: #000;
 font-weight: bold;
 text-decoration: none;
}
#footerbg {
 width: 100%;
 background: url(images/footer.gif) #000 repeat-x;
 height: 40px;
 margin-top: 20px;
}
#footer { 
 width: 1000px;
 clear: both;
 margin: 0px auto 10px auto;
 padding: 10px;
 color: #fff;
 font-weight: bold;
}
#footer a {
 color: #fff;
}
.clear {
 clear: both;
}

#comments {
 padding: 10px 0 10px 0;
}
#respond {
 padding-top: 10px;
}
#content ul, #content ol {
 padding-left: 20px;
}
.commentlist li {
 padding-bottom: 10px
}

/* 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;
}