/*

*/

* {
	margin: 0;
	padding: 0;
}



body {
	margin-top: 15px;
	background: #1C1B0D url(images/CI1.gif) top center no-repeat fixed;
	width: 880 px;

	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A1A1A1;
   /*	border: thin solid #cccccc;*/
}

h1, h2, h3 {
	color: #fff;
}

h1 {
}

h2 { 
     background: #465443;
	 color: #FFFFFF;
	 font-family: "Mrs Eaves Bold", Georgia, "Times New Roman", Times, serif;
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
	
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #465443;
}

a:hover {
	text-decoration: none;
	color: #465443;
}

/* Wrapper */

#wrapper {
 	
}

/* Header */

#header {
	width: 880px;
	height: 55px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 900px;
	height: 56px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#logo img{
	float: right;
	margin: 20px 75px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 30px  "Mrs Eaves Bold", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Mrs Eaves Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

#logo a {
	text-decoration: none;
	color: #F0F0F0;
}

/* Menu */

#menu {
	width: 940px;
	height: 50px;
	margin: 5px auto 0 auto;
	font-family: "Mrs Eaves Bold", Georgia, "Times New Roman", Times, serif;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#menu a:hover, {
	background: #465443;
	color: #FFFFFF;
}

#menu .active a {
	background: #e4d93f;
	font-size: 110%;
	color: #000;
}

#splash {
	width: 940px;
	height: 200px;
	margin: 0 auto;
}



/* Page */

#page {
	width: 940px;
	margin: 0 auto;
}

#page-bgtop {
}

/* Content */

#content {
	
	width: 900px;
	margin: 0 auto; 
}
.post {
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #252726;
}

.post .title {
	margin: 10px 0 0 0;
	padding: 5px 0px 5px 10px;
	color: #fff;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #485613;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.post .entry {
	padding: 20px 0px;
}

.story {
	margin: 15px 10px 0 280px;
	padding: 5px 5px 0 5px;
}

.post img {
	float: left;
	margin-right: 10px;
	padding: 0px 0px;
}

.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}

/*.post .meta img {
	padding: 10px 0 20px 0;
	
}*/

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	font-weight: bold;
	color: #5E5E5E;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	margin: 50px 0 0 0;
	padding: 0px 10px 30px 10px;
   /*border: thin solid #cccccc;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	border-bottom: 1px solid #252726;
}

#sidebar h2 {
	margin: 0px;
	padding: 5px 0px 8px 8px;
	font-size: 120%;
	font-weight: normal;
	color: #fff;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #A1A1A1;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
	/*background: #fff;*/
	border-top: 1px solid #252726;
	color: #fff;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

div#kuedLogo {
	margin: 1em 0;
	background: #465443;
}

