/*
Theme Name: ATE White
Theme URI: http://www.dezzain.com
Theme ID: ATE White
Description: The Nobus X2 theme by rkcorp customized by Haley Red
Author: rkcorp
Designer: rkcorp / Haley Red
Coder: rkcorp
Author URI: http://www.dezzain.com

Copyright 2007-2008 Dezzain

*/

body {
	font-family: Verdana, sans-serif, Arial;
	font-size: 70%;
	color: #3B3B3B;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, Tahoma, "Trebuchet MS";
	color: #000000;
}

.download {
	background-color: #87C6E4;
	width: 90%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2E98CB;
	border-bottom-color: #2E98CB;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
}
.note {
	background-color: #FF0099;
	width: 90%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C10074;
	border-bottom-color: #C10074;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
}
.info {
	background-color: #F2F2F2;
	width: 90%;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
}
.alert {
	background-color: #FFCC00;
	width: 90%;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
	border-top: 3px solid #FF9900;
	border-bottom: 3px solid #FF9900;
}
.click {
	background-color: #FF9900;
	width: 90%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D78100;
	border-bottom-color: #D78100;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
}
.warning {
	background-color: #CC0000;
	width: 90%;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
	border-top: 3px solid #6C0F0D;
	border-bottom: 3px solid #6C0F0D;
}


.pullquote-left {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #434334;
	margin: 8px 8px 0px 2px;
	padding: 3px 3px 8px;
	float: left;
	width: 30%;
	border: 2px solid #434334;
	text-align: center;
	letter-spacing: -1px;
}
.pullquote-right {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #434334;
	margin: 8px 20px 0px 3px;
	padding: 3px 3px 8px;
	float: right;
	width: 30%;
	border: 2px solid #434334;
	text-align: center;
	letter-spacing: -1px;
}
.caption-img-left {
	display: block;
	margin: 15px 5px 2px 0px;
	padding: 0px;
	float: left;
	width: auto;
}
.caption-img-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
}


/* caption */
.caption-img-left img {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

.caption-img-right {
	display: block;
	margin: 15px 5px 2px;
	padding: 0px;
	float: right;
}
.caption-img-right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
}

.caption-img-right img {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}

pre {
	overflow: scroll;
	padding: 5px;
	display: block;
	border: 1px solid #eeeeee;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	margin: 8px 0px;
	clear: both;
	width: 90%;
	height: 50px;
}

dl {
	padding-left: 10px;
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;

}

dt {
margin-bottom: 5px;
margin-top: 0px;
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
}

dd {
font-style: italic;
margin-bottom: 8px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;

}

.post-nav .alignleft {
	float: left;
	width: 98%;
	margin-bottom: 5px;
	display: block;
	position: relative;
}
.post-nav .alignright {
	float: right;
	width: 98%;
	display: block;
	position: relative;
}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	text-align: center;
	margin: 0px auto;
	clear: both;
}
img.alignleft {
	padding: 4px;
	float: left;
	border: 1px solid #eeeeee;
	margin-right: 10px;
	margin-top: 10px;
}
img.alignright {
	padding: 4px;
	float: right;
	border: 1px solid #eeeeee;
	margin-top: 10px;
	margin-left: 10px;
}
img.center {
	padding: 4px;
	border: 1px solid #eeeeee;
	display: block;
	margin: 5px auto;
	clear: both;
}
.inline-image {
	display: block;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	float: left;
}
.inline-image img {
	display: block;
	clear: both;
}
.inline-image p {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 11px;
	color: #999999;
}



#nob_wrapper {
	width: 1013px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nob_container {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1013px;
}
#nob_header {
	float: left;
	width: 900px;
	padding-top: 28px;
}
#nob_content {
	background: url(images/bd.gif) repeat-y center;
	float: left;
	width: 983px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}
#nob_footer {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 100%;
	float: left;
}

