/*
Theme Name: Apex Interactive
Theme URI: http://www.digitaltiki.com/
Description: A carbon fiber theme with left sidebar, red accents and integrated jquery.
Author: Digital Tiki
Author URI: http://www.digitaltiki.com/
version: 1.0
Tags: two-column, widget-ready, red, black, white, grey, admin panel, carbon fiber, jquery
*/

/* basics */

*{margin:0; padding:0;}

body {
	background:#2b2b2b;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	color:#fff;
	margin:0px;
	}
	
h1 {font-size: 24pt; color: #fff; text-transform:uppercase;line-height: 30px;font-weight:bold;margin-top:15px;}
h2 {font-size: 12pt; color: #fff; text-transform:uppercase;}
h3 {font-size: 18pt; color: #fff; }
h4 {font-size: 14pt; color: #fff; font-style:italic; text-transform:uppercase;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
	
.clearer {
	clear:both;
}

td {
	padding:0px;
	margin:0px;
}


/* links */

a{
	color:#fff;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */
#bgWrapper {
	background: url(images/mainWrapper.png) repeat-y;
	background-image: url(images/mainWrapper.png);
	background-repeat:repeat-y;
	margin: 0 auto;
	width: 1000px;
}

#containall {
	margin: 0 auto;
	width: 1000px;
	overflow: visible;
	}
	
#container {
	width:800px;
	float:right;
}
	
/* header */

#headerbg {
	background:url(images/header-bg.png) repeat-x;
	height: 97px;
	z-index: 20;
}
#header {
	height:97px;
	color: #fff; 
	width: 1000px;
	margin: 36px auto 0;
	z-index: 10;
	}	

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #fff; text-decoration: none;}
#header h1 a:hover{color: #fff; text-decoration:underline;}


#header h2{
	font:normal 10pt georgia, times;
	color:#fff;
	padding: 0 0 0 18px;
	margin:0;	
	}

#logobg {
	background: url(images/logo.png) repeat-x;
	height: 173px;
	color: #fff;
	width: 197px;
	margin: 0;
	z-index: 30;
	position:absolute;
	top:0px;
	left:auto;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
}

#logobg #bg {
	background: (images/logo-bot.png) no-repeat;
	position:absolute;
	top:144px;
	z-index:100;
}

#logotext {
	Background: url(images/apex-logo.png);
	height: 90px;
	width: 175px;
	z-index: 40;
	color: #fff;
	margin: 42px 12px 48px 12px;
}


/* main menu */

#menubg {
	font-family: verdana, arial, times, serif;
	font-size: 16pt;
	width:1000px; 
	height:97px;
	color:#000;
}

#menu {
	height: 35px;
	margin: 0px;
	padding: 0px;
	width: 650px;
	float:right;
	}
	
#menu ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li {
	text-align: center;
	list-style: none;
	width: 92px;
	display:block;
	float:right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	background: url(images/white.png) no-repeat;
	width:92px;
	height: 34px;
	color: #252525;
	display: block;
	font-size: 14px;
	font-family: verdana, arial, times, serif;
	font-weight: 500;
	text-transform:uppercase;
	text-decoration: none;
    margin-top:62px;
	float:right;
	padding: 10px 0px 7px 0px;
	}

#menu li a:hover, #menu li a:active {
	background: url(images/red2.png) no-repeat;
	height:43px;
	color: #fff;
	display: blcok;
	margin: 54px 0px 0px 10px;
	text-decoration: none;
	padding: 18px 0px 7px 0px;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #252525;
	width: 130px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial, times, serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	float: none;
    margin: 0px;
	padding: 5px 10px 5px 10px;
	border: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
	
#menu li li a:hover, #menu li li a:active {
	background: #ccced3;
	color: #000;
	text-decoration: none;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	}

#menu li li { 
	}

#menu li ul a { 
	width: 120px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -25px 0 0 151px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover2 ul ul, #menu li.sfhover2 ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover2 ul, #menu li li.sfhover2 ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	position: static;
	}

/************************************************
*  Homepage Bottom 					     	    * 
************************************************/

#bottom {
	width: 1000px;
	margin: 0px auto 0px;
	padding: 0px;
	}	
	
#bottom a, #bottom a:visited {
	color: #252525;
	font-size:14px;
	font-family: verdana, arial, times, serif;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	}
	
#bottom a:hover {
	color: #252525;
	text-decoration: underline;
	}
	
