/*
Theme Name: HCB Knowledgebase Draft 1 for HCB v2
Theme URI: http://www.heartcooksbrain.com/
Description: HCB v2 Knowledgebase Theme.
Version: Draft 1
Author: Brent Smith | Heart Cooks Brain
Author URI: http://www.heartcooksbrain.com/

*/

#hcbweblogbanner {
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
}
/* Entry styles, right its used globally by theme*/

.hcbweblog-entrycont { }
	.hcbweblog-entrytitlebar {
		background-color: #5D3712;
		border: solid 2px #5D3712;
    	border-top-left-radius: 12px;
		-moz-border-radius-topleft: 12px;
		-webkit-border-top-left-radius: 12px;
		padding: 3px 5px 2px 7px;
	}
		.hcbweblog-entrytitlebar .entrytitle {
			font-size: 16px;
		}
			.hcbweblog-entrytitlebar .entrytitle a:link {
				color: #00AEEF;
				text-decoration: none;
				border: none;
			}
			.hcbweblog-entrytitlebar .entrytitle a:visited  {
				color: #008BBF;
				text-decoration: none;
				border: none;
			}
			.hcbweblog-entrytitlebar .entrytitle a:hover, .hcbweblog-entrytitlebar .entrytitle a:active {
				color: #f24d99;
				text-decoration: none;
				border-bottom: none;
			}
		.hcbweblog-entrytitlebar .entrydate {
			padding: 3px 0px 3px 13px;
			font-size: 12px;
			color: #ffffff;
			font-style: italic;
		}
	.hcbweblog-entryfill {
		background-color: #FFF2CF;
		border-left: solid 2px #5D3712;
		border-right: solid 2px #5D3712;
		padding: 10px 15px 10px 15px;
	}
		.hcbweblog-entryfill p {
			margin: 0px;
			padding: 5px 0px 5px 0px;
		}
	.hcbweblog-entryfooter {
		background-color: #5D3712;
		border: solid 2px #5D3712;
 	  	border-bottom-right-radius: 12px;
		-moz-border-radius-bottomright: 12px;
		-webkit-border-bottom-right-radius: 12px;
		padding: 5px;
		margin-bottom: 10px;
		font-size: 12px;
		color: #ffffff;
	}
		.hcbweblog-entryfooter a:link {
			color: #00AEEF;
			text-decoration: none;
			border: none;
		}
		.hcbweblog-entryfooter a:visited  {
			color: #008BBF;
			text-decoration: none;
			border: none;
		}
		.hcbweblog-entryfooter a:hover, .hcbweblog-entryfooter a:active {
			color: #f24d99;
			text-decoration: none;
			border-bottom: none;
		}

/* Style for Recent Articles list */

.hcbkb-recentaticlescont { }
		.hcbkb-recentaticlescont  {
			font-size: 16px;
		}
			.hcbkb-recentarticlessubcont .recentarticletitle a:link {
				color: #00AEEF;
				text-decoration: none;
				border: none;
			}
			.hcbkb-recentarticlessubcont .recentarticletitle a:visited  {
				color: #008BBF;
				text-decoration: none;
				border: none;
			}
			.hcbkb-recentarticlessubcont .recentarticletitle a:hover, .recentarticletitle a:active {
				color: #f24d99;
				text-decoration: none;
				border-bottom: none;
			}
		.hcbkb-recentarticlessubcont .addeddate {
			padding: 3px 0px 3px 13px;
			font-size: 12px;
			color: #ffffff;
			font-style: italic;
		}
			.hcbkb-recentarticlessubcont .addeddate a {
				border: none;
			}
	.hcbweblog-entryfill {
		background-color: #FFF2CF;
		border-left: solid 2px #5D3712;
		border-right: solid 2px #5D3712;
		padding: 10px 15px 10px 15px;
	}
		.hcbweblog-entryfill p {
			margin: 0px;
			padding: 5px 0px 5px 0px;
		}
	.hcbweblog-entryfooter {
		background-color: #5D3712;
		border: solid 2px #5D3712;
 	  	border-bottom-right-radius: 12px;
		-moz-border-radius-bottomright: 12px;
		-webkit-border-bottom-right-radius: 12px;
		padding: 5px;
		margin-bottom: 10px;
		font-size: 12px;
		color: #ffffff;
	}
		.hcbweblog-entryfooter a:link {
			color: #00AEEF;
			text-decoration: none;
			border: none;
		}
		.hcbweblog-entryfooter a:visited  {
			color: #008BBF;
			text-decoration: none;
			border: none;
		}
		.hcbweblog-entryfooter a:hover, .hcbweblog-entryfooter a:active {
			color: #f24d99;
			text-decoration: none;
			border-bottom: none;
		}

/* Weblog Sidebar styles */

