/*
Theme Name: K+BB Collective Clean Theme		
Theme URI: 
Author: Sarah Braun		
Author URI: 
Description: 2013 Revised K+BB Theme
Version: 
Tags: 
*/


/* --- CSS Reset --- */

/* http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain) */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

strong, b {font-weight:bold;}
em, i {font-style:italic;}

/* ----- END CSS Reset ----- */


/* ----- Base Styles ----- */

body { font:13px/1.231 sans-serif; *font-size: small;  }
select, input, textarea, button { }
pre { font-family: monospace, sans-serif; }

body, select, input, textarea { color:#444; font-family: sans-serif; }
h1,h2,h3,h4,h5,h6 { font-weight:bold; }
html { overflow-y:scroll; }
 
a:hover, a:active { outline:none; }
a, a:active { color:#000; text-decoration:none; }
a:hover { color:#444; }
ul, ol { margin-left:1.8em; }
ol { list-style-type:decimal; }

nav ul, nav li { margin:0; } 
small { font-size:85%; }
strong, th { font-weight:bold; }
td, td img { vertical-align:top; } 
sub { vertical-align:sub; font-size:smaller; }
sup { vertical-align:super; font-size:smaller; }
textarea { overflow:auto; } 
input:focus, textarea:focus { outline: none; }

.ie6 legend, .ie7 legend { margin-left:-7px; } 
input[type="radio"] { vertical-align:text-bottom; }
input[type="checkbox"] { vertical-align:bottom; }
.ie7 input[type="checkbox"] { vertical-align:baseline; }
.ie6 input { vertical-align:text-bottom; }

label, input[type=button], input[type=submit], button { cursor:pointer; }
button, input, select, textarea { margin:0px; }

::-moz-selection { background:#4e689d; color:#fff; text-shadow:none; }
::selection { background:#4e689d; color:#fff; text-shadow:none; } 
a:link { -webkit-tap-highlight-color:#ff5e99; } 
button {  width:auto; overflow:visible; }

/* ----- END Base Styles ----- */



/* -----  Primary Styles ------ */

html { height:100%; }
	
body {	
	margin:0px; 
	padding:0px; 
	text-align:left;
	color:#5a5a5a;
	background:#8d7c72;
	font:12px Arial, Helvetica, sans-serif;
	}
	
.container {
	width:1000px;
	margin:0px auto;
	}
	
#topads { 
	height:100px; 
	text-align:center; 
	background:#665952; 
	padding:10px 0px;
}

	#topads div { 
		width:762px; 
		margin:0px auto; 
		background:url(img/advertisement.gif) no-repeat 0px 0px; 
		height:100px;
	}
	
a {
	text-decoration: none;
}

a:link {
	color: #005ea6;
}

a:visited {
	color: #005ea6;
}

a:hover, a:active {
	color: #005ea6;
	text-decoration:underline;
}		

/* --- Header --- */

header {
	padding:25px 0px 10px 0px;
}

header h1 {
	background:url(img/logo.png) no-repeat;
	height:94px;
	width:416px;
	margin:0px 15px 5px;
	float:left;
}

	header h1 a {
		display:block;
		height:74px;
		width:416px;
	}


.head-links {
	float:right; 
	color:#FFFFFF; 
	margin-top:45px;
}

.head-links a {
	color:#FFFFFF; 
	font-weight:bold; 
	text-decoration:none; 
	margin:0px 8px;
}

#rsslink { 
	background:url(img/rss.gif) no-repeat; 
	padding:2px 0px 2px 25px; 
	margin:0px 0px 0px 8px;
}
	#rsslink a {
		margin:0px;
	}

/* --- Content --- */

#mid { 
	text-align:left;
	background:#FFFFFF;
	border:#a19388 solid;
	border-width:10px 10px 0px 10px;
	}

#content {
	float:left;
	margin:2px;
	width:650px;
	background:url(img/content-bg.jpg) repeat-y;
}

.post-box, .author-bio {
	background:url(img/content-btm-border.jpg) no-repeat center bottom;
}

.single .post-box {
	background:none;	
}