#nob_left_content {
	float: left;
	width: 500px;
	position: relative;
	padding-top: 15px;
}
#nob_right_content {
	float: right;
	width: 423px;
	position: relative;
	padding-top: 10px;
	margin-right: 5px;
	
}
#nob_header h1 {
	margin: 0px;
	padding: 12px 0px 0px;
	float: left;
	width: 700px;
	font-size: 2.2em;
	color: #FFFFFF;
	letter-spacing: -1px;
}
#nob_header h1 a:link, #nob_header h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nob_header h1 a:hover, #nob_header h1 a:active {
	color: #000;
	text-decoration: underline;
}

#nob_header p {
	font-size: 1.7em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
	color: #333333;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	background:url(images/header-logo.jpg);
	height: 179px;
	width: 1015px;
}
#logo img {
	border-width: 0px;
	border-style: none;
}

#header_navigator {
	margin: 0px;
	float: left;
	width: 981px;
	height: 29px;
	
	
}
#header_navigator ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#header_navigator ul ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#header_navigator ul li {
	display: inline;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
}
#header_navigator ul ul li {
	display: inline;
	padding: 0px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}

#header_navigator ul li a:link, #header_navigator ul li a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	width: auto;
	color: #000000;
}
#header_navigator ul li a:hover, #header_navigator ul li a:active {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	width: auto;
	background: #FFFFFF;
}
.home a {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	width: auto;
	background: #FFFFFF;
}
.current_page_item a {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	width: auto;
	background: #FFFFFF;
}
.post {
	float: left;
	width: 500px;
	position: relative;
	padding-bottom: 30px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #EEEEEE;
}
#latest {
	background-image: url(images/latest.gif);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 59px;
	width: 114px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	line-height: 35px;
}
.post_entry {
	margin-left:15px;
	float: left;
	width: 500px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.post_entry h1 {
	font-size: 18px;
	font:"Trebuchet MS";
	color: #000;
	text-align: left;
	margin: 0px;
	padding-bottom:10px;
	float: left;
	width: 500px;
	line-height: 105%;
	
}
#comment_listing h2 {
	font-size: 1.8em;
	color: #000;
	text-align: left;
	margin: 0px;
	float: left;
	width: 490px;
	padding-left: 3px;
}
#comment_listing h3 {
	font-size: 1.8em;
	color: #000;
	text-align: left;
	margin: 0px;
	float: left;
	width: 490px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#comment_listing h4 {
	color: #666666;
	text-align: left;
	margin: 0px;
	float: left;
	width: 490px;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(images/shows.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
	font-weight: normal;
	font-size: 1.7em;
}
.post_content h3 {
	font-size: 1.5em;
	color: #181818;
	margin: 1em 0px 2px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 100%;
}
.post_content h4 {
	font-size: 1.4em;
	color: #282828;
	margin: 1em 0px 2px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 100%;
}
.post_content h5 {
	font-size: 1.3em;
	color: #333333;
	margin: 1em 0px 3px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 100%;
}
.post_content h6 {
	font-size: 1.2em;
	color: #3C3C3C;
	margin: 1em 0px 3px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 100%;
}
#comment_listing h5 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 480px;
	font-size: 2em;
	color: #666666;
	font-weight: normal;
}

