/* GENERAL STYLE & STRUCTURE */

body {
	font: 11px/19px 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #111;
	background: #1d3254;
	margin: 0;
	padding: 0;
}
		
#header {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 0;
	background: #fff;
	}
	
#stuff {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	}
	
.clear {
	clear: both;
	}
	
a, a:hover, a:visited {
	color: #4d970c;
	text-decoration: none;
	}

a:hover {
	/* color: #b77930; */
	color: #ff7513;
	}
	
small {
	color: #555;
	font-size: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	}
	
h3 {
	border-bottom: 1px dashed #ccc;
	margin-top: 15px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 14px;
	}
	
p.info {
	background: #9bd0e1 url('img/info.png') no-repeat 8px;
	padding: 8px 8px 8px 30px;
	border: 2px solid #76b7cc;
	color: #224d6e;
	}
	
p.warning {
	background: #fda4a4 url('img/exclamation.png') no-repeat 8px;
	padding: 8px 8px 8px 30px;
	border: 2px solid #ca6262;
	color: #601111;
	}
	
ul {
	list-style: square;
	}
	
blockquote {
	font-style: italic;
	color: #666;
	border-left: 10px solid #eee;
	padding-left: 10px;
	margin: 0 40px;
	font-family: Georgia, serif;
	font-size: 12px;
	}

	
/* HEADER */
#header h1 {
	display: block;
	padding: 20px;
	margin: 0;
	text-align: center;
	clear: both;
	}

#header ul {
	padding: 0;
	margin: 0;
	}
	
#header ul li {
	display: inline;
	padding: 0 4px;
	}
	
#header ul li a {
	text-decoration: none;
	}

#header ul li a:hover {
	border-bottom: 1px solid #ff7513;
	}
	
#header ul li.list-title {
	font-weight: bold;
	color: #aaa;
	}
	
#header ul.nav {
	border-bottom: 10px solid #1d3254;
	margin: 0;
	padding: 6px 10px 6px 20px;
	font-weight: bold;
	clear: left;
	}
	
#header li#home a, #header li#about a, #header li#archive a, #header li#subscribe a {
	display: block;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 12px;
	border: none;
	}
	
#header li#home, #header li#about, #header li#archive, #header li#subscribe {
	float: left;
	padding: 5px;
	width: 60px;
	}
	
#header ul.nav li#home a {
	background-image: url("img/home.png");
	width: 40px;
	background-position: 0 1px;
	}
	
#header ul.nav li#about a {
	background-image: url("img/about.png");
	width: 51px;
	}
	
#header ul.nav li#archive a {
	background-image: url("img/archive.png");
	width: 60px;
	}
	
#header ul.nav li#subscribe a {
	background-image: url("img/subscribe.png");
	}
	
#header ul.nav li#subscribe {
	float: right;
	width: 80px;
	}
	
#header ul.nav li#home a:hover {
	background-image: url("img/homeH.png");
	}
	
#header ul.nav li#about a:hover {
	background-image: url("img/aboutH.png");
	}
	
#header ul.nav li#archive a:hover {
	background-image: url("img/archiveH.png");
	}
	
#header ul.nav li#archive {
	margin-left: 3px;
	}
	
#header ul.nav li#subscribe a:hover {
	background-image: url("img/subscribeH2.png");
	}


#header ul.cats {
	clear: both;
	padding: 6px 10px 6px 20px;
	border: 2px solid #eee;
	border-left: none;
	border-right: none;
	}

/* POST */

.post {
	width: 500px;
	padding: 10px 20px 0 25px;
	border-right: 1px solid #eee;
	}
	
.post-header {
	border-bottom: 1px solid #bfcfe8;
	padding: 10px 25px 7px 0;
	display: block;
	background: #fff url('img/cube.gif') no-repeat 486px 19px;
	}
	
.post h2 {
	margin: 0;
	display: inline;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 20px;
	}
	
.post h2 a {
	text-decoration: none;
	color: #222;
	}
	
.post h2 a:hover {
	color: #555;
	}
	
.post-date {
	float: right;
	padding-top: 5px;
	color: #888;
	}
	
.post-author {
	font-size: 9px;
	color: #888;
	float: right;
	display: block;
	}
	
.post-body {
	width: 500px;
	padding-top: 10px;
	text-align: justify;
	}
	
.post-body a, #footer a, .post-meta a {
	border-bottom: 1px dotted #4d970c;
	}
	
.post-body a:hover, #footer a:hover, .post-meta a:hover {
	border-bottom: 1px solid #ff7513;
	}
	
.post-meta {
	text-transform: lowercase;
	color: #666;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 4px;
	border-top: 1px solid #bfcfe8;
	text-align: right;
	}
	
.post-meta p {
	padding: 0;
	margin: 0;
	}
	
.post-meta a, .post-meta a:hover {
	text-decoration: none;
	border: none;
	}
	
.post-meta .cat {
	background: #fff url('img/cat.png') no-repeat -2px left;
	padding-left: 18px;
	}
	
.post-meta .comment {
	background: #fff url('img/comment.png') no-repeat -2px left;
	padding-left: 18px;
	}
	
/* SIDEBAR */
#sidebar {
	width: 230px;
	float: right;
	margin-right: 10px;
	padding-top: 14px;
	}
	
.sbox h4 {
	border-bottom: 1px solid #bfcfe8;
	margin-bottom: 5px;
	}
	
.sbox p {
	margin-top: 0;
	}
	
.sbox ul {
	padding: 0;
	margin: 0;
	}
	
.sbox li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	}
	
.sbox li:last-child {
	border-bottom: none;
	}
	
.sbox li a {
	display: block;
	}

.sbox li a:hover {
	background: #fff url('img/external.gif') no-repeat center right;
	}
	
/* FOOTER */
#footer {
	clear: both;
	width: 780px;
	padding: 5px 10px;
	border-top: 10px solid #1d3254;
	text-align: center;
	background: #fff;
	font-size: 9px;
	}