.post {
	float:left;
	width:400px;
	padding:10px;	
	line-height:140%;
	text-align:justify;
}

.post p {
	color:#333;
	margin:0 0 15px;
}

.post h1 {
	font-size:18px;
	color:#000000;
	font-weight:normal;
    margin:20px 0px 30px;
	}
	
.post ul, .post ol {
	margin:5px 0 5px 26px;
}	

#content h1 a {
	color:#000;	
}

	#content h1 a:hover {
		color:#000;
		text-decoration:none;	
	}

#content h2.archive-heading {
	text-align:center;
	background:#f5f5f5;
	padding:15px;
	border-bottom:2px solid #FFFFFF; 
	color:#006699;
	font-size:21px;
	font-weight:bold;
}

.post p.entrydetail { 
	font-size:10px; 
	color:#aaa; 
	padding:10px 5px; 
	margin:10px 0px!important; 
	border:solid #ccc; 
	border-width:1px 0px;
}

.author-photo {
	padding:15px;
	float:left;	
	width:215px;
}

.author-blurb {
	float:left;	
	width:400px;
}

.author-blurb h3 {
	color: #006699;
    font-size: 18px;
    margin: 20px 0 0;	
}

.author-blurb p {
	
}


/* -- Meta -- */

.meta {
	font-size:10px;
	float:left;
	width:230px;	
}

.meta a { 
	color:#8e8e8e;
}

.meta p.date {
	font-size: 36px;
	color: #006699;
	display:block;
	font-weight:bold;
	text-align:right;
	padding:15px;
}

	.meta p.date .year {
		font-weight:bold;
		color:#666666;
		font-size:12px;
		display:block;
	}


.meta p.author {
	padding:15px;
	text-align:right;	
	color:#8E8E8E;
}

.meta .commentslink {
	background:url(img/comments.gif) no-repeat left; 
	padding-left:20px;	
}

.meta .commentslink:hover {
	text-decoration:underline;	
}

/* -- Pagination --*/

.pagination {
	margin:5px 0px;	
	width:420px;
	float:right;
}

.pagination a {
	font-size:18px;
	font-weight:bold;
	margin:20px 0 5px 0;
	display:block;	
}

.left {
	float:left;
}

.right {
	float:right;	
}

/* -- Wordpress Image Styling -- */

.asset-img-link {
	width:auto;
}

p img {
	padding:0;
	max-width:100%
	}

img.centered, img.aligncenter {
	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 {
margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

.blog .sticky .entry-header .entry-meta {
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}


/* --- Sidebar --- */

#right {
	float:right;
	margin:0px;
	width:325px;
	background:#F2F7FA;
}

#searchform {
	margin:2px 0;
	padding:5px 0;
	}

#right #searchform #s {
		width:252px;
		padding:2px;
		border:1px solid #999999;
		background: #f6f6f6;
		color: #666666;
	}

#right #searchsubmit {
		padding:2px;
		margin-left:3px;
		border:1px solid #999999;
		background: #006699;
		color: #fff;
		font-size:12px; font-weight:bold;
	}

#right div.module {
		background:#f2f7fa;
		border-top:3px solid #FFFFFF;
		padding:10px;
		clear:both;
	}

#right div.module a{
		color:#000000;
		text-decoration:none;	
	}

#right div.module a:hover{
		text-decoration:underline;	
	}

#right div.module h2{ display:none;}
#right div.module ul { list-style-type:disc; margin-left:0px;}
#right div.module ul ul li{ list-style-type:disc; padding-left:0px;}
#right div.module ul li a { color: #005EA6; }
#right div.module ul li.categories {color:#F2F7FA;}
#right div#categories-2 ul li{ float:left; width:35%;}
#right div#categories-2 {clear:both; height:250px;}


#right div#jal_widget-2 ul { list-style-type:none; margin-left:0px;}
#right div#jal_widget-2 ul ul li{ list-style-type:none; padding-left:10px;}
#right div#jal_widget-2 ul li a { color: #005EA6; }
#right div#jal_widget-2 p.heading{ color:#006699; font-weight:bold; margin-bottom:8px;}
#right div#jal_widget-2 {
		background:#f2f7fa;
		border-top:3px solid #FFFFFF;
		padding:10px;
		clear:both;
	}

