* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
body { 
	background: #2C0E0B;
	font-size: 16px;
    font-family: Verdana, Georgia, Trebuchet MS, sans-serif;
	color:#FFFFFF;
}
img{
	margin:10px;
}
img.title{
	border:0 !important;
}
p{
}
a { 
	color: white; text-decoration: none; 
}
a:hover{
	 text-decoration: none;
	color:#C54B21;
}
strong{
	font-weight:bold;
}
em{
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
    margin-bottom:5px;
}
h1 {
    font-size:240%;
    line-height:120%;
}
h2 {
    line-height:120%;
    font-size:170%;
   
}
h3 {
    font-size:130%;
    line-height:120%;
    
}
h4 {
    font-size:120%;
    
}
h5 {
	color:white;
    line-height:120%;
    font-size:110%;
}
h6 {
    font-size:100%;
}


.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
	padding: 0 15px 15px 0;
	margin-right:10px;
}

.alignright {
   	float: right;
	margin: 0 0 25px 25px;
}
.alignleft img{
	float:left;
	margin:0 25px 25px 0;
}

#body_top{
	background: url(images/banner_rrr.jpg) no-repeat top center;
	width:952px;
	height:148px;
	margin:0 auto;
}

#container{
	margin: 0 auto;
	width:952px;
	background: url(images/body.jpg) repeat-y top center;
}
#content{
	min-height:500px;
	padding:0 15px;
}

#bottom_bar{
	background: url(images/bottom.jpg) no-repeat bottom center;
	height:51px;
	width:952px;
	text-align:center;

}
#header{
	height:107px;
}
.title{
	text-indent:-1000em;
}
.heading{
	background-repeat:no-repeat;
	text-indent:-1000em;

}

.post_name{
	color:white;
	border-bottom:solid white 1px;
	width:835px;
}
#post_content{
	width:840px;
	margin:0 auto;
}
.entry{
	margin-top:-60px;
}
.entry p{
	padding:10px;
}
.entry ul, .entry ol{
	margin-left:10px;
	padding-left:20px;
}
.entry li{
	margin-left:50px;

}
/* Main Menu
-------------------------------------------------------------- */
#menu{
	background:#161616;
	border:solid white 1px;
	height:30px;
	width:871px;
	margin:-20px auto;

}
#menu li {
	list-style: none;
	float: left; 
}
#menu li a {
	font-size:16px;
	display: block;
	padding: 3px 15px;
	text-decoration: none;
}
#menu li ul {
	margin-left:15px;
	display: none;
	width: auto; 
}
#menu li:hover ul {
	display: block;
	position: absolute;
	background:#008CC0;

	padding: 0; }
#menu li:hover li {
	border-bottom:dotted #B2B4C0 1px;
	float: none; }
#menu li:hover li a {
}
#menu li li a:hover {
	background:#323232;

}
#menu li.current_page_item a{
	color:#C54B21;
}

/* Foot Menu
-------------------------------------------------------------- */
#footer{
	clear:both;
	padding-top:40px;
}

/* Portfolio
-------------------------------------------------------------- */
blockquote, pre {
	background:#111111;
	border:3px solid #373737;
	padding:8px 12px 8px 36px;
	margin:5px 0;
	width:90%;
}
div.wpcf7{
	color:white !important;
}
#copy{
	color:white;
	font-size:80%;
}
.seperater{
	color:#252629;
	padding:0 5px;
}
.shadow{

}
.post-edit-link{
	margin-left:60px;
}