/*
Theme Name: Aerodyne
Description: Black and yellow combination..
Author: Jinsona designs
Author URI: http://web2feel.com/
*/



body {
	margin:0;
	padding-top:2px;
	background:#fff url(images/body.jpg) repeat-x;
	
	font-family: Myriad web,Verdana,Helvetica,sans-serif;
	color:#000;
	font-size:13px;
	}
img {
	border:0;
	}
a {
	color:#fff;
	text-decoration:none;
	}
a:hover {
	color:#724b00;
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#555;
	font-style: normal;
	
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Wrapper */

.wrapper {
	width:818px;
	margin:0 auto;
	
	}

/* The Top */

.top {
	height:94px;
	margin-top:0px;
	background:url(images/top.jpg);

	}
.blogname {
	float:left;
	width:530px;
	}
.blogname h1  {
	font-size:28px;
	font-weight:bold;
	margin:30px 0 0 20px;
	color:#fff;
	
	}

.blogname h2 {
	margin:1px 0 0 20px;
	font-size:14px;
	font-weight:normal;
	color:#000;
	}

/* The Search Form */

.search {
	height:29px;
	padding:20px 15px 0 14px;
	float: right;
	}
.search form {
	background:url(images/searchbg.png);
	width:214px;
	height:26px;
	padding-top:3px;
	padding-left:11px;
	}
.search input {
	float:left;
	}
.search input#s {
	width:170px;
	border:none;
	background:#fff;
	font-size:16px;
	color:#aeaeae;
	height:20px;
	}
.search input#submit {
	border:none;
	background:#fff;
	font-size:16px;
	color:#aeaeae;
	height:22px;
	width:35px;
	}


/* The Line */

.line {
	position:relative;
	height:240px;
	background:url(images/line.jpg);
	
	}

/* The Content */

.content {
	padding:10px 10px 25px 5px;
	background:url(images/content.jpg) repeat-y;
	}

/* The Posts */

.text {
	width:600px;
	float:left;
	text-align:justify;
	}
.post {
	padding:0 0 10px 23px;
		}

h1.title {
    font-size:18px;
	margin:5px 0 0 0;
	color:#fff;
	font-weight:bold;
	
	}
h1.title a {
	color:#fff;
	text-decoration:none;
	}
h1.title a:hover {
	color:#000;
	background:none;
	text-decoration:none;
	}
.postinfo {
    height:20px;
	background:#fff;
	padding: 2px;
	

	}
.postinfo a {
	color:#542800;
	font-weight:normal;
	text-decoration:none;

	
	}

/* The Sidebar */

.sidebar {
	width:167px;
	float:right;
	line-height:20px;
	padding-right:5px;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar h2 {
	height:23px;
	padding-top:7px;
	padding-left:13px;
	font-size:14px;
	color:#000;
	margin:5px 0;
	background:url(images/h2.jpg);
	line-height:normal;
	
	}
.sidebar ul ul ul {
	padding-left:10px;
	}
.sidebar a {
	padding-left:10px;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	
	}
.sidebar a:hover {
	color:#fff;
	}


/* The Footer */

.footer {
	height:40px;
	background:url(images/footer.jpg)no-repeat;
	text-align:center;
	color:#d3a900;
	font-size:12px;
	padding-top:10px;
	}
.footer a {
	color:#797979;
	text-decoration:none;
	}
.footer a:hover {
	color:#d3a900;
	}

/* The Navigation */

.navigation {
	height:25px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	}
.navigation a:hover {
	color:#000;

	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:25px;
	text-align:center;
	}

/* The Comments */

.comments {
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 23px;
	padding:0;
	font-weight:normal;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}