/*
Theme Name: Aero Assets
Theme URI: http://aeroassets.com
Description: Aero Assets Wordpress Theme
Version: 1.0
Author: Azure Web Design
Author URI: http://azurewebdesign.com

These are additional styles on top of the ones in the /css folder.

*/
a {
	color:#960001;
}
a:hover {
	text-decoration: none;
}
.post, h1, h2, h3 {
	margin:0 0 20px 0;
}
p, ul, ol {
	margin:0 0 10px 0;
}

 h1, h2, h3 {
	font-family: Bank Gothic, Gothic, Helvetica, sans-serif;
	color:#960001;
	font-size:16px;
	text-transform: uppercase;
	font-weight: bold;
}

.post p {
	font-size:12px;
}

.post ul {
	padding:0;
}
.post li {
	margin: 0 0 0 30px;
}

#search-box {
	background: url(images/bg-search.jpg) no-repeat;
	width:551px;
	height:63px;
	padding:30px 0 0 10px;
}