/*
Theme Name: AW3
Theme URI: http://automatorworld.com/
Description: Custom theme for Automator World.
Version: 3.1
Author: Steve Weintraub
*/


/* GLOBAL */

img, div, h1 { behavior: url(/wordpress/wp-content/themes/aw3/iepngfix.htc) }


body {
	font-size: 11px;
	/* Resets 1em to 10px */
	font-family:  'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: #dfdfdf;
	color: #333;
}

#footer{
	font-size: 1em;
	text-align: center;
	border-top: 1px dotted #333;
	background-color: white;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	clear: both;
	}

small{
	font-size: 10px;
	line-height: 1.5em;
	padding-left: 20px;
	}

code { 
	font: bold 12px 'Courier New', Courier, Fixed, sans-serif; 
	color: #4A9400;
	}

a 	{text-decoration:none; color: #06f;}
a:hover {text-decoration:underline; outline:none;}
a img 	{text-decoration:none; border:none; }

.sidebar a, 
.post_head a, 
#post_meta a {
	color: #333;
}

.post_head a:hover, 
.post_meta a:hover {
	text-decoration: none;
	color: #06f;}

.sidebar a:hover {
	text-decoration: underline;
	color:#06f;
}
	
h2{
	margin-top: 20px;
	padding-top: 5px;
	/*text-shadow: 2px 2px 1px #999;*/
	}

h3 {
	font: bold 12px;
	margin-bottom: 0px;
	
}
/* HEADER */

#page {
	background-color: #f2f2f2;
	background-image: url(/wordpress/wp-content/themes/aw3/images/assorted/pattern.gif);
	margin: 5px auto;
	padding: 10px 0 0 0;
	width: 968px;
	border: 1px solid #333;
}

#header {
	padding-left: 10px;
	margin: 0 auto;
	height: 100px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	}

#header_nav {
	float: right;
	margin: 2px 12px 0 0;
	width: 354px;
	height: 93px; 
	padding: 0;
	background: url(/wordpress/wp-content/themes/aw3/images/assorted/masthead-box.png) no-repeat;
	}

.header_icons {
	margin: 30px 0 0 15px;
	padding: 0;
	height: 48px;
	width: 200px;
	}

.header_icons a:hover img {
	visibility:hidden;
	}

.header_icons a {
	display:block;
	}

.download {float:left;display: block; background: url(/wordpress/wp-content/themes/aw3/images/stretch/downloads-over.gif) top no-repeat; }
.forum  {float:left;display: block; background: url(/wordpress/wp-content/themes/aw3/images/stretch/forum-over.gif) top no-repeat;}
.contact {float:left;display: block; background: url(/wordpress/wp-content/themes/aw3/images/stretch/contact-over.gif) top no-repeat;}
.about {float:left;display: block; background: url(/wordpress/wp-content/themes/aw3/images/stretch/about-us-over.gif) top no-repeat;}

#banner{
	text-align: center;
	width: 417px;
	height: 90px;
	background: transparent url(/wordpress/wp-content/themes/aw3/images/logo/awlogo.png) top center no-repeat;
	}

#banner a{
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
	}

#banner h1{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	float: left;
	}

#banner h1 a:link, #banner h1 a:visited, #banner h1 a:hover, #banner h1 a:active{
	display: block;
	width: 417px;
	height: 90px;
	margin: 0;
	padding: 0;
	background: transparent;
	float: left;
	border: 0;
	clear: both;
	}
	
	
/* IMAGES */

p img{
	padding: 0;
	max-width: 100%;
	}

.caption {
	font-style: italic;
	text-align: middle;
	margin: 0 50px 20px 50px;

}
.rightcaption{
	color: #444;
	font-size: x-small;
	font-style: italic;
	text-align: left;
	float: right;
	padding-left: 5px;
	line-height: 100%;
	}

.leftcaption{
	color: #444;
	font-size: x-small;
	font-style: italic;
	text-align: left;
	float: left;
	padding-right: 5px;
	line-height: 100%;
	}

img.centered{
	display: block;
	margin: 10px auto;
	border: 1px solid #ccc;
	
	}

img.alignright{
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft{
	float: left;
	padding: 0;
	margin: 4px 7px 0 0;
	display: inline;
}

/* FORMS */

#searchbox {
	margin: 35px 8px 0 0;
	float: right;
}
	
