/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/* base.css, part of YUI's CSS Foundation */
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:150.5%;
	font-weight: normal;
	color: #503313;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 6px;
	border-bottom: 1px solid #888b6f;
	margin-left: 12px;
	margin-top: 12px;
	margin-right: 12px;
	/*width: 600px;  */
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
	background-image: url(../images/img-mini-chimney.jpg);
	background-repeat: no-repeat; 
	padding: 2px 2px 2px 16px;
	
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}

abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}

ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #c6c8ab;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
img {
	border:none;
}

a:link, a:visited, a:focus {
	color: #5e492e;
	text-decoration: none;
}

a:hover {
	color: #3e2f1d;
	text-decoration: underline;
}

/*- - - - - - design specific - - - - - - - - */

html {
	background-color: #000;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat;
	*background-image: none;
	*background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #000;
	*background-image: url(../images/bg-body.jpg);
	*background-repeat: repeat;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	float: left;
	width: 100%;
}

#kcmsAdmin {

}

#header {
	height: 160px;
	width: 100%;
	background-image:url(../images/bg-header.jpg);
	margin-bottom: 0px;
/*	float: left;	*/
	position:relative;
}

#logo {
	width: 715px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/bg-logo.jpg);
/*	float: left;*/
}
#menu {
	width: 720px;    /*at some point, put this back and do overflow: hidden as well*/
	height: 30px;
	margin-left: auto;
	margin-right: auto;
/*	float: left;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-size:12px;
}

#innerWrapper {
	text-align: left;
	width: 715px;
/*	float: left;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #c5c7ab;
	border: 2px solid #000;
	color: #525440;
	
}

#banner {
	background-image: url(../images/img_banner.jpg);
	height: 243px;
	width: 715px;

}
#banner.rotator-banner {
	background-color: #000;
	background-image: none;
}
#banner/*.rotator-banner*/ .hardcoded-menu {
	display: none;
	visibility: hidden;
}

#bodycontentall {
	padding: 12px;
}

.left {
	width: 550px;
	float: left;
}

.right {
	width: 120px;
	float: left;
	margin-top: 100px;
	padding-left: 12px;
}

.spanbox {
	width: 100%;
	clear: both;
}

#miniGallery {
	height: 103px;
	width: 715px;
	background-image:url(../images/bg-mini-gallery.jpg);
	background-repeat: repeat-x;
}

#miniGallery h2 {
	color: #c6c8ab;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 28px;
	*padding-top: 5px;
	padding-left: 12px;
	padding-right: 18px;
	background-image: none;
}

#footer {
	color: #b1b39a;
	font-size: 10px;
	text-align: right;
	width: 100%;
	padding-right: 5px;
	/*margin-left: auto;
	margin-top: 4px;
	margin-right: auto;*/
	background-color: #000;
	padding-bottom: 20px;
}

#footer .footerText {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
}

#footer a:link, #footer a:visited, #footer a:focus {
	color: #b1b39a;
	font-size: 10px;

}


/* administration module special case, to adjust colors of links */

.administrationmodule.default a:link, .administrationmodule.default a:visited, .administrationmodule.default a:focus   {
	color: #FFF;
}


/*  administration modules  */
.administrationmodule.default {
	background-color: #c5c7ab;
	height: 600px;
}

