/*   
Theme Name: Something Chewie
Theme URI: http://somethingchewie.co.uk/
Description: The white, brown and black theme for Something Chewie
Author: Steve Eyre
Author URI: http://dot-totally.co.uk/
Version: 0.3
*/

body {
margin: 20px;
background-color: #363636;
}

#content {
font-family: 'Trebuchet Ms', arial, helvetica, sans-serif;
font-size: 0.8em;
margin: 0 auto;
width: 800px;
background: white url('images/bg.png') repeat-y scroll center;
}

#header {
height: 200px;
background: #363636 url('images/logorotate.php');
}

#header h1 {
display: none;
}

#bar ul {
padding-left: 0;
margin: 0;
background-color: black;
color: white;
float: left;
width: 100%;
}

#bar ul li {
display: inline;
}

#bar ul li a {
padding: 0.4em 1em;
background-color: black;
color: white;
text-decoration: none;
float: left;
font-family: 'Trebuchet Ms', arial, helvetica, sans-serif;
font-size: 1.2em;
}

#bar ul li a:hover {
background-color: #3F190C;
color: white;
}

#main a {
color: #7F604F;
}

#main a:visited {
color: #4F403B;
}

#menu {
float: right;
width: 200px;
padding: 15px 10px 0 0;
}

#menu h2 {
font-size: 130%;
font-weight: bold;
margin: 5px 0 0 0;
color: #7F4007;
}

#menu ul {
margin-left: 10px;
padding-left: 0;
list-style-type: square;
}

#menu li {
margin: 0 0 2px 15px;
padding: 0;
}

#page {
float: left;
padding: 15px 15px 0pt 25px;
width: 550px;
}

#page h2 {
font-family: 'Trebuchet Ms', arial, helvetica, sans-serif;
font-size: 130%;
font-weight: bold;
margin: 5px 0 0 0;
}

#page h2.pagetitle {
border-bottom: 1px solid black;
margin-bottom: 8px;
}

#page h2 a {
text-decoration: none;
color: #7F4007 !important;
}

#page h2 a:hover {
color: #9F4B00 !important;
}

#page h3 {
font-family: 'Trebuchet Ms', arial, helvetica, sans-serif;
color: #444;
font-size: 80%;
margin: 0px 0 8px 0;
padding-left: 2px;
border-bottom: 1px solid black;
}

#page p {
margin: 5px 0 10px;
line-height: 145%;
}

#page p small {
line-height: 115%;
}

#page p.meta {
font-size: 80%;
background-color: #EFE8E0;
color: #7F736F;
border: 1px solid #7F736F;
padding: 3px;
}

#page p.meta a {
color: #4F403B;
}

#commentform {
width: 500px;
}

#footer {
margin: 0;
padding: 0;
clear: both;
text-align: center;
}

#footer .foottext {
margin-top: 10px;
background-color: black;
color: white;
padding: 5px;
}

#footer a {
color: white !important;
}

#commentform input.styled {
width: 300px;
font-size: 80%;
background-color: white;
color: #7F736F;
border: 1px solid #7F736F;
padding: 3px;
}

#commentform textarea {
width: 500px;
font-size: 12px;
font-family: 'Trebuchet Ms', arial, helvetica, sans-serif;
background-color: white;
color: #7F736F;
border: 1px solid #7F736F;
padding: 3px;
}

#commentform input.styled:hover, #commentform textarea:hover,
#commentform input.styled:focus, #commentform textarea:focus {
background-color: #EFE8E0;
}

.commentlist a {
text-decoration: none;
}

.commentlist a:hover {
text-decoration: underline;
}

img.avatar {
float: right;
}