﻿body
{
	background-color: #e6e6e6;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#wrap
{
	min-width: 760px;
	max-width: 960px;
	width: auto !important;
	width: 960px;
	margin: 20px auto 0px auto;
	background-color: #000;
	padding: 4px;
}

#header-banner
{
	background: transparent url(../images/header-background.png) repeat;
	height:		150px;
	position:	relative;
}

#header-main
{
	margin-left: 10px;
	background: transparent url(../images/ksw-logo.gif) no-repeat center left;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-indent: 160px;
}

#header-main h1
{
	padding-top: 45px;
	font-size: 2em;
	line-height: normal;
}

#header-main p
{
	font-size: 1.1em;
}

#header-banner div#sidekick-wrapper
{
	position: absolute;
	width: 270px;
	bottom: -50px;
	right: -60px;
}

#teaser
{
	background: #ea6800 url(../images/teaser.png) no-repeat;
	padding:	10px;
	color:		#fff;
}

#teaser h2
{
	background: none;
	text-align: left;
	font:		1.6em Arial, Helvetica, sans-serif;
	line-height: normal;
}

#teaser p
{
	font-size:	 0.875em;
	font-weight: bold;
}

#site-menu ul
{
	text-align: center;
	font-size: 0.875em;
	margin: 5px 0;
}

#site-menu li
{
	display: inline;	
	margin: 5px 4px;
	padding: 0;
	
	/* Make sure PSBN's foot isn't getting in the way of anyone clicking on a menu link :-) */
	position:relative;
	z-index: 1;
}

#site-menu a
{
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	color: #d1d1d1;
	text-decoration: none;
}

#site-menu a:active, #site-menu a:hover, #site-menu li#current a
{
	border-top: solid 2px #D86200;
	border-bottom: solid 2px #D86200;
	color: #d86200;
}

#main-content
{
	background: #fff none repeat scroll 0 0;
	margin-top: 4px;
	font-size: 0.75em;
	font-family: verdana;
	color: #464646;
	line-height: 1.5em;
	padding: 15px;
}

.image-wrap
{
	text-align: center;
	font-size: 0.83em;
	line-height: 1.1em;
}

.image-wrap .picture-caption
{
	text-align: center;
}

#main-content h1, #main-content h2, #main-content h3
{
	color: #d86200;
	text-transform: uppercase;
	font-weight: normal;
}

#main-content h1
{
	font-weight: bold;
	font-size: 1.25em;
	padding: 7px 0;
}

#main-content h2
{
	font-size: 1.15em;
	padding: 5px 0;
}

#main-content p, #main-content ul
{
	padding: 5px 0;
}

.contact-details th, .contact-details td
{
	padding: 2px 15px 2px 0px;
}

#two-column-right-float .right-sidebar
{	
	float: right;
	width: 300px;
	font-size: 0.92em;
}

.right-sidebar .sidebar-item
{
	background-color: #e6e6e6;
	padding: 5px;
	margin-bottom: 20px;
}

.left-sidebar
{
	float: left;
	width: 200px;
}

.image-bar img
{
	display: block;
	margin: 10px auto;
}

#two-column-right-float .right-sidebar h3
{
	border-bottom: solid 1px #d86200;
}

#two-column-right-float #main-column
{
	margin-right: 320px;
}

#two-column-left-float .main-column
{
	margin-left: 220px;
}

.clear
{
	clear: both;
}

#footer-content
{
	background: #fff none repeat scroll 0 0;
	font-size: 0.625em;
	font-family: verdana;
	color: #464646;
	padding: 0 15px;
}
#footer-content p
{
	border-top: solid 1px #d86200;
	text-align: right;
	padding: 5px;
}

.class-timetable
{
	margin: 10px auto;
	border-collapse: collapse;
	border: solid 1px #464646;
}

.class-timetable th, .class-timetable td
{
	text-align: center;
	padding: 2px 10px;
	border: solid 1px #464646;
}

tr.alternate td
{
	background-color: #e6e6e6;
}

thead tr th
{
	background-color: #d86200;
	color: #fff;
}

.sponsor-column
{
	float: left;
	width: 230px;
}

hr
{
	margin-bottom: 15px;
	margin-bottom: 15px;
	color: #d86200;
	border-color: #d86200;
}

#blackbelt-list
{
	line-height: 2em;
}