.post_entry h1 a:link, .post_entry h1 a:visited {
	color: #000;
	text-decoration: none;
}
.post_entry h1 a:hover, .post_entry h1 a:active {
	color: #000000;
	text-decoration: underline;
	
}
.author {
	float: left;
	width: 470px;
	padding-left: 26px;
	height: 24px;
	background-image: url(images/player.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	line-height: 24px;
	color: #000000;
}
.author a:link, .author a:visited {
	color: #31b5f5;
	text-decoration: none;
}
.author a:hover, .author a:active {
	color: #31b5f5;
	text-decoration: underline;
}
.posted {
	font-size: 11px;
	color: #000000;
	margin: 0px;
	float: left;
	width: 490px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.posted a:link, .posted a:visited {
	color: #aa1919;
	text-decoration: none;
	font-weight: normal;
}
.posted a:hover, .posted a:active {
	color: #aa1919;
	text-decoration: underline;
	font-weight: normal;
}
.social {
	float: left;
	width: 500px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E5E5;
	font-size: 11px;
}
.social-home {
	float: left;
	width: 360px;
	font-size: 11px;
	padding: 5px;
	border: 1px dashed #E5E5E5;
}
.social-home a:link, .social-home a:visited {
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.social-home a:hover, .social-home a:active {
	color: #000000;
	text-decoration: underline;
}

.social a:link, .social a:visited {
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.social a:hover, .social a:active {
	color: #000000;
	text-decoration: underline;
}

.delicious {
	line-height: 23px;
	background-image: url(images/delicious.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	height: 23px;
	width: auto;
	padding-left: 20px;
	color: #000000;
	padding-right: 8px;
}
.stumbleit {
	line-height: 23px;
	background-image: url(images/stumbleupon.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	height: 23px;
	width: auto;
	padding-left: 20px;
	color: #000000;
	padding-right: 8px;
}
.addtotech {
	line-height: 23px;
	background-image: url(images/technorati.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	height: 23px;
	width: auto;
	padding-left: 20px;
	color: #000000;
	padding-right: 8px;
}
.rssstuff {
	line-height: 23px;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	height: 23px;
	width: auto;
	padding-left: 27px;
	color: #000000;
	padding-right: 8px;
}
.diggit {
	line-height: 23px;
	background-image: url(images/digg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	height: 23px;
	width: auto;
	padding-left: 20px;
	color: #000000;
	padding-right: 8px;
}
.post_content {
	margin: 0px;
	float: left;
	width: 500px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-size: 1.1em;
	line-height: 19px;
	color: #3b3b3b;
}
.post_content ul ul {
	margin: 0px;
	padding: 0px;
}

.post_content blockquote {
	clear: both;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 15px;
	padding-left: 40px;
	background-image: url(images/bquote.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Verdana;
	color: #121212;
	text-transform: capitalize;
}
.post_content img {
	padding: 4px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.post_content code {
	font-family: "Courier New", Courier, monospace;
	color: #666666;
	border: 1px dashed #f6f6f6;
	font-size: 12px;
}

.post_content a:link, .post_content a:visited {
	color: #aa1919;
	text-decoration: none;
}
.post_content a:hover, .post_content a:active {
	color: #aa1919;
	text-decoration: underline;
}
.post_commented {
	float: left;
	width: 500px;
}
.comment_link {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
.comment_link a:link, .comment_link a:visited {
	display: block;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url(images/com_links.gif) no-repeat left center;
	width: 450px;
	height: 27px;
	padding-left: 33px;
	line-height: 27px;
	float: left;
}
.comment_link a:hover, .comment_link a:active {
	display: block;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #5D6468;
	text-decoration: underline;
	background: url(images/com_links.gif) no-repeat left center;
	width: 450px;
	height: 27px;
	padding-left: 33px;
	line-height: 27px;
	float: left;
}
.post_clear {
	float: left;
	height: 30px;
	width: 500px;
}
.post_nav {
	float: left;
	width: 500px;
	color: #000000;
	font-size: 11px;
	position: relative;
	line-height: 18px;
	margin-bottom: 10px;
}
.post_nav a:link, .post_nav a:visited {
	color: #000000;
	text-decoration: underline;
}
.post_nav a:hover, .post_nav a:active {
	color: #000000;
	text-decoration: none;
}

.right_nav {
	float: right;
	width: 250px;
	text-align: right;
}
.left_nav {
	float: left;
	width: 250px;
	text-align: left;
}
#comment_listing {
	padding-left: 10px;
	float: left;
	width: 500px;
}
.clear_comment {
	float: left;
	height: 20px;
	width: 500px;
}
.subscriber {
	float: left;
	width: 460px;
	padding-left: 27px;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	color: #000000;
}
.subscriber a:link, .subscriber a:visited {
	font-weight: bold;
	color: #000000;
}
.subscriber a:hover, .subscriber a:active {
	color: #FCA21E;
	text-decoration: none;
}

.ping_user {
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	width: 480px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333333;
}
.ping_user a:link, .ping_user a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.ping_user a:hover, .ping_user a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


.comment_user {
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	width: 480px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
}
.comment_user:hover {
	background-color: #F8F8F8;
	margin: 0px;
	float: left;
	width: 480px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
}
.comment_user a:link, .comment_user a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.comment_user a:hover, .comment_user a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.com_author {
	float: left;
	width: 460px;
	padding-left: 3px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.com_date {
	float: left;
	width: 460px;
	font-size: 11px;
	color: #000000;
	padding-left: 3px;
}
.com_text {
	float: left;
	width: 460px;
	font-size: 11px;
	color: #292929;
	padding-left: 3px;
	padding-top: 8px;
	line-height: 19px;
}
.comment_user_alt {
	background-color: #F9F9F9;
	margin: 0px;
	float: left;
	width: 480px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #00B8E6;
}
.comment_user_alt:hover {
	background-color: #F7F7F7;
	margin: 0px;
	float: left;
	width: 480px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #00B8E6;
}
.comment_user_alt a:link, .comment_user_alt a:visited {

	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.comment_user_alt a:hover, .comment_user_alt a:active {

	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#comment_listing blockquote {
	clear: both;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 15px;
	padding-left: 40px;
	background-image: url(images/bquote.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 17px;
}
#comment_listing code {
	display: block;
	padding: 3px;
	clear: both;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma;
	font-size: 13px;
	color: #333333;
	border: 1px dashed #f6f6f6;
	background-color: #f7f7f7;
	margin-top: 8px;
	margin-right: 30px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#comment_listing form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}
#comment_listing p {
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#input_1 {
	float: left;
	width: 500px;
	padding-bottom: 5px;
}
#input_1 input {
	border: 1px solid #DADADA;
	height: 20px;
	width: 250px;
}
#input_1 textarea {
	border: 1px solid #DADADA;
	height: 125px;
	width: 400px;
}
#input_1 input:hover {

	border: 1px solid #C5C5C5;
	height: 20px;
	width: 250px;
}
#input_1 textarea:hover {

	border: 1px solid #C4C4C4;
	height: 125px;
	width: 400px;
}


/* sidebar config */
.widget_wrap {
	background: url(images/cat-c.gif) repeat-y;
	float: left;
	width: 208px;
	padding-bottom: 25px;
	margin-bottom: 5px;
	
	
	
	
}
#nob_right_content h2 {
	background-image: url(images/sidebars.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 0px;
	float: left;
	height: 68px;
	width: 184px;
	font-size: 1.5em;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
}
#native-tags {
	margin: 0px 0px 10px;
	padding: 5px;
	float: left;
	width: 368px;
	background: #F8F8F8;
	border: 1px solid #F7F7F7;
}
#native-tags h3 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 368px;
	font-size: 1.7em;
	color: #000000;
}
.btag {
	margin: 0px;
	padding: 5px 0px;
	float: left;
	width: 368px;
	font-size: 11px;
	line-height: 16px;
}
.btag a:link, .btag a:visited {
	color: #121212;
	text-decoration: none;
}
.btag a:hover, .btag a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #606B6E;
}

#sidebars {
	float: left;
	width: 380px;
}
.flickr_widget {
	padding: 0px;
	float: left;
	width: 380px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#dynamic_sidebars {
	float: left;
	width: 380px;
	padding-bottom: 15px;
}
#dynamic_sidebars ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
	list-style-type: none;
}
#dynamic_sidebars ul li {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
#dynamic_sidebars ul li a:link, #dynamic_sidebars ul li a:visited {
	float: left;
}
.flickr_widget img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 48px;
	width: 48px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.widget_wrap img {
	border-width: 0px;
	border-style: none;
}


.widget_wrap ul {
	margin: 0px;
	float: left;
	width: 184px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.widget_wrap ul li {
	text-align: left;
	margin: 0px;
	float: left;
	width: 184px;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}
.widget_wrap ul li a:link,  .widget_wrap ul li a:visited {
	display: block;
	float: left;
	width: 180px;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.widget_wrap ul li a:hover, .widget_wrap ul li a:active {
	display: block;
	float: left;
	width: 180px;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	
	background-repeat: repeat-x;
	background-position: top;
}
.widget_wrap ul ul {

	margin: 0px;
	padding: 0px;
	float: left;
	width: 184px;
	list-style-type: none;
}
#themeswitcher {
	margin: 0px;
	padding: 0px 0px 20px;
	float: left;
	width: 184px;
}
#themeswitcher select {
	width: 180px;
	border: 1px solid #C3C2C2;
}

#dynamic_sidebars form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
}
.search_box {
	float: left;
	height: 29px;
	width: 188px;
}
.sbm_a {
	background-image: url(images/ate-search_box.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 134px;
}
.sbm_b {
	float: left;
	height: 29px;
	width: 54px;
	margin-top:1px;
}
.sbm_tf {
	height: 18px;
	width: 134px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
}
#footer_wrap {
	background: url(images/footer-background.gif) repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 1013px;
	position: relative;
}
#footer_content {
	background: url(images/footer-background.gif) repeat-y;
	float: left;
	width: 1013px;
	padding-top: 20px;
	color: #FFFFFF;
	position: relative;
	margin: 0px;
	height: 55px;
	font-size: 11px;
	text-align: center;
	letter-spacing: -1px;
}

