/*
Theme Name: kericoles
Theme URI: http://pinksheepmedia.com/
Description: The kericoles theme using portions of a theme by Michael Heilemann
Author: Sherwin Arnott and Becky Cory
Author URI: http://www.pinksheepmedia.com/
version: 2.0
Tags: green, dynamic navigation, fixed width, one columns, widgets


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

green: #a3ba41
blue:  #0678b3
*/



/************ dTabs *************/

#dtabs {
	margin:0;
	padding:0;
	display:block;
	height:35px;
	background-color:#bbb;
	border-left:1px solid #999999;
	}

ul.tabbar {
	margin:0;
	padding:0;
	display:inline;
	height:35px;
	overflow:auto;
	}

ul.tabbar li {
	margin:0;
	padding:0;
	height:35px;
	width:120px;
	line-height:35px;
	float:left;
	border:0px;
	border-right:1px solid #999999;
	text-align:center;
	background-color:#bbb;
	}

ul.tabbar li ul li {
	display:block;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align:center;
	float:none;
	height:35px;
	line-height:35px;
	background-color: #bbb;
	}

.dmenu {
	left: -999em;
	}

.dmenu {
	text-align: left;
	position: absolute;
	margin: 35px 0px 0px 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px solid #cccccc;
	}

#dtabs .dmenu ul {
	padding: 0px;
	margin: 0px;
	}

#dtabs .dmenu ul li {
	display: block;
	padding: 0px 0px;
	}

#dtabs .fademenu:hover .dmenu {
	left: auto;
	}

ul.tabbar li a {
	color: #ffffff;
	font-weight:400;
	text-decoration:none;
	display:block;
	margin:0;
	font-size:1em;
	display:block;
	text-decoration:none;
	}

ul.tabbar li a:hover {
	color: #fff;
	border-bottom:1px solid #fff;
	background-color: #a3ba41;
	font-weight: 400;
	}

ul.tabbar li .tabselected {
	background-color: #a3ba41;
}

ul.tabbar li.tabselected {
	background-color: #a3ba41;
}

/***************** slideshow super-slider bugs ****************/

.slideshow-thumbnails ul {
	height: 80px;
	float: left;
	width: 1000px;
}

/***************** Begin Typography & Colors ****************/

h6 {
	font-family: Myriad Pro Bold Condensed, Arial Narrow, arial narrow, Sans-Serif;
	font-size: 1.8em;
	line-height: .9em;
	font-variant: small-caps;
        color: #cccccc;
        font-weight: bold;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	width: 230px;
	display: block;
	float: right;
	text-align: right;
	clear: right;
	}

h5 {
	font-family: Myriad Pro Bold Condensed, Arial Narrow, arial narrow, Sans-Serif;
	font-size: 2.5em;
	line-height: .9em;
	font-variant: small-caps;
        color: #cccccc;
        font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	letter-spacing: 0px;
	width: 250px;
	display: block;
	float: right;
	text-align: right;
	clear: right;
	}

body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: arial, Arial, Sans-Serif;
	color: #555555;
	text-align: left;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em
	width: 750px;
	}

/****** typography ******/

#content a {
	color:#0678b3;
	text-decoration:none;
	}

#content a:hover {
	color:#444444;
	}

.entry a {
	font-weight:600;
	}

.entry a:hover {
	font-weight:600;
	}

.entry p {
	text-align: justify;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size: .9em;
	line-height: 1.1em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.1em;
	}

.date {
	margin:5px 0;
	font-size: 0.9em;
	line-height: 1.1em;
	}

.edit {
	margin:0;
	float:right;
	font-size: 0.9em;
	line-height: 1.1em;
	}

.edit p {
	margin:0;
	}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #888888;
	}

h1 {
	font-size: 2.5em;
	line-height: 1em;
	text-align: left;
	letter-spacing: -1px;
	}

h2 {
	font-size: 2em;
	line-height: 1em;
	}

h2.pagetitle {
	font-size: 2em;
	float: left;
	}

#sidebar h2 {
	font-family: arial, Arial, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar a {
	text-decoration: none;
	color: #0678b3;
	font-weight:400;
	}

#sidebar a:hover {
	text-decoration: none;
	color: #000;
	font-weight:400;
	}

h3 {
	font-size: 1.75em;
	line-height: .8em;
	color: #888888;
	}

h4 {
	font-size: 1.2em;
	line-height: .8em;
	color: #555555;
	margin-bottom: 5px;
	}

h1 a, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #0678b3;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #0678b3;
	text-decoration: none;
	font-weight: 400;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #444444;
	font-weight: 400;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a, .entry p a:visited {
	color: #0678b3;
	font-weight: bold;
	text-decoration: none;
	}

.entry p a:hover {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em arial, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: 400;
}

.commentlist li .avatar { 

	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background-color: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: arial, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em arial, Arial, Sans-Serif;
	}

