/* 
Theme Name: Kaizen CMS
Theme URI: hhttp://github.com/defvayne23/CMS/tree/master
Description: Default style for the cms
Version: 1.0
*/

body {
	color: #858585;
	background: #f0eee2 url(/images/background.jpg) no-repeat center top;
	font: 80% Verdana, "Arial", sans-serif;
	margin:0;
}

@font-face {  
	font-family: "Bell Gothic Std";  
	src: url( /fonts/BellGothicStd-Bold.eot ); /* IE */  
	src: local("Bell Gothic Std"), url( /fonts/BellGothicStd-Bold.ttf ) format("truetype"); /* non-IE */  
}

header, footer, section, article, nav {
	display: block;
}	

a:link, a:visited, a:active {
	color: #317e89;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 3em;
	font: 3em "Georgia", Arial, sans-serif;
}

h2 {
	font-size: 2.5em;
	line-height: 24px;
	border-bottom: 1px solid #b0b0b0;
	margin: 0 0 24px 0;
	padding: 0 0 2px;
	font-family: "Bell Gothic Std", Verdana, "Arial", sans-serif;
}

h3 {
	font-size: 1.5em;
	line-height: 18px;
	margin: 24px 0 12px;
	padding: 0 0 6px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#wrapper-content {
	border: 1px solid rgba(224, 220, 196, 0.5);
	border-top-width: 0;
	background: #fff;
}
#wrapper-inner {
	padding: 50px;
	width: 510px;
	float: left;
}
.home #wrapper-inner{
	width: 860px;
	float: none;
}

/* @group header */

header {
}
header h1 {
	margin: 0;
	padding: 0;
}
header h1 a {
	display: block;
	text-indent: -9999px;
	margin: 0;
	background: url(/images/header.jpg) no-repeat center top;
	height: 182px;
}

header nav {
	background: url(/images/nav_background.jpg) repeat-x left bottom;
	height: 47px;
	padding-left: 30px;
	margin-top: 1px;
}
header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
header nav ul li a,
header nav ul li a:link,
header nav ul li a:visited,
header nav ul li a:active {
	display: block;
	float: left;
	padding: 13px 15px;
	font-size: 18px;
	color: #fff;
	margin-right: 30px;
}
header nav ul li a:hover,
header nav ul li a.current {
	text-decoration: none;
	background: #fff;
	padding: 13px 14px 12px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ebebeb;
	color: #878679;
}

ul.tabs {
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
ul.tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}
ul.tabs a,
ul.tabs a:link,
ul.tabs a:visited,
ul.tabs a:active {
	position: relative;
	display: block;
}

ul.dropdown {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
	border: 1px solid #DFDFDF;
	border-top-width: 0;
}
ul.dropdown ul.dropdown {
	top: 0;
	left: 95%;
}
ul.dropdown li {
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}
ul.dropdown li a {
	display: block;
}
ul.dropdown li a,
ul.dropdown li a:link,
ul.dropdown li a:visited,
ul.dropdown li a:active {
	background: #fff;
	width: 220px;
	font-size: 14px;
	color: #878679;
}
ul.dropdown li a:hover {
	background: #F5F5F5;
}

/* @end */

/* @group content */

#mission {
	float: right;
	width: 280px;
}
#mission h2 {
	border-width: 0;
	color: #317e89;
	margin-bottom: 10px;
}

#slideshow {
	position: relative;
	width: 550px;
	height: 280px;
	margin-bottom: 30px;
}
#slidehsow img {
	position: absolute;
	left: 0;
	top: 0;
}
#slideshow .title {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #FFF;
	width: 510px;
	padding: 20px;
	color: #FFF;
	font-size: 26px;
	background: rgba(0, 0, 0, 0.5);
}

#buttons {
	float: right;
	width: 296px;
}
#buttons a {
	display: block;
	margin-bottom: 10px;
}
#buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#buttons ul li a {
	background: #f0eee2 url(/images/b_background.jpg) no-repeat bottom left;
	width: 256px;
	padding: 20px;
	font-size: 20px;
}

#events {
	float: left;
	width: 520px;
}
#events h2 {
	font-size: 50px;
	line-height: inherit;
	color: #bababa;
}
#events h3 {
	color: #317e89;
	margin-bottom: 0;
}
#events a.more {
	display: block;
	margin-top: 20px;
}

section#content {
	padding: 20px 15px;
	background: #fff;
	clear: both;
	float: left;
	display: inline;
	width: 600px;
}

.content p {
	margin-bottom: 1.8em;
	font-size: 1.2em;
	line-height: 1.4em;
}

/* @group article */

article {

}

article span.timeCat {
	display: block;
	font-size: 0.8em;
	margin: 4px 0 10px;
}

article figure.left img {
	padding: 0 15px 15px 0;
}

article figure.right img {
	padding: 0 0 15px 15px;
}

/* @end */

/* @group Calendar/Events */
/* Styles unique to the display of Calendar and Events. */

article.events h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.calSubscribe {
	display: block;
	text-align: center;
	margin: 10px 0 0;
}

/* @end */

/* @end */

footer {
	border: 1px solid rgba(224, 220, 196, 0.7);
	background: #B2E4EA;
	padding: 45px;
	margin-top: 35px;
	color: #5AA8AA;
}

/* @group forms */

form.sortCat {
	float: right;
	margin: 0 0 2px;
}

#contact label {
	clear: left;
	float: left;
	width: 100px;
	text-align:right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#contact .inputText {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
#contact .textarea {
	float: left;
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
}

/* @end */

.contentList {
	border-bottom: 1px solid #d2d2d2;
	padding: 0 0 12px;
}

.contentList img {
	float: left;
	margin: 0 24px 12px 0;
}

/* @group misc */

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* @end */

input.inputText {
	border: 1px solid #333;
	background: #FFF;
	margin: 5px;
	padding: 3px;
}
input.error {
	border: 1px solid #FF7F7F;
	background: #FFEFEF;
}


.contentListItem, .events{
	border-bottom: 1px solid #E7E7E7;
}

.contactForm .inputText, .contactForm textarea{
	border: 1px solid #BFBFBF;
}
.contactForm .captcha, .contactForm .send{
	margin-left: 108px;
}

.events{
	border-bottom: 1px solid #E7E7E7;
}

#sidebar{
	padding: 50px 50px 50px 0;
	float: right;
	width: 296px;
}
#sidebar #buttons{
	float: none;
}