html>body #footer_content {
	background: url(images/footer-background.gif) repeat-y;
	float: left;
	width: 1013px;
	padding-top: 20px;
	color: #FFFFFF;
	position: relative;
	margin-left: -15px;
	height: 55px;
	font-size: 11px;
	text-align: center;
	letter-spacing: -1px;
}


#footer_content a:link, #footer_content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_content a:hover, #footer_content a:active {
	color: #666666;
	text-decoration: underline;
}

#ate-footer_bottom {
	background: url(images/footer-bottom.jpg) no-repeat center bottom;
	float:left;
	width: 1013px;
	height: 41px;
}	

html>body #ate-footer_bottom {
	background: url(images/footer-bottom.jpg) no-repeat center bottom;
	float:left;
	width: 1013px;
	height: 41px;
	margin-left: -15px;
}	

#comment_listing em {
	padding: 0px;
	float: left;
	width: 460px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	font-style: normal;
	color: #8A8A8A;
	text-align: left;
}
.intro_box {
	float: left;
	width: 350px;
	background-color: #292929;
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
	border: 1px solid #222323;
}
.in_text img {
	padding: 0px;
	float: left;
	margin: 5px 5px 2px 0px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.intro_text {
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px;
}
.intro_text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px;
	float: left;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.in_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #eeeeee;
	margin: 0px;
	float: left;
	width: 350px;
	padding: 0px;
}


