/*  
Theme Name: Azure
Theme URI: 
Description: Based on the default Wordpress theme 1.6
Version: 0.1
Author: Chris Sullins
Author URI: http://azureabstraction.com/

	Azure v0.1
	 http://azureabstraction.com/

	This theme was based on a theme
	designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

#aa_wrap {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}
hr {
	display: none;
}

dt {
	border-bottom: solid 1px #ddd;
}
dd {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

a {
	color: #06c;
}
a:hover {
	color: #c60;
}

blockquote {
	margin: 2em 4em;
}

.images {
	text-align: center;
}
img {
	margin: 20px;
	border: solid 1px #000;
	padding: 2px;
}
a img {
	border-color: #06c;
}
a img:hover {
	border-color: #c60;
}

.link {
	text-align: center;
	font-weight: bold;
}

#page {
	position: relative;
	max-width: 800px;
	min-width: 500px;
	margin: 0 auto;
}

#header {
	height: 5em;
	padding: 10px 240px 10px 10px;
	text-align: right;
}
#header h1 {
	margin-bottom: .2em;
}

#content {
	margin-right: 230px;
	padding: 10px;
}

#sidebar {
	position: absolute;
	right: 0;
	top: 5em;
	width: 180px;
	padding: 2.4em 10px 10px 10px;
	margin-top: 21px;
	background-color: #fff;
}
#sidebar h2 {
	margin-bottom: 0.3em;
	margin-top: 1em;
}
#sidebar ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#footer {
	padding: 0 10px;
}
#searchform input[type=text] {
	padding: 0.4em 0.3em;
	margin-bottom: 0.5em;
}
/*
#searchform {
	position: relative;
	margin: 10px 0;
	padding: 2px;
	text-align: right;
}
#searchform input[type=text] {
	position: absolute;
	left: 2px;
	right: 2px;
}
#searchform input[type=submit] {
	margin-top: 2em;
}
*/
input[type=text],
textarea {
	border: solid 1px #bbb;
}
input[type=text],
textarea {
	background: #f6f6f6;
}
input[type=text]:focus,
textarea:focus {
	border-color: #06c;
	background: #fff;
}

#comment {
	width: 100%;
}

#content .navigation {
	overflow: auto;
}
#content .alignleft {
	float: left;
	margin: 0 1em 0.5em 0;
}
#content .alignright {
	float: right;
}
#sidebar .alignleft {
	text-align: left;
	margin-bottom: 0.5em;
}
#sidebar .alignright {
	text-align: right;
}

.post {
	margin: 2em 0;
	padding-top: 1em;
}

.postmetadata {
	padding-top: 2em;
	font-size: 80%;
}

.morearchives {
	margin-top: 1em;
}

.columns {
	overflow: auto;
}
.leftcol {
	float: left;
	margin-right: 4em;
}
.rightcol {
	float: left;
}
