html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	font-weight:400;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline
}

body
{
	background:#000;
	color:#BFBFBF;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:400;
	height:100%;
	line-height:150%;
	margin:0;
	text-align:left
}



/* GENERAL */

p
{
	line-height:150%;
	margin:0 0 1em
}

strong
{
	font-weight:700
}

em
{
	font-style:italic
}

img
{
	border:none
}

blockquote p
{
	border-left:3px solid #EBEBEB;
	font-style:italic;
	padding-left:1em
}

ul
{
	list-style-position:inside;
	list-style-type:disc;
	margin:0 0 1em
}

ol
{
	list-style-position:inside;
	list-style-type:decimal;
	margin:0 0 1em
}



/* LINKS */

a, a:visited
{
	color: #fff;
}

a:hover
{
	color: #747472;
}

#top a
{
	color: #000;
	text-decoration:none;
}

#bottom a
{
	text-decoration:none;
	color: #000;
}

#top a:hover, #bottom a:hover,.postmeta a:hover
{
	color:#fff;
}



/* HEADINGS */

h1
{
	color:#fff;
	font-size:18px;
	line-height:1.2em;
	margin:0 0 1em;
	text-decoration:none;
}

h2
{
	color:#fff;
	font-size:16px;
	line-height:1.2em;
	margin:0 0 1em;
}

h3
{
	color:#fff;
	font-size:14px;
	line-height:1.2em;
	margin:0 0 1em;
}

h4
{
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	margin:0 0 1em;
}
 
#sidebar h6, .block .block-title h2
{
	color:#fe0202;
	font-size:12px;
	text-transform:uppercase;
	padding:15px 20px;
}

#commentbox h6
{
	background:#EEE;
	border-bottom:1px solid #E0E0E0;
	color:#747472;
	font-size:12px;
	text-transform:uppercase;
	padding:15px 20px;
	margin:0 0 20px -20px;
}



/* LOGO */

.logo
{
	padding:30px;
}



/* MAIN DIVS */

#container
{
	background:#000;
	margin:0 auto;
	height:100%;
	padding:0px 5px;
	width:960px;
}

#top
{
	background:#fe0202;
	color:#000;
	width:920px;
	padding:15px 20px;
	text-align:center;
}

#header
{
	position: relative;
	width:960px;
}

#headerslide
{
	background:#000;
	clear:both;
	width:940px;
	height:300px;
	padding:0;
	border:solid 10px #fff;
}

ul.links {
	bottom:8px;
	position:absolute;
	right:190px;
	list-style: none;
}

ul.links li {
	float:left;
	padding:0 5px 0 0;
}

#content
{
	float:left;
	width:480px;
	padding:0 30px 0 0;
}

#content.col2 {
	width: 765px;
}

#sidebar
{
	float:left;
	width:285px;
	background: #161616;
	margin-top:25px;
}

#adbar
{
	float: left;
	width:135px;
	padding:25px 0 25px 30px;
}

#bottom
{
	background:#fe0202;
	clear:both;
	color:#000;
	width:920px;
	padding:15px 20px;
	margin: 25px 0 0 0 ;
}

#bottomleft
{
	float:left;
}

#bottomright
{
	float:right;
}

.mainitem
{
	position:relative;
	padding:20px 0 20px 0;
}

.row
{
	clear:both;
}

.col1
{
	position:relative;
	width:210px;
	float:left;
	margin: 20px 20px 0 0;
}

.col2
{
	position:relative;
	width:210px;
	float:left;
	margin: 20px 0 0 0;
}

.sideitemdiv, .block-content
{
	padding:10px 20px;
	border-top:1px solid #000;
	border-bottom:5px solid #1a1a1a;
}

.sideitemimg
{
	float:left;
	width:85px;
	height:60px;
	margin: 3px 20px 10px 0;
}

.sideitemtext
{
	float:left;
	width:140px;
	margin: 0 0 20px 0;
	font-size:11px;
}

.postmeta
{
	position:absolute;
	top:0px;
	left:0px;
	background:#000;
	color:#747472;
	padding:5px 10px;

	font-size:12px;
	font-style:italic;
}

.postmeta a
{

	font-size:12px;
	font-style:italic;	
}



/* IMAGE STYLES */

#content img,#content a img,#sidebar img,#sidebar a img,#adbar img, #adbar a img
{
	border:5px solid #414141;
	display:block;
}

.mainitem img {
	margin-bottom: 20px;
}

#footer img
{
	border:5px solid #000;
	display:block;
}

#content img.alignright,.alignright
{
	float:right;
	margin:0 0 0 1em;
	width:auto
}

#content img.alignleft,.alignleft
{
	float:left;
	margin:0 1em 0 0;
	width:auto
}

