/*
Theme Name: Pronox
Theme URI: http://www.magpress.com/wordpress-themes/pronox.html
Description: Pronox is 3 columns fixed width WordPress theme with featured content slider by MagPress.com.
Author: MagPress.com
Author URI: http://www.magpress.com
Tags: white,red,three-columns,custom-menu,fixed-width,right-sidebar,theme-options,threaded-comments

	Pronox
	http://www.magpress.com/wordpress-themes/pronox.html

	This theme was designed and built by Ronald KSY,
	whose blog you will find at http://www.magpress.com/

	The CSS, XHTML and design is released under Creative Commons Attribution-Share Alike 3.0 United States License:
	http://creativecommons.org/licenses/by-sa/3.0/us/
*/

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: 1;
	
	background-color: #d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.clearfix {
	clear: both;
}
.innerwrap {
}
a:link, a:visited {
	text-decoration: none;
	color: #CC0000;

}
a:hover, a:active {
	text-decoration: none;
	color: #000000;
}
.alignleft, .attachment-alignleft {
	text-align: left;
	float: left;
}
.alignright, .attachment-alignright {
	text-align: right;
	float: right;
}
.center, .attachment-center {
	margin: 0px auto;
	clear: both;
}
.img img {
   max-width: 100%;
}
.img object, .img embed {
   width: 100%;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.alignleft, img.attachment-alignleft {
	border: 5px solid #E6E6E6;
	padding: 0px;
	display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.alignright, img.attachment-alignright {
	border: 5px solid #E6E6E6;
	padding: 0px;
	display: inline;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
img.aligncenter, img.attachment-aligncenter {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	display: block;
	border: 5px solid #E6E6E6;
	padding: 0px;
	clear: both;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background-color: #FFFFFF;
	margin: 10px;
	padding-top: 5px;
	border: 1px solid #D5D5D5;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #D5D5D5;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	color: #000000;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
pre {
	padding: 10px;
	clear: both;
	width: auto;
	overflow: scroll;
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	color: #000000;
	font-size: 13px;
	line-height: 22px;
	white-space: nowrap;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
em {
	font-style: italic;
}
code {
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	font-size: 1.025em;
}
#sidebar-left select, #sidebar-right select, #sidebar select  {
	padding: 1px;
	font-weight: bold;
	width: 98%;
	border: 1px solid #CCCCCC;
	color: #181919;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: auto;
	display: block;
	font-size: 12px;
}
#sidebar .sidebar_list .nobullet {
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
blockquote p {
	line-height: 22px;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999999;
}
#wrapper {
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
#siteinfo {
	margin: 0px;
	float: left;
	height: 100px;
	width: 49%;
	padding-top: 1.5em;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
	text-align: left;
	display: block;
}
#siteinfo a {
	color: #000000;
	text-decoration: none;

}
#siteinfo a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#siteinfo img {
	border: 0 none;
}
#siteinfo #site-title {
	font-size: 2.5em;
	margin: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	display: block;
}
#siteinfo #site-description {
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
#topbanner {
	margin: 0px;
	float: right;
	height: auto;
	width: 49%;
	padding-top: 1.5em;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
	text-align: right;
	display: block;
}
#topbanner img {
	border: 0 none;
}
#navigation {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	background-color: #0E0E0E;
	display: block;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#breadcrumbs {
	clear: both;
	height: auto;
	width: 100%;
	font-size: 11px;
	text-transform: capitalize;
	text-align: left;
	display: block;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#breadcrumbs a {
	font-weight: bold;
	text-decoration: none;

}
#breadcrumbs a:hover {
	font-weight: bold;
	text-decoration: none;

}
#main {
	margin: 0px;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #d5d5d5;
}
#fullcontent {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	clear: both;
}
#content {
	float: left;
	width: 60%;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3em;
	margin-left: 0px;
}
#contentinner {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
}

#sidebar {
	padding: 0px;
	float: right;
	height: auto;
	width: 40%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3em;
	margin-left: 0px;
}
#sidebarinner {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#sidebar-left {
	padding: 0px;
	height: auto;
	width: 49%;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar-right {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 49%;
	float: right;
}
#featured {
	clear: both;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#featured-title {
	display: block;
	height: auto;
	width: auto;
	color: #FFFFFF;
	font-size: 15px;
	background-color: #000000;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	padding: 8px;
}

