/* @override http://www.lynnkoiner.com/mc.css */

/*
*      Lynn Koiner's template, by Ramette Designs
*      adapted from "Vintage" by mcville.net
*      Thanks for looking!               
*/

@media screen {

body {
	margin: 0 auto;
	padding: 0;
	font-family: verdana, tahoma, arial, sans-serif;
	background: #B0D2C7;
	color: #101010;
	font-size: 77%;
	}

#krpa {
	background: #F3FCEB;
	color: #333;
	margin: 0 auto;
	width: 760px;
	}

#pageheader {
	height: 211px;
	width: 760px;
	background: url(./images/head.png);
	}

#pageheader h1 { display: none; }

#header {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	height: 20px;
	}

#header h1 {
	width: 250px;
	margin: 0 0 10px 0;
	float: left;
	}

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #8C8385;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: inherit;
	}

#frontphoto {
	margin: 0 0 10px 0;
	border: 0;
	}

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font: 0.9em "tahoma, arial, sans-serif";
}

#avmenu ul {
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
	}

#avmenu li { margin-bottom: 4px; }

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #CAE4DF;
	display: block;
	padding: 6px 0 0 10px;
	background: #8C8385;
	border-left: 4px solid #cccccc;
	}

#avmenu li a:hover {
	background: #eaeaea;
	color: #8C8385;
	border-left: 4px solid #8C8385;
	}
	
#avmenu .active {
	background: #eaeaea;
	color: #8C8385;
	border-left: 4px solid #8C8385;
	}

.wtf {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #1C2623;
	background-color: #B9B5AF;
	line-height: 1.3em;
	}


.wtf ul {
	list-style-type: none;
	width: 130px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
	}

#avmenu .wtf li a {
	font-weight: normal;
	text-decoration: none;
	color: #555;
	display: block;
	padding: 3px 0 0 0;
	background: none;
	border-left: none;
	height: auto;
	width: 130px;
	list-style-type: none;
}

.wtf li a:hover {
	background: #eaeaea;
	color: #D1DBD8;
	border-left: none;
	}
	
.wtf .active {
	background: #eaeaea;
	color: #8C8385;
	border-left: 4px solid #8C8385;
	}

.wtf input {
	font-size:1em;
	background: #EAEEE4;
	color:#1C2623;
	border: 1px solid #1C2623;
	margin-bottom:2px;
	padding-left:2px;
}

#extras {
	float:left;
	width: 120px;
	margin-left: 10px;
	margin-top:10px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.2em;
	}

#extras p { 
	margin: 0 0 1.5em 0; 
	}
	
#extras h3 {color: #477171;}
#extras a {color: #477171;}

#extras a:hover {
	color: #77BDBC;
	text-decoration:none;}
	
#extras ul{
	text-indent: none;
	padding-left: 0;
}

#extras ul li{
	list-style-type:none;
	text-align: left;
	margin-bottom: .4em;
	/*margin-left: -45px;*/
}


#content {
	float:left;
	width: 475px;
	padding:0px;
	border-left: 1px solid #8C8385;
	border-right: 1px solid #8C8385;
	line-height: 1.6em;
	text-align: left;
	}

#content h2 {
	font-size: 1.5em;
	}

#content img {
	padding: 1px;
	display: inline;
	background: #cccccc;
	color: #303030;
	border: 1px solid #101010;
	}
	
.entry {
	margin:10px;
}

.contact-form input, .contact-form textarea {
	background: #F5FCEF;
	border: 1px solid #656A60;
}

.contact-form textarea {
	width: 400px;
	height: 300px;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	}

a {
	text-decoration: none;
	color: #365a3f;
	}

a:hover {
	text-decoration: underline;
	color: #4a7e67;
	}

a img { border: 0; }

.imageright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 2px solid #8C8385;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
	}

#footer a {
	color: #808080;
	text-decoration: none;
	}

#footer a:hover { text-decoration: underline; }

.left {
	margin: 10px 10px 5px 0;
	float: left;
	}

.right {
	margin: 10px 0 5px 10px;
	float: right;
	}
	
.footnote {font-size:.9em;}
.textright { text-align: right; }
.center { text-align: center; }
.small { font-size: 0.8em; }
.bold { font-weight: bold; }
.hide { display: none; }
.commentsblock {margin-top:20px;}

.comments-wrapper input, .comments-wrapper textarea {
	background: #F5FCEF;
	border: 1px solid #656A60;
	font-size: 1em;
	font-family:Verdana, Arial, sans-serif;
}

.comments-wrapper textarea {
	width: 400px;
	height: 300px;
}

/******************************************************
        Mini Slide Navigation--                       *
made by:                                              *
Steve Chipman @ Slayeroffice                          *
Dan Cederholm @ Simplebits                            *
extra modified: Marko Mihelcic @ mcville              *
                                                      *
******************************************************/

#navheader {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 18px;
	border-top: 1px solid #F3FCEB;
	border-bottom: 1px solid #8C8385;
	background-color: #F3FCEB;
	padding: 6px 0 0 0;
	z-index: 0;
	}

#navheader li {
	position: relative;
	display: inline;
	font: 10px verdana;
	padding: 0;
	z-index: 20;
	display: block;
	float: left;
	}

#navheader li a {
	text-decoration: none;
	color: #8B837A;
	display: block;
	text-align: center;
	width: 80px;
	}

#navheader li a:hover {
	text-decoration: none;
	color: #544F50;
	}

#slider {
	position: absolute;
	background-color: #F3FCEB;
	border-bottom: 5px solid #8C8385;
	width: 80px;
	height: 17px;
	margin: 0 2px 0 2px;
	z-index: 1;
	margin-left: 5px;
	}
} /*end @media screen */
	
/* Opera hack */
@media all and (min-width: 0px;){
 	div {
		left: 0px;
		top: 0px;	
	}
}

@media print {

body {
	background: white;
	font-family: Verdana, "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
	}
	
#avmenu, #extras, #pageheader, #txpCommentInputForm {
	display:none;
}	

#pageheader h1 {display:block;color: #000;}



	
}