@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto;
}

@font-face {
  font-family: 'Molengo';
  font-style: normal;
  font-weight: normal;
  src: local('Molengo'), url('http://www.siteblocks.com/_includes/Molengo.ttf') format('truetype');
}

body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/bg.jpg) center top no-repeat;
	font-family: "Molengo", Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#home {
	position:absolute;
	top:0;
	width: 450px;
	height: 150px;
	z-index:1;
}

form {
}

label {
	display: block;
	width: 125px;
	text-align: right;
	float: left;
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 10px "Molengo", Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h1, h2, h3, h4 {
	margin: 10px 0 0 5px;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-left:5px;
	line-height: 125%;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #593322;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#wrapper {
	width: 976px;
	margin: 0 auto;
}

#site_nav {
	position: absolute;
	top: 0;
	width: 960px;
	margin: 0 auto;
	z-index:2;
}

#nav_wrapper{
	width:960px;
	height: 55px;
}

#logout_btn {
	width: 80px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/site_logoff.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#menus_btn {
	width: 80px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/site_menus.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#pages_btn {
	width: 80px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/site_pages.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#images_btn {
	width: 80px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/site_images.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#meta_btn {
	width: 80px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/site_meta.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#login_form {
	display:none;
}

label {
	display: block;
	width: 125px;
	text-align: right;
	float: left;
}

#edit_content{
	position:absolute;
	z-index:500;
	margin-left:-50px;
}

/* Header */

#header {
	height: 50px;
	width: 960px;
}

/* Menu */

#menu {
	position: absolute;
	top: 178px;
	height: 50px;
	width: 960px;
}


/* Page */

#page_wrapper{
	margin-top:250px;
}

#page_top {
	width: 976px;
	height: 23px;
	background-image: url(../images/content_top_bg.png);
	background-repeat: no-repeat;
}

#page {
	width: 976px;
	background-image: url(../images/content_mid_bg.png);
	background-repeat: repeat-y;
}

#page_bot {
	width: 976px;
	height: 23px;
	background-image: url(../images/content_bot_bg.png);
	background-repeat: no-repeat;
}

/* Content */

#content {
	float: left;
	margin-left:20px;
	margin-bottom:5px;
	width: 580px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 308px;
}
.sidebar_post {
	width: 255px;
	padding: 0 25px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

/* Footer */

#footer {
	margin:0 25px;
	width:910px;
	height: 50px;
	color: #C0C0C0;
	text-align: right;
	font-size:10px;
}

#footer p {
	margin: 0;
	padding-top: 30px;
	text-align: center;
	color: #593322;
}

#footer a {
	color: #666666;
}

#footer_feature {
	float: left;
	width:309px;
	height: 276px;
	background: url(../images/feature_footer.png) no-repeat;
}

.topnav {
	margin-left:25px;
}

ul.topnav {  
    list-style: none;  
    padding: 0;  
    margin: 0 0 25px 0;  
    float: left;   
    font-size: 1em;   
}  
ul.topnav li {  
    float: left;  
    margin: 0;  
    padding: 0 15px 0 0;  
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}  
ul.topnav li a{  
    padding: 10px 5px;  
    color: #fff;  
    display: block;  
    text-decoration: none;  
    float: left;  
}  
ul.topnav li a:hover{  
    background: url(topnav_hover.gif) no-repeat center top;  
}  
ul.topnav li span { /*--Drop down trigger styles--*/  
    width: 17px;  
    height: 35px;  
    float: left;  
    background: url(subnav_btn.gif) no-repeat center top;  
}  
ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {  
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 35px;  
    background: #DD6115;  
    margin: 0; padding: 0;  
    display: none;  
    float: left;  
    width: 170px;  
    border: 1px solid #111;  
}  
ul.topnav li ul.subnav li{  
    margin: 0; padding: 0;  
    border-top: 1px solid #533303; /*--Create bevel effect--*/  
    border-bottom: 1px solid #3E2601; /*--Create bevel effect--*/  
    clear: both;  
    width: 170px;  
}  
html ul.topnav li ul.subnav li a {  
    float: left;  
    width: 145px;  
    background: #DD6115 url(dropdown_linkbg.gif) no-repeat 10px center;  
    padding-left: 20px;  
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    background: #ff8000 url(dropdown_linkbg.gif) no-repeat 10px center;  
}