#post-entry {
	margin: 0px;
	height: auto;
	width: 100%;
	padding: 0px;
}
.post-meta {
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.post-meta-single {
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #302923;
}
.post-info {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.post-info h1 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
	line-height: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	letter-spacing: -1px;
	display: block;
}
.post-info h2 {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	line-height: 30px;
	letter-spacing: -1px;
	display: block;
}
.post-info h2 a {
	text-decoration: none;
	color: #c60000;
}
.post-info h2 a:hover {
	text-decoration: none;
	color: #CC0000;
}
.post-date {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	text-transform: capitalize;
	font-weight: bold;
}
.post-date a {
	text-decoration: none;
	color: #CC0000;
}
.post-date a:hover {
	text-decoration: none;
	color: #000000;
}
.post-content {
	font-size: 14px;
	margin: 0px;
	clear: both;
	height: auto;
	width: 100%;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
}
.post-content a {
	text-decoration: none;
	color: #CC0000;
}
.post-content a:hover {
	text-decoration: none;
	color: #000000;
}

.post-content-single {
	font-size: 13px;
	margin: 0px;
	clear: both;
	height: auto;
	width: 100%;
	line-height: 20px;
	padding: 0px;
}
.post-com {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	height: 19px;
	width: auto;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	font-size: 13px;
	background-color: transparent;
	float: right;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.post-com a {
	text-decoration: none;
	color: #000000;

}
.post-com a:hover {
	text-decoration: none;
	color: #CC0000;
}
.adsense-loop {
	clear: both;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	text-align: left;
	overflow: hidden;
	padding: 0px;
}
.adsense-single {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	text-align: center;
}
#post-navigator {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	display: block;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	font-size: 10px;
	font-weight: bold;
}

.wp-pagenavi {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: left;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
	height: auto;
}
.pages {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	width: auto;
	position: relative;
	height: auto;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	background-color: #000000;
}
.current {
	color: #FFFFFF;
	width: auto;
	position: relative;
	height: auto;
	margin: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-decoration: none;
	background-color: #CC0000;
}
.wp-pagenavi a {
	text-decoration: none;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	display: inline;
	color: #FFFFFF;
	background-color: #000000;
}
.wp-pagenavi a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
#post-navigator .alignleft a, #post-navigator .alignright a {
	color: #FFFFFF;
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-decoration: none;
	display: block;
	background-color: #000000;
}
#post-navigator .alignleft a:hover, #post-navigator .alignright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
#post-navigator-single {
	width: auto;
	font-size: 12px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: auto;
	display: block;
	color: #000000;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
#post-navigator-single .alignleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	overflow: hidden;
	text-align: left;
	height: auto;
}
#post-navigator-single .alignright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
	overflow: hidden;
	text-align: right;
	height: auto;
}
#post-navigator-single a {
	color: #000000;
	text-decoration: none;
}
#post-navigator-single a:hover {
	color: #CC0000;
	text-decoration: none;
}
ul.sidebar_list {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
ul.sidebar_list a {
	color: #000000;
	text-decoration: none;

}
ul.sidebar_list a:hover {
	color: #CC0000;
	text-decoration: none;
}
ul.sidebar_list #searchbox {
	padding: 5px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #333333;
}


ul.sidebar_list #searchbox #searchform {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}
ul.sidebar_list #searchbox #searchform div {
	margin: 0px;
	padding: 0px;
}
ul.sidebar_list #searchbox #searchform #s {
	padding: 5px;
	width: 290px;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	margin: 0px;
	height: auto;
}
ul.sidebar_list #searchbox #searchform #searchsubmit {
	color: #FFFFFF;
	background-color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	height: auto;
	width: auto;
	margin: 0px;

}

ul.sidebar_list .textwidget {
	font-size: 13px;
}
ul.sidebar_list .textwidget a, ul.sidebar_list .widget_recent_comments a {
	font-weight: bold;
	color: #CC0000;
}
ul.sidebar_list .textwidget a:hover, ul.sidebar_list .widget_recent_comments a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
ul.sidebar_list .widget_text .textwidget .alignleft {
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 5px;
}
ul.sidebar_list li {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}
ul.sidebar_list li ul, ul.sidebar_list li div {
	margin: 0px;
	clear: both;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	display: block;
}
ul.sidebar_list li div {
	font-size: 11px;
	line-height: 18px;
}
ul.sidebar_list li ul li {
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	display: block;
	margin: 0px;
	clear: both;
	height: auto;
	width: auto;
	background-image: url(images/bullet.png);
	list-style-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
ul.sidebar_list li ul li ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}

