/*  
Theme Name: red berries
Theme URI: http://www.jemjabella.co.uk/wp/redberries.zip
Description: two columns, offset sidebar, red berries.
Version: 
Author: Jemma Turner
Author URI: http://www.jemjabella.co.uk
*/

* {
margin: 0;
padding: 0;
}

body {
font: 76%/150% Verdana, Trebuchet Ms, Arial, Sans-Serif;
background-color: #949494;
color: #333;
text-align: center;
}

p, table, ol, ul {
margin-bottom: 16px;
}
#content ul, #content ol {
margin-left: 35px;
}

a:link, a:visited {
color: #2e5cb8;
text-decoration: none;
padding: 1px;
}

a:hover {
color: #FC4849;
text-decoration: underline;
padding: 1px;
}

h1, h2, h2 a:link, h3, h3 a:link, h4, h5, h6 {
font-family: Georgia, Times New Roman, Times, Serif;
color: #2e5cb8;
margin-bottom: 3px;
}

h1 {
font-size: 24px;
font-weight: bold;
text-align: left;
}

h1 a:hover {
}

h1 a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
padding: 1px;
}

h2 {
font-size: 20px;
font-weight: normal;
}

h3 {
font-size: 16px;
font-weight: bold;
}

input, select, textarea {
font: inherit;
border: 1px solid #6F100D;
background: #ECEFC2;
width: 200px;
}
textarea {
width: 300px;
height: 120px;
}

blockquote {
width: 85%;
margin: 0 auto 16px auto;
font-size: .9em;
line-height: 1.3em;
color: #666;
}
dd {
margin: 0 0 10px 35px;
}

#page {
background: #fff url(images/bg.gif) repeat-y;
width: 759px;
margin: 10px auto;
text-align: left;
border: 1px solid #6F100D;
}

#header {
background: #2e5cb8;
border-bottom: 1px solid #2e5cb8;
height: 70px;
line-height: 70px;
text-align: left;
padding: 10px;
}

#header h1 {
font-size: 24px;
font-weight: bold;
color: #FFFFFF;
}

#header h1 a:hover {
color: #FFFFFF
}

#header h1 a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
}

#header h2 {
font-size: 20px;
font-family: Georgia, Times New Roman, Times, Serif;
color: #2e5cb8;
margin-bottom: 3px;
font-weight: normal;
}

#header h2 a:link, a:visited {
color: #2e5cb8;
text-decoration: none;
}



#content {
float: left;
width: 448px;
padding: 20px;
border-right: 1px solid #2e5cb8;
}


#sidebar {
float: right;
width: 250px;
line-height: 1.3em;
color: #888;
padding: 10px;
}

#sidebar #deco {
margin: 10px -10px 10px -10px;
}
#sidebar h2 {
font-size: 18px;
}
#sidebar ul {
list-style: none;
}
#sidebar ul li {
margin-bottom: 10px;
}
#sidebar ul li ul {
margin-bottom: 20px;
}
#sidebar ul li ul li {
margin-bottom: 0;
}

#deco a:hover, a:link, a:visited  {
color: #2e5cb8;
text-decoration: underline;
}

#footer {
background: #2e5cb8;
clear: both;
border-top: 1px solid #2e5cb8;
text-align: center;
font-size: .8em;
line-height: 1.2em;
padding: 15px 0;
}

#footer p {
margin: 0;
}

#footer a:hover, a:link, a:visited  {
color: #778db8;
text-decoration: underline;
}

.commentlist {
margin-left: 25px;
font-size: .9em;
line-height: 1.3em;
}

.postmetadata {
text-align: left;
font-size: .9em;
line-height: 1.3em;
color: #666;
}

.navigation {
padding-bottom: 10px;
}
.alignleft {
float: left;
text-align: left;
}
.alignright {
float: right;
text-align: right;
}
.clearer {
clear: both;
}