
/*
####################################################
####################################################
#################################################### STRUCTURE
####################################################
####################################################
*/

body {
	background-color: #000;
	background-image: url(../images/body-bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}
#page-wrapper {
	background-image: url(../images/page-wrapper-bg.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: transparent;
}
#header-wrapper {
	background-color: transparent;
	z-index: 100;
	position: relative;
}
#logo-wrapper {
	padding: 165px 0 0 369px;
}
#logo-wrapper a {
	display: block;
	text-indent: -9999px;
}

/*************************************************** Navigation */
/**************************************************/

#menu-main-nav {
	list-style: none;
	height: 40px;
	margin: 0 0 0 10px;
}
#menu-main-nav .menu-item {
	float: left;
	line-height: 40px;
}
#menu-main-nav a {
	display: block;
	padding: 0 10px;
}
#menu-main-nav a:hover {
	background-image: url(../images/sprite.png);
	background-position: 50% 0;
	background-repeat: repeat-x;
}
#menu-main-nav .current-menu-item a {
	background-image: url(../images/sprite.png);
	background-position: 50% -40px;
	background-repeat: repeat-x;
}

/*************************************************** Content */
/**************************************************/

#content-wrapper {
	margin: 10px 0 0 0;
	z-index: 50;
	position: relative;
}

/* Column One (main content) */
/* ----------------------------------------- */

.col-one {
	background-color: #f7eadf;
	border: 1px solid #d5c2b1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 630px;
	min-height: 390px;
	padding: 10px 100px 100px 10px;
}

/* Column Two (sidebar) */
/* ----------------------------------------- */

.col-two {
	width: 260px;
	margin: 0 0 0 -102px;
	padding: 0;
	background-color: transparent;
}
.widget {
	background-color: transparent;
}

/* Blogroll */
/* ----------------------------------------- */

.widget_links {
	background-image: url(../images/sprite.png);
	background-position: 0 -80px;
	background-repeat: no-repeat;
	padding: 280px 50px 0 20px;
	margin: -50px 0 0 0;
	height: 140px;
}
.widget_links .widget-title {
	display: none;
}
.widget_links ul {
	list-style: none;
	margin: 0;
}

/* Calendar */
/* ----------------------------------------- */

.ko_calendar {
	background-image: url(../images/red-tag-top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 260px 0 0 0;
	margin: -80px 0 0 0;
	min-height: 150px;
}
.ko_calendar .widget-title {
	display: none;
}
.ko-calendar-widget-events {
	background-image: url(../images/red-tag-middle.png);
	background-repeat: repeat-y;
	padding: 0 50px 0 20px;
}
.ko-calendar-date {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #5b2720;
	margin: 0!important;
	font-weight: normal!important;
	border-bottom: 1px dotted #5b2720;
}
.ko-calendar-entry-title {
	font-family: 'Courier New', Courier, Monaco, monospace;
	border: none;
	color: #000000;
}
.ko-calendar-entry-title:hover {
	background-color: transparent;
	border: none;
	color: #000000;
}
.ko-calendar-event-list,
.ko-calendar-entry-date-row {
	margin: 0!important;
	padding: 0!important;
}
.ko-calendar-entry-date-text {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color: #5b2720;
}
.ko-calendar-entry-body {
	margin: 0!important;
}
.ko-calendar-entry-body p {
	margin: 0!important;
	font-family: 'Courier New', Courier, Monaco, monospace;
	font-size: 11px;
}
.red-tag-bottom {
	background-image: url(../images/red-tag-bottom.png);
	height: 34px;
}

/*************************************************** Footer */
/**************************************************/

#footer-wrapper {
	background-color: transparent;
	position: relative;
	width: auto;
	margin: 0;
	padding: 300px 0 0 0;
}
#footer {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#footer p, #footer address {
	margin: 0;
}

/* Suberban */
/* ----------------------------------------- */

#suberban {
	position: absolute;
	z-index: 110;
	bottom: 60px;
	left: 0px;
	width: 825px;
	height: 400px;
	background-image: url(../images/suberban.png);
	background-position: -100px 0;
	background-repeat: no-repeat;
}

/* BCJC */
/* ----------------------------------------- */

#bcjc {
	position: absolute;
	bottom: 300px;
	right: 25px;
	z-index: 120;
}
#bcjc a {
	width: 239px;
	height: 164px;
	background-image: url(../images/sprite.png);
	background-position: -260px -80px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	border-bottom: none;
}
#bcjc a:hover {
	background-color: transparent;
}

/*
####################################################
####################################################
#################################################### TYPOGRAPHY
####################################################
####################################################
*/

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}
a {
	border-bottom-color: #b24900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #b24900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	border-bottom-style: solid;
	background: #edd988;
	color: #b24900;
}
#logo-wrapper a {
	border-bottom: none;
}
#logo-wrapper a:hover {
	background-color: transparent;
}

/*************************************************** Navigation */
/**************************************************/

#menu-main-nav .menu-item {
	font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
#menu-main-nav a {
	color: #ffffff;
	font-weight: normal;
	border-bottom: none;
}
#menu-main-nav a:hover {
	background-color: transparent;
}

/* Blogroll */
/* ----------------------------------------- */

.widget_links li {
	font-family: 'Courier New', Courier, Monaco, monospace;
	text-align: center;
	font-size: 14px;
}
.widget_links a {
	border-bottom: none;
	color: #5E2C10;
}

/*************************************************** Footer */
/**************************************************/

#footer p, #footer address {
	color: white;
	text-align: center;
}
#footer p a, #footer address a {
	border-bottom: none;
}
#footer p a:hover, #footer address a:hover {
	background-color: transparent;
	color: #edd988;
}