/*
Theme Name: Black Web 2.0
Theme URI: http://blackweb20.com/
Description: The Black Web 2.0 Design
Version:0.1
Author: Markus Robinson

Black Web 2.0 by Markus Robinson || http://markusrobinson.com
This is just a basic layout, with only the bare minimum defined.

*/

/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	margin:0;
	padding:0;
	background:#000;
	line-height:135%;
}
img{border: medium none;}
ul {
	list-style:none;
}

.top100 {
	width:599px;
	border-collapse:collapse;
    font-family:Verdana;
    font-size:11px;
}
.top100 th {
	background-color:#DDD;
	padding:2px;
    border:1px solid #DDD;
    font-weight:normal;
    text-align:left;
}
.top100 td {
	padding:2px;
    border:1px solid #DDD;
}
.top100 .col1 {
	width:75px;
    text-align:center;
}


a {
	color:#2E98B3;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline:none;
}

p {
	margin:1em 0;
}

h2, h3 {
	padding:10px 0 5px;
	line-height:100%;
	
}

h2 {
	color:#333333;
	font-family:arial;
	font-size:24px;
	margin-bottom:10px;
}

h1 {
	font-size:30px;
	line-height:100%;
	font-weight:normal;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Cabin Condensed', Arial, serif;
	font-weight: 500; 
	}


h1 a {
	text-decoration:none;
	color:#333;
}

h1 a:hover {
	text-decoration:underline;
}
blockquote {
border-left:0.2308em solid #00C1F2;
color:#000000;
margin:0 0 1.5385em 1.5em;
padding:0 0 0 0.7692em;
font-style: italic;
}

ol {
margin:0 0 1.5385em 2.5em;
padding:0 0 0 0.7692em;
}


 /* LAYOUT STRUCTURE
--------------------------------------------------*/

#dsq-combo-widget{width: 300px;}
#wrapper {
	margin:0 auto;
	width:1000px;
}


#header {
	height:145px;
	position:relative;
	z-index:99; 
}



#content {
	padding:22px 27px;
	background:#fff;

}

#colLeft{
	width:600px;
	float:left;	
}

#colRight {
	width:160px;
	float:left;	
	padding-left:35px;
}

#footer {

	background:url(images/bk_footer.jpg) 100% 0 no-repeat;
	padding:20px 0 10px 0;
	width:960px;
	height:80px;
	margin:1px auto;
	color:#999;
	position:relative;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}


#footer #footer-inner{margin:0 auto; position: relative;}
#footer #copy{margin: 0 auto; position: relative; color:#ffffff;}


#footer ul {
line-height:145%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#footer li{
display:inline;
padding-right:8px;
}




/* HEADER ELEMENTS 
--------------------------------------------------*/

#header-inner{height: 101px; border-bottom:1px solid #4E4E4E;}
/* -- logo --*/
#logo {
	position:absolute;
	top:10px;
	left:0;
	
}

#logo h1 {
	padding:0;
	background:none;
	border:none;
}

#logo h1 a, #logo h1 a:hover{
	background:url(images/blackweb20.png) 0 0 no-repeat;
	width:225px;
	height:58px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}

/* top ads */

#top-ad{padding-left: 250px;}

/* top menu */

#topMenu {
	position:absolute;
	left:0;
	top:88px;
	
	padding-top:20px;
	width:100%;
}


.hot-topics {
border-bottom:1px dotted #bbbbbb;
border-top:1px dotted #bbbbbb;
height:24px;
margin-left:auto;
margin-right:auto;
margin-bottom: 20px;
clear:both;
font-size: 13px;
font-family: Georgia;
background: #f4f4f4;
width: 600px;
padding: 2px;
}

.hot-topics a {
font-family: Arial;
color: #ee4a04
}
.hot-topics a hover{
color: #31b7ea;
}
.hot-topics strong {
float: left;
width: 100px;
color: #353a41;
margin-top: 3px;

}

