/* CSS Document */

body {
	width:100%;
	margin:auto;
	text-align:center;
	background-color:#889e2a;
}

#wrapper {
	position: relative;
	width:980px;
	margin:10px auto;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#header {
	position: relative;
	width: 100%;
	height: 290px;
	margin-bottom: 10px;
	background-color: #fff;
	background-image: url(../images/layout/header-bkg-corrected.jpg);
	background-repeat: no-repeat;
	border: 1px solid #cbed39;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#header #logo {
	position:absolute;
	left:25px;
	top:13px;
	z-index:10;
}
#header #sitetitle {
	position:absolute;
	left:272px; top:217px;
	width:710px; height:56px;
	text-align:right;
	background-image:url(../images/layout/sitetitle-bkg.png);
	background-repeat:no-repeat;
	z-index:10;
}
#header #sitetitle h1 a {
	font-size:30px; line-height:56px;
	margin:0;
	padding-right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-style:italic;
	text-transform:none;
	letter-spacing:normal;
	font-weight:bold;
	text-decoration:none;
}
.hidden {
	display:none;
}
#content {
	position:relative;
	top:0; left:0;
	width:100%;
	text-align:left;
	margin-top:10px;
	background-color:#fff;
	border:1px solid #000;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#topnav {
	position:relative;
	width:100%; height:47px;
	font-size:14px;
	z-index:20;
	vertical-align:middle;
	text-align:center;
	background-color:#000;
	-webkit-border-radius: 7px 7px 0 0;
	-khtml-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	background: -moz-linear-gradient(#cbed39, #889e2a);
	background: -o-linear-gradient(#cbed39, #889e2a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cbed39), to(#889e2a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#cbed39, #889e2a);
	
}
#topnav .button {
	display:inline-block;
	border-right:1px solid rgba(255,255,255,0.2);
	margin-top:5px;
}
#topnav .buttonlast {
	border-right:none;
}
#topnav .button a {
	display:inline-block;
	color:#ddd;
	width:auto;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px; line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin:0 10px;
	font-weight:bold;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#666;
	background: -moz-linear-gradient(#dbd952, #2c4116);
	background: -o-linear-gradient(#dbd952, #2c4116);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbd952), to(#2c4116)); /* older webkit syntax */
	background: -webkit-linear-gradient(#dbd952, #2c4116);
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
#topnav .button a:hover {
	color: #fff;
	background-color:#2c4116;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#content .editable /*positioning only */
{
	position:relative;
	margin:15px;
	padding-bottom:20px;
}
#footer {
	position:relative;
	width:100%;
	height:47px;
	text-align:center;
	color:#000;
	font-size:10px; line-height:47px;
	background: -moz-linear-gradient(#cbed39, #889e2a);
	background: -o-linear-gradient(#cbed39, #889e2a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cbed39), to(#889e2a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#cbed39, #889e2a);
	-webkit-border-radius: 0 0 7px 7px;
	-khtml-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}
#footer a {
	color:#000;
	font-weight:bold;
}
#footer a:hover {
	text-decoration:none;
	color:#fff;
}
