/*  
Theme Name: sunset
Theme URI: http://www.jemjabella.co.uk/wp/sunset.zip
Description: two column layout, simple css
Version: 
Author: Jemma Turner
Author URI: http://www.jemjabella.co.uk
*/

* {
margin: 0;
padding: 0;
}

body {
font: 76%/150% Trebuchet Ms, Verdana, Arial, Sans-Serif;
background-color: #87656B;
color: #CA635B;
text-align: center;
}

p, table, ol, ul {
margin-bottom: 16px;
}
#content ul, #content ol {
margin-left: 35px;
}

a:link, a:visited {
color: #FBEE61;
text-decoration: none;
padding: 1px;
}
a:hover {
color: #fff;
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: #9F6372;
margin-bottom: 3px;
}
h1 {
font-size: 24px;
font-weight: normal;
}
h1 a:hover {
color: #fff;
}
h2 {
font-size: 20px;
font-weight: normal;
}
h3 {
font-size: 16px;
font-weight: bold;
}

input, select, textarea {
font: inherit;
border: 1px solid #fff;
background: #333;
width: 200px;
color: #CA635B;
padding: 2px;
}
textarea {
width: 300px;
height: 120px;
}

blockquote {
width: 85%;
margin: 0 auto 16px auto;
font-size: .9em;
line-height: 1.3em;
color: #EF7268;
}
dd {
margin: 0 0 10px 35px;
}

#page {
background: #000;
width: 700px;
margin: 50px auto;
text-align: left;
border: 1px solid #fff;
}
#header {
background: #000 url(images/sunset.jpg) no-repeat;
height: 185px;
text-align: right;
}
#header h1 {
padding: 165px 15px 0 0;
}
#content {
float: left;
width: 440px;
padding: 20px;
}
#sidebar {
float: right;
width: 200px;
padding: 22px 10px;
line-height: 1.4em;
color: #EF8D86;
}
#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;
}

#footer {
clear: both;
text-align: center;
font-size: .9em;
line-height: 1.3em;
padding: 0 0 15px 0;
}
#footer p {
margin: 0;
}
#footer a:hover {
color: #fff;
text-decoration: none;
}

.commentlist {
margin-left: 30px;
font-size: .9em;
line-height: 1.4em;
}

.postmetadata {
text-align: right;
font-size: .9em;
line-height: 1.3em;
color: #FFA69F;
}

.navigation {
padding-bottom: 10px;
}
.alignleft {
float: left;
text-align: left;
}
.alignright {
float: right;
text-align: right;
}
.clearer {
clear: both;
}