.hot-topics ul {
float:left;
line-height:145%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.hot-topics li{
display:inline;
padding-left:5px;
padding-right:8px;
}

#social-images{float: right; bottom:40px; position: relative;}
#social-images a img {border:none;}
#social-images ul{float: left;}
#social-images li{padding-left: 15px; display: inline;}

#social-popup{width: 300px; margin: auto;}
#social-popup li{padding-left: 15px; display: inline;}
#social-popup img{border: none;}

.sf-menu li {
	position: relative;
	float: left;
	line-height: 37px;
	padding: 0 1px 0 0;
	text-align: center;
}
.sf-menu li a {
	display: block;
	float: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom:none;
	padding:0 15px;
	height:35px;
	line-height:35px;
	position:relative;
	color:#ccc;
	border:1px solid #000;
	border-bottom:none;
}
#topMenu ul.sf-menu li a:hover {
	background:#F4F4F4;
	border:1px solid #F4F4F4;
	color:#000000;
	border-bottom:none;
}

.current-cat {
	background:#EE4A04;
	color:#FFFFFF !important;
	border:none;
	padding: 0 !important;
}
#topMenu ul.sf-menu li ul.children {
	border:1px solid #B8F400;
	background:#99CC00;
	border-top:none;
}
#topMenu ul.sf-menu li ul.children li {
	position:relative;
	line-height:100%;
	height:30px;
}
#topMenu ul.sf-menu li ul.children li a {
	color: #FFF;
	text-decoration: none;
	display:block;
	padding-top:10px;
	line-height:100%;
	border:none;
}
#topMenu ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
	border:none;
	line-height:100%;
	display:block;
	padding-top:10px;
	
}
#topMenu ul.sf-menu li ul.children li ul.children {
	border: none;

}
#topMenu ul.sf-menu li ul.children li ul.children li {
	background:#99CC00;
}
#topMenu ul.sf-menu li ul.children li ul.children a {
	text-decoration: none;
	position:relative;
	border:none;
}
#topMenu ul.sf-menu li ul.children
{
	margin:6px 0 0 0;
}
#topMenu ul.sf-menu li ul.children ul.children
{
	margin:0 0 0 38px;
	border-top:1px solid #B8F400;
}

#topMenu ul li ul li a, #topMenu ul li:hover ul li a,  #topMenu ul li:hover ul li a, #topMenu ul li:hover ul li a:hover {
	background:none;
	border:none;
	color:#fff;
	line-height:100%;
	text-transform:none;
	padding-top:5px;
	height:27px;
}


.twitter {
	position:absolute;
	top:42px;
	right:130px;
	background:url(images/twitter_top.gif) 0 0 no-repeat;
	z-index:99;
}

.twitter a {
	display:block;
	width:139px;
	height:55px;
	text-indent:-9999px;
}

.rss {
	position:absolute;
	height:28px;
	padding-right:34px;
	line-height:28px;
	top:55px;
	right:0;
	background:url(images/rss.gif) 100% 50% no-repeat;
}

.rss a {
	color:#ccc;
	text-decoration:none;
}


/* CONTENT ELEMENTS
----------------------------------------------*/

.catTitle {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding:9px 0 ;
	margin-bottom:10px;
	color:#666;
	font-size:14px;
}

.catcom{
color:#ffffff;
float:left;
font-size:14px;
font-family: Arial;
margin-top:20px;
padding:5px;
position:absolute;
background: #00CCFF;
text-transform: uppercase;
}

.catcom a{color:#ffffff; text-decoration:none;}

.middleAds {
   /* background: url("images/bk_dotted.jpg") repeat-x scroll 0 100% #F4F4F4; */
	background-color: #F4F4F4;
    border: 1px solid #E5E5E5;
    float: left;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    width: 581px;
}


.middleAds #ads {
	float:left;
	padding:8px 0 10px;
	display: block;
}


.middleAds ul{
text-align:left;
list-style:none!important;	
}

.middleAds p{text-align:left; font-family:sans}
.middleAds #ads {float:right; width:300px;}

