/* @override 
	http://ordinary-light:8888/media/css/styles.css
*/

body {
	background-color:#390102;
	font-family:Verdana, Arial, sans-serif;
	color:#eee;
	font-size:12px;
}

a {
	color: #eee;
	text-decoration: none;
}
#page a {
	color: #D7C48A;
}

h6 {
	font-size:12px;
	font-weight:bold;
}

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

h4 {
	font-size:16px;
	font-weight:bold;
}
h4.home {
	margin-bottom: 10px;
}

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

h2 {
	font-size:21px;
	font-weight:bold;
}

h1 {
	font-size:24px;
	font-weight:bold;
}

img{
    border-style:solid;
    border-color:#999;
    border-width:2px;
}

#main {
        background-color:#fff;
	margin: auto;
	margin-top: 10px;
	display: block;
	width: 953px;
        position: relative;
}

#middle {
	padding: 1px 0 1px 0;
	background: url(../images/content_bg.gif) repeat-y top left;
	position: relative;
}


/* @group header */

#title_stripe {
        background: url(../images/logo_bar.jpg) ;
	background-color: #4c0202;
	display: block;
	height: 60px;
	float: left;
	width: 954px;
}
#menu_stripe {
	background: url(../images/menu_search_stripe.jpg) no-repeat;
	display: block;
	height: 22px;
	padding: 20px 15px 20px 15px;
	margin: 5px 0 5px 0;
	float: left;
	width: 923px;
}

#menu_left{
	float: left;
	width:  auto;
}
#menu_right{
	float: right;
	width:  auto;
	text-align: right;
}

#subscription_window{
	color:#333;
	margin-top: 10px;
}

#header_image_container {
	display: block;
	position: relative;
	width: 953px;
	height: 272px;
}
#header_image_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
}
#header_image {
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 1000;
}

/* @end */

/* @group navigation */
.navigation {
}
#middle .small_logo {
	position:absolute;
	right: 50px;
	top: 30px
	
}
.navigation li {
        width: 102px;
        height: 28px;
        display: block;
        margin-right: 10px;
	float: left;
	position: relative;
}

.navigation ul.subnav {
	position: absolute;
	top: 26px;
	left: 0;
	height: auto;
}
.navigation ul.subnav li {
	width: auto;
	min-width: 80%;
}

.navigation a {
	background: url(../images/main_menu_btn.png);
        width: 102px;
        color: #4c0202;
        height: 22px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        padding-top: 6px;
        display: block;
	color: #fff;
	line-height: 13px;
}
.navigation a:hover {
        background: url(../images/main_menu_btn_clicked.png);
        color: #fff;
}
/* @end */

/* @group sub_navigation */
.sub_navigation {
	display: block;
	height: 26px;
}

.sub_navigation li {
	background-color: #4c0202;
	display: block;
	float: left;
	padding: 6px 13px 0;
	height: 20px;
	position: relative;
}

.sub_navigation ul.subnav {
	position: absolute;
	top: 26px;
	left: 0;
	display:block;
	height: auto;
}

.sub_navigation a {
	color: #ddcfa0;
	line-height: 13px;
        text-decoration: none;
        font-weight: bold;

}
.sub_navigation a:hover {
	color: #fff;
}
/* @end */


/* @group pages */

#page {
	display: block;
	width: 923px;
	padding: 15px;
	float: left;
	min-height: 517px;
	margin-right: 20px;
	background: url(../images/bloodybg.jpg) repeat top left;
}

h1 {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

p {
	line-height: 18px;
}

#logo {
	/*top: 60px;
	right: 10px;
	position: absolute;*/
	margin-left:20px;
	
}

/* @end */

/* @group Contact Us */

#contact_us_content {
	display: block;
	float: left;
	margin: 0 20px 0 20px;
	width: 420px;
}

#contact_form_cont {
	display: block;
	float:right;
	width: 423px;
	background-color:#492727;
	padding-bottom: 20px;
	margin-right: 20px
}
#contact_form_cont h1 {
	display: block;
	font-size: 14px;
	background-color: #492727;
	padding: 15px;
	color: #fff;
}
#contact_form {
	margin: 20px;
}
#contact_form label {
	display: block;
	margin-top: 10px;
	color: #fff;
}
#contact_form input {
	display: block;
}
#contact_form textarea {
	display: block;
	width: 220px;
	margin-bottom: 10px;
}

#contact_form #form_errors {
	color: #f88;
	margin-bottom: 10px;
}

#contact_form .message_sent {
	color: #8f8;
}

#contact_form #submit_button {
	float: right;
}

/* @end */

/* @blog*/

.comment_body {
	display: block;
	margin: 10px 0 0 0;
}
.comment_date {
        font-weight: bold;
}

#comment_form
{
    
}
/* @end */

/* @group footer */
#footer {
	background-color: #380101;
	display: block;
	height: 18px;
	padding: 34px 15px 15px 15px;
	float: left;
	width: 923px;
}
#search {
	background: url(../images/menu_search_stripe.jpg) no-repeat;
	display: block;
	height: 22px;
	padding: 20px 15px 20px 15px;
	border-width:5px;
        border-color:#fff;
        border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-style:none;
	float: left;
	width: 923px;
}

#search_form{
	float: left;
	width:  500px;
}
#newsletter_btn{
	background: url(../images/newsletter_sign_up.png);
	display: block;
	float: right;
	width:  152px;
	height: 28px;
}

#footer a {
	font-size:  10px;
	color: #fff;
	float: left;
	margin: 0 10px 0 30px;
	
}
#footer a.dazines {
	float: right;
}

a.links {
	background: url(../images/main_menu_btn.png);
    width: 102px;
    color: #4c0202;
    height: 22px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: block;
	color: #fff;
	line-height: 13px;
	float: right;
	padding-top: 6px;
	margin-left: 10px;
}
a.links:hover {
    background: url(../images/main_menu_btn_clicked.png);
    color: #fff;
}



/* @end */

.go_btn{
    background: url(../images/go_btn.png) no-repeat;
    width: 31px;
    height: 23px;
    display: block;
}


