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


/* General */

body {background: #DFE8E2;}

a {text-decoration: none; color: #C8281E;}
a:hover {text-decoration: none; color: #2B4D6E;}

h1.header {
	background: #191919;
	font: 3em Futura, 'Century Gothic', 'Apple Gothic', sans-serif;
	color: #fff;
	padding: 5px 0 5px 50px;
	margin: 0 0 30px 0;
	}
	
h1.header a {
	color: #fff; 
	text-decoration: none;	
	}
	
h2, h2 a { 
	text-decoration: none; 
	text-transform: uppercase; 
	font: bold .8em Futura, 'Century Gothic', 'Apple Gothic', sans-serif;
	margin: 0 0 10px 0;
	}

/* Posts */

.post {
	margin: 0 30px 30px 50px; 
	width: 750px; 
	float: left;
	clear: left;
	}

.post p {font: .8em normal Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; padding: 0 10px 10px 10px;}

.par1 {width: 360px; line-height: 20px;}

#postinfo {width: auto; border-top: dotted 1px #A2A8A4; padding: 10px 0 0 0;}

.post a {color: #C8281E;}
.post a:hover {color: #191919;}

.pcategories {font-size: .8em; margin: 10px 0 20px 30px;}
.pcategories a {color: #2B4D6E;}
.pcategories a:hover {text-decoration: underline;}

#cattitle {padding: 0 0 0 30px;}

/*Comments*/

#respond {padding: 0 0 20px 60px; float: left; clear: left;}
#commentarea {float: left; width: 200px; margin: 0 0 0 20px; }
#commentarea label {padding: 0 0 10px 0;}
.alt  {width: 500px; font-size: 14px;}
.alt p a {padding: 0;}
.alt p {padding: 5px 0 10px 10px;}
label {padding: 0 0 10px 0;}
#commentform p {display:none;}
#comment {width: 300px; height: 100px; float: left;}
#submit {float: left; clear: left; width: 120px; margin: 10px 0 0 0;}
#comments {width: 300px;  padding: 5px 0 5px 0; font-weight: normal;}
.submit {width: 100px;}

/* Sidebar */

.categories {
	margin: 0 0 30px 0;
	color: #C8281E; 
	font: .8em normal Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	}

.categories a {color:#1E2D32;}
.categories a:hover {color: #C8281E;}

/* Hides */

#searchform {display: none;}
.archives {display: none;}
.meta, .meta ul {display: none;}

.poweredby {clear: both; font-size: .5em; color: #191919;}
.poweredby a {text-decoration: none;}
