/*
Theme Name: Blogwatts Active Final
Theme URI: http://blogwatts.com
Description: A Blank Wordpress theme with left sidebar.
Author: Anthony
Author URI: http://blogwatts.com
version: Beta 0.1
*/




/* basics */

*{margin:0; padding:0;}

body {
	background: url(images/bg.png) top repeat-x scroll #f0f4f6;
	color:#000000;
	font-size: 8pt;
	margin-top:20px;
	font:14px/160% Arial, Helvetica, sans-serif;
	}

	
h1 {font-size: 18pt;}

h2 {font-size: 14pt; }
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


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;
	}


/* links */

a{
	color:#2d8bcb;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 997px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	
  	width: 999px; 
  	height: 175px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */
#logo {
		margin-bottom:37px;
}
.navigation_contents {
	padding:0px 0;
}

#navigation {
	width:840px;
	height:52px;
	margin:0;
	padding:0;
	position:relative;
	background:url(images/NAV.png);

}
#navigation li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#navigation li, #navigation a {
	height:52px;
	display:block;
}
#n01 {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:120px;
}
#n02 {
	text-indent:-300em;
	overflow:hidden;
	left:120px;
	width:120px;
}
#n03 {
	text-indent:-300em;
	overflow:hidden;
	left:240px;
	width:120px;
}
#n04 {
	text-indent:-300em;
	overflow:hidden;
	left:360px;
	width:120px;
}
#n05 {
	text-indent:-300em;
	overflow:hidden;
	left:480px;
	width:120px;
}
#n06 {
	text-indent:-300em;
	overflow:hidden;
	left:600px;
	width:120px;
}
#n07 {
	text-indent:-300em;
	overflow:hidden;
	left:720px;
	width:120px;
}


#n01 a:hover {
	background:transparent url(images/NAV.png) 0px -104px no-repeat;
}
#n02 a:hover {
	background:transparent url(images/NAV.png) -120px -104px no-repeat;
}
#n03 a:hover {
	background:transparent url(images/NAV.png) -240px -104px no-repeat;
}
#n04 a:hover {
	background:transparent url(images/NAV.png) -360px -104px no-repeat;
}
#n05 a:hover {
	background:transparent url(images/NAV.png) -480px -104px no-repeat;
}
#n06 a:hover {
	background:transparent url(images/NAV.png) -600px -104px no-repeat;
}
#n07 a:hover {
	background:transparent url(images/NAV.png) -720px -104px no-repeat;
}


.n01active {
	background:transparent url(images/NAV.png) 0px -52px no-repeat;
}
.n02active {
	background:transparent url(images/NAV.png) -120px -52px no-repeat;
}
.n03active {
	background:transparent url(images/NAV.png) -240px -52px no-repeat;
}
.n04active {
	background:transparent url(images/NAV.png) -360px -52px no-repeat;
}
.n05active {
	background:transparent url(images/NAV.png) -480px -52px no-repeat;
}
.n06active{
	background:transparent url(images/NAV.png) -600px -52px no-repeat;
}
.n07active {
	background:transparent url(images/NAV.png) -720px -52px no-repeat;
}

.nav_seperator {
background:url(images/nav_seperator.gif) repeat-x;
height:5px;
width:100%;
}

#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:760px; 
	overflow:hidden;
	margin-top:40px;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #222;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#222;
}




/* content */


#content {
	float:left;
	width:681px;
	overflow: hidden;
	margin-right:17px;
	margin-top:23px;
	}
	

.subtitle {
	font:14px/160% Arial, Helvetica, sans-serif;
	font-weight:bold;

}

.post {
	background:url(images/lines.jpg) top repeat-x #FFF;
	width:610px;
	padding-left:34px;
	padding-right:34px;
	padding-top:34px;
	padding-bottom:0px;
	line-height: 14pt;
	margin-bottom:20px;
	border:1px solid #acacac;
	
	
	}
	
.title{
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;

	}
	
.feattitle{
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	color: #222222;
	font-size: 30px;
	font-weight:bold;
	text-decoration: none;
	margin-bottom:10px;

	}
	