.misc_box {
	float: left;
	width: 360px;
	text-align: left;
}
.misc_box img {
	margin-bottom: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#ad-block {
	margin: 0px 0px 10px;
	padding: 5px;
	float: left;
	width: 370px;
}
#ad-block h3 {
	font-size: 1.7em;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 370px;
}
.ads {
	margin: 0px;
	padding: 0px 30px;
	float: left;
	width: 300px;
}
.adspace {
	padding: 5px;
	float: left;
	width: 135px;
	margin: 0px;
}
.adspace img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.adspace p {
	font-size: 12px;
	color: #000000;
	margin: 3px 0px 0px;
	padding: 0px;
	float: left;
	width: 125px;
	text-align: center;
}
.ads a:link, .ads a:visited {
	color: #666666;
	text-decoration: underline;
}
.ads a:hover, .ads a:active {
	color: #000000;
	text-decoration: none;
}
.akpc_pop {
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 11px;
	color: #666666;
}

/*  Haley Red Customization */

/* Post */

.top-meta {
	background: url(images/t-post.gif) no-repeat center bottom;
	
	float: left;
	height: 13px;
	width: 550px;
}

.content-meta {
	background: url(images/c-post.gif) repeat-y;
	
	float: left;
	width: 550px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.ate-post-author-background {
	float: left;
	width: 500px;
	padding-left: 8px;
	padding-bottom: 5px;
	height: 26px;
	background-image: url(images/post-header-meta-background.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	line-height: 24px;
	color: #ffffff;
}
.ate-post-author {
	width: 490px;
	height: 24px;
	font-size: 11px;
	font:"Trebuchet MS";
	color: #ffffff;
}

.ate-post-author a  {
	color:#FFFFFF;
	text-decoration:none;
}

.ate-post-author a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.ate-post-author a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
	
	
.ate-post-author a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}	
	
.ate-post-feedback {
	float: right;
	text-align:right;
	height: 24px;
	font-size: 11px;
	font:"Trebuchet MS";
	line-height: 24px;
	color: #ffffff;
}	

.ate-post-feedback a, a:link, a:hover, a:visited {
	color:#FFFFFF;
	
	text-decoration:none;
}


.bottom-meta {
	background: url(images/b-post.gif) no-repeat center top;
	
	padding: 0px 15px 0px 0px;
	float: left;
	height: 39px;
	width: 535px;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-variant: normal;
}

.ate-comment-post-nav {
	padding-left: 8px;
	float: left;
	width: 500px;
	color: #000000;
	font-size: 11px;
	position: relative;
	line-height: 18px;
	margin-bottom: 10px;
}

.ate-comment-post-nav a, a:link, a:hover {
	color:#000000;
	text-decoration:underline;
	}
	
.ate-comment_listing {
	padding-left: 8px;
		
}

/* Widgets */

.ate_widget {
	float: left;
	width: 423px;
	position: relative;
	padding-right: 10px;
}
.ate_widget h3 {
	margin: 0px;
	padding: 4px 10px 0px 15px;
	float: left;
	width: 183px;
	font-size: 14px;
	line-height: 32px;
	color: #FFFFFF;
	background: url(images/cat-header.gif) no-repeat center bottom;
	height: 36px;
	font-weight: bold;
}

.ate_left-side-widget {
	float: left;
	width: 208px;
	position: relative;
}
.ate_right-side-widget {
	float: right;
	width: 208px;
	position: relative;
}
.ate_wrap-widget {
	background: url(images/cat-bottom.gif) no-repeat bottom;
	float: left;
	width: 208px;
	padding-bottom: 25px;
	margin-bottom: 5px;
}
.ate_wrap-widget select {
	width: 180px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
}


.ate_list-side {
	margin: 0px;
	padding: 8px 10px;
	float: left;
	width: 188px;
	list-style-type: none;
	background: url(images/cat-c.gif) repeat-y;
}
.ate_list-side ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 178px;
	list-style-type: none;
}
.ate_list-side li {
	float: left;
	width: 188px;
	margin: 0px 0px 3px;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
}
.ate_list-side li a {
	float: left;
	width: 171px;
	margin: 0px;
	padding: 2px 0px 2px 17px;
	
	color: #212121;
	text-decoration: none;
}
.ate_list-side ul li {

	float: left;
	width: 178px;
	margin: 3px 0px 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
}
.ate_list-side ul li a {

	float: left;
	width: 161px;
	margin: 0px;
	padding: 2px 0px 2px 17px;
	
	color: #212121;
	text-decoration: none;
}
.ate_list-side li a:hover {

	float: left;
	width: 171px;
	margin: 0px;
	padding: 2px 0px 2px 17px;
	
	color: #B60203;
	text-decoration: underline;
}
.ate_list-side ul li a:hover {


	float: left;
	width: 161px;
	margin: 0px;
	padding: 2px 0px 2px 17px;
	
	color: #C92627;
	text-decoration: underline;
}



