/*  
Theme Name: Natural Blues
Theme URI: http://www.realitysoftware.ca
Description: WordPress theme designed by <a href="http://www.realitysoftware.ca">Reality Software</a>.
Version: 1.0
Author: Reality Software
Author URI: http://www.realitysoftware.ca
*/

body  {
background:url(images/bg.gif);
margin: 0;
padding: 50px 0 50px 0;
font-family: "Myriad Pro";
}

#container { 
width: 780px;
margin: 0 auto;
}

#header { 
height:100px;
background-image:url(images/header.gif);
} 

#logo {
padding: 32px 0 0 30px;
}

#logo a {
color: #647c00;
text-decoration: none;
font-size: 36px; 
}

#slogan {
padding: 47px 30px 0 0;
color: #647c00;
font-size: 18px;
float:right;
}

#menu {
background-color: #8DB527; 
padding: 6px 0 6px 30px;
border-left: 1px #FFFFFF solid;
border-right: 1px #FFFFFF solid;
height: 19px;
}

#menu ul {
margin: 0px;
padding: 0px;
}

#menu li {
display: inline-block;
float: left;
width: 90px;
list-style: none;
}

#menu a {
color: #F8FCF7;
text-decoration: none; 
font-size: 16px; 
text-transform: uppercase;
}

#menu a:hover {
color: #E0F0B9;
}

#sidebar {
float: right;
width: 160px;
padding: 5px 30px 0 30px;
margin: 0;
color: #2B370C;
font-size: 13px;
line-height: 18px;
}

#sidebar ul {
margin: 0px;
padding: 0px;
}

#sidebar li {
list-style:none;
}

#sidebar h2 {
color: #647c00;
font-size: 15px; 
margin: 20px 0 0 0;
}

#sidebar a {
text-decoration: none; 
color: #2B370C;
}

#sidebar a:hover {
color: #647c00;
}

#main {
background-image:url(images/bg2.gif);
}

#text { 
margin: 0 220px 0 0;
padding: 5px 30px 30px 30px;
color: #2B370C;
font-size: 14px; 
line-height: 19px;
text-align: justify;
} 

#text h1 {
color: #647c00;
font-size: 24px;
font-weight:normal; 
margin: 25px 0 2px 0;
}

#text h2 {
color: #647c00;
font-size: 20px; 
margin: 25px 0 2px 0;
}

#text h3 {
color: #647c00;
margin: 25px 0 5px 0;
}

#text a {
color: #799600; 
text-decoration: none;
}

#text a:hover {
color: #4F6300;
}

#footer {
height: 90px;
background-image: url(images/footer.gif);
color: #F8FCF7;
font-size: 14px;
}

#footer a {
text-decoration: none; 
color: #FFFFFF;
}

#footer a:hover {
color: #E0F0B9;
}

#footer_left {
float:left;
padding: 60px 0 0 30px;
}

#footer_right {
float:right;
padding: 60px 30px 0 0;
}

.postmetadata {
font-size: 13px;
margin: 7px 0 0 0;
}

.postmetadata small {
font-size: 11px;
}

.entry p {
margin: 5px 0 0 0;
}

#searchform {
margin: 0;
}

#searchform #searchsubmit {
width: 30px;
height: 21px;
border: none;
color: #FFFFFF;
background-color: #8DB527;
}

#searchform #s {
width: 121px;
}

#commentform #comment {
width: 500px;
}

#commentform #author, #commentform #email, #commentform #url {
width: 250px;
}

#commentform #submit {
height: 21px;
border: none;
color: #FFFFFF;
background-color: #8DB527;
}

#commentform p {
margin: 5px 0 5px 0;
}

#calendar caption {
color: #647c00;
font-size: 15px;
font-weight:bold;
text-align:left;
}

.commentlist .alt {
background-color:#F6FAEE;
}

.commentlist p {
margin: 5px 0 10px 0;
}

.clear {
clear:both;
}