#hcbweblog-sidebarcont {
	width: 186px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
	#hcbweblog-sidebartitlebar {
		background-image: url(http://www.heartcooksbrain.com/res/gui/sidebar/sidebartitle.png);
		margin: 0px;
		height: 21px;
		width: 176px;
		text-align: left;
		padding-top: 5px;
		padding-left: 10px;
		font-size: 14px;
		color: #FFFFFF;
		font-weight: bold;
	}
	.hcbweblog-sidebarwraptitlebar {
		background-color: #5D3712;
		margin: 0px;
		height: 21px;
		width: 176px;
		text-align: left;
		padding-top: 5px;
		padding-left: 10px;
		font-size: 14px;
		color: #FFFFFF;
		font-weight: bold;
	}
	.hcbweblog-sidebarfill {
		background-image: url(http://www.heartcooksbrain.com/res/gui/sidebar/sidebarfill.png);
		margin: 0px;
		width: 166px;
		padding: 10px;
	}
		.hcbweblog-sidebarfill a, .hcbweblog-sidebarfill a:link, #sidebarfill a:visited {
			text-decoration: none;
			border: 0px;
			font-size: 12px;
			padding-left: 0px;
		}
		.hcbweblog-sidebarfill a:hover, #sidebarfill a:active {
			text-decoration: none;
			border: 0px;
			font-size: 12px;
			padding-left: 0px;
		}
		    .hcbweblog-sidebar-arrow {
				font-size: 14px;
			}
			.hcbweblog-sidebarfill form {
				margin: 0;
			}

			/* Sidebar Widgets Specfic Styles */

				/* Seach form - clean up */

				#searchform {
					padding: 5px 3px;
					text-align: center;
				}
				#searchform #cont-table {
				}
				#searchform #s {
					width: 250px;
					height: 20px;
					/*background-image:url(http://www.heartcooksbrain.com/res/gui/forms/input1.jpg); */
					border: solid 1px #603913;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					padding-left: 5px;
					color: #603913;
					background-repeat: repeat-x;
				}
				#searchform #s:hover {
					height: 20px;
					border: solid 1px #F24D99;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					padding-left: 5px;
					color: #603913;
					background-repeat: repeat-x;
				}
				/* #searchform #searchsubmit {
					height: 24px;
					border: solid 1px #603913;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					background-color: #FFF2CF;
					color: #5D3712;
					font-weight: bold;
				}
				#searchform #searchsubmit:hover {
					height: 24px;
					border: solid 1px #F24D99;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					background-color: #FFF2CF;
					color: #F24D99;
				} */
				#calendarcaption {
					text-align: center;
					font-size: 14px;
					font-weight: bold;
					color: #5D3712;
				}

			#wp-calendar {
				font-size: 12px;
				color: #5D3712;
			}

				/* Calendar Styles Ape - Clean up */

				#wp-calendar {
					empty-cells: hide;
					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 td {
					padding: 3px 0;
					text-align: center;
				}
				#wp-calendar td a:link{
					color: #00AEEF;
				}
				/* #wp-calendar td:hover {
					background-color: #fff; }*/

				/* End Calendar */

			#hcbweblog-sidebarfillcatlist, #hcbweblog-sidebarfillcatlist a:link {
				margin: 0px;
				padding: 0px;
				list-style-type: none;
				list-style-image: none;
			}
			#tagcloud { margin: 0px; }

	#hcbweblog-sidebarfooter {
		background-image: url(http://www.heartcooksbrain.com/res/gui/sidebar/sidebarfooter.png);
		margin: 0px;
		height: 15px;
		width: 186px;
	}

/* Weblog search highlighting styles */

.searchterm1 { background-color: #FFFF00; }
.searchterm2 { background-color: #F7B34F; }
.searchterm3 { background-color: #A0F74F; }
.searchterm4 { background-color: #4FCFF7; }
.searchterm5 { background-color: #F7C7F1; }

/* EVERYTHING UNDER HERE HAS NOT BEEN CLEANED YET */

/* Begin Typography & Colors */

/*.widecolumn {
	line-height: 1.6em;
	}
*/
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* BFS_dis

small, #sidebarfill ul ul li, #sidebarfill ul ol li, .nocomments, .metadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	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 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#hcbweblog-entrycol {
	width: 559px;
	}

/* .widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
*/
#hcbweblog-entrycol .metadata {
	padding-top: 5px;
	}

.widecolumn .metadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.metadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebarfill ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.metadata ul, .metadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebarfill ul, #sidebarfill ul ol {
	margin: 0px;
	padding: 0px;
	}

#sidebarfill ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 15px;
	}

#sidebarfill ul p, #sidebarfill ul select {
	margin: 5px 0 8px;
	}

#sidebarfill ul ul, #sidebarfill ul ol {
	margin: 5px 0 0 10px;
	}

#sidebarfill ul ul ul, #sidebarfill ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebarfill ul ol li {
	list-style: decimal outside;
	}

#sidebarfill ul ul li, #sidebarfill ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected s, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}




/* Comment Styles Ape - Clean up*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 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;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/



/* 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;
}
/* End captions */

#hcbweblog-searchresultsheadingtext {

}
	#hcbweblog-searchresults-searchstring {

	}
#hcbweblog-tagresultsheadingtext {

}
	#hcbweblog-tagresults-tagstring {

	}