#right div#jal_widget-2 ul ul li a{
		color:#005EA6;
		text-decoration:none;	
	}

#right div#jquery-archive-list-widget a:hover{
		text-decoration:underline;	
	}


#right div.module p.heading{ color:#006699; font-weight:bold; margin-bottom:8px;}

#right ul li {
	list-style-position:inside;
	padding:0px 20px 10px 20px;
	color:#404040;
	}

#right ul li ul li{
	margin-left: 10px;
	padding:1px 0;
	color:#404040;
	}

#right ul li ul li a:link, #right ul li ul li a:visited, #right ul li ul li a:active{
	text-decoration: none;
	color:#005ea6;
}

#right ul li ul li a:hover{
	text-decoration:underline;
	color:#005ea6;
}


.c2c_author_images_widget {height: 600px;}
.c2c_author_images_widget li a img{ display:block; }
.c2c_author_images_widget li{ float:left; width:80px; margin:2px!important; padding:7px!important; height:100px; list-style-type:none;}
.c2c_author_images_widget li a{ color:#666666; font-weight:bold;}
.c2c_author_images_widget li a{ color:#666666; font-weight:bold;}

#profilebox #authorpic{ height:195px; width:195px;}

/* --- Footer --- */

footer {
	color:#666;
	text-align:center;
	border-top:1px solid #d3d1d0;	
	}

footer p { 
	line-height:25px;
}

footer a { 
	color:#666666!important; 
	margin:0px 10px;
}

footer a.no-margin { 
	margin:0px; 
}

footer a:hover {
    color: #006599!important;
	text-decoration:underline;
}

.bottom-ad {
	margin-top:10px;	
}

/* Begin Comments */

.commentlist li, #commentform input, #commentform textarea {
	font-size:1em;
    color: #333;
	}

.commentlist li {
	font-weight:bold;
	}

.commentlist li.alt {
background:#ffffff;
padding:10px 0px 5px 0px;
	}

h3#respond { 
	border-bottom:1px solid #ccc; 
	color: #006699;
    font-size: 18px;
    margin: 20px 0 0;
	padding:0 0 3px;
}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	color:#7b7b7b;
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
    color: #7b7b7b;
	}


.commentmetadata {
	font-weight:normal;
    color: #333;
	}

.commentlist {
	padding:0;
	text-align:justify;
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:none!important;
	}

.commentlist p {
	margin:10px 5px 10px 0;
	}

#commentform p {
	margin:5px 0;
	}
	
.commentmetadata {
	margin:0;
	display:block;
	}
	
	select {
	width:130px;
	}



#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
	}



#commentform textarea {
	width:98%;
	padding:2px;
	border:1px solid #ddd;
	}



#commentform #submit {
	margin-right:3px;
	float:right;
	border:1px solid #999999;
    background: #f6f6f6;
    color: #66666;
	}


/* Natty */

.lin {background:url(images/natty-logo.png) no-repeat 0pt 0pt; width:135px; height:56px; margin-left:20px; float:right;}
.linka {padding-top:31px; padding-right:12px; padding-bottom:5px;}
.linka a, .linka a:hover { color:#bcbcbc !important; text-decoration:none !important; font-size:9px; font-family:'Tahoma', Arial, Helvetica, sans-serif;}
	

/* ----- End Primary Styles ------- */



/* ----- Extra Classes ----- */

/* image replacement */
.ir { 
	display:block; 
	text-indent:-999em; 
	overflow:hidden; 
	background-repeat:no-repeat; 
	text-align:left; 
	direction:ltr; 
	}

/* Hide but maintain layout */
.invisible { visibility:hidden; }

/* Clearfix */
.clearfix:before, 
.clearfix:after { 
	content:"\0020"; 
	display:block; 
	height:0; 
	visibility:hidden; } 
.clearfix:after { clear:both; }
.clearfix { zoom:1; clear:both; }

/* ----- END Extra Classes ----- */
.single-post article.post ul {
    list-style: unset;
}