/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Chris Koerner
	Author Site	: clkoerner.com
	Scheme Name	: chris
	Comments	:
*/

/* Typography */

body {
    font-family: Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
	}

strong, em, b, i {
    font-family: Helvetica, Arial, sans-serif;
	}

h1, .blog-title, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	}

h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	}


blockquote {
    margin: 20px 0;
    padding: 0 70px 0 50px;
    color: #333;
    background: url('http://clkoerner.com/wp-content/themes/k2/images/quote.png') no-repeat 10px 0;
    border: none;
    
    font-family: Georgia, serif;
    font-size: large;
    }



body {
	background: #fff;
/*
	background: #ccc url('http://www.clkoerner.com/bkgrnd.png') repeat top left;
*/
	padding: 10px 0 0;
	color: #bbb;
	margin: 0;
	}

#page {

	background: white;

	text-align: left;

	margin: 0 auto;

	padding-top: 0px;

	position: relative;

	border: 1px solid #ddd;

	border-top: none;

	clear: both;

border-top-right-radius: 5px
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
	}

	
#header {
/* Contains the H1 and menu */
background: url(http://www.clkoerner.com/images/rotator.php) no-repeat;
background-color: #C0C0C0;
border-top-right-radius: 5px
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;

	}
	
	#header .blog-title a, #header .description {
color:#FFFFFF;

}
	
ul.menu li a {
font: 1.3em Helvetica, Arial, Sans-Serif;
color: white;
margin: 0;
	}
	
#footer {
clear: both;
margin: 0 auto;
padding: 20px 0 40px;
text-align: center;
color: #858585;
	}

#footer a {

	color: #858585;

	border-bottom: 1px solid #858585;

	font-weight: bold;

	}


#header .description { /* Blog description, under blog title */
text-decoration: none;
color: white;
text-shadow: 0px -1px 0px #374683;
font-size: 1.3em;
margin: 0 0 0 40px;
display: inline; /* Checking for IE bug. If people start having problems with header width, then this is it */
	}
	
	
h1 { /* H1 is used for the title of your blog */
font-size: 3em;
font-weight: bold;
letter-spacing: -1px;
padding-top: 75px;
/*
text-shadow: black 1px 1px;
*/
margin: 0 0 0 0px;
width: 100%;
	}
	
.primary {
	/* Contains the main column */
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}	
	
.entry-content {
font-size: 1.4em;
line-height: 1.8em;
text-align: left;
color: #444;
}

.entry-content .aligncenter,

img.center,

img[align="center"] {

	display: block;

	margin-left: auto;
	
/*
border:10px solid #ffffff;
*/



	margin-right: auto;

	}



.secondary {

	width: 200px;

	float: left;

	font-size: 1.2em;

	line-height: 1.5em;

	color: #666;

	padding: 0 10px;

	overflow: hidden;

	}

.blog-title {

	font-size: 8em;

	font-weight: bold;
text-shadow: 0px -1px 0px #374683;

	padding: 50px 30px 0;

	}

.blog-title a:hover{
text-decoration:none;
}
