/*
Theme Name: KCNB Minimal
Author: Hazel McKendrick
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
	background-color: #eee;
	color: #505050;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #cfcfcf;
	text-align: left;
	}

#hmheader {
	background: #fff url('images/revampbanner.png') no-repeat bottom left;
	}

#content {
	font-size: 14px;
	}

.entry{
	line-height: 20px;
	}

#footer {
	background: #fff;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 30px;
	text-align: left;
	}

h2 {
	font-size: 22px;
	color: #646464;
	}

h2.pagetitle {
	font-size:22px;
	}
	
h4.date {
	font-size: 12px;
	font-weight: normal;
	color: #646464;
	background-color: #fff;
	margin: -5px 0 0 0 ;
}

#sidebar h2 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #646464;
	}

h3 {
	font-size: 18px;
	}

h1, h1 a{
	text-decoration: none;
	color: #505050;
	}

h2, h3{
	color: #505050;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 0 0 10px 25px;
	background: #fff;
	width: 75px;
	height: 75px;
	}

.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: 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	display: block;
	font: 12pxem 'Courier New', Courier, Fixed;
	color: #777;
	margin: 15px 30px 0 30px;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
a, a:visited {
	color: #505050;
	text-decoration: none;
}	
	
a:hover {
	color: #6daeff;
	text-decoration: none;
}
	
.entry a, .entry a:visited, a.bar, a.bar:visited , .postmetadata a, .postmetadata a:visited, #footer p a, #footer p a:visited{
	color: #505050;
	border-bottom: #6daeff solid 1px;
	}
	
.entry a:hover , a.bar:hover, .postmetadata a:hover, #footer p a:hover{
	color: #505050;
	background-color: #eee;
	text-decoration: none;
	border-bottom: #505050 solid 1px;
}

.highlight {
        border: #ddd solid 1px;
	background-color: #eee;
        height:89px;
        margin: 10px 0;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	background-color: #fff;
	margin: -1px auto;
	padding: 0;
	width: 900px;
	border: 1px solid #cfcfcf;
	}

#hmheader, #kcnbheader {
	background-color: #fff;
	margin: 0 12px 0 12px;
	padding: 0;
	height: 101px;
	width: 875px;
	}

.narrowcolumn {
	float: left;
	padding: 0 25px 20px 25px;
	margin: 0px 0 0;
	width: 675px;
	}

.post {
	padding: 0px 0 10px 0;
	text-align: left;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p{
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	}
/* End Structure */



/*	Begin Headers */
h1{
	margin: 20px 0 0;
	}
h2{
	margin: 15px 0 0;
	}
h3{
	margin: 10px 0 0;
	}
h4{
	margin: 5px 0 0;
	}	
	
h2.pagetitle {
	margin: 10px 0 0;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* End Headers */



/* 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. */

.entry ul {
	padding: 5px 0 5px 50px;
	list-style: disc outside;
	text-indent: 5px;
	}
.entry ul ul {
	padding: 5px 0 5px 30px;
	list-style: circle outside;
	text-indent: 5px;
}

.entry ol {
	padding: 5px 0 5px 50px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;

	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	font-size: 13px;
	}
#sidebar ul ul li a, #sidebar ul ul li a:visited{
	color: #aaa;
	font-weight: bold;
}
#sidebar ul ul li a:hover{
	color: #6daeff;
	border-bottom: 1px solid #505050;
	background-color: #eee;
}
	
#hnav{
	padding: 0;
	margin: 0;

}	

#hnavlist{
	list-style: none inside;
	padding: 0 0px 0 21px;
	margin :0px;

}

#hnavlist li{
	display: inline;
	text-indent: 0px;
	padding: 0 0 0 0px;
	margin: 0 0 0 -2px;
}

/* End Entry Lists */

/* navlist */
#btnjournal{
	float: left;
	width: 102px;
	height: 52px;
	background: url("images/journal.png") top center no-repeat;
}
#btnjournal:hover {	
	background: url("images/journal.png") bottom center no-repeat;
}
#btngames{	
	float: left;
	width: 100px;
	height: 52px;
	background: url("images/demos.png") top center no-repeat;
}
#btngames:hover {	
	background: url("images/demos.png") bottom center no-repeat;
}
#btnme{
	float: left;
	width: 100px;
	height: 52px;
	background: url("images/about.png") top center no-repeat;
}
#btnme:hover {	
	background: url("images/about.png") bottom center no-repeat;
}

#btnresume{
	float: left;
	width: 100px;
	height: 52px;
	background: url("images/resume.png") top center no-repeat;
}
#btnresume:hover {	
	background: url("images/resume.png") bottom center no-repeat;
}

#btncontact{
	float: left;
	width: 101px;
	height: 52px;
	background: url("images/contact.png") top left no-repeat;
}
#btncontact:hover {	
	background: url("images/contact.png") bottom left no-repeat;
}
#btnrss{
	float: left;
	width: 52px;
	height: 52px;
	background: url("images/rss.png") top center no-repeat;
}
#btnrss:hover {	
	background: url("images/rss.png") bottom center no-repeat;
}
#btnblank {
	float: left;
	width: 300px;
	height: 52px;
	background: url("images/divider.png") top center repeat;
	float: left;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#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 0px 0 50px;
	}
#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;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 0 50px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border: solid 1px #ddd;
	background-color: #f0f0f0;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 20px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	font-size: 12px;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 0px 0;
	margin-top: 70px;
	margin-left: 725px;
	width: 155px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 30px;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	border: 1px solid #cfcfcf;
	margin: 0px 0 0 0;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* 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: 2px;
	-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 3px 5px;
	margin: 0;
}
/* End captions */