ul.sidebar_list h6 {
	list-style-image: none;
	list-style-type: none;
	display: block;
	clear: both;
	height: auto;
	width: auto;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #d5d5d5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
ul.sidebar_list #calendar_wrap #wp-calendar {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
ul.sidebar_list #calendar_wrap #wp-calendar caption {
	font-size: 15px;
	font-weight: bold;
}
ul.sidebar_list #calendar_wrap #wp-calendar #prev {
	text-align: left;
}
ul.sidebar_list #calendar_wrap #wp-calendar #next {
	text-align: right;
}
ul.sidebar_list #calendar_wrap #wp-calendar a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
ul.sidebar_list #calendar_wrap #wp-calendar a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
} 

ul.sidebar_list li#twitter {
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	clear: both;
	height: auto;
	width: auto;
	padding: 0px;
}
ul.sidebar_list #twitter h6 {
	margin-bottom: 0px;
}

ul.sidebar_list li#twitter div.clearfix {
	background-image: none;
	background-color: transparent;
}
ul.sidebar_list li#twitter div#twitter_update_list {
	background-image: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
ul.sidebar_list li#twitter div#twitter_update_list p {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	margin: 0px;
	padding: 8px;
}
ul.sidebar_list li#twitter div#twitter_update_list a {
	color: #57C6EA;
	text-decoration: none;
	font-weight: bold;
}
ul.sidebar_list li#twitter div#twitter_update_list a:hover {
	text-decoration: underline;
}
ul.sidebar_list #sponsorbox {
	padding-bottom: 0px;
}

ul.sidebar_list #sponsorbox #sponsor-links {
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	display: block;
}
ul.sidebar_list #sponsorbox #sponsor-links p {
	display: inline;
}
ul.sidebar_list #sponsorbox #sponsor-links img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
ul.sidebar_list #feat-cat-notify {
	padding: 8px;
	font-size: 14px;
	line-height: 18px;
	height: auto;
	width: auto;
	margin: 0px;
}
ul.sidebar_list .featured-category {
	padding-bottom: 0px;
}
ul.sidebar_list .featured-category h6 {
	margin-bottom: 0px;
}

ul.sidebar_list .featured-category .feat-cat-entry {
	margin: 0px;
	padding: 0px;
	clear: both;

	height: auto;
	width: 100%;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .alignleft {
	margin-top: 5px;
	border: 5px solid #e6e6e6;
	margin-bottom: 1px;
}

ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta a {
	text-decoration: none;
	color: #CC0000;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta a:hover {
	text-decoration: none;
	color: #000000;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	font-style: normal;
	letter-spacing: -1px;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .feat-cat-date {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta p {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
ul.sidebar_list .widget_recentcomments_gravatar {
	padding-bottom: 10px;
}
ul.sidebar_list .widget_recentcomments_gravatar div {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 17px;
	display: block;
	clear: both;
	height: auto;
	width: auto;
	padding-top: 0px;
	margin: 0px;
}
ul.sidebar_list .widget_recentcomments_gravatar .alignleft {
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 5px;
}

ul.sidebar_list .widget_recentcomments_gravatar .author, ul.sidebar_list .widget_recentcomments_gravatar .author a {
	color: #CC0000;
	text-decoration: none;
	text-transform: capitalize;
}
ul.sidebar_list .widget_recentcomments_gravatar .author a:hover {
	text-decoration: none;
	color: #000000;
}
ul.sidebar_list .widget_recentcomments_gravatar .comment {
	line-height: 14px;	
}
ul.sidebar_list .widget_recentcomments_gravatar .comment a {
	text-decoration: none;
	color: #000000;
}
ul.sidebar_list .widget_recentcomments_gravatar .comment a:hover {
	text-decoration: none;
	color: #CC0000;
}
ul.sidebar_list .widget_recent_comments #recentcomments .recentcomments {
	line-height: 18px;
	background-image: none;
	padding-left: 0px;
	padding-bottom: 5px;
}

ul.sidebar_list .widget_hottopics li {
	background-image: none;
	padding: 0px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
ul.sidebar_list .widget_hottopics a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
ul.sidebar_list .widget_hottopics a:hover {
	color: #000000;
	text-decoration: none;
}

ul.sidebar_list .widget_rss .widgettitle .rsswidget {
	color: #FFFFFF;
	text-decoration: none;
}
ul.sidebar_list .videobox {
	padding-bottom: 0px;
}
ul.sidebar_list .videobox h6 {
	margin-bottom: 0px;
}
ul.sidebar_list .videobox div {
	padding: 5px;
}
ul.sidebar_list .socialbox {
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.sidebar_list .socialbox #social {
	height: auto;
	width: auto;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	padding-top: 0px;
	text-align: center;
	margin: 0px;
	padding-bottom: 5px;
}
ul.sidebar_list .socialbox #social li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
ul.sidebar_list .socialbox #social img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 8px;
	margin-bottom: 0px;
}



ul#archives, ul#links {
	list-style-type: none;
	clear: both;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
ul#archives h6 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	color: #CC0000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.1em;
	text-transform: uppercase;
}
ul#archives li {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	list-style-type: none;
}

ul#archives li ul {
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
ul#archives li ul li {
	list-style-type: square;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0px;
	font-weight: normal;
}
ul#archives li ul li ul {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#archives a {
	color: #000000;
	text-decoration: none;
}
ul#archives a:hover {
	color: #CC0000;
	text-decoration: none;
}

