body.custom {
    background: #505050;
}

.custom #header {
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-bottom: 5px solid #d54e21;
    position: relative;
    background:#D3E7F8; 
}

.custom #header #logo a {
    display:block;
    width:550px;
    height:109px;
    background:#D3E7F8; 
}

.menu {
    background: #464646;
}
.custom #content { 
    background: #fff; 
}

.custom h1, .custom h2, .custom h2 a {
    color: #d54e21;
    text-align: center;
 }

.custom #content_box {
    background: url('images/bg-image.png') repeat-y scroll center center;
}

.custom .to_comments {
    text-align: center;
}

.custom dl#comment_list .bypostauthor {
    background: #F2F2F2;
}

.custom .headline_meta {
    text-align: center;
}

.custom #tabs {
    background: #464646 ;
    border: none;
}

.custom ul#tabs li {
    background: #464646 ;
    border: none;
}

.custom ul#tabs li a{
    background: #464646 ;
    color: #fff;
    border: 0 1px 0 0 solid #fff
}


.custom ul#tabs a:hover {
    background: #D3E7F8;
    color: #000;
    border: 0 1px 0 0 solid #fff;
}

.custom ul#tabs li.current_page_item a {
    cursor:default;
    background: #d54e21;
    color: #fff;
    border: 0 1px 0 0 solid #fff;
}

.custom a.continue {
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

#recent-posts li {
	background: #D3E7F8;
	border: 1px solid #d54e21;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}


.custom li.widget ul li  {
	border: 1px solid #d54e21;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}

.custom #sidebar_1 { 
    background: #D3E7F8;
    padding: none;
    margin: none;
}

.custom #sidebar_2 { 
    background: #eee;
}

.sidebar li.widget {
	margin-bottom: 1.5em;
}

.custom #content ul li {
	margin-bottom: 1em;
}

.custom input.form_submit:hover {
    color: #D54E21;
}

.custom #footer { 
    background: #464646; 
    border-top: 5px solid #d54e21; 
}