#afterthumb {
	margin-left:205px;	
}
	
.title a{
	color: #222222;
	font-size: 30px;
	font-weight:bold;
	text-decoration: none;
	}
	
.title a:hover{
	text-decoration:underline;
	}

.post ul {}

.post li {}


.entry p{ /*Post text */
	color:#3e3e3e;
	margin:12px 0;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin-left:20px;
}

.post_entry p{ /*Post text */
	color:#3e3e3e;
	margin:12px 0;
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-left:7px;
}

.entry p a {
	color:#2d8bcb;
	text-decoration:underline;
}

.article_image {
	margin-top:34px;
	margin-bottom:14px;
	margin-right:26px;
	margin-left:25px;
	width:210px;
	height:210px;
	text-align:center;
	border:1px solid #acacac;
	float:left;
	}


.postmetadata{
	clear: both;
	font:12px/160% Arial, Helvetica, sans-serif;
	padding:6px;
	margin: 20px 0;
	font-weight:bold;
	}
	
#meta {
	margin-left:22px;
}
	
#comment_meta {
	background:url(images/comment_icon.png) no-repeat center left;
	font:12px/160% Arial, Helvetica, sans-serif;
	padding:6px;
	margin: 20px 0;
	font-weight:bold;
	padding-left:15px;
	float:left;
	margin:5px;
	
}

#date_meta {
	background:url(images/date_icon.png) no-repeat center left;
	font:12px/160% Arial, Helvetica, sans-serif;
	padding:6px;
	margin: 20px 0;
	font-weight:bold;
	padding-left:15px;
	float:left;
		margin:5px;
}

#cat_meta {
	font:11px/160% Arial, Helvetica, sans-serif;
	padding-left:7px;
	font-weight:bold;
	margin-top:5px;
}

.cat_posted{
	color:#eaeaea;
	background:#2d8bcb;
	float:left;
}

#cat_meta a:link, #cat_meta a:active, #cat_meta a:visited{
	color:#fff;
	background:#2d8bcb;
	
}



#seperator {
margin-top:25px;

}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-bottom:17px;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	float:left;
	width:294px;
	overflow: hidden;
	

}

#sidebar_ind {
		background:url(images/lines_sidebar.jpg) top repeat-x #FFF;
		border-bottom:1px solid #acacac;
		margin-bottom:25px;
		clear:both;
	
}

#sidebar_ind_spon {
		background:url(images/lines_sidebar.jpg) top repeat-x #FFF;
		border-bottom:1px solid #acacac;
		height:320px;
		margin-bottom:20px;
		clear:both;
	
}


#sidebartext_sub{
	width:92px;
	font:18px/190% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background:#2d8bcb;
	padding-left:5px;
	margin-bottom:5px;
}

#sidebartext_spon{
	width:88px;
	font:18px/190% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background:#2d8bcb;
	padding-left:5px;
	margin-bottom:5px;
}

#sidebartext_pop{
	width:120px;
	font:18px/190% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background:#2d8bcb;
	padding-left:5px;
	margin-bottom:5px;
}

#sidebartext_rec{
	width:110px;
	font:18px/190% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background:#2d8bcb;
	padding-left:5px;
	margin-bottom:5px;
}

#sidebartext_fli{
	width:130px;
	font:18px/190% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background:#2d8bcb;
	padding-left:5px;
	margin-bottom:5px;
}




#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}


#subscribe {  }
#s2 {padding:2px 5px 2px 5px; width:175px; border:1px solid #000000; background: url(images/see.png) repeat; color:#000000;}
#subs {padding:1px; margin-left:5px; border:1px solid #000000; background: url(images/see.png) repeat; color:#000000;  font: normal 80% Verdana, Helvetica, sans-serif;}

#flickr {
	padding:10px;margin-bottom:20px;
}

#flickr img {
	margin:5px;
}

#ads {
	padding-left:14px;
	margin-top:14px;
	margin-bottom:14px;
}

#otherads {
	padding-left:14px;
}

