/*  
Theme Name: Autoblood
Theme URI: http://www.flytheme.com
Description: Powered by <a href="http://www.flytheme.com" title="Fly Theme">Fly Theme</a>.
Version: 1.0
Author: Roy Kwan
Author URI: http://www.flytheme.com
*/

/********** Body **********/
* {
	margin: 0px;
	padding: 0px;
	list-style:none;
	text-decoration:none;
}
body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background: #f2f2f2;
}
/********** H1,H2,H3 HYPERLINKS **********/
h3 {
	padding:10px 0 10px 0;
	font-size:14px;
}
a:link {
	text-decoration: none;
	color: #005891;
	border: 0px;
}
a:active {
	color: #006666;
	border: 0px;
}
a:visited {
	color : #005891;
	border: 0px;
}
a:hover {
	color:#993333;
	border: 0px;
	text-decoration:underline;
}
a:focus {
	outline: none;
}
.clear {
	clear: both;
}

h1,img,div,a,input {
    behavior: url(iepngfix.htc?1986)
}  


/********** Top **********/
#top {
	height: 25px;
	background: #fff;
	font-weight: bold;
}
#top_ad {
	float: left;
	padding: 7px 0 3px 10px;
	height: 19px;
	line-height: 19px;
}
/***********Top Navigation***********/

#topnav {
	float: right;
	padding: 5px 10px 3px 0;
}
#topnav li {
	float: left;
	display: block;
	padding: 0 4px 0 4px;
}
#topnav li:hover {
	background: #fff;
}
#topnav li a {
	color: #333 !important;
	float: left;
	display: block;
	height: 19px;
	line-height: 19px;
}
#topnav li a:hover {
	text-decoration:none;
}
#topnav li.rss a {
	background: url(./images/rss.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/********** Main Page **********/
#wrapper {
	width: 980px;
	margin:auto;
	background:#fff;
	border-left: 1px solid #e6e6e6;
	border-right:  1px solid #e6e6e6;
}

/********** Header **********/
#header {
	height: 93px;
	width: 980px;
	background: #333;

}
#logo {

}
#logo h1 {
	text-indent:-10000px;
}
#logo h1 a {
	display:block;
	background: url(images/logo.png) no-repeat;
	height:92px;
	outline:none;
}
/********** Navigation **********/
#nav {
	float:right;
    padding-right:10px;
	margin-top:10px;
}

#nav ul li {
	display:inline;
	height:30px;
	line-height:35px;
}
#nav ul li.current_page_item a {
	background:url(images/navbg-acho.gif) repeat-x;
	color:#fff;
}
#nav ul li.current_page_item a:hover {
	background:transparent;
	color:#fff;
}
#nav ul li a {
	color:#fff;
	float:left;
	text-transform:uppercase;
	padding:0 0 0 20px;
}
#nav ul li a:hover {
	background:none;
	color:#dadada;
	text-decoration:none;
}
/********** Navigation Bar **********/
#navbar {
	background: url(images/navbar-bg.gif);
	height: 42px;
	width: 100%;
	line-height:42px;
	font-size:12px;
	margin-bottom: 0px;
}
#navbar a {
	color: #fff;
	margin-left: 0px;
	margin-right: 0px;
}
#navbar ul {
	min-height: 42px;
	margin: 0;
	padding: 0 0 0 15px;
}
#navbar ul li {
	float: left;
	line-height: 1;
	padding-left: 1px;
	background: url(images/navbar-divider.gif) no-repeat 0 2px;
}
#navbar ul li a {
	color: #dcdcdc;
	font-size: 1.1em;
	float: left;
	display: block;
	text-decoration: none;
	padding: 14px 12px 13px 12px;
}
#navbar ul li a.selected, #navbar ul li a:hover {
	background: url(images/navbar-hover.gif) repeat-x 0px 1px;
	color: #fff;
}

/********** Left Wrapper **********/
#leftwrapper {
	float: left;
	width: 624px;
	max-width: 624px;
	height:auto!important;
	background: #fff;
	padding: 0 0 20px 0;
}
#leftwrapper a:link, a:visited {
	color: #005891;
}
#leftwrapper a:hover {
	color: #993333;
}