#bottom h2, #bottom h2 a, #bottom h2 a:visited {
	color: #4d4d4f;
	font-size: 14px;
	font-family: verdana, arial, times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#bottom h2 a:hover {
	color: #4d4d4f;
	text-decoration: underline;
	}
	
#bottom h4 {
	color: #252525;
	font-size: 24px;
	font-family: verdana, arial, times, serif;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
#bottom p {
	color: #000;
	margin: 0px;
	padding: 0px;
	}

#bottom embed, #bottom object {
	width: 200px; 
	height: 140px;
	margin: 0px; 
	padding: 0px;
	}

.excerpt {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.bottom1 {
	width: 400px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 19px 0px 0px;
	display: inline;
	}

.bottom1 h1 {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	color:#fff;
	text-transform: none;
	font-weight:normal;
}
	
.bottom2 {
	width: 400px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 19px 0px 0px;
	}
	
.bottom2 h1 {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	color:#fff;
	text-transform: none;
	font-weight:normal;
}

.bottom3 {
	width: 490px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 19px 0px 0px;
	}
	
.bottom4 {
	width: 210px;
	float: right;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.thumb-bottom {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 10px 0px !important;
	border: 5px solid #6f0905 !important;
	}


/* content */


#slideshow {
	width: 775px;
	height: 245px;
	float: right;
	display:inline;
	margin: 20px 0;
}

#hpsidebar {
	width: 775px;
	height: 245px;
}

#hpcontent {
	float: right;
	width: 775px;
	border-bottom: 1px #fff solid;
	margin: 0px;
	padding: 0px 5px 15px 5px;
	}
	
#hpcontent p {
	margin-bottom:15px;
}

#hpcontent h1 {
	font-size: 12pt; 
	color: #fff; 
	text-transform:uppercase;
	margin-top:0px;
	line-height:12px;
}

#content {
	float: right;
	width: 775px;
	margin: 0px;
	padding: 5px 5px 15px 5px;
	}

#feature-post {
	width: 400px;
	height: 275px;
	margin: 10px 0px 10px 0px;
	float:right;
	padding-right: 10px;
}

#feature-brand {
	width: 345px;
	height: 275px;
	margin: 10px 0px 10px 10px;
	border-left: 1px #fff solid;
	padding-left:10px;
	float:right;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 24pt georgia, times;
	}
	
.post h2 a{
	color: #fff;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #fff;
	text-decoration: underline;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#666;
	border: 1px #fff solid;
	color: #fff;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */
#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:10pt;
	width:197px;
	margin: 45px 0 0 0;
	float:left;
	display:block;
}

.cat {

	font-family: verdana, arial, tahoma;
	font-size:10pt;
	width:197px;
	display:block;
	float:left;
	margin: 20px 0 0 1px;
}

#sidebar h2{
	background: url(images/sidebar-head.png) repeat-x;
	height:37px;
	text-align:center;
	font-size:18px;
	line-height:36px;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;	
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {
	font-size:10px;
	color:#fff;
	margin:0; 
	padding:0;
}

#sidebar img {
	padding: 0; 
	margin: 0;
}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0 0 0 0;
	padding-bottom: 10px;
	line-height: 12pt;
	list-style-type: none;
	}
	
#sidebar ul li a {
	font-size:12px;
	line-height:12px;
	padding-top:5px;
	}

#sidebar ul ul {
	margin:5px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #fff;
	}
	
#commentform a{
	color: #fff; 
	text-decoration: none; 
	border-bottom: 1px dotted #252525;
	line-height: 14pt;
}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #fff;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #666;
	font-family: verdana, arial, times;
	font-size: 8pt;
	color:#fff;
	margin:5px 5px 0 0;
	padding:5px;
	border: 1px solid #fff;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #4d4d4f;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{
	color: #000; 
	text-decoration: none; 
	border-bottom: 1px dotted #252525;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* footer */
#footerbg {
	background:url(images/header-bg.png) repeat-x;
	height: 97px;
	z-index: 20;
	margin-bottom:37px;
	margin-top:30px;
}

#logobg2 {
	background: url(images/logo.png) repeat-x;
	height: 173px;
	color: #fff;
	width: 197px;
	margin: 0;
	z-index: 30;
	position: relative;
	bottom:36px;
	left:auto;
	display:block;
	float:left;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
}

#footer {
	height:97px;
	color: #fff; 
	width: 1000px;
	margin: 0 auto 0;
	z-index: 10;
	}	
			
#footer p{width:700px; line-height:97px; display: block; padding:0;margin: 0; color: #eee; text-align:right; float:right;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