#searchform{
	margin: 5px 0 0 0;
	text-align: left;
	font-size: 11px;
	}

select { 
	width: 130px; 
	}


/* COMMENTS */

#comments {margin-top:0;}

ol#commentlist { 
	margin: 0 10px 0 -20px;
	}

ol#commentlist li p{
	font-size: 11px;
	color: #333;
	}

ol#commentlist li {
	border-bottom: 1px dotted #999;
	}

ol#commentlist cite, .commentlist cite a { 
	font: bold 11px 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	padding-bottom: 2px;
	}

#commentform p{
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Sans-Serif;
	padding-left: 5px;
	}

.commentmetadata { 
	font-weight: normal; 
	}

#commentform input{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea{
	width: 90%;
	margin-left: 20px;
	}

#commentform #submit{
	margin-right: 30px;
	float: right;
	}

.alt{
	margin: 0;
	padding: 0px;
	}

#commentform p { 
	margin: 5px 15px 0 15px; 
	}

.nocomments{
	font-weight: bold;
	font-size: 13px;
	margin-left: 20px;
	}

.commentmetadata{
	margin: 0;
	display: block;
	}

div.comment-number {
	float: left;
	margin: 0 0 0 -20px;
	}


/* SIDEBARS */

#leftbar {
	float: left;
	width: 158px;
	margin: -2px 0 0 10px;
	}

#rightbar{
	float:right;
	width: 158px;
	margin: -2px 15px 0 0;
	}

.sidebar{
	width: 158px;
	}


.sidebar-box-bottom { 
	background: url(/wordpress/wp-content/themes/aw3/images/stretch/sidebar-bottom2.png) repeat-y center bottom;
	width: 158px; 
	padding-bottom: 5px;
	}

.sidebar-box {
	margin: 0 0 6px 0;
	padding-top: 19px;
	}

.marketplace {
	background: url(/wordpress/wp-content/themes/aw3/images/side_heads/marketplace.png) center top no-repeat;
}

.topten {
	background: url(/wordpress/wp-content/themes/aw3/images/side_heads/topten.png) center top no-repeat;
}


.hottags {
	background: url(/forum/bb-templates/automatorworld/images/hottags.png) center top no-repeat;
}

.cats {
	background: url(/wordpress/wp-content/themes/aw3/images/side_heads/categories.png) center top no-repeat;
}

.archives {
	background: url(/wordpress/wp-content/themes/aw3/images/side_heads/archives.png) center top no-repeat;
}

.links {
	background: url(/wordpress/wp-content/themes/aw3/images/side_heads/links.png) center top no-repeat;
}


.sidebar-box ul{
	margin: 0;
	padding: 5px;
	}

.sidebar-box ul li li {
	margin: 0;
	padding: 0 5px 2px 15px;
	}

.sidebar-box ul li {
	list-style-type: none;
	padding: 0 5px 0 1em;
	text-indent: -.9em;
	margin: 0 0 5px 6px;
	line-height: 1.2em;
	font-size: 10px; 
	}
	
.sidebar-box ul li:before {
	content: "\00BB \0020";
	}

.sidebar-box li{
	list-style-type: none;
	padding: 0 5px 2px 0;
	margin: 0 0 2px 12px;
	line-height: 1.2em;
	}

.sidebar ol li { 
	list-style: decimal outside; 
	font-size: 10px; 
	padding-left: 0;
	margin: 0 5px 2px -8px;
	line-height: 1.2em;
	}

.sidebar ol {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	line-height: 140%;
	}

.cats ul li:before {
	content: "";
	}

.cats ul {
	margin: 0;
	padding: 0 5px 5px 5px;
	}


/* ASSORTED */

blockquote{
	margin: 0 30px 0 10px;
	padding-left: 20px;
	line-height: 150%;
	color: #666;
	}

blockquote cite{
	margin: 5px 0 0;
	display: block;
	}


/* NEWS */
p {
	margin-top: 3px;
	margin-bottom: 5px;
	}

#post_list{
	color: #666;
	/*border-top: 1px dotted #999;*/
	margin: 5px 0 0 0;
	padding: 5px 0 0 2px;
	}

.wa_box{
	padding: 0 5px 0 5px;
	border: 1px solid #ccc;
	color: #333;
	margin: 10px 5px 0 5px;
	background-color: #fff;
	}

