/*
	custom.css 31 Aug 2009
	copyright 2009 Kaat.biz
	-------------------------
*/

/* body */
body {
background: #524245 url(images/wallpaper.jpg) repeat fixed;
}

/* page */
.custom #page {
	margin: 0 auto;
}
	
/* header */
.custom #header {
	margin: 0;
	height: 220px;
	width: 100%;
}
.custom #headerimg {
	margin: 20px 0 0;
	height: 220px;
	width: 100%;
	background-image: url(images/kaat-wp-header.png);
}

/* navigation */
.custom #nav {
	height:25px;
	margin: 10px 0 0;
	background-color: #D1A8B0;
	padding: 10px 10px 10px 205px;
}

.custom #nav li {
	float: left;
	list-style:none;
	border-right-style:solid;
	border-right-width:1px;
	padding: 0 10px;
}

.custom #nav li.last_nav {
border-style: none;
}

.custom #nav li a {
color:#524245;
background: #D1A8B0;
font:1.6em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
font-weight:400;
text-decoration:none;
display:block;
margin:0;
}

.custom #nav li a:hover {
color:#000;
border-bottom:2px solid #C47C9C;
text-decoration:none;
}

.custom #nav li a.active {
background-color:#eee;
color:#444;
text-decoration:none;
}

.clear {
clear:both;
}

/* content */
#content {
clear:both;
}

.widepage {
float:left;
margin:0 0 0;
width: 100%;
padding: 0 0 20px;
}

.gallerypage {
text-align: center;
}

.gallerypage img{
padding: 5px;
}

/*
#title {
	text-indent: -9999px;
	margin-top: 10px;
}
*/

/* sidebar */
.custom #sidebar {
font-size:1.2em;
}

/* footer */
#footer {
	background: #eee;
	border: none;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	color:#909090;
	text-align: center;
	clear: both;
}