/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 1.6em;
	background-color: #fbfbfb;
}

body {
	background: #fff url(images/normalpage-bg.png) repeat-x;
}

#container {
	margin: 0;
	width: auto;
}

#content {
	width: auto;
	margin: 133px 260px 0 0;
	float: none;
}

#content_box {
	background: none;
}

#sidebars {
	position: absolute;
	top: 165px;
	right: 20px;
}

.sidebar_list {
	padding-top: 0;
}

.post_box {
	padding: 0 0 2.2em 0;
}

#MainLogo {
	width: 116px;
	height: 100px;
	margin: 20px 120px 0 20px;
	float: left;
	display: block;
	background-image: url(../images/logohomepagelowres.png);
}

#MainMenu a {
	color: #999999;
	display: block;
	float: left;
	font-size: 20px;
	margin: 0 10px;
	padding: 6px 16px;
	line-height: 1.1em;
}

#MainMenu a.selected,
#MainMenu a.selected:hover {
    background-color: #1368A8;
    color: #fff;
}

#MenuContainer.loggedIn a.last {
	border-right: 1px solid #e5e5e5;
}

#MainMenu a:hover {
	color: #1368A8;
	text-decoration: none;
}

#header {
	display: none;
}

#footer {
	margin-right: 240px;
}

.post_box, .teasers_box, .full_width #content_box .page {
	margin-left: 0;
}