body {
	/*:Background image*/
	background:url(images/background/BodyBg.png);
        background-repeat: repeat-x;
        background-color: #0F2233;

        
}

#header_image {
	/*:Header height*/
	padding-top:148.14814814815px;
	/*:Header image*/
	background-image:url(images/Logo.jpg);
	/*:Header image alignment*/
	background-position:center;
}

.sidebar_left #frame {
	/*:Sidebar left width*/
	padding-left:200px;
}

.sidebar_right #frame {
	/*:Sidebar right width*/
	padding-right:250px;
}

#sidebar_left.sidebar {
	/*:Sidebar left width*/
	width:200px;
	/*:Sidebar left width*/
	right:200px;
}

#sidebar.sidebar {
	/*:Sidebar right width*/
	width:250px;
}

* html #sidebar_left {
	/*:Sidebar right width*/
	left:250px;
}

#page, #header, #footer {
	/*:Page width*/
	width:800px;
}

*::-moz-selection, *::-selection {
	/*:Navigation color*/
	background-color:#f37232;
}

#quicklinks #addicted_results ul li a:hover {
	/*:Navigation color*/
	background-color:#f37232;
}

a {
	/*:Navigation color*/
	color:#f37232;
    
}

.sidebar h2 {
	/*:Navigation color*/
	border-left-color:#f37232;
	/*:Navigation color*/
	color:#f37232;
}

.sidebar h2 a {
	/*:Navigation color*/
	color:#f37232;
}

#calendar #today {
	/*:Navigation color*/
	background-color:#f37232;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a {
	/*:Navigation color*/
	color:#f37232;
}

#menu ul li li.current_page_item a:hover {
	/*:Navigation color*/
	color:#f37232;
}

#menu ul li.current_page_ancestor:hover a, #menu ul li.current_page_ancestor a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a {
	/*:Navigation color*/
	background-color:#f37232;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a, #frame .sidebar li a:hover {
	/*:Navigation color*/
	background-color:#f37232;
}

.sidebar li a:hover {
	/*:Navigation color*/
	background-color:#f37232;
}

code {
	/*:Content color*/
	background-color:#565358;
	/*:Content color*/
	border-color:#565358;
}

.bypostauthor div {
	/*:Content color*/
	background-color:#565358;
	/*:Content color*/
	border-color:#565358;
}

.bypostauthor cite {
	/*:Content color*/
	color:#565358;
}

h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a, .date, .comment.comment_author .author, .comment.comment_author .author a, .comment.comment_author .date, .comment.comment_author h4 {
	/*:Content color*/
	color:#565358;

}

.post blockquote {
	/*:Content color*/
	border-left-color:#565358;
}


.weblink {
	border:1px solid #E5E5E5;
	padding:5px;
	margin:.5em 0 .5em 0;
	color:#554C45;
}

.weblink a {
	color:#554C45 !important;
}

.weblink a {
	font-weight:bold;
}

.weblink {
	background:#fff url(images/weblink.png) no-repeat top left;
	padding-left:50px;
	min-height:35px;
}
