/*
Theme Name: Blank 2 Column - Right Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
*/




/* basics */

*{margin:0; padding:0;}

body {
	font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:9pt;
	margin:20px;
	background: #434343 url(images/bg_g.png) repeat-x left top;
	font-style: normal;
	color:#4e4e4e;
	}

	
h1 {
font-size: 18pt;
color: #fff;
text-shadow: 0px 1px 1px #000;
}
h2 {
color: #fff;
text-shadow: 0px 1px 1px #000;
font-size: 14pt;
}
h3 {
font-size: 10pt;
color: #fff;
text-shadow: 0px 1px 1px #000;
}
h4 {
font-size: 9pt;
color: #fff;
text-shadow: 0px 1px 1px #000;
}


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: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}


/* links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #CCCCCC !important;
	}


a{
	color:#579;
	text-decoration:none;
}
a:hover{ 
color:#CC0000;
text-decoration:none;}


/* container */


#container {
	width:760px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	border:1px
	solid #444546;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px;
	}
	
/* header */

#header {
	background:#e6e6e6;
	width: 760px;
	height: 250px;
	color: #fff;
	background-image: url(images/header.jpg);
	}

#header h1{
	font:normal 20pt Verdana, Georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{
	color: #333333;
	text-decoration: none;
}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333333;
	padding: 0 0 0 18px;
	margin:0;
	}

/* main menu */


#menu {
	background:#000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	width:760px; 
	overflow:hidden;
}


#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: #fff;
	display:block;
	
}

#menu ul li a:hover {
	background: #fff;
	color:#000000;
	text-decoration: none;
}




/* content */


#content {
	float:left;
	width:520px;
	overflow: hidden;
	margin:14px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt 'Trebuchet MS', Verdana, Sans-Serif;

	}
	
.post h2 a{
	color: #333333;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	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;}
.meta-comments {
	padding: 0 10px 0 15px;
	background: url(../images/bg-meta-comments.gif) no-repeat 0px 2px;
}

/* sidebar */

#sidebar {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size:9pt;
	width:210px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt Trebuchet MS, Tahoma, Arial;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt  Trebuchet MS, Tahoma, Arial;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 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 label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 450px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(images/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(images/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding:40px;
	background: url(images/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(images/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 10px 10px 0;
}
/* 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;
}


/* footer area */
#footer {
	background:#333;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #fff; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}



 #subfooter {  
  width:760px;  
 margin-left:0px;  
  margin-right:0px;  
  height:200px;  
 background-color:#d5d6d7;  
  clear:both;  
 }  
  
 #subfooter .widget {  
 width:240px;  
 height:200px;  
 float:left;  
 }  
   
 #subfooter .widget .inner {  
 padding:10px;  
   
 }  
  
  #subfooter li {  
list-style-type: none;  
 list-style-image: none;  
  }  
   
  #subfooter li ul {  
  padding-left:0px;  
   font-size:12px;  
   }  
   
 #subfooter a {  
 padding:5px;  
 width:90%;  
   text-decoration:none;  
  clear:both;  
  display:block;  
   }  
     
   #subfooter a:hover {  
   background-color:#1a6198;  
   color:#FFFFFF;  
   }  
   
/* Extra's index*/
.social {
 text-align: center;
}
 
.social h3 {
 margin-bottom: 10px;
}

/****************extra *********************/  
.post-mood{ }
.post-moodname { }

/** box left */

.box-left {
	margin: 0 0 40px 20px;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(images/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 20px 20px 0;
	padding: 20px;
	background: #f7f7f7 url(images/bg-box-right.gif) no-repeat left top;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}


/* -------------------[ Side Tabs ]------------------- */

#sidebar li#side-tabs ul {
	margin: 0;
	padding: 0;
	background:transparent;
	border:0;
	}

#sidebar li#side-tabs ul.tabs {  
	list-style-type:none;
	margin: 0;
	padding: 0;
	clear:both;
	font-size:8pt;
	background:#fff;
	border-bottom: 1px solid #ddd;
	height: 24px;
	}

