/* custom.css
   for wordpress theme f2
*/
#page {
	min-width:902px;
	max-width:902px;
	border:1px solid #676767;
	margin:0 auto;
}
#header {
        background-position: center;
	border-bottom:1px solid #d59f0f;
	padding:1px 0px 15px;
}

/* hmenu out of header */
#hmenu {
        background-color:#d59f0f;
	float:none;
	position:static;
	height:24px;
	border:1px solid #d59f0f;
	margin:0;
}
#hmenu ul {
	float:none;
}
#hmenu ul li a {
	background-color:#d59f0f;
	color:#eee;
	padding:5px 20px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}

#hmenu ul li a:hover, #hmenu ul li.hmenu_rss a:hover {
	background-color: #8a2003;
	color: #fff;
}
#hmenu ul li.hmenu_rss a {
	background:#d59f0f url('images/feed.png') no-repeat 95% 50%;
	padding:5px 40px 5px 40px;
}
.wp-caption p.wp-caption-text {
   text-align: center;
}
a {
        color:#8a2003;
}
/* Footer */
#footer { 
	text-align:center;
	font-size:1.2em;
	background:#d59f0f;
	color:#fff;
	border:1px solid #d59f0f;
}
#footer_copyr {
	font-size:0.8em;
}
img#wpstats{display:none}
#footer_credit { 
	font-size:0.8em;
	color:#eee;
}
#footer a {
	color:#ddd;
}
