/* --------------------------------------------------------------------
BASIC STYLES
-------------------------------------------------------------------- */

body {
	color: #666;
	margin: 0;
	padding: 0;
	background: #FFF url(images/bg.gif) repeat-x;
	font: 85%/130% arial, helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #B2A989;
	text-decoration: underline;
}

a:hover {
	color: #cfc9b0;
}

/* --------------------------------------------------------------------
STRUCTURE
-------------------------------------------------------------------- */

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding-top: 5px;
	background: url(images/wrapper_bg.gif) repeat-y;
}

#footer {
	padding: 10px;
	background: #cfc9b0;
	color: #fff;
	border: 5px solid #B2A989;
	text-align: left;
}


/* --------------------------------------------------------------------
HEADER
-------------------------------------------------------------------- */

#header {
	background: url(images/bg_tile.gif) repeat-x;
	border: 5px solid #B2A989;
}

#header h1 {
    margin: 0;
	padding: 0;
	width: 100%;
	height: 108px;
	background: url(images/k9_logo.gif) no-repeat;
}

#header h1 em {
	position: absolute;
	left: -1000px;
	width: 900px;
}


/* --------------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------------- */

#nav
{
margin: 0;
float: left;
width: 100%;
background: #B2A989;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#nav ul
{
width: 100%;
float: left;
padding: 0;
margin: 0;
list-style-type: none;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	padding: 5px 15px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-right: 1px solid #fff;
	text-decoration: none;
}

#nav li a:hover  {
	background: #960000;
}

#clear  {
	clear: both;
}


/* --------------------------------------------------------------------
SIDEBAR
-------------------------------------------------------------------- */

#sidebar {
    width: 200px;
    min-height: 320px;
	float: left;
    padding: 0 0 25px 0;
	color: #fff;
	background: #960000 url(images/column_grad.gif) repeat-x;
	border-top: 5px solid #B2A989;
	border-right: 5px solid #B2A989;
	border-left: 5px solid #B2A989;
}

#sidebar h2 {
    margin:0;
	height: 60px;
	background: url(images/dotw_title.jpg) no-repeat;
}

#sidebar h2 em {
    position: absolute;
	left: -1000px;
	width: 900px;
}

#sidebar h3 {
    margin:10px;
}


#sidebar ul {
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}

#sidebar li {
	margin: 3px 0;
}


/* --------------------------------------------------------------------
THUMBNAIL BAR
-------------------------------------------------------------------- */
#thumbs {
  text-align: center;
}

#thumbs ul {
 margin: 0;
}


#thumbs li {
	display: inline;
}


/* --------------------------------------------------------------------
CONTENT
-------------------------------------------------------------------- */

#content {
	padding: 10px 10px 0 220px;
	color: #666;
    border-top: 5px solid #B2A989;
	text-align: left;
	
}

#content h3 {
    margin: 20px 0 10px 0;


}
#content ul{
 margin:0;
}

#content h4 {
	margin: 15px 0 5px 0;
	color: #B2A989;
}

#content img {
    border: 0;
}


#content dt {
	font-weight: bold;
	color: #333;
	}

#content dd {
	margin: 0 0 10px 0;
	}

#recent {
	float: left;
	margin: 0;
	width: 275px;
}

#recent h4 {
	margin: 0;

}

#recent ul {
	margin: 10px 0;
	padding:0;
}

#recent li {
	display: inline;
}

#recent img {
    margin: 4px;
	border: 3px solid #B2A989;

}

#infobox {
	float: right;
	margin: 10px;
	padding: 10px;
	width: 200px;
	background: #960000 url(images/column_grad.gif) repeat-x;
	color: #fff;
	border: 5px solid #B2A989;
	}

#poem {
	float: left;
	padding: 10px;
	width: 200px;
	color: #B2A989;
	}


/* --------------------------------------------------------------------
MISC STYLES
-------------------------------------------------------------------- */


#info {
    margin: 0px 10px 5px 0;
	text-align: right;
	font-size: 10pt;
	font-style: italic;
	color: #B2A989;
}

#slogan {
    margin: 0 0 1px 0;
	padding:  0;
	text-align: right;
	background: #fff;
	border: #B2A989 solid 5px;
}

#slogan h2 {
	height: 52px;
    margin: 0;
	color: #B2A989;
	background: url(images/slogan.gif) no-repeat;
}

#slogan h2 em {
	position: absolute;
	left: -1000px;
	width: 900px;
	}
	

.dotm {
    margin: 10px;
	border: 5px solid #fff;
}

#credits {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	color: #B2A989;
	text-align: right;
}
