/*
Theme Name: WSSC
Theme URI: http://wordpress.org/
Description: Custom theme for hollingsworth
Version: 1.0
Author: Cstef Design
Author URI: http://cstef.com/
Tags: fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 86.5%;
	line-height: 145%;
	background-color: #3838Fa;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url('images/bkgd.jpg');
	background-repeat: repeat-x;
}

#content #contwrap hr {
	display: block; 
	clear: both !important; 
	margin: -0.66em 0;
	visibility: hidden;
	}
	
	#sidebar {
		min-height: 400px;
	}
	
#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #3838Fa;
	background-image: url('images/bkgd.jpg');
	background-repeat: repeat-x;
}
#navbar {
	background-color: #999999;
	padding: 7px;
	margin: -5px 0px 0px 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#head {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#subhead {
	margin: 0px;
}
#content {
	background-color: #FFFFFF;
	padding: 10px;
	width: 728px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: -4px;
	background-image: url('images/contentback.jpg');
	background-repeat: repeat-y;
	
}
#sidebar {
	-moz-border-radius: 35px 0px;
	font-size: .7em;
	background-color: #FFFF99;
	width: 200px;
	padding: 10px;
	float: right;
	margin: 10px;
	line-height: 120%;
	text-align: left;
}


	
#contwrap {
	width: 451px;
	font-size: 0.9em;
}
#navbar a {
	font-size: 1em;
	text-decoration: none;
	margin-right: 10px;
	color: #FFFFFF;
	padding: 4px 10px;
}
#navbar a:hover {
	color: #CC6600;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	clear: both;
	float: left;
	border-top: 0.1em solid #000066;;
	width: 100%;
}
#contwrap h1 {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000099;
}
#contwrap a {
	color: #CC3300;
	text-decoration: none;
	font-style: italic;
	display: block;
	margin-top: -10px;
	margin-bottom: 25px;
	padding-top: 0px;
}
#contwrap h2 a, #contwrap h2 a:hover {
	font-style: normal;
	color: #000099;
	font-size: 1.15em;
}
#contwrap h2 a:hover {
	text-decoration: underline;
}
#contwrap a:hover {
	color: #666666;
	margin-top: -10px;
	margin-bottom: 25px;
	padding-top: 0px;
}
#sidebar h2 {
	font-size: 1.4em;
	color: #000000;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#sidebar p {
	color: #990000;
	margin-top: 10px;
}

#sidebar a {
	color: #000;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #666;
	}
	
#spacer {
	float: left;
	width: 100%;
	clear: both;
	}

#calendar {
	background-color: #FFFF99;
	height: 150px;
	margin-bottom: 35px;
	width: 150px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 3px inset #666666;
}
#sidebar dt {
	color: #990000;
}
#sidebar dl {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 30px;
}
#contwrap h2 {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #000099; 
	}
}
#contwrap ol {
	color: #3333CC;
}
#contwrap p {
	text-indent: 1em;
}
#sidebar dd {
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
	font-style: italic;
}
ul#linklist {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 100px;
}
a.contact {
	display: inline;
	padding: 10px;
	margin: 10px;
}
blockquote {
	border-left: 1em solid #000099;
}

p.bq {
	font-size: 1.5em;
	color: #333333;
	text-indent: 0px;
	margin-left: 25px;
}
ul#linklist a {
	font-style: normal;
	font-size: 1.2em;
}
ul#linklist a:hover {
	color: #666666;
}
ul#linklist li {
	margin: 0px;
	padding: 0px;
}
form#wssc {
	background-color: #FFFF99;
	padding: 10px;
	border: 2px inset #993300;
	background-image: url('images/formback.jpg');
	background-repeat: repeat-y;
}

#contwrap a {
	display: inline;
	border: none;
}

#dekoboko_form fieldset ol li {
	position: relative;
	right: 90px;
}
