body {
	background-color:#736E60;
	color:#949084;
}

p { 
	text-align: justify;
	font-size: 1.1em;
}

a:link, a:visited, a:hover {
	color:#B1974C;
}

a:hover {
	text-decoration:none;
	background-color: #413e25;
}

.entry a[href$="/feed/"] {
	background-image: url(blueprint/plugins/link-icons/icons/feed.png);
	padding:2px 22px 2px 0;
	margin:-2px 0;
	background-repeat: no-repeat;
	background-position: right center;	
}

h1, h2, h3, h4, h5, h6 {
	color: #949084;
}

h1 a, h2 a {
	text-decoration: none;
}

p.strong {
	font-weight: bold;
}

textarea, input[type="text"] {
	background-color: #ccc;
}

input[type="submit"]{
	background-color:#ccc;
	border:1px solid black;
	padding: 2px;
	cursor: pointer;	
}

input[type="submit"]:hover {
	background-color: #413e25;
	color:#B1974C;
}

code, pre {
	display: block;
	color: #ccc;
	padding: 5px 10px;
	margin: 15px 0px;
	font-size: 13px;
	border: 1px solid #000;
}
/* Begin Header */
#header {
	width: 100%;
	height: 80px;
	background-color:#292718;	
}

#header h1 {
	line-height: 80px;
	vertical-align: middle;
	text-align: right;
}

.tagline {
	font-family: monospace;
	font-style: italic;
	font-size: 1.8em;
	font-weight: bold;			
	float: left;
	margin-top: 30px;
	margin-left: 130px;
}

#header a:hover {
	background-color: transparent;
}
/* End Header */

/* Begin Sidebar */
#sidebar {
	position: absolute;
	top: 80px;
	height: 400px;
	display: block;
	margin-top: 10px;
}

#sidebar, #sidebar ul, ul.menu, ul.blog-list {
	width: 150px;
}

#sidebar ul {
	list-style:none;
	text-transform: lowercase;
	font-variant: small-caps;
	border-top:1px solid #666666;
	margin-left: 0px;
} 

#sidebar li {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
}

#sidebar li:hover {
	background-color:#413e25;
}

ul.menu { 
	margin-bottom: 0px;
}

.menu a {
	display: block;
	text-decoration:none;
	color:#989D86;
	font-size:16px;
	font-weight:600;
	text-indent:5px;
}

.menu a:hover, .blog-list a:hover {
	color:#B1974C;
}

ul.blog-list {
	position: relative;
	top: 30px;
}

.article-cat {
	color:#989D86;
	font-size:13px;
	font-weight:600;
	text-indent:5px;
}

.blog-list a {
	display: block;
	text-indent: 25px;
	text-decoration:none;
	color:#989D86;
}

.active a {
	background-color: #292718;
	color:#B1974C;
}

/* End Sidebar */

/* Begin Footer */
#footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 200px;
	background-color:#292718;
}

.copy {
	position: relative;
	top: 130px;
	text-align: center;
}
/* End Footer */

/* Begin Global */
#main {
	position: relative;
	width: 750px;
	margin-left: 180px;
	min-height: 600px;
	padding-bottom: 10px;
}

.post {
	background-color:#292718;
	margin-top: 10px;
	padding: 30px;
}

div.center {
	margin: 0 auto;
}

p.center, h1.center, h2.center, h3.center, h4.center, a.center {
	text-align: center;
}

h1.bold, h2.bold, h3.bold, h4.bold, p.bold, td.bold, th.bold, tr.bold {
	font-weight: bold;
}

.navigation {
	height: 30px;
	padding-top: 5px;
}
/* End Global */

/* Begin Images */
img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Comments */
#respond {
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color:transparent;
}

#respond input, textarea {
	border: 1px solid #736E60;
}

#respond input:focus, textarea:focus {
	border: 1px dashed #736E60;
}

#respond input[type="submit"] {
	background-color: #413e25;
	color:#B1974C;
}

li.comment {
	background-color:#292718;
	padding: 5px;
	margin-bottom: 15px;
}

.comment p {
	clear: left;
	position: relative;
	top: 10px;
	margin: 10px;
}

li.bypostauthor {
	background-color: #000;
}

.avatar {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	padding-right: 20px;
}

cite.fn {
	display: block;
	text-align: left;
	font-size: 1.3em;
}

.says {
	display: none;
}

.comment-meta a {
	display: block;
	text-align: left;
	text-decoration: none;	
}

.comment-meta a:hover {
	background-color: transparent;
}
/* End Comments */

/* Begin Global */
.red {
	color: #8a1f11;
}

blockquote {
	border-left: 1px solid #666;
	padding-left: 10px;
}
/* End Global */