#otherads a {
	display:block;
	font-size:11px;
	color:#888;
	font-family:verdana,sans-serif;
	margin:0 14px 14px 0;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	float:left;
}

#otherads img {
	border:0;
	clear:right;
}



#subscribe {
	padding:10px;margin-bottom:20px;
}



#recent {
	padding:10px;
	
}
#recent ul {
        list-style-type: none;
        width: 274px;
} 

#recent li { 
      
        border-width: 1px 0;
  
}

#recent li a { 
        color: #1c1c1c;
        display: block;
        font: bold 100% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
		
}

 * html #recent li a {  /* make hover effect work in IE */
	width: 274px;
	
}

#recent li a:hover {
	color:#fff;
    background: #2d8bcb;
}

#recent a em { 
        color: #2c2c2c;
        display: block;
        font: normal 80% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}




#recent a span {
        color: #e6f4fa;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

/* comments */


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#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:url(images/comment.jpg) top repeat-x #FFF;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	border:1px solid #acacac;
	}

ol.commentlist li.alt {	background:url(images/comment_2.jpg) top repeat-x #fafdff;}
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 #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* 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;
}




/**********  BEGIN FOOTER  **********/
#footer {
	width:100%;
	background: url(images/footer_box_bg.png) top repeat-x;
	height:300px;
}
#footer_content {
	width:990px;

}



#footer_cat {
	width:310px;
	float:left;
	background:url(images/lines_footer.png) no-repeat;
	padding-left: 10px;
	height:200px;
	border-bottom:1px solid #acacac;
	
}

#footer_title_cat {
	width:100px;
	font:18px/190% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background:#2d8bcb;
	padding-left:5px;
	margin-bottom:5px;
	
}

#footer_cat p {
        color: #1c1c1c;
        display: block;
        font: bold 100% Arial, Helvetica, sans-serif;
		width:280px;
}

#footer_cat a {
        color: #000;

}


#footer_comments {
	width:310px;
	float:left;
	background:url(images/lines_footer.png) no-repeat;
	padding-left: 10px;
	height:200px;
	border-bottom:1px solid #acacac;

	
}
#footer_title_comments {
	width:170px;
	font:18px/190% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background:#2d8bcb;
	padding-left:5px;
	margin-bottom:5px;	
}

#footer_comments ul a {
	color:#2d8bcb;
	font: 80% Arial, Helvetica, sans-serif;
	text-decoration:none;
}




#footer_social {
	width:310px;
	float:left;
	background:url(images/lines_footer.png) no-repeat;
	padding-left: 10px;
	height:200px;
	margin-left:30px;
	margin-right:30px;
	border-bottom:1px solid #acacac;
	
}
#footer_title_social {
	width:60px;
	font:18px/190% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background:#2d8bcb;
	padding-left:5px;
	margin-bottom:5px;	
}



























a.toplink {
	padding-right: 15px;
	font-weight: bold;
	background: url('images/top-link.png') right center no-repeat;
}



.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #F2F3F6; border: 1px solid #7E8AA2; padding: 10px; }

.footer-info-area p {
	font-size: 8pt;
}

ul.social-bookmarks {
	margin-top: 10px;
	overflow: hidden;
}

ul.social-bookmarks li {
	display: inline;
}

li.rss a {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin-right: 10px;
	background: url('images/rss.png') no-repeat;
	text-indent: -9999px;
}

li.twitter a {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin-right: 10px;
	background: url('images/twitter.png') no-repeat;
	text-indent: -9999px;
}

li.facebook a {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin-right: 10px;
	background: url('images/facebook.png') no-repeat;
	text-indent: -9999px;
}

li.linkedin a {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin-right: 10px;
	background: url('images/linkedin.png') no-repeat;
	text-indent: -9999px;
}

li.flickr a {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin-right: 10px;
	background: url('images/flickr.png') no-repeat;
	text-indent: -9999px;
}

li.behance a {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin-right: 10px;
	background: url('images/behance.png') no-repeat;
	text-indent: -9999px;
}