.ate_nolist-side {
	margin: 0px;
	padding: 8px 10px;
	float: left;
	width: 188px;
	list-style-type: none;
	background: url(images/cat-c.gif) repeat-y;
}
.ate_nolist-side ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 178px;
	list-style-type: none;
}
.ate_nolist-side li {
	float: left;
	width: 188px;
	margin: 0px 0px 3px;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
}
.ate_nolist-side li a {
	float: left;
	width: 188px;
	margin: 0px;
	padding: 2px 0px;
	color: #212121;
	text-decoration: none;
}
.ate_nolist-side ul li {

	float: left;
	width: 178px;
	margin: 3px 0px 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
}
.ate_nolist-side ul li a {

	float: left;
	width: 178px;
	margin: 0px;
	padding: 2px 0px;
	color: #212121;
	text-decoration: none;
}
.ate_nolist-side li a:hover {

	float: left;
	width: 188px;
	margin: 0px;
	padding: 2px 0px;
	color: #B60203;
	text-decoration: underline;
}
.ate_nolist-side ul li a:hover {


	float: left;
	width: 178px;
	margin: 0px;
	padding: 2px 0px;
	color: #C92627;
	text-decoration: underline;
}

/* Box */

.sidebox {
	float: left;
	width: 433px;
	position: relative;
}
.sidebox h3 {
	float: left;
	width: 403px;
	background: url(images/box-header.gif) no-repeat center bottom;
	height: 44px;
	margin: 0px;
	padding: 0px 15px;
	font-size: 16px;
	line-height: 44px;
	color: #FFFFFF;
}
.box {
	background: url(images/center-s.gif) repeat-y;
	margin: 0px;
	padding: 6px 15px;
	float: left;
	width: 403px;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	position: relative;
}
.box img {
	margin-right: 2px;
	margin-bottom: 6px;
	border: 1px solid #333333;
}
.box p {
	margin: 0px;
	font-size: 12px;
}