ul#links h6 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 1.8em;
	color: #CC0000;
}
ul#links li {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
ul#links li ul {

	list-style-type: none;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul#links li ul li {
	margin: 0px;
	height: auto;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	padding: 0px;
	font-weight: normal;
}
ul#links li ul li ul {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
ul#links li ul li ul li {
	margin: 0px;
	height: auto;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	list-style-type: square;
}
ul#links li a {
	color: #000000;
	text-decoration: none;
}
ul#links li a:hover {
	text-decoration: none;
	color: #CC0000;
}
#footer {
	clear: both;
	height: auto;
	width: auto;
	font-size: 12px;
	padding: 15px;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	background-color: #000000;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	display: block;
	height: auto;
}
#footer  li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer-left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 49%;
	text-align: left;
}
#footer-right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 49%;
	text-align: right;
}
#footer a {
	color: #000000;
	text-decoration: none;

}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}
#footer #devlink {
	font-size: 1px;
	font-weight: bold;
	font-style: normal;
}

#footer #credits {
	font-size: 12px;
}
#footer-widget-area {
	clear: both;
	height: auto;
	width: auto;
	background-color: #46696B;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px;
}
#footer-widget-area-wrap {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer-widget-area .widget-area {
	width: 23%;
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	overflow: hidden;
	margin-right: 25px;
}
#footer-widget-area #fourth {
	margin-right: 0px;
}
#footer-widget-area select  {
	padding: 1px;
	font-weight: bold;
	width: 70%;
	border: 1px solid #CCCCCC;
	color: #181919;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	display: block;
	background-color: #FFFFFF;
	background-image: none;
	font-size: 12px;
	float: left;
	margin-top: 0px;
	margin-bottom: 2em;
}
ul.footer_list {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	clear: both;
	height: auto;
	width: 100%;
}
ul.footer_list a {
	color: #FFFFFF;
	text-decoration: none;
}
ul.footer_list a:hover {
	text-decoration: none;
	color: #64A9CA;
}
ul.footer_list  h6 {
	font-size: 16px;
	display: block;
	height: auto;
	width: auto;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F5F61;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
}
ul.footer_list li {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	font-size: 13px;
	line-height: 20px;
}
ul.footer_list li ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	clear: both;
	height: auto;
}
ul.footer_list li ul li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	clear: both;
	height: auto;
}
ul.footer_list .widget_recentcomments_gravatar div {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul.footer_list .widget_recentcomments_gravatar .alignleft {
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 5px;
}
ul.footer_list .widget_recentcomments_gravatar .comment {
	font-size: 12px;
	line-height: 16px;
}
ul.footer_list .widget_recentcomments_gravatar a {
	color: #64A9CA;
	font-style: normal;
	text-decoration: none;
}
ul.footer_list .widget_recentcomments_gravatar .author, ul.footer_list .widget_recentcomments_gravatar .author a {
	color: #64A9CA;
	text-decoration: none;
}
ul.footer_list .widget_recentcomments_gravatar .author a:hover {
	text-decoration: underline;
}
ul.footer_list .widget_recentcomments_gravatar .comment a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
ul.footer_list .widget_recentcomments_gravatar .comment a:hover {
	text-decoration: none;
	color: #64A9CA;
}
ul.footer_list .widget_hottopics a, ul.footer_list .textwidget a {
	color: #64A9CA;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
ul.footer_list .widget_hottopics a:hover, ul.footer_list .textwidget a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
ul.footer_list .featured-category .feat-cat-entry {
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta .alignleft {
	margin-top: 2px;
}

ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta a {
	text-decoration: none;
	color: #64A9CA;
	font-weight: bold;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	font-style: oblique;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta .feat-cat-date {
	font-size: 10px;
	color: #CCCCCC;
}
