@charset "utf-8";

/*******************
 **    General    **
 *******************/
 
 

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}
body{
    background: #000 url(../../../../images/main-BG.jpg) repeat-x top left;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}

h1, h2, h3, h4, h5, p, ul, ol, li, strong, span, #footer
{
font-family: Trebucket, Arial, Helvetica, sans-serif;
}

img{
    border: 0;
}
h1{
    font-size: 1.5em;
    padding: 0 0 10px 0;
}
#header h1 a{
    color: #5b5b5b;
}
#header h1 a:hover{
    color:#a52713;
    text-decoration: none;
}
h2 a{
    color: #f84e0b;
}
h2 a:hover{
    text-decoration: none;
    color: #c04d20;
}
a:link, a:visited{
    text-decoration: none;
    color: #f84e0b;
}
a:hover{
    text-decoration: underline;
    color: #c04d20;
}
p{
    padding: 10px 0 0 0;
}

/*******************
 **    Layout     **
 *******************/
#headercontainer
{
width: 100%;
float:none;
}

#header
{
margin: 0 auto;
width: 884px;
}

#background_container{
    background-color: #000;
    width: 100%;
	
    
}
#content_container{
    margin: 0 auto;
    width: 884px;
    position: relative;
	margin-top: 15px;
	background: #fff url(../../../../images/top-bar.gif) no-repeat top left;
}
#container{
    margin: 0 auto;
    padding: 20px 0 20px 0;
    float: left;
	width: 590px;
}

#submenu
{
text-align: right;
margin-right: 32px;
color: #fff;
}

#submenu a:link, #submenu a:visited
{
color: #fff;
}

#submenu a:hover
{
color: #f84e0b;
text-decoration:none;
}

#logocontainer img
{
	float: left;
	
}

#logocontainer p
{
color: #fff;
font-size: 13px;
text-align:right;
margin-right: 32px;
line-height: 137px;
}

/*******************
 **    Content    **
 *******************/


.post{
    padding: 10px 0px 10px 20px;
    clear: both;
    width: 570px;
    float: left;
}
.post h2{
    font-size: 17px;
    color: #f84e0b;
    font-weight:bold;
}
.post h2 a, .post h2 a:visited{
    color: #f84e0b;
}
.post h2 a:hover{
    color: #c04d20;
}
.entry{
    line-height: 18px;
    float: left;
    width: 570px;
}
p.postmetadata{
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
    font-size: 0.85em;
    clear: both;
}
p.postmetadata a, p.postmetadata a:visited {
    color: #f84e0b;
}

/*******************
 **  Navigation   **
 *******************/
 
.navigation{
    padding: 10px 0 0 20px;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
    clear: both;
}

#menubg
{
background:url(../../../../images/bot-bar.gif) no-repeat bottom left;
width: 884px;
height: 7px;
margin-top: 0px !important;
margin-top: -7px;
}
#menubg2
{
background-color: #fff;
width: 884px;
height: 26px;
}

#quickmenu
{
list-style-type: none;
margin: 0px;
padding: 0px;
text-align:center;
}

#quickmenu li
{
display: inline;
line-height: 26px;
padding: 0px 10px;
}

#quickmenu li a:link, #quickmenu li a:visited
{
color: #000;
}

#quickmenu li a:hover
{
color: #f84e0b;
text-decoration:none;
}


/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
    margin: 0 auto;
    padding: 20px 10px 20px 25px;
    float: right;
    width: 225px;
    font-size: 0.85em;
    display: inline;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}
.sidebar h2{
    font-size: 1.3em;
    padding: 10px 0 10px 0;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}
.sidebar a{
    color: #5b5b5b;
}
.sidebar a:hover{
    color: #a52713;
}
#wp-calendar a{
    color: #a52713;
}
#wp-calendar{
    width: 100%;
}

.rightboxout
{
width: 203px;
background-color: #f4e9e5;
margin: 10px auto;
}

.rightboxtop
{
background: url(../../../../images/rightbox-top.gif) no-repeat top center;
width: 203px;
height: 11px;
}

.rightboxbot
{
background:url(../../../../images/rightbox-bot.gif) no-repeat top center;
width: 203px;
height: 11px;
}


/*******************
 **   Comments    **
 *******************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 1.2em;
}

.commentmetadata{
	font-size: 1em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 1em;
}

/*******************
 **     Footer    **
 *******************/

#footer a:link, #footer a:visited
{
color: #fff;
font-size: 10px;
text-decoration:none;
margin-left: 15px;
}

#footer a:hover
{
color: #999999;
}

#footer
{
margin: 0 auto;
height: 40px;
width: 884px;
}


/*******************
 **     Misc.     **
 *******************/

.clear_float{
    clear: both;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.wp-caption{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img{
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}