.middleAds li{line-height:18px; padding-right:2px;}
.middleAds h3{color:#333333; font-size:24px; font-family:arial; margin-bottom:10px;}


.blogItem {
    /*background: url("images/bk_dotted.jpg") repeat-x scroll 0 100% transparent;*/
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}


.blogItem span.posted {
	/*background:url(images/bk_dotted.jpg) 0 100% repeat-x;*/
	padding:5px 0 1px;
	font-size:11px;
	color:#999;
	display:block;
}

.blogItem .metadata {
	margin-bottom:10px;
}

.blogItem .metadata .date {
	float:left;
	background:#00CCFF;
	padding:3px 7px;
	color:#fff;
	margin-right: 8px;
    margin-top: 3px;
	font-size:11px;
}

.blogItem .metadata .no_comments {
	float:left;
	background:#EE4A04 url(images/bk_comments_no.jpg) 8px 50% no-repeat;
	padding:3px 7px 3px 32px;
	color:#fff;
	font-size:12px;
	margin-left:2px;
	font-family: Arial;
	font-weight: bold;
}

.blogItem .metadata .no_comments a {
	color:#fff;
	text-decoration: none;
}

.blogItem a.more-link {
	display:block;
	clear:both;
	background:url(http://www.blackweb20.com/wp-content/uploads/2011/12/readmore21.jpg) 0 0 no-repeat;
	width:104px;
	height:24px;
	text-indent:-9999px;
	margin-top:10px;
}

.blogItem a.more-link:hover {
	background:url(http://www.blackweb20.com/wp-content/uploads/2011/12/readmore21.jpg) 0 -24px no-repeat;
}

#colLeft a img {
	border:none;
}

#colLeft ul {
	list-style:square;
	list-style-position:inside;
}

/* colRight */

#colRight h2 {
	clear:both;
	margin:15px 0 5px;
	background:#000;
	padding:5px 7px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	float:left;
	clear:both;
}

#colRight h2.sponsors {
	background:#EE4A04;
}

#colRight ul {
}



#colRight ul li {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:1px;
}

#colRight ul li a{
	display:block;
	padding:8px 0;
	background:url(images/bullet_blue.jpg) 3px 10px no-repeat;
	padding-left:25px;
	color:#666;
	text-decoration:none;
}

#colRight ul li a:hover{
	background:#F5F5F5 url(images/bullet_green.jpg) 3px 10px no-repeat;
}

#colRight #ads {
	float:left;
	clear:both;
	padding:8px 0 10px;
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
}

#ad-title {width:300px; font-size:9px; font-family:Arial; background-color:#f5f5f5; float:left;}

#colRight #colcat{
	clear:both;
	padding:8px 0 10px;
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	height: 290px;
	width: 300px;
}

#colRight .subtitle{
margin-top:15px;
padding-top:10px;
padding-bottom: 10px;
padding-left: 3px;
position: absolute;
width: 225px;
background-color: #000;
color: #ffffff;
font-size: 12px;
opacity:.7
}

#colRight .subtitle a{color:#ffffff; font-size: 12px; text-decoration:none;}


#colRight .subtitle a:hover{text-decoration:underline;}

#colRight h4{color: #ffffff;}


#colRight #colcat #button{
padding: 5px;
width: 290px;
background: #31b7ea url(images/blue_arrow.png) no-repeat scroll 100% 50%;
font-family: Arial;
text-transform: lowercase;
font-size: 14px;
font-weight: bold;
float: left;


}

#colRight #colcat #button a{
color: #ffffff;
float: right;
padding-right: 20px;
text-decoration: none;
}

#colRight #ads a {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#colRight #ads img {
	border:none;
}

#ads_msg {
	padding:8px 8px 2px;
	background:#f4f4f4;
	border:1px dotted #ccc;
	float:left;
	line-height:100%;
	width:243px;
	height:22px;
}

#ads_msg a {
	color:#666;
}

.social {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:10px;
}

.social strong {
	color:#00C1F2;
}

/*Jobs*/

#jobs{}

#jobs ul {
	position:relative;
	float: left;
	width:300px;
}

#jobs ul li {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;

}

#jobs ul li a{
	color:#666;
	text-decoration:none;
}

