/*
Theme Name: WordPress Default

*/

body {
margin: 0;
padding: 0;
background: #000 repeat-x url('/images/background.jpg') top center;
color: #fff;
font-size: 80%;
font-family: Trebuchet MS, sans-serif;
}

#page {
width: 950px;
margin: 0 auto;
}

#headerimg {
background: no-repeat url('/images/logo.png') top left;
height: 185px;
margin: 10px 0 0 0;
}
#headerimg a{
display: block;
width: 950px;
height: 185px;
text-indent: -10000px;
}

a {
color: #fE0000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h2 {
font-family: Impact, sans-serif;
font-size: 30px;
font-weight: normal;
margin: 0;
text-transform: capitalize;
}

.narrowcolumn {
float: left;
width: 700px;
}

.post {
margin: 0 0 50px 0;
}

.postmetadata {
font-size: 0.9em;
}

#sidebar {
float: right;
width: 200px;
text-align: right;
margin: 0 0 40px 0;
}

#footer {
clear: both;
padding: 10px;
text-align: right;
}

ul, li {
list-style-type: none;
margin: 0;
}

.search, .feeds {
margin: 25px 0 0 0;
}

#footer a {
color: #333;
}

img {
border: 0;
}

.size-medium, .size-full {
width: 500px;
}