.post-side {
	float: left;
	width: 400px;
	padding: 5px 0px;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	position: relative;
}
.side-excerpt img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	display: block;
	width: 20%;
	height: 20%;
}

.side-excerpt {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 5px 0px;
	float: left;
	width: 400px;
	position: relative;
}
.post-side h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
	color: #000000;
	font-weight: bold;
}
.post-side h1 a {
	color: #BF1A1D;
	text-decoration: none;
}
.post-side h1 a:hover {
	color: #BF1A1D;
	text-decoration: none;
}
.side-date {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}

.box a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.box a:hover {
	font-weight: bold;
	color: #B80607;
	text-decoration: none;
}

.box-close {
	background: url(images/bottom-s.gif) no-repeat center top;
	margin: 0px;
	padding: 0px 0px 10px;
	float: left;
	height: 23px;
	width: 433px;
	position: relative;
}

/* Regular Feature */

#reg-feature {
	width: 380px;
}

/* Header */

.ate_navigation {
	margin-left: 25px;
	margin-top: 148px;
	font: "Trebuchet MS" ;
	color:#FFFFFF;
	
}

.ate_navigation a {
	font: "Trebuchet MS";
	color:#FFFFFF;
	text-decoration:none;
}	

.ate_cat-navigation {
	width: 981px;
	margin: 0px;
	padding: 0px;
	float: left;
}

html>body .ate_cat-navigation {
	width: 981px;
	margin-left: -10px;
	padding: 0px;
	float: left;
}

.ate_cat {
	width: 981px;
	margin-left: 17px;
}	

/*--Forum--*/


.ate-forum_top {
	
	float: left;
	height: 13px;
	width: 980px;
	margin-left: 6px;
}	

.ate-forum {
	
	float: left;
	width: 980px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 6px;
	
}

.ate-forum_post {
	float: left;
	width: 925px;
	margin-left: 15px;
}	

.ate-forum_post a, ate-forum_post a:visited, ate-forum_post a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.ate-forum_post a:hover {
	font-weight: bold;
	color: #B80607;
	text-decoration: none;
}

.ate-forum_bottom {
	
	float: left;
	height: 39px;
	width: 980px;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-variant: normal;
	margin-left: 6px;
}
	
