/* 
Theme Name: kc
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: The KC Theme.
Author: GSGD
Author URI: http://gsgd.co.uk.com
Version: 1.0

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

body {
	font-family:sans-serif;
	line-height:1.4em;
	font-size:14px;
}
h1, h2, h3, h4, p, li, blockquote, table
{
	padding-bottom:0.8em;
}
h1 {
	font-size:1.8em;
	font-family:"Arial Rounded MT Bold", ArialRoundedMTBold, ArialRounded, Arial;
	font-weight:normal;
}
h2 {
	font-size:1.5em;
	font-family:"Arial Rounded MT Bold", ArialRoundedMTBold, ArialRounded, Arial;
	font-weight:normal;
}
h3 {
	font-size:1.2em;
}

body {
	background:url(images/main_bg.gif) repeat-x;
}
#container{
	width:980px;
	margin:0 auto;
}
#header{
	background:url(images/main_child.jpg) no-repeat 0 0;
	height:235px;
	position:relative;
	margin-bottom:2em;
}
#header h1 a {
	float:right;
	background:url(images/kc_logo.gif) no-repeat 0 0;
	width:270px;
	height:175px;
	text-indent:-100em;
	display:block;
}
#post{
	width:600px;
	float:left;
}
#postmeta{}
#postnavigation{}
#searchform{}
#sidebar{
	width:360px;
	float:left;
	margin-left:20px;
}
#footer {
	clear:both;
}
.menu ul
{
	margin:0 0 0.8em 0;
	list-style-type:none;
	font-family:"Arial Rounded MT Bold", ArialRoundedMTBold, ArialRounded, Arial;
	overflow:auto;
}
.menu ul li
{
	display:block;
	padding:0;
	margin:0 0 5px 0;
	float:left;
	margin-right:5px;
}
.menu ul li a
{
	background:url(images/menu_bg_3.png) repeat-x 0 0;
	display:block;
	height:25px;
	padding:3px 4px 0;
	color:#FFF;
	text-decoration:none;
	font-size:15px;
}
#footer .menu ul li
{
}
#footer .menu ul li a
{
	float:none;
	background:url(images/menu_bg_4.png) repeat-x 0 0;
}
#header .menu {
	position:absolute;
	bottom:0px;
	left:0;
	width:980px;
/*	border:1px solid #000;*/
	height:40px;
}
#header .menu ul {
	margin:0;
}
#header .menu li {
	clear:none;
	display:block;
	float:left;
	height:40px;
	padding-bottom:10px;
	margin-right:150px;
	font-family:"Arial Rounded MT Bold", ArialRoundedMTBold, ArialRounded, Arial;
	font-weight:normal;
}
#header .menu li.page_item {
	margin-right:20px;
}
#header .menu li.page-item-1 a, #header .menu li.page-item-6 a, #header .menu li.page-item-11 a, #header .menu li.page-item-16 a, #header .menu li.page-item-21 a {
	background:url(images/menu_bg_1.png) repeat-x 0 0;
}
#header .menu li.page-item-6 a, #header .menu li.page-item-7 a, #header .menu li.page-item-12 a, #header .menu li.page-item-17 a, #header .menu li.page-item-22 a {
	background:url(images/menu_bg_3.png) repeat-x 0 0;
}
#header .menu li.page-item-22 a, #header .menu li.page-item-8 a, #header .menu li.page-item-13 a, #header .menu li.page-item-18 a, #header .menu li.page-item-23 a {
	background:url(images/menu_bg_2.png) repeat-x 0 0;
}
#header .menu li.page-item-10 a, #header .menu li.page-item-9 a, #header .menu li.page-item-14 a, #header .menu li.page-item-19 a, #header .menu li.page-item-24 a {
	background:url(images/menu_bg_5.png) repeat-x 0 0;
}
#header .menu li.page-item-17 a, #header .menu li.page-item-15 a, #header .menu li.page-item-20 a, #header .menu li.page-item-25 a {
	background:url(images/menu_bg_4.png) repeat-x 0 0;
}
#header .menu li.current_page_item a, #header .menu li li.current_page_item a {
/*	border-bottom:2px solid #FA59B7;
	background-color:#FA59B7;
*/
	border-bottom:5px solid #777;
}
.menu li.current_page_item a
{
	background-color:#666;
}

#header .menu li a {
	display:block;
	height:32px;
	background:url(images/menu_bg_1.png) repeat-x 0 0;
	padding:8px 7px 0;
	color:#FFF;
	text-decoration:none;
	font-size:18px;
}
#header .menu li ul {
	display:none;
}
#header .menu li.hover ul, #header .menu li.current_page_item ul {
	display:block;
}
#header .menu li ul {
	position:absolute;
	top:0px;
	margin-top:30px;
}
#header .menu li li {
	margin:0 5px 0 0;
	padding:15px 0 0;
}
#header .menu li li a, #header .menu li.current_page_item li a {
	display:block;
	height:auto;
	padding:3px 5px;
	background-color:transparent;
	border-bottom:none;
	font-size:15px;	
}
#footer .menu li a:hover, #header .menu li a:hover, .menu li a:hover, .menu li.hover li a:hover {
	background-color:#666;
}

table {
	width:100%;
	border:0;
	border-collapse:collapse;
	margin:0 0 0.8em 0;
}
td, th
{
	text-align:left;
}
th {
	font-weight:bold;
}
td.discount
{
	color:#C00;
}
ul, ol {
	margin:0 0 0 2em;
	padding-bottom:0.8em;
}
li {
	margin:0;
	padding:0;
}
ol li 
{
	padding-top:0.8em;
	display:block;
}
ol {
	position:relative;
	}
ol ol {
	padding-bottom:0;
}
/*ol ol { counter-reset:item3; }*/
/*ol ol ol { counter-increment: item3 }*/
ol li { counter-reset:item2; 	counter-increment:item1; }
ol ol li { counter-reset:item3;	counter-increment:item2; }
ol ol ol li { counter-reset:none; counter-increment:item3; }

ol li:before { position:absolute; left:-2em; padding-right:2em; content: counter(item1) ". "; }
ol ol li:before { left:-3em; content: counter(item1) "." counter(item2) ". "; }
ol ol ol li:before { left:-4em; content: counter(item1) "." counter(item2) "." counter(item3) ". "; }

div.credits {
	display:none;
}
.ddfmwrap p
{
	clear:both;
}
#map_canvas
{
	margin:20px 0;
	height:300px;
}
.message
{
	font-family:georgia, serif;
	font-style:italic;
	font-size:18px;
	padding:20px;
	text-align:center;
	background:#EFEFEF;
	color:#999;
	margin-bottom:0.8em;
}
#opening {
	position:relative;
	top:90px;
	left:300px;
	margin-top:-67px;
	z-index:100;
}