/*
THEME NAME: Sandbox 
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.5.2
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

*{margin:0;padding:0;}



body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background: #e1e5e8 url(http://www.kevinmklein.com/images/bkg_body.jpg) ;
	}
	
#shell {
	background: transparent url(http://www.kevinmklein.com/images/bkg_main.jpg) no-repeat fixed center top
	}

#wrapper {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	}
	

div#container {
	color: #929291;
	margin: 0px 0px 5px 95px;
	padding: 0 5 0 0px;
	width: 495px;
	_height: 1%;
	display: inline;
	float: left;
 
}


div#container a{
	color: #62695a;
	text-decoration: none;
}

div#container a:hover{
	color: #62695a;
	text-decoration: none;
}

div#container a.visited{
	color: #004d99;
	text-decoration: none;
}

div#content {
	margin: 0 0 0 0px;
	font: 1.1em/1.45em Georgia, "Times New Roman", Times, serif;

}


div#content li {
	list-style: none;
	list-style-image: url(http://www.kevinmklein.com/images/icn_star.gif);
	padding: 2px 5px;
}

div#columns {
  width: 300px;
  column-width: 150px;
  column-gap: 2em;
  column-rule: none;
  column-break-after: always;
  padding: 5px;
}



div.sidebar {
	color: #696968;
	float:right;
	width: 180px;
	padding: 0 107px 5px 0px;  
	_height:1%;
	color: #7d858b;
	font: italic .85em/1.8em Georgia, "Times New Roman", Times, serif;
}

div.sidebar h3 {
	margin-top:20px;
}

div.sidebar li {
	color:#696968;
	list-style: none;
	text-decoration: none; 
	display:block;
}

div.sidebar li a{
	color:#7a826e;
	text-decoration: none; 
	border-bottom:1px solid #2f2f2f;
	padding-left:5px;
	display:block;
	_height:1%;
}


div.sidebar li a:hover{
	color:#62695a;
	background-color: #d4ded8;
	
}

div.sidebar .children li a {
	padding-left:15px;
}


#header { 	
	background: url(http://www.kevinmklein.com/images/header.png) no-repeat center top; 
	_height:1%;
	}

#navigation {
	color: #d1c38e;
	padding: 44px 0 0 80px;
	height: 60px;
	margin: 0px 0px;
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
	color: #92918e;
	list-style-type: none;
	letter-spacing: .2px;
}

#navigation li {
	display: block;
	float:left;

}

#navigation a {
	color: #aaaaaa;
	text-decoration: none;
	display:block; /* Give the a tag a block element so we can use background images on it */
	float:left; /* float it left for IE 6. Otherwise it creates a break even though the li above is floating*/
	padding:0 10px;
	min-height:37px;
	max-height:37px;
	}

/* IE 6 Min Height hack */
* html #navigation a { height:37px}

#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#navigation a.selected {
	text-decoration: none;
	color: #7a826e;
	font-weight: normal;
	background: url(http://www.kevinmklein.com/images/n_divit_ws.gif) no-repeat center bottom;
	}
h1 {
	color: #62695a;
	margin-top: 10px;
	margin-bottom: 5px;
	font: normal normal 2em/1em Georgia, "Times New Roman", Times, serif;
	}

h2 {
	color: #62695a;
	font: normal normal 2.2em/1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 10px;
	}

h3 {
	color: #aaaaaa;
	font: normal normal 1.4em/1em Georgia, "Times New Roman", Times, serif;

	margin-bottom: 10px;
	}
p {
	font-size: 1em;
	line-height: 1.4em;
	clear: left;
	margin: 5px 0;
        padding-bottom: 5px ;
	}
	
p a {
	color: #0bacd8;
	text-decoration: none;
	}

p a:hover {
	color: #0bacd8;
	text-decoration: none;
	background-color: #dbecf6;
	}



.entry-title { margin-top: 5px; }
.even .entry-title { background:url(/) bottom repeat-x; padding-bottom:8px;}
.odd .entry-title { }


.entry-date {
	font-size: .9em;
	color: #aaaaaa;
    padding-bottom: 8px;
}
.entry-meta {
        font: italic .8em/1.3em Georgia, "Times New Roman", Times, serif;
        color: #505758;
        padding: 4px;
        border:1px solid #2f2f2f;
		background:#;
        margin: 15px 0 25px 0px;
}

.entry-meta  span {	padding-top:2px; padding-bottom:4px;	}



/* Just some example content */