#leftwrapper img {
 border:none;
 padding-bottom: 4px;
}

#leftwrapper img:hover {
 border-bottom: solid 4px #993333;
 padding-bottom: 0px;
}


/********** Entry **********/
.entry {
	width: 598px;
	padding:10px;
	margin-bottom:10px;
	line-height:140%;
}
.entry h2 {
	font: bold 22px/28px "Myriad Pro", "Myriad Set", "Myriad Apple", Myriad, Helvetica Nueue, Arial, Verdana, Sans-serif;
	letter-spacing: -1px;
	margin-bottom:10px;
	font-size: 26px;
	padding-top: 10px;
}
.entry h2 a, .entry h2 a:visited {
	color:#993333 !important;
}
.entry h2 a:hover {
	color:#000000 !important;
	text-decoration: none;
}
.entry p {
    width: auto;
	max-width: 598px;
	margin-left:0px;
	padding-bottom:10px;
}
html>body .entry ul {
	padding: 0 0 0 30px;
	padding-left: 10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li {
background: url(images/bullet-circle.gif) no-repeat 0 6px;
padding: 0 5px 0 9px;
}
.entry ol {
	padding:0;
	margin:0;
}
.entry ol li {
	background:#fafafa;
}
.entry img {
	margin:0 5px 10px 5px;
}
.postcatinfo {
	font-size:11px;
	color:#666666;
	height: 20px;
	padding-bottom: 5px;
}
.postcatinfo a:link, .postcatinfo a:visited {
	color:#000000 !important;
	font-weight:bold;
}
.postinfo {
	font-size:11px;
	color:#666666;
	height: 20px;
	padding-bottom: 5px;
	background: url(images/hatch.gif) repeat-x bottom;
}
.postinfo a:link, .postinfo a:visited {
	color:#000000 !important;
	font-weight:bold;
}
.postinfo i {
	margin-left: 10px;
}
.postmeta {
	background: url(images/hatch.gif) repeat-x bottom;
	padding:10px 0 10px 0;
}
.navigation {
	width: 540px;
	padding:20px;
	line-height:140%;
}
.alignright { float: right; } 
.alignleft { float: left ;}

/*********** Search Form ***********/
#searchform {
	float:right;
	padding: 7px;
	line-height: 28px;
	margin-right: 0;
}
#searchform input {
	padding: 1px 3px;
	margin: 0px;
}
#searchform input#sm {
	border: none;
	background: #fff;
}
#searchform input#sm:hover {
	background: #ccc;
}
#searchform input {
	border: solid 1px #ccc;
}
#searchform input#s:hover {
	background: #f2f2f2;
	border: solid 1px #ccc;
}

/********** Sidebar MISC **********/
#content-right {
	float:right;
	width: 354px;
	margin-right: 0px;
	background: #fff;

}
.box {
	padding: 0 10px 0 10px;
}
.ibox li ul li {
	margin: 0 10px 0 10px;
}

/********** Sidebar **********/
.sidebar {
	float:right;
	font-size:12px;
	line-height:20px;
	width:165px;
	padding-left:3px;
	padding-right: 3px;
}
.sidebar ul, .wide-widget ul {
	list-style-image:none;
	list-style-position:outside;
	background: #fff;
	padding-bottom: 10px;
}
.sidebar ul li ul {
	padding-bottom: 5px;
}
.sidebar li ul li {
	border-bottom:1px dotted #dadada;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
}
 .sidebar img, p, form, input, .wide-widget img, form, input, {
 margin: 0px 10px 0px 10px;
 max-width: 140px;
}
.sidebar h2 {
	color:#333;
	font-size:14px;
	height:30px;
	margin:13px 0px 13px;
	padding:8px 0px 0px 10px;
	width:155px;
}
.sidebar a, .wide-widget a {
	color:#000000;
}
.sidebar a:link, .wide-widget a:link, .sidebar a:visited, .wide-widget a:visited {
	color: #005891;
}
.sidebar a:hover, .wide-widget a:hover {
	color:#993333;
}
#left-sidebar h2 {
	background:url(images/yellow-bg.jpg) no-repeat 0 0;
}
#right-sidebar {
	padding-left:5px;
	padding-right: 7px;
	border-left: 1px solid #f2f2f2;
}
#right-sidebar h2 {
	background:url(images/yellow-bg.jpg) no-repeat 0 0;
}