#vocay-link{float: left;}


/*COMMENTS
---------------------------------------------*/
#colLeft ul.commentlist {
	margin-bottom:10px;
	list-style-type:none;
}

#colLeft ul.commentlist li {
	background:none;
	border-bottom:1px solid #efefef;
	padding:5px 0;
	padding-left:40px;
}

#colLeft ul.commentlist li .avatar {
	float:left;
	width:32px;
	margin-left:-40px;
}

* html #colLeft ul.commentlist li .avatar {
	margin-bottom:-20px;
}

#colLeft ul.commentlist li.odd {
	background:#f9f9f9;
}

#colLeft ul.commentlist li .commentmetadata {
	font-size:11px;
	color:#999;
}


/* HOME SLIDER
-----------------------------------------------*/

#slider {
	background:#000 url(images/bk_dotted.jpg) 0 100% repeat-x;
	margin-bottom:20px;
	margin-top:10px;
}

.panel .text {
	color:#999;
	height:60px;
	padding:5px 10px 15px;
}

.panel .text p {
	margin:3px 0 0;
}

.panel .text h1, .panel .text h1 a {
	color:#FFF;
	font-size:22px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:0;
	margin-bottom:0;
}



/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 100%; /*Width of Carousel Viewer itself*/
	height: 310px; /*Height should enough to fit largest content's height*/;
	
	
}

.stepcarousel span.featured {
	color:#666;
	font-size:11px;
	display:block;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	width:270px;
	
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	position:relative;

}

/* FORMS
---------------------------------------------------*/

/* search form */

#search{}

#searchform #{
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:10px;
}

#searchform #s {
	width:213px;
	border:1px solid #ccc;
	font-size:11px;
	padding:5px 2px;
	margin-left:5px;
}

#searchform #searchsubmit {
	background:#00CCFF;
	border:1px solid #48DBFF;
	color:#fff;
	padding:4px 0;
	text-align:center;
	width:54px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* subscribe form */


#mc-embedded-subscribe-form{

}
#subscribeform #mc-embedded-subscribe-form{
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;

}

#subscribeform #s {
	width:213px;
	border:1px solid #ccc;
	font-size:11px;
	padding:5px 2px;
	margin-left:5px;
}
#mce-EMAIL{
	width:213px;
	border:1px solid #ccc;
	font-size:11px;
	padding:5px 2px;
	margin-left:5px;

}

#subscribeform #subscribesubmit {
	background:#00CCFF;
	border:1px solid #48DBFF;
	color:#fff;
	padding:4px 0;
	text-align:center;
	width:67px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#mc-embedded-subscribe{
background:#00CCFF;
	border:1px solid #48DBFF;
	color:#fff;
	padding:4px 0;
	text-align:center;
	width:67px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

/* post comment */

#commentform label {
	display:block;
	padding:5px 0 2px;
}

#commentform input, #commentform textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


#commentform textarea {
	width:500px;
}

#commentform input#submit{
	border:none;
	width:124px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:5px;
	background:url(images/bk_postcomment.jpg) 0 0 no-repeat;
	font-size:11px;
}

/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
}

#contact input, #contact textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

#contact textarea {
	width:500px;
}

#contact input.submit {
	border:none;
	width:124px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:15px;
	background:url(images/bk_sendmsg.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

.alignright{
float: right;
margin: 10px;
}

.alignleft{
float: left;
}

.wp-caption {
background-color: #efefef;
font-size: 9px;
padding:5px;
}

#PDI_container2954259 .pds-pd-link {
color:#F4F4F4 !important;
}

.sg_TDX{text-align: center;}

#disqus_thread {
margin-bottom:10px;
width:550px;
}

.author-info {
	background: #F4F4F4; padding: 10px; margin: 0 0 15px 0;
	overflow: auto;
border: 1px solid #E5E5E5;
font-size: 12px;
}
.author-info div {
	float: left; margin: 0 10px 5px 0; border: 0px solid #29281F;
}
.author-image {
float: left; margin: 0 10px 5px 0; border: 0px solid #29281F;
	}

