/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";
@import "css/clearfix.css";

html {
font-family: Georgia;

color: #242424;
}

a {
color: #717171;
text-decoration: underline;
}
a:hover {
color: #242424;

}

h1, h2, h3, h4 {
font-family: Arial;

}

hr {
border: none;
background: #eee;
height: 1px;
margin: 20px 0 20px 0;
}

input, textarea {
border: 1px solid #717171;
padding: 5px;
font-family: Arial;
font-size: 14px;
}

#wrapper {
width: 900px;
margin: 20px auto;
}

#header {

}

#header h1 {
width:200px;
float:left;
}

#header h1 a {
text-decoration: none;
font-weight: lighter;
color: #242424;
font-size: 36px;
}

.menu-header {
font-family: Arial;
float:right;
margin: 15px 0 0 0;
}
.menu-header li {
float:left;
}
.menu-header li a{
padding: 10px 0 10px 30px;
color: #242424;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}
.menu-header li a:hover {
text-decoration: underline;
}

#header-gallery {
margin: 30px 0 0 0;
}

#content {
margin: 20px 0 0 0;
}

#article {
width: 600px;
float: left;
}

#article-single {
padding: 0 20px 0 0;
line-height: 22px;
}

#article-single h1 {

font-size: 26px;
margin: 0 0 20px 0;
}

#respond {
color:#717171;
}

#sidebar {
width: 279px;
float: right;
border-left: 1px solid #eee;
padding: 0 0 20px 20px;
font-size:14px;
line-height: 20px;
}

#sidebar .widget-container {
padding: 0 0 20px 0;
}

#sidebar .widget-container h3 {
color: #242424;
font-size: 16px;
}

.sm-links {
padding: 10px;
background: #717171;
margin: 0 20px 0 0;
color:#fff;
text-decoration: none;
}
.sm-links.last-child {
margin:0;
}
.sm-links:hover {
background: #242424;
color:#fff;
}

#footer {
font-size: 11px;
color: #717171;
margin: 20px 0 0 0;
}

.post-frame {
width: 280px;
height:240px;
padding: 0 20px 0 0;
float: left;
line-height: 20px;
font-size: 14px;
}

.post-frame h2 {
margin: 0 0 10px 0;
}

.post-frame h2 a {
text-decoration: none;
color: #242424;
font-size: 16px;
}
.post-frame h2 a:hover {
text-decoration: underline;
}

.post-frame .meta,
.post-frame .more-link {
font-size:12px;
}

table {
width: 100%
}

td {
padding:5px 10px 5px 0;
}