#hcbweblog-catresultsheadingtext {

}
	#hcbweblog-catresults-catstring {

	}
#hcbweblog-archiveheadingtext {

}
#hcbweblog-subscribecont {
	width: 116px;
	padding-left: 50px;
	font-size: 12px;
	text-align: center;
}
	#hcbweblog-rssiconcont {
		float: left;
		padding-top: 25px;
		margin-left: -50px;
		height: 50px;
		width: 50px;
	}
#hcbkb-articletitlebar {
	background-color: #5d3712;
	background-color: #5d3712;
	border: 2px solid #5d3712;
	padding: 10px 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
#hcbkb-articletitlebar .hcbkb-articletitle { /* Used in single */
	font-size: 16px;
	font-weight: bold;
	color: #F7EE72;
}
#hcbkb-articletitlebar .publishdate {
	font-size: 12px;
	color: #FFFFFF;
}
#hcbkb-articletitlebar #hcbkb-articlerating {
	color: #FFFFFF;
	float: right;
	width: 200px;
	text-align: right;
	font-size: 12px;
}
#hcbkb-articlesidebar {
	color: #FFFFFF;
	font-size: 12px;
	clear: none;
	float: right;
	width: 150px;
	background-color: #5d3712;
	border: 2px solid #5d3712;
	margin: 0px 0px 10px 10px;
	padding: 5px 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#hcbkb-articlesidebar a {
	border: none;
}
#hcbkb-articlesummarycont {
	font-weight: bold;
	margin: 10px 0px;
	color: #000000;
	font-size: 12px;
}
#hcbkb-articlesummarycont #summaryheader {
	font-size: 14px;
	font-weight: bold;

}
#hcbkb-searchcont {
	float: right;
	width: 300px;
	background-color: #5d3712;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 15px;
}
#hcbkb-searchcont #searchheader {
	color: #F7EE72;
}
#wrap {
	margin:20px auto;
	width:850px;
	}
#hcbkb-metatabs a, #sortcont a:active, #sortcont a:visited {
	display:block;
	float:left;
	padding:5px 8px;
	background-color: #886848;
	color: #ffffff;
	margin-right: 2px;
	text-decoration:none;
	outline:none;
	border: solid 1px #886848;
    -moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
	}
#hcbkb-articlestabs a, #articlestabs a:active, #articlestabs a:visited {
	display:block;
	float:left;
	padding:5px 8px;
	background-color: #886848;
	color: #ffffff;
	margin-right: 2px;
	text-decoration:none;
	outline:none;
	border: solid 1px #886848;
    -moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
	}
#hcbkb-metatabs a.selected, #sortcont a.selected:active, #sortcont a.selected:visited {
	background-color: #5d3712;
	color: #f7ee72;
	text-decoration:none;
	outline:none;
    border: solid 1px #5d3712;
    -moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
	}
#hcbkb-articlestabs a.selected, #articlestabs a.selected:active, #articlestabs a.selected:visited {
	background-color: #5d3712;
	color: #f7ee72;
	text-decoration:none;
	outline:none;
    border: solid 1px #5d3712;
    -moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
	}
.hcbkb-metatabs-hidden {
	display: none;
	}
.hcbkb-articlestabs-hidden {
	display: none;
	}
#hcbkb-recentarticlestabcont, #hcbkb-populararticlestabcont	{
  background-color: #5d3712;
  width: 485px;
  padding: 5px 8px 8px 8px;
}
	#hcbkb-populararticlestabcont ul {
		margin: 0px;
		padding: 0px;
	}
#hcbkb-catagories {
	background-color: #5d3712;
	padding: 5px 10px;
}
	#hcbkb-catagories li, #hcbkb-catagories li li {
		list-style-type: none;
		list-style-image: url(http://www.heartcooksbrain.com/res/gui/universal/bullet1.png);
		margin-left: 15px;
	}
	#hcbkb-catagories a {
		border: none;
	}
#hcbkb-keywords {
	background-color: #5d3712;
	padding: 5px 10px;
}
	#hcbkb-keywords a {
		border: none;
	}
#hcbkb-metacont {
	float: right;
	width: 250px;
}
#hcbkb-articlescont {
	width: 485px;
}
.input1 {
	height: 23px;
	width: 250px;
	background-image:url(http://www.heartcooksbrain.com/res/gui/forms/input1.jpg);
	border: solid 1px #603913;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #603913;
	background-repeat: repeat-x;

}
.input1:hover {
	height: 23px;
	width: 250px;
	background-image:url(http://www.heartcooksbrain.com/res/gui/forms/input1.jpg);
	border: solid 1px #F24D99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #603913;
	background-repeat: repeat-x;
}
.input2 {
	height: 27px;
	border: solid 1px #603913;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #603913;
	background-color: #FFF2CF;
	font-weight: bold;
}
.input2:hover {
	height: 27px;
	border: solid 1px #F24D99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #603913;
	background-color: #FFF2CF;
	font-weight: bold;
}