.quotescollection_randomquote p{
	font: 1em georgia, Georgia, Serif;
 	font-style: italic;
 	color: #888;
 	line-height: 1.4em;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	list-style-type: square;
	font-weight: 400;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover {
	color: #444444;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em arial, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */



/****** Begin Structure ******/
body .green {
	margin:0;
	padding:0;
	}

body {
	background-color: #fff;
	margin:0;
	padding:0;
	}

#page {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}

#portfoliowordmark {
	z-index: 5;
	position: absolute;
	top:0px;
	right:0px;
	}

#pagewrapper {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	background-color: #fff;
	overflow:auto;
	}

#headerwrapper {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	over-flow:auto;
	background-color:#bbb;
	}

#header {
	background-color: transparent;
	margin:0 auto;
	padding: 0;
	height: 35px;
	width: 1000px;
	}

#kclogo {
	display: block;
	float: left;
	margin:20px 0;
	padding: 0;
	height:50px;
	width:200px;
	}

#slideshow1 {
	width: 975px;
	padding: 0;
	margin: 50px 0px 20px 0px;
	}

.floatright {
	float: right;
}

/****** column structure ******/

.entry {
	line-height: 1.4em;
	padding:0;
	margin:0;
	float:left;
	}

.narrowcolumn {
	clear:left;
	float:left;
	padding:0;
	margin:10px 0 0 0;
	width:900px;
	min-height:300px;
	}

.homecolumn {
	clear:left;
	float: left;
	padding: 0;
	margin:10px 0;
	width: 1000px;
	height:450px;
	overflow:hidden;
	}

.homecolumn .entry {
	overflow:hidden;
	}

.homecolumn .post {
	overflow:hidden;
	}

.widecolumn {
	float:left;
	padding:0;
	margin:10px 0 0 0;
	width:1000px;
	min-height:300px;
	}

.post {
	margin: 0 0 30px;
	text-align:left;
	float:left;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footerspacer {
	clear:both;
	width: 1000px;
	height: 10px;
	}

#footerwrapper {
	background-color: #dddddd;
	padding:0;
	margin:0 auto;
	clear:both;
	overflow:auto;
	}

#footer {
	padding:0;
	margin:0 auto;
	width: 1000px;
	height:460px;
	background-color: transparent;
	border:none;
	}

#footer p {
	margin: 0;
	text-align: left;
	}

#nature {
	width: 400px;
	height: 200px;
	margin-right: 20px;
	float: right;
	}
	
#credits {
	width: 500px;
	overflow:auto;
	margin-top: 10px;
	float: left;
	}

#credits p {
	margin: 0;
	text-align: left;
	text-decoration: none;
	}

#credits p a {
        color:#0678b3;
	margin: 0;
	text-align: left;
	text-decoration: none;
	}

#credits p a:hover {
        color:#222;
	margin: 0;
	text-align: left;
	text-decoration: none;
	}


/* End Structure */



/*************	Begin Headers ***************/
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 10px 0;
	line-height: 1em;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/************* Begin Images ****************/
p img {
	padding: 0;
	max-width: 100%;
	margin: 0 0 10px 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/*************** Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style-type: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

ul {
	list-style-type: none;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	list-style-type: square;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: square;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	display: block;
	}

#sidebar ul li {
	list-style-type: square;
	list-style-image: none;
	margin-bottom: 10px;
	display: block;
	}



#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	list-style-type: square;
	}


#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	list-style-type: square;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	list-style-type: square;
	}

ol li, #sidebar ul ol li {
	list-style-type: square;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style-type: square;
	}

ul ul  {
	list-style-type:none;
}

.xoxo blogroll {
	list-style-type:none;
}


/* End Entry Lists */



/**************** Begin Form Elements *******************/
#searchform {
	margin: 0px;
	padding: 0px 3px 30px 3px;
	text-align: left;
	float: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	margin-top: 20px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/****** Begin Comments ******/

#respond {	
	clear:left;
	}

.alt {
	margin: 0;
	padding: 2px 10px 2px 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 10px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	list-style-type: square;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}



.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0;
	margin-top: 25px;
	width: 210px;
	display: block;
	float: left;
	text-align: left;
	}

#sidebar .widget {
	margin: 15px 0px;
	padding: 15px 0px;
	}

#sidebar form {
	margin: 15px 0px;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}


#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {

	margin: 10px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/****** pagination page links ******/

.page-links {
	clear:left;
	float:left;
	display:inline;
	margin: 0 0 20px 0;
	}

.page-links a {
	font-size:14px;
	text-decoration:none;
	color:#aaa;
	padding:5px 3px;
	}

.page-links a:hover {
	color:#000;
	}

.page-links .current {
	border:1px solid #555;
	padding: 5px 3px;
	}

/****** captions ******/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;


	-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;
}

/****** unused old css

#contentwide {
	font-size: 1.2em
	width: 750px;
	min-height: 475px;
	}

******/
