/*
	Stylesheet for kenshocenter.com
	Design by Kensho Center | http://kenshocenter.com
	Code by BeeDragon Web Services | http://beedragon.com
*/

body {
	font: 1em/1.4em "Times New Roman", Times, serif;
	color: #ff6;
	background: #0c9;
}

a, a:link {
	color: #0c9;
	background:transparent;
}
a:visited {
	color: #fff;
}
a:hover {
	/* If you want to add a hover color to your links, do it here */
}
small {
	font-size: .8em;
}

#wrapper {
	background: #003;
	border: 4px double #fff;
	margin:.5em auto;
	width:75%;
}
#header {
	text-align: center;
}
#header h1 {
	font-size: 1.5em;
}
#header h2 {
	font-size: 1em;
}
#header-content {
	font-family: "Kristen ITC", oliveoil, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height:1em;
}
#header #nav ul {
	margin-bottom: 2.5em;
}
#header #nav ul li {
	display: inline;
	list-style: none;
	padding: 0 .5em;
}
#content {
	padding:.5em 1em;
}
#content h2 {
	font-size:1.4em;
	text-align:center;
}
#content h3 {
	font-size:1em;
	text-align:center;
	line-height:2em;
}
#content .section {
	border-top: 1px solid #fff;
	padding:0;
}
#content .section img {
	float:left;
	margin-right:.75em;
}
#content .section h3 {
	font-style:italic;
	margin-top:0;
	font-weight:normal;
	text-align:left;
	line-height:2em;
}
#content dl#faq {
	margin-top:2.75em;
}
#content #faq li {
	margin-bottom:.5em;
}
#content #faq dt {
	margin-top:.5em;
	margin-bottom:.5em;
}
#contact_form {
	width:95%;
	margin:0 auto;
	padding:0 1em;
}
#contact_form h2 {
	font-size:2em;
}
#contact_form #cform {
	margin-left: 25%;
}
#contact_form input {display:block;}

/* misc styles */
.center {text-align:center !important;}
.sans {
	font-family: verdana, arial, helvetica, sans-serif;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}
.bold {font-weight:bold;}
h2.sans {
	font-size:1.2em !important;
	margin-bottom:1em;
}
.smtxt {font-size:.8em;}