#sidebar li ul.tabs li {
	border:0;
	background:transparent;
	font-weight:bold;
	float: left;
	display: inline;
	margin: 0 3px 0 0;
	height: 24px;
	padding: 0;
	} 

#sidebar li ul.tabs li a, #sidebar li ul.tabs li a:link, #sidebar li ul.tabs li a:visited {
	float: left;
	display: block;
	border: 1px solid #003366;
	border-bottom: 0;
	padding: 0 5px 0 5px;
	background: #003366;
	color: #fff;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	} 

#sidebar li ul.tabs li a:hover, #sidebar li ul.tabs li a:active {
	background: #0099cc;
	border: 1px solid #0099cc;
	border-bottom: 0;
	color: #fff;      
	}  

#sidebar li ul.tabs li a.on {
	background:#eee;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #333;
	z-index: 9; 
	}

#sidebar li#side-tabs form {
	margin: 0 !important;
	padding: 0 !important;
	}

#sidebar li#side-tabs form p {
	margin: 0 0 1px;
	padding: 0;
	}

#sidebar li#side-tabs .cat_content {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px;
	background:#eee;
	}

#sidebar li#side-tabs .cat_content li {
	margin: 0;
	border-bottom:1px dotted #ccc;
	padding: 5px 0px 5px 16px;
	background:transparent url(images/sun.gif) 0px 9px no-repeat;
	}

#sidebar li#side-tabs .cat_content li.feeds {
	margin: 0;
	padding: 5px 0 5px 25px;
	border-bottom:1px dotted #ccc;
	background: url(images/FeedIcon-16.gif) 0 6px no-repeat;
	}

#sidebar li#side-tabs .cat_content li.twitter {
	margin: 0;
	padding: 5px 0 5px 25px;
	border-bottom:1px dotted #ccc;
	background: url(images/twitter.png) 0 6px no-repeat;
	}

#sidebar li#side-tabs .cat_content li.facebook {
	margin: 0;
	padding: 5px 0 5px 25px;
	border-bottom:1px dotted #ccc;
	background: url(images/facebook.png) 0 6px no-repeat;
	}

#sidebar li#side-tabs .cat_content li.linkedin {
	margin: 0;
	padding: 5px 0 0 25px;
	border:0;
	background: url(images/linkedin.png) 0 6px no-repeat;
	}

#sidebar li#side-tabs .cat_content li.email {
	margin: 0;
	padding: 0 0 5px;;
	border-bottom:1px dotted #ccc;
	background:transparent;
	}

#sidebar li#side-tabs li.email input#sub {
	width: 150px;
	border:1px solid #ccc;
	background:#fff;
	padding: 5px 5px 4px;
	margin: 0;
	}

#sidebar li#side-tabs li.email input#subbutton {
	border:0;
	background:#fff;
	padding: 4px;
	margin: 0;
	font-size:8pt;
	background:#66CC00;
	color:#fff;
	font-weight:bold;
	border:1px solid #59B300;
	}

#sidebar li#side-tabs li.email input#subbutton:hover {
	background:#222;
	color:#fff;
	border:1px solid #000;
	}
	
/*===========================================*/
/*== Single */
/*===========================================*/
.related{ 
background:lightblue; 
padding: 0px 0px 20px;
margin: 30px 0 30px;
}
.related h3{
background:#333;
font-size:16px;
padding:10px 20px;
display:block;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial;
font-weight:lighter;
color:#eee;
text-transform:uppercase;
}
.related ul{
padding: 30px 20px 20px 40px;
float:left;
}
.related li{
float:left;
width:114px;
margin:0 26px 0 0;
}
.related li img{
border:7px solid #9CC5D1;
margin:0 0 8px;
}
li.last{
margin:0;
}
.related li a{
color: #8BB0BB;
}
.related_empty{
display: block;
height: 60px;
width: 100px;
background: none;
margin: 0 0 40px 0;
}
