/* CSS Document */
body
{
	background:#321E10 url(images/body-bg.jpg) top left repeat-x; 
	margin-top:0px;
}
body, p, li, table, h1, h2, h3, h4, h5
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#573506;
}
h1 { font-size:18px; margin-top:5px; margin-bottom:8px; }
h2 { font-size:16px; margin-top:5px; margin-bottom:8px; }
h3 { font-size:14px; margin-top:5px; margin-bottom:8px; }
h4 { font-size:12px; margin-top:5px; margin-bottom:8px; }
h5 { font-size:12px; margin-top:5px; margin-bottom:8px; }

strong
{
	font-weight:900;
	font-size:13px;
}
#main
{
	background:#ffeebc url(images/content-bg.gif); 
	border:2px solid #FEFFB3; 
	width: 800px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:5px;
}
#header
{
	background:url(images/header-bg.gif) top left repeat-x; 
	height:127px;
}
#menu
{
	border-top:1px solid #907651; 
	border-bottom:1px solid #907651; 
	background: url(images/menu-bg.gif) top left repeat-x; 
	height:18px;
}
#content
{
	padding:15px;
}
#footer
{
	width:800px; 
	margin-left:auto; margin-right:auto; 
	font-family:Tahoma; 
	font-size:11px; 
	text-align:right; 
	color:#F3FAC9;
}
#footer a, #footer a:visited
{
	color:#F3FAC9;
	text-decoration:none;
}

/* Blog Styles */
#blog_titles
{
	float:right;
	width: 170px;
}
#blog_titles h3
{
	font-size:13px;
	margin:0px;
	margin-bottom:3px;
	cursor:pointer;
}
#blog_titles ul
{
	margin:0;
	margin-bottom:5px;
	padding:0;
}
#blog_titles li
{
	list-style:none;
	margin-left: 15px;
}
#blog_titles li a, #blog_titles li a:visited
{
	color:#8f5656;
	text-decoration:none;
}
#blog_titles li a:hover
{
	text-decoration:underline;
}
#blog_titles .open
{
	display:block;
}
#blog_titles .closed
{
	display:none;
}

#blog_entries
{
	width:580px;
	border-right:1px solid #ccc;
	padding-right:10px;
}
#blog_entries h2
{
	margin:0;
	margin-bottom:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC3333;
	font-size: 16px;
}
#blog_entries .date
{
	margin:0;
	border-bottom:1px dotted #8f5656;
}
#blog_entries hr
{
	color:#8f5656;
	height:1px;
	margin-bottom:5px;
}
#blog_entries .posted
{
	color:#8f5656;
	text-decoration:none;
	margin:0px;
}
#blog_entries a, #blog_entries a:visited
{
	color:#8f5656;
	text-decoration:none;
	cursor:pointer;
}
#blog_entries a:hover
{
	text-decoration:underline;
}
.button
{
	background-color:#663333;
	color:#DFD5BF;
	margin:10px;
	font-weight:bold;
	width:150px;
}

/* Menu Styles */

#menu ul
{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
#menu li
{
	list-style:none;
	display:inline;
	padding-left:10px;
	padding-right:10px;
}
#menu a, #menu a:visited
{
	color: #e0c580;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma;
	line-height:18px; 
}
#menu a:hover
{
	text-decoration:underline;
}

input, textarea
{
	width:150px;
}

.rightimg
{
margin:10px; margin-top:0px; float:right; padding:1px; border:2px solid #4D341E;
}
.factimg
{
margin:5px; margin-top:0px; padding:1px; border:2px solid #4D341E;
}

#formdiv
{
	border:1px solid #ccc;
	width: 270px;
	background-color:#FDFAE8;
	padding:5px;
	margin-top:5px;
}

/* Guestbook Style */
.comment
{
	margin-top:5px; 
	background-color: #fdfae8;
	width: 430px;
	padding:10px;
}
.comment p
{
	font-size:11px;
	font-weight:bold;
	margin:0;
}
p.email
{
	background: url(arrow.gif) 20px -5px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-top:0px;
	margin-bottom: 10px;
	font-size:10px;
	color:#8f5656;
	font-style:normal;
}
p.email a, p.email a:visited
{
	color:#8f5656;
}
blockquote {
	padding-left: 25px;
	width:250px;
	float:right;
	background: url(images/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin-bottom:10px;
}
blockquote p
{
	background: url(images/quotes2.png) no-repeat;
	background-position:bottom right;
	padding-right:5px;
}
blockquote span
{
	font-size:11px;
	color:#8f5656;
}
.dropmenudiv{
	width: 130px;
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background: url(images/menu-bg.gif) top left repeat; 
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #e0c580; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #e0c580;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Tahoma;
	line-height:18px; 
}
.dropmenudiv a:hover
{
	text-decoration:underline;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

#langsel
{
	width:800px;
	margin:3px;
	margin-left:auto;
	margin-right:auto;
	font-family:Tahoma; 
	font-size:11px; 
	text-align:right; 
	color:#F3FAC9;
}
#langsel a, #langsel a:visited
{
	color:#F3FAC9;
	text-decoration:none;
	line-height:13px;
}
#langsel a img
{
	position:relative;
	top:2px;
}