@charset "UTF-8";

.body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: white;
	margin: 0px 0px 0px 0px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	background-color: white;
}

.top_nav_headline {
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/bg_main_top.png);
	width: 100%;
}

.ad_header {
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	width: 728px;
}

.sale_body {
	margin-top: -5px;
	height: 15px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	width: 960px;
}

.sale_url {
	line-height: 15px;
	float: left;
	padding-right: 5px;
	height: 15px;
	color: #565656;
	font-size: 10px;
}

.sale_button a {
	line-height: 15px;
	margin-left: 5px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	height: 15px;
	color: #7b0c08;
	font-size: 10px;
}

.niche0_logo {
	float: right;
	background-repeat: no-repeat;
	background-image: url(../images/niche0_logo.png);
	height: 30px;
	width: 30px;
}

.top_nav {
	width: 100%;
}       

.top_nav_content_body {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #2c2c2c;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(../images/bg_top_nav.png);
}         
	                                
.top_nav_content {
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.navigation {
	padding-right: 10px;
	padding-left: 10px;
	z-index: 0;
	color: black;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	width: 960px;
	top: 200px;
}

.navigation_border {
	border-top-color: #d5d5d5;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #181818;
	height: 5px;
	width: 100%;
	top: 200px;
}

.navigation_body {
	margin-bottom: 10px;
	z-index: 0;
	background-position: 0 0px;
	background-repeat: repeat-x;
	background-image: url(../images/bg_nav_links_bar.png);
	color: black;
	height: 25px;
	width: 100%;
}

.search_body {
	float: right;
	background-repeat: no-repeat;
	background-image: url(../images/search.png);
	width: 240px;
	padding-top: 8px;
	height: 40px;
}

.search_form {
	float: right;
	height: 17px;
}

.search_input {
	padding-left: 5px;
	margin-right: 65px;
	border-width: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 14px;
	height: 13px;
	width: 165px;
	font-size: 14px;
}

.main{
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}

.footer {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	text-align: left;
}

.articles {              
	padding-top: 20px;              
	float: left;   
	width: 600px;         
}

.content {
    width: 100%;
}

.sidebar {
	padding-top: 20px;
	width: 360px;
	float: left;
}

.sidebar_ad {
	margin-bottom: 40px;
	float: right;
	height: 280px;
	width: 336px;
}

.pages {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 100%;
    clear: both;
    text-align: center;
}

a {
	text-decoration: none;
	color: #872c2b;
}

.title a {
	float: left;
	line-height: 40px;
	height: 40px;
	color: white;
	font-size: 14px;
}

.title a:hover {
	color: #3dabff;
}

.nav_links a {
	background-image: url(../images/bg_nav_links.png);
	text-transform: uppercase;
	background-position: 0 0px;
	border-right-style: solid;
	border-right-color: #9e9e9e;
	border-right-width: 1px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	color: #141414;
	text-decoration: none;
	line-height: 25px;
	float: left;
	padding: 0px 15px 0px 15px;
}

.nav_links a:hover {
	background-position: 0 25px;
	background-image: url(../images/bg_nav_links.png);
}

.nav_links_selected a {
	background-image: url(../images/bg_nav_links.png);
	text-transform: uppercase;
	background-position: 0 25px;
	border-right-style: solid;
	border-right-color: #9e9e9e;
	border-right-width: 1px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	color: #141414;
	text-decoration: none;
	line-height: 25px;
	float: left;
	padding: 0px 15px 0px 15px;
}

.nav_links_left_border a {
	border-left-style: solid;
	border-left-color: #868686;
	border-left-width: 1px;
}

.older_posts a {
	margin-right: 10px;
	float: left;
	height: 22px;
	width: 27px;
	background-repeat: no-repeat;
	background-image: url(../images/older_posts.png);
	font-weight: 400;
}

.older_posts_txt a {
	color: #181818;
	float: left;
	font-size: 20px;
	font-weight: 400;
}

.newer_posts a {
	margin-left: 10px;
	float: right;
	height: 22px;
	width: 27px;
	background-repeat: no-repeat;
	background-image: url(../images/newer_posts.png);
	font-weight: 400;
}

.newer_posts_txt a {
	color: #181818;
	float: right;
	font-size: 20px;
	font-weight: 400;
}

.older_posts_txt a:hover, .newer_posts_txt a:hover {
	color: #41aeff;
}

.categories_body {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-width: 1px;
	border-color: #c4c4c4;
	border-style: solid;
	float: right;
	width: 334px;
}

.categories_title {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: white;
	text-transform: uppercase;
	line-height: 35px;
	font-size: 35px;
}

.categories_description {
	font-style: italic;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: white;
	line-height: 12px;
	font-size: 12px;
}

.categories {
	background-color: #4399d0;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: white;
	margin-right: 10px;
	margin-left: 10px;
}

.categories a {
	color: white;
	line-height: 16px;
	font-size: 16px;
}

.toprated_body {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-width: 1px;
	border-color: #c4c4c4;
	border-style: solid;
	float: right;
	width: 334px;
}

.toprated_title {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: white;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 40px;
}

.toprated_description {
	font-style: italic;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: white;
	line-height: 12px;
	font-size: 12px;
}

.toprated_0 {
	width: 294px;
	background-color: #fa3636;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.toprated_0 a {
	color: black;
	font-size: 14px;
}

.toprated_1 {
	width: 264px;
	background-color: #fb6034;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.toprated_1 a {
	color: black;
	font-size: 14px;
}

.toprated_2 {
	width: 234px;
	background-color: #fc7f32;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.toprated_2 a {
	color: black;
	font-size: 14px;
}

.toprated_3 {
	width: 204px;
	background-color: #ffbd2c;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.toprated_3 a {
	color: black;
	font-size: 14px;
}

.toprated_4 {
	width: 174px;
	background-color: #fff924;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.toprated_4 a {
	color: black;
	font-size: 14px;
}

.toprated_5 {
	width: 144px;
	background-color: #c3ff24;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.toprated_5 a {
	color: black;
	font-size: 14px;
}

.toprated_6 {
	width: 114px;
	background-color: #86ff25;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.toprated_6 a {
	color: black;
	font-size: 14px;
}

.article {
	position: relative;
	top: -5px;
	height: 2000px;
	width: 100%;
}

.article_title {
	font-size: 25px;
	color: black;
	text-decoration: none;
}

.article_title a {
	font-size: 25px;
	color: black;
	text-decoration: none;
}

.article_title a:hover {
	background-color: #92d1ff;
}

.article_summary {
	text-align: justify;
	clear: left;
	margin-bottom: 30px;
	margin-top: 15px;
	line-height: 17px;
	color: black;
	font-size: 14px;
	width: 100%;
}

.article_summary_picture {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: left;
}

.article_media_body {
	margin-top: 20px;
	width: 100%;
	clear: left;
}

.article_media {
	margin-right: auto;
	margin-left: auto;
	clear: left;
}

.article_media_edit {
	margin-top: 10px;
	height: 50px;
	width: 100%;
	clear: left;
}

.article_header {
	background-position: 0 bottom;
	background-image: url(../images/bg_main_top.png);
	background-repeat: repeat-x;
	width: 100%;
}

.article_header_title {
	padding-bottom: 10px;
	padding-top: 10px;
}

.article_header_title a {
	color: black;
	font-size: 20px;
}

.article_details {
	height: 20px;
	width: 100%;
}

.article_share {
	height: 16px;
	width: 200px;
	float: right;
}

.readmore a {
	float: left;
	height: 20px;
	width: 69px;
	background-image: url(../images/readmore.png);
}

.copyright {
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	color: #656565;
	text-transform: uppercase;
	font-size: 11px;
}

.article_footer {
	height: 30px;
	width: 100%;
}

.article_footer_hr {
	margin-bottom: 40px;
	z-index: 0;
	height: 1px;
	width: 100%;
	background-color: #dadada;
	line-height: 1px;
	font-size: 1px;
}

.facebook_button a {
	margin-left: 10px;
	float: right;
	height: 20px;
	width: 16px;
	background:url(../images/facebook.png) no-repeat center left; 
}

.facebook_button a:hover {
	background:url(../images/facebook.png) no-repeat top left; 
}

.digg_button a {
	margin-left: 10px;
	float: right;
   	height: 20px;
	width: 16px;
   	background:url(../images/digg.png) no-repeat center left;
}

.digg_button a:hover {
   	background:url(../images/digg.png) no-repeat top left;
}

.twitter_button a {
	margin-left: 10px;
	float: right;
   	height: 20px;
	width: 16px;
   	background:url(../images/twitter.png) no-repeat center left;
}

.twitter_button a:hover {
   	background:url(../images/twitter.png) no-repeat top left;
}

.delicious_button a {
	margin-left: 10px;
	float: right;
   	height: 20px;
	width: 16px;
   	background:url(../images/delicious.png) no-repeat center left;
}

.delicious_button a:hover {
   	background:url(../images/delicious.png) no-repeat top left;
}

.stumbleupon_button a {
	margin-left: 10px;
	float: right;
   	height: 20px;
	width: 16px;
   	background:url(../images/stumpleupon.png) no-repeat center left;
}

.stumbleupon_button a:hover {
   	background:url(../images/stumpleupon.png) no-repeat top left;
}

.post_date {
	padding-top: 5px;
	margin-left: 5px;
	float: left;
	font-style: italic;
	color: #666;
	font-size: 12px;
}

.categories_page_body {
	margin-top: 10px;
}

.categories_page {
	margin-right: 10px;
	float: left;
	margin-bottom: 30px;
}

.categories_page a {
	color: black;
	border-width: 1px;
	border-color: #c4c4c4;
	border-style: dashed;
	padding: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 14px;
}

.categories_page a:hover {
	background-color: #3dabff;
}

.star_full {
	margin-top: 5px;
	margin-right: 2px;
	float: left;
	background-position: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/star.png);
	height: 16px;
	width: 16px;
}

.star_empty {
	margin-top: 5px;
	margin-right: 2px;
	float: left;
	background-position: -16px;
	background-repeat: no-repeat;
	background-image: url(../images/star.png);
	height: 16px;
	width: 16px;
}