#content img.aligncenter,.aligncenter,div.aligncenter
{
	display:block;
	margin-left:auto;
	margin-right:auto
}



/* LIST STYLES */

#top ul
{
	list-style:none;
	margin:0
}

#top ul li
{
	display:inline;
	margin:0 2.8em 0 0
}

/* REMOVE THE RIGHT MARGIN FROM THE LAST ITEM IN THE NAV LIST */
#top ul li.page-item-23 {
	margin:0;
}

ul#nav
{
	width:auto
}

ul#nav li.current_page_item a,ul#subscribe li.current_page_item a
{
	color:#fff;
	text-decoration:none
}

#sidebar ul
{
	list-style: disc;
	margin:0px;
}

#sidebar ul li
{
	margin-left:20px;
	padding:0 0 5px 5px;
}



/* MISC STYLES */

.widget
{
	margin:30px 0 0;
	width:260px
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.tenfix
{
	margin:-10px;
}

#newold
{
	clear:both;
	width:440px;
	padding: 20px 0 0 0;
}

.newer
{
	float:left;
	width:220px
}

.older
{
	float:right;
	text-align:right;
	width:220px
}

.wp-caption
{
	border:none;
	padding:0;
	text-align:center
}

.wp-caption img
{
	border:0 none;
	margin:0;
	padding:0
}

.wp-caption p.wp-caption-text
{
	background:#000;
	color:#747472;
	font-size:10px;
	line-height:1.5em;
	margin:-25px 0 0 0;
	padding:5px
}

.search-form {
	position: absolute;
	right: 0;
	bottom: 20px;
}

.search-form input
{
	padding:3px;
	width: 135px;
	background:#45453d;
	border:none;
	color:#848484;
	font:11px Arial, Helvetica, sans-serif;
	float:left;
}

.search-form input[type=submit] {
	background:#45453d url(images/search-input-bg.jpg) center right no-repeat;
	width: 22px;
	padding: 2px 0;	
	cursor: pointer;
}

#cu3er-container
{
	width:940px;
	outline:0;
}



/* COMMENT STYLES */

.avatar img
{
	float:left;
	width:80px;
}

.commenttext
{
	float:left;
	margin:0 0 20px 15px;
	width:335px
}

.commentname
{
	color:#000;
}

.commentdate
{
	color:#CCC;

	font-size:12px;
	font-style:italic;
	line-height:1.2em;
	margin:0 0 1em;
}



/** HOME PAGE MARKUP **/
.home-video {
	border: solid 5px #fff;
	margin:25px 0 0 0;
	width:470px;
	height:265px;
	overflow: hidden;
}

.home-video p {
	margin: 0; 
	padding: 0;
}

#content #hero {
	padding:0;
	margin: 20px 0 0 0; 
	border: none;
	width:480px;
}

/** APPLICATIONS MARKUP **/
#content .applications-list {
	float:left;
}

#content .applications-list li {
	float:left;
	width: 100px;
	padding:13px;
	height: 325px;
	overflow: hidden; 
}

#content .applications-list li img {
	width: 100px;
}

#sidebar #applications-categories {
	list-style: none; 
}

#sidebar #applications-categories li {
	margin: 0 0 15px 0;
	height: 70px;
	overflow: hidden;
	padding: 0;
}

#sidebar #applications-categories li a img:hover {
	border-color:#fff;
}

#sidebar #applications-categories li img {
	float:left;
	margin-right:10px;
	height: 60px;
}

#sidebar #applications-categories li div {
	font-size:11px;
	line-height:13px;
}

.application-item {
	float:left;
	width:50%;
	height: 350px;
	margin-bottom:20px;
	overflow: hidden;
}

.application-item .inner {
	padding-right:10px;
	margin-right:20px;
}

.application-item.last-in-col .inner {
	margin:0 0 0 20px;
}

.application-item img {
	width:100%; 
	height:auto;
}


/** SIDEBAR STYLES **/
#adbar ul {
	list-style: none;
}

#adbar ul li {
	border:5px solid #414141;
	margin:0 0 20px 0;
	padding:4px;
	background:#383838;
	height:100px;
	position: relative;
}

#adbar ul li a {
	text-transform: lowercase;
	color: #9e9e9e;
	font-size:23px;
	text-decoration: none;
	font-weight:normal;
	line-height:24px;
	position: absolute;
	bottom:2px;
}

#adbar ul li a:hover{
	color: #fff;
	border-color:#fff;
}

/** SEARCH RESULTS PAGE **/
#search-results h1 {
	margin-bottom:0;
}

#search-results img {
	float:left;
	margin-right:10px;
}

#search-results li {
	padding-bottom:15px;
}