/*  
Theme Name: Aerosol
Theme URI: http://wp.uberdose.com/2007/09/29/wordpress-theme-aerosol/
Description: Light as Air
Version: 0.1
Author: uberdose
Author URI: http://wp.uberdose.com
*/

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
}

#page {
	margin: 10px auto;
	text-align: left;
	width: 80%;
}

#content {
	float: left;
	width: 70%;
	padding-right: 40px;
}

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

.postintro {
	border-bottom: 1px black solid;
	color: #aaa;
	padding-bottom: 10px;
	padding-top: 0px;
}

.postintro h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.postmetadata {
	margin-bottom: 40px;
}

.entry {
	text-align: justify;
}

#sidebar ul {
	list-style: none;
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #06c;
	text-decoration: underline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#header {
	margin-bottom: 40px;
}

#header h1 {
	margin-bottom: 5px;
	font-size: 3em;
}

#header .description {
	margin-bottom: 40px;
	color: #777;
}

#header ul li {
	display: inline;
	padding-right: 10px;
}

#header ul {
	padding-left: 0px;
}

.navigation {
	margin-bottom: 40px;
}

:link img {
	border: none;
}

:visited img {
	border: none;
}

.alert {
	color: red;
	padding: 20px;
	font-weight: bolder;
}