/*
Theme Name: Green Stripe
Theme URI: http://heartdrops.org
Description: Basic layout with green stripes
Version: 1.0
Author: Georgina
Author URI: http://heartdrops.org/
*/


body {
background-image: url('back.jpg');
}

body, p {
font: normal 10.5pt arial;
color: #444444;
}

img {
border: 0px;
}

.left {
float: left;
text-align: left;
padding: 7px;
}

a:visited, a:link {
color: #8FC48D;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration:underline;
}

a:visited.title, a:link.title {
font: normal 14pt georgia;
line-height: 27px;
color: #777777;
}

h1:first-line {
font: normal 14pt georgia;
line-height: 27px;
letter-spacing: 1px;
color: #777777;
}

h1 {
font: normal 8pt tahoma;
letter-spacing: 1px;
color: #636363;
text-align: center;
padding: 5px;
}

h2 {
padding: 3px;
height: 20px;
font: normal 9pt "trebuchet ms";
background: #ffffff;
letter-spacing: 1px;
color: #636363;
text-transform: uppercase;
text-align: right;
border-bottom: 1px dashed gray;
}

h3 {
font: normal 9pt "Trebuchet MS";
color: #696969;
text-align: center;
}

h4 {
font: italic 10pt "Trebuchet MS";
color: #92AD91;
text-align: center;
}

h5 {
font: bold 10.5pt arial;
color: #B0BF93;
text-align: center;
}

h6 {
font: normal 9pt "Trebuchet MS";
color: #696969;
text-transform: uppercase;
text-align: right;
}

strong, b {
color: #8CB868;
}

em, i {
font-family: "trebuchet ms";
color: #8BA07A;
}

u {
font-family: arial;
color: #666666;
}

blockquote {
display: block;
background: #f9f9f9;
padding: 10px;
border-left: 1px dotted #808080;
}

ul {
list-style-image: url('bullet.gif');
}

input, textarea {
font: normal 10.5pt arial;
color: #2e2e2e;
border: 1px solid #444444;
padding:5px;
}

#container {
width: 750px;
padding: 10px;
margin: 0 auto 0 auto;
border: 1px dotted #777777;
background-color:#ddeecc;
}

.sitetitle {
font: normal 30pt georgia;
letter-spacing: 1px;
text-align: center;
color: #8BA07A;
padding-top: 30px;
padding-bottom:20px;
background-color: #ffffff;
}

#side {
width: 210px;
height: auto;
float: right;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 0;
padding-left: 5px;
background-color: transparent;
}

#content {
width: 530px;
height: auto;
float: left;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 0;
background-color: transparent;
}

#footer {
clear: both;
height: auto;
padding: 5px;
background: #ffffff;
text-align: center;
}

#navigation {
list-style: none;
margin: 0;
padding: 0;
}

#navigation li {
float: left;
}

#navigation li a {
background-color: #cde2b7;
color: #aaaaaa;
width: 120px;
text-transform: lowercase;
text-decoration: none;
text-align: center;
padding: 9px 0;
margin: 15px;
letter-spacing: 1px;
font: italic 15pt georgia;
display: block;
}

#navigation li a:hover {
background-color: #ffffff;
color:#ffffff;
font-weight:bold;
background-image: url('back.jpg');
}