div#access div.skip-link{position:absolute;top:1em;right:1em;}
div#menu{font-size:0.9em;height:1.5em;padding-top:0.3em;background:#eee;width:100%;}
div#menu ul a{font-weight:700;text-decoration:none;}
div#menu ul,div#menu ul ul,div#menu ul li{list-style:none;margin:0;padding:0;}
div#menu ul li{float:left;}
div#menu ul li a{background:#eee;padding:0.3em 0.5em;}
div#menu ul ul{display:none;}
div#menu ul ul li{float:none;}
div#menu ul ul li a{margin:0;padding:0;}
div#menu ul li:hover ul{display:block;font-size:0.9em;padding-top:0.5em;position:absolute;}
div#menu ul li:hover ul li a{background:#f5f5f5;border:none;display:block;padding:0.1em;width:10em;}

.entry-title{clear:both;}
div#container,div.sidebar{margin-top:.2em;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 0em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}


#footershell {
	color: #c4c3bd;
	margin: 0 auto;
	background:  url(http://www.kevinmklein.com/images/bkg_footer.png) no-repeat center top;
	clear: both;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
        width: 820px;
	_height:1%;	
}

#footerguts {
	color: #545553;
	margin: 0 auto ;
	width: 720px;
	font: italic .86em/1.3em Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
	_height:1%;
	padding-left: 20px;
	padding-top: 40px;
}
	
#footerguts h3 {
	width:225px;
	float:right;
	
	}


#footerguts p {
	font: italic .87em/1.3em Georgia, "Times New Roman", Times, serif;
}

#footerguts ul {
	list-style: none;
	margin-bottom: 15px;
	}

#footerguts li {
	display: inline;
}

#footerguts a {
	color: #aaaaaa;
	text-decoration: none;
	}
	
#footerguts a:hover {
	color:#ffffff;
	background-color: #d4ded8;
	}


#footerguts a:visited  {
	color:#aaaaaa;
	}




#searchform input {
	float:left;
}

#searchform {
	margin-bottom: 30px;
	overflow: hidden;
	width:100%;
}



/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery{clear:both;float:left;width:100%;}
div.gallery dl{float:left;text-align:center;}
div.gallery dl dt{margin:0;}
div.gallery dl dd{margin-left:0;}
div.entry-attachment,div.entry-caption{text-align:center;}
div.entry-attachment img,div#nav-images div img{overflow:hidden;}
body.attachment div#nav-images{clear:both;width:100%;}
body.attachment div#nav-images div{padding:1em 0;width:50%;}
body.attachment div#nav-images div.nav-previous{text-align:left;}
body.attachment div#nav-images div.nav-next{text-align:right;}
body.attachment div.entry-meta,body.attachment div#comments{clear:both;}

.avatar { float:right; border: 1px solid #99b1bc;}
.comments h3 {text-align:left; font:1.5em Georgia, serif; margin: 10px 0}
.comments ol {list-style:none;}
.comments .fn {font-weight: bold; font:1.4em Georgia, serif;}
.comment-meta {font: italic .92em/1.3em Georgia, "Times New Roman", Times, serif;}
.published {font: italic .95em/1.3em Georgia, "Times New Roman", Times, serif; border:0; color:#aaaaaa;}

.comments-link  {background:url(http://marcsdesign.com/images/icn_comment.gif) no-repeat ;
padding:0 0 0 18px;}
.tag-links  {background:url(http://marcsdesign.com/images/icn_tag.gif) no-repeat ;
padding:0 0 0 18px;}
.cat-links  {background:url(http://marcsdesign.com/images/icn_folder.gif) no-repeat ;
padding:0 0 0 18px;}


#content h3 {text-align:left; font:1.2em Georgia, serif; margin: 10px 0;}


#commentform input[type="text"], #commentform textarea {
border: 1px solid #2f2f2f;
background: #f0f5f9;
padding: 8px;
}

#commentform input:focus {
background: #d9e8ef;
}

.text-input  {
border: 1px solid #727b76;
background: #d4ded8;
	padding: 7px;
}



#header h1{
float: right;
margin:0;
}

#header h1 a{
width: 300px;
height: 90px;
text-indent: -9999em;
display:block;
outline: none;	
}



#banner2 {
	margin: 0 auto;
	width: 495px;
	height: 150px;
	padding-top: 5px;
}

#banner2 li {
	width: 230px;
	text-align: left;
	padding-left: 0px;
	font: italic .85em/1.2em Georgia, "Times New Roman", Times, serif;
	float: left;
	border-bottom:1px dotted #2f2f2f;
	color: #ddd8ba;
	list-style: none;
	margin-bottom: 8px;
	margin-left: 0;
}


#banner {
	margin: 0 auto;
	width: 495px;
	height: 150px;
	padding-top: 5px;
}
#banner li {
	width: 155px;
	text-align: left;
	padding-left: 0px;
	font: italic .85em/1.3em Georgia, "Times New Roman", Times, serif;
	float: left;
	color: #929291;
	list-style: none;
	margin-bottom: 20px;
	margin-left: 0;
}
#banner h3 {
	color: #322928;
	margin-top: 5px;
	margin-bottom: 6px;
	font: normal normal 1.3em/1em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}