.wa_download_box {
	background-color: #efefef;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 5px;
	padding: 3px 2px;
	font-weight: bold;
	}

.dl_icon{
	padding: 0 6px 0 2px;
	float: left;
	}

.wa_cat_image{
	float: right;
	margin: 5px 0 0 0;
	}

.side_icon { 
	margin: 4px 3px -4px 0; 
	text-decoration: none;
	}

.cat_list {
	float: right;
	margin: -2px 75px 0 0;
	line-height: 165%;
	}

.index_ad{
	float: right;
	margin: 0 30px 0 0;
	}


/* DOWNLOAD LISTINGS */

.short_dl_icon {
	padding: 0 5px 0 0;
	float: left;
}

.cat_nav { 
	padding: 0 0 0 15px; 
	color: #333;
	}
	
.date {
	color: #666;
	margin: 0 5px 0 0;
	float: left;
	}	

.post_date {
	margin: -10px 0 0 0;
	}
		
.post_head{
	font-size: 13px;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999;
	}

.cat_image{
	float: left;
	margin: 5px 5px 0 0;
	}

.post_meta{
	float: right;
	margin-top: 6px;
	color: #666;
	font-weight: bold;
	}

.wa_meta {
	float: right;
	margin: 0 5px 0 0;
	}

.dropdown {
	padding: 0;
	margin: 0 0 0 10px;
	}	

.dl_list { 
	float: right;
	}	
	
.amazon_ad {
	margin: 5px 12px 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 0 dotted #999;
	}

#amazon_ad a:hover {
	text-decoration: none;
	}
	

/* RANDOM STUFF */

.editors_choice_box {
	padding: 5px 0 5px 0;
	}

.editors_choice {
	padding: 0 2px 2px 2px;
	margin: 0 10px 0px 10px;
	font-size: 10px;
	line-height: 150%;
	border: 1px solid #8e8e8e;
	background-color: #fff;
	}
	
.editors_choice_dl{
	background-color: #eee;
	border-left: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
	margin: 0 10px 5px 10px;
	padding: 3px 5px 5px 5px;
	font-weight: bold;
	font-size: 10px;
	}

.comment_image {
	margin: 0;
	vertical-align: middle;
	}	
	
.comment_image a img {
	text-decoration: none;
	}	


/* Comment Spam Plugin Styles */

#aspamquestion small.whythis, #aspamquestion small.whythis a { 
	font-size : .9em; 
	text-decoration : none;
	color : #666;
}
#aspamquestion small.whythis a span {
	color : #fafafa;
	padding : 1px 4px 1px 4px;
	position:relative;
	display:none;
}
#aspamquestion small.whythis a:hover, #aspamquestion small.whythis a:focus, #aspamquestion small.whythis a:active { 
	text-decoration : none;
	color : #000;
}
#aspamquestion small.whythis a:hover *, #aspamquestion small.whythis a:focus *, #aspamquestion small.whythis a:active *, #aspamquestion small.whythis a:hover { 
	text-decoration : none;
	color : #000;
	display:inline;
}

#aspamquestion small.whythis a:hover span, #aspamquestion small.whythis a:focus span, #aspamquestion small.whythis a:active span { 
	position:absolute;
	background-color: #99cc66;
	color : #000;
	font-weight : bold;
	font-style : normal;
}

.box {
	width:620px;
	margin:0 0 8px 170px;
}						

.box h1 {
	margin: 0;
	padding: 5px 0 0 35px;
	background: url(/wordpress/wp-content/themes/aw3/images/aw-box-top.png) no-repeat;
	height:26px;
	width: 620px;
	font-weight: bold; 
	font-size: 14px ;
	}

.box p {
	line-height: 150%;
}

.box h1 a {color: #333;text-decoration: none;}
.box h1 a:hover {color: #06f;}

.box-bg {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 5px 2px;
	padding:0 5px;
	}


.box-middle {
	padding: 5px 15px 10px 15px;
	margin-top:-5px;
	background: url(/wordpress/wp-content/themes/aw3/images/aw-box-middle.png) repeat-y;
	}						
						
.box-bottom {
	background: url(/wordpress/wp-content/themes/aw3/images/aw-box-bottom.png) no-repeat;
	height:33px;
	padding: 4px 0 0 30px;
}						
						
img#wpstats{width:0px;height:0px;overflow:hidden}

