/*
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: 770px;
	margin: 20px auto;
}

.article {
	margin: 0 0 25px 0;
}

#primary {
	width: 400px;
	float: left;
	margin-right: 10px;
}

#secondary {
	width: 350px;
	float: left;
	margin-left: 10px;
}

#footer {
	clear: both;
	text-align: center;
}

/*-------------------- Fonts and Stuff --------------------*/
a {
	color: silver;
	text-decoration: none;
}

label, #content p {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0;
	padding: 5px;
	line-height: 24px;
	color: silver;
}

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 24px;
	color: #CCCCCC;
}

label {
	font-weight: bold;
}

#header h1 {
	color: #666666;
	font-weight: normal;
}

#content h3 {
	margin: 0 5px;
}

h3, #page h3, #comments, #respond, .title, .article h3 a {
	text-decoration: none;
	font-size: 14px;
	font-weight: lighter;
	font-family: "Lucida Grande", Verdana, Sans-serif;
	color: #a4c4b8;
}

.meta {
	color: #CCCCCC;
}

.meta a {
	color: #CCCCCC;
	text-decoration: none;
}

strong {
	color: silver;
}

/*-------------------- Div Styles --------------------*/

body {
	background: #666666;
	margin: 0;
	font: 12px "Lucida Grande", Verdana, Sans-serif;
}

h2 {
	font-size: 120%;
}

#header {
	background-image: url(images/header.gif);
}

#header h1 {
	margin: 0;
	font-family: "Lucida Grande", Verdana, Sans-serif;
	font-size: 30px;
	padding: 24px;
	font-weight: lighter;
}

.meta {
	font-size: 10px;
	text-align: left;
	border-top: 1px solid #d9f4ff;
	padding: 3px;
}

/*-------------------- 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: white;
	font-size: 14px;
}

#archives-list {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px
}

#archives-list li {
	padding: 5px 0;
}

#archives-list a {
	color: #CCCCCC;
	font-size: 11px;
}

/*-------------------- Comments --------------------*/

.alt {
	background: #717171 ;
}

.comment {
	padding: 10px;
	font-size: 11px;
	color: #cdebf8;
}

#comment a {
	color: #d9f4ff;
}

#commentform p {
	margin: 0;
	padding: 0;
}

/*-------------------- Pages --------------------*/

#page {
	margin: 0;
}

/*-------------------- Formatting --------------------*/

blockquote {
	border-left: 3px solid #a8dff6;
	padding: 5px;
	margin: 0 0 0 15px;
}

a img {
	border: 0px;
}