/*
Theme Name: Minimalistic Blue
Theme URI: http://anthonycole.net/wordpress/
Description: Minimalistic Blue is a lightweight Wordpress theme that tries to encompass some beauty while keeping the code to a minimum.
Author: Anthony Cole
Author URI: http://anthonycole.net
Version: 1.0
/*-------------------- General Layout --------------------*/
#content {
	width: 900px;
	margin: 10px auto;
}

.article {
	margin: 0 0 25px 0;
}

#primary {
	width: 500px;
	float: left;
	margin-right: 10px;
	padding: 15px;
}

#secondary {
	width: 250px;
	float: left;
	margin-left: 10px;
}

#footer {
	clear: both;
	text-align: right;
	padding: 20px;
}

/*-------------------- Fonts and Stuff --------------------*/
a {
	color: #820010;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

label, #content p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	margin: 0;
	padding: 5px;
	line-height: 18px;
	color: #000000;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 24px;
	color: #000000;
}

label {
	font-weight: bold;
}

#header h1 {
	color: #000000;
	font-weight: normal;
}

#content h3 {
	margin: 0 5px;
}

h3, #page h3, #comments, #respond, .title, .article h3 a {
	color: #820010;
	text-decoration: none;
	font-size: 16px;
	font-weight: lighter;
	font-family: Verdana, Sans-serif;
}

.meta {
	color: #000000;
}

.meta a {
	color: #000000;
	text-decoration: none;
}

strong {
	color: #820010;
}

/*-------------------- Div Styles --------------------*/

body {
	background: #d7d7d7;
	margin: 0;
	font-family: Verdana, Sans-serif;
}

#header {
	background: #000000;
	border-bottom: 6px solid #820010;
}

#header h1 {
	margin: 0;
	font-family: Verdana, Sans-serif;
	font-size: 30px;
	padding: 10px;
	font-weight: lighter;
	border-bottom: 10px solid #980034;
}

.meta {
	font-size: 9px;
	text-align: left;
	border-top: 1px solid #820010;
	border-bottom: 1px solid #820010;
	padding: 2px;
}

/*-------------------- Unordered Lists --------------------*/
#secondary .sidebox {
	margin: 0 20px;
}

#secondary div ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px
}

#secondary ul li {
	padding: 5px 0;
}

#secondary div ul li a {
	color: #000000;
	font-size: 11px;
}

#archives-list {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px
}

#archives-list li {
	padding: 5px 0;
}

#archives-list a {
	color: #000000;
	font-size: 11px;
}

/*-------------------- Comments --------------------*/

.alt {
	background: #717171 ;
}

.comment {
	padding: 10px;
	font-size: 11px;
	color: #000000;
}

#comment a {
	color: #820010;
}

#commentform p {
	margin: 0;
	padding: 0;
}

/*-------------------- Pages --------------------*/

#page {
	margin: 0;
}

/*-------------------- Formatting --------------------*/

blockquote {
	border-left: 3px solid #820010;
	padding: 5px;
	margin: 0 0 0 15px;
}

a img {
	border: 0px;
}