/*
Theme Name: Brackenwood
Theme URI: http://wordpress.org/
Description: Custom theme for Brackenwood; port of existing design
Version: 1.0
Author: Roger Los, based on CK websites design
Author URI: 
Tags: 
*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
body {
	background: #999;
	}

.clearcut {
	clear: both;
	position: relative;
	height: 1px;
	overflow: hidden;
	}
	
#container {
	min-height: 100%;
	width: 960px;
	margin: 0px auto;
	position: relative;
	background: url(images/bg.gif) top left repeat;
	z-index: 10;
	}
	
#header {
	position: relative;
	width: 960px;
	height: 145px;
	background: url(images/brackenwood_header.jpg) top left no-repeat;
	overflow: hidden;
	z-index: 20;
	}
#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
#header #logo h1 {
	font: 1px/1px arial;
	color: #efeff1;
	display: none;
	}
#header #contact {
	position: absolute;
	top: 28px;
	right: 35px;
	width: 200px;
	height: 100px;
	}
#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#header  li, #header li p {
	margin: 0;
	padding: 0;
	font: 12px/14px arial,sans-serif;
	color: #666;
	text-align: right;
	}
#header p {
	margin: 0;
	padding: 0;
	}
#header a {
	text-decoration: none;
	color: #666;
	}
#header a:hover {
	color: #006633;
	}
#header #navigation {
	position: absolute;
	top: 120px;
	right: 35px;
	width: 700px;
	height: 25px;
	}
#header #navigation li {
	display: block;
	float: right;
	padding: 4px 0 0 24px;
	background: url(images/navbullet.gif) 0 9px no-repeat;
	text-transform: lowercase;
	}
#header .current_page_item  a {
	color: #000 !important;
	}
#header #navigation li.homer {
	background: transparent;
	}
	
#footer {
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 26px;
	background: url(images/brackenwood_footer.jpg) bottom left no-repeat;
	overflow: hidden;
	z-index: 30;
	}
	
#content {
	position: relative;
	width: 960px;
	height: auto;
	padding-bottom: 40px;
	z-index: 20;
	}
#main {
	float: left;
	position: relative;
	width: 745px;
	margin: 0 0 0 40px;
	z-index: 20;
	padding: 20px 0 40px 0;
	}
#widgetcol {
	float: left;
	position: relative;
	width: 120px;
	z-index: 20;
	margin: 0 0 0 20px;
	padding: 22px 0 40px 0;
	}

/* Text formatting */

td, p, li {
	font: 12px/17px arial,sans-serif;
	color: #666;
	padding: 0;
	margin: 0 0 12px 0;
	}
a {
	color: #666;
	}
a:hover {
	color: #d00;
	}
h1, h2, h3, h4, h5, h6 {
	font: 18px/19px arial,sans-serif;
	color: #000;
	padding: 0;
	margin: 0 0 12px 0;
	}
h3 {
	font: 16px/17px arial,sans-serif;
	}
h4 {
	font: 14px/15px arial,sans-serif;
	}
h5 {
	font: 13px/14px arial,sans-serif;
	}
h6 {
	font: 12px/13px arial,sans-serif;
	}
	
.slidepress-gallery {
	margin: 0 0 15px 0;
	}
	
/* Widgets */

#widgetcol h2 {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 3px 0;
	padding: 0;
	}
#widgetcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#widgetcol ul li {
	margin: 0 0 15px 0;
	text-align: right;
	}
#widgetcol ul ul li, #widgetcol p {
	text-align: right;
	margin: 0;
	padding: 0;
	}
	
/* captions & aligment */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	padding: 0;
	margin: 5px 0 5px 0;
}
.alignright {
	float: right;
	padding: 0;
	margin: 5px 0 5px 0;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img, #content img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 3px 4px 5px;
	margin: 0;
	font-family: arial,sans-serif;
	color: #444;
}

/* calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }	
	
/* Custom hacks */

#navigation .page-item-27 {
	background: transparent !important;
	}
#widgetcol  .page-item-4 {
	display: none;
	}