/********** Wide Widget **********/
.wide-widget {
	float:right;
	width:339px;
	padding-left: 6px;
	padding-right: 8px;
}
.wide-widget ul {
	border: 1px solid #e6e6e6;
	margin-top: 10px;
}

.wide-widget ul ul {
	border: none;
}

.wide-widget ul li ul {

}
.wide-widget li ul li {

}
.wide-widget ul li ul li {
	display:block;
	background:url(images/bullet-circle.gif) no-repeat 0 6px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height:17px;
}
.wide-widget h2 {
	background:transparent url(images/black-h2-bg.jpg) no-repeat 0 0;
	color:#FFFFFF;
	font-size:14px;
	height:30px;
	margin:0px 0px 13px;
	padding:10px 0px 0px 10px;
	width:328px;
}

/********** Comment ***********/

.commentpage {
	margin: 0 30px;
	padding: 0;
}

#comments {
	margin: 0;
	padding: 0;
}
.comments-num {
	background: transparent url(images/hatch.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
}
.comments-num h3 {
	font-style:italic !important;
	font-size: 18px;
}
#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#commentlist li {
	padding: 5px 25px 0 0;
	border-bottom: 1px solid #f2f2f2;
}
.alt {
	background-color: #fff !important;
	background-image: none !important;
}
.comment-gravatar {
	float: left;
	width: 48px;
	height: 48px;
	background: transparent url(images/gravatar.gif) no-repeat;
}
img.avatar {
	margin: 7px 0 0 7px;
	border: none;
}
.comment-title, .comment-meta, .comment-text {
	padding: 0 0 0 55px;
}
h3#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/hatch.gif) repeat-x center bottom;
	font-style:italic !important;
	font-size: 18px;
}
.postcomment {
	clear: both;
	margin: 0px 0 0 0;
	padding: 10px 0 10px 0;
}
.postcomment p {
    width: auto;
	min-width: 500px;
}
.postcomment input, .postcomment textarea {
	margin:0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #ccc;
	background: #f2f2f2;
}
.postcomment input:hover, .postcomment textarea:hover {
	border: 1px solid #ccc;
	background:#ffffff;
}
.postcomment input#author, .postcomment input#email, .postcomment input#url {
	width: 225px;
	height: 18px;
}
.postcomment textarea#comment {
	width: 550px;
	height: 200px;
}
.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #f2f2f2;
}
.postcomment input#submit:hover {
	border: solid 1px #333;
}

/********** Footer **********/
#footer {
	background: #222222 url(images/footer.gif) repeat-x;
	width: 980px;
	margin:0px auto 0px;
	min-height:150px;
	height:auto;
	font-size:10px;
	font-weight: bold;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #ccc;
}
#footer h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 0 0 3px 0;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #666;
}
#footer li {
	float: left;
	margin-right: 10px;
	line-height: 1.5em;
}
.footer-sec {
	float: left;
	width: 300px;
	margin: 10px;
	height: auto;
}

/********** Bottom **********/
#bottom {
	width: 980px;
	height: auto;
	margin: 10px auto 30px auto;
	text-align: left;
	font-size: 11px;
	color: #333;
	line-height: 1.5em;
}
#bottom a, #bottom a:visited {
	color: #005891;
}
#bottom a:hover {
	color: #993333;
}
#bottom-left {
	float: left;
}
#bottom-right {
	float: right;
}
.bottom-logo {
	width: 150px;
	height: 44px;
	background:url(images/flytheme_logo.png) no-repeat;
}

/********** Advertisment Demo **********/
.sidebar_header_ad{
	margin: 10px 15px 0 25px;
}
.post_bottom_ad{
	padding: 0 10px 10px 10px;
}
.tags_bottom_ad{
    padding: 5px 5px 5px 0;
}

