body {
	background-color: #2E3742;
}
body, td {
	color: #FFF;
}

a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #787D8C !important;
	border-bottom: 1px solid #787D8C;
}
a:visited {
	color: #EEE;
}
a img, a:visited img, div.logo a {
	border-bottom: 0 !important;
}




.caption, .menu_title, .count {
	font-size: 75%;
	color: #969ba0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}


div.panel, div.comment_text {
	background-color: #575f67;
}

hr {
	border: 0;
	background-color: #575f67;
	color: #575f67;
	height: 1px;
	margin: 40px 40px;
}

.yes, .no {
	color: #FFF;	
	padding: 0 10px;
}
.yes {
	background-color: #0A0;
}
.no {
	background-color: #A00;
}


/* main layout */

div.page {
	width:expression(document.body.clientWidth > 851? "850px": "auto" );
	max-width: 850px;
	min-width: 500px;
	margin: 20px auto;
	padding: 40px 1em 40px 1em;
}

div.left {
	float: left;
	margin-left: 0 !important;
	width: 200px; 
	padding: 0 10px 0 0;
	text-align: left;
}

div.middle {
	margin: 0 0 0 270px;
	/* padding-top: 175px; */
}
div.middle2 {
	display: inline;
	float: left;
	width: 100%;
	padding: 0;
}
div.logo, div.site_name {
	margin-bottom: 50px;
	text-align: right;
	font-size: 200%;
}
div.site_name a {
	border-bottom: 0 !important;	
}
div.footer, div.custom_footer {
	margin: 20px 0 0 270px;
	text-align: center;
}
div.footer a {
	color: #969ba0;
}


.sidemenu {
	list-style: none;
	padding: 0;
	margin: 0 0 3em 0;

}
ul.sidemenu li {
	line-height: 140%;
	margin-top: 0.3em;
	text-align: right;
	text-transform: uppercase;
}
ul.sidemenu a {
	text-decoration: none;
	border-bottom: 0 !important;
}
ul.sidemenu a:hover {
	border-bottom: 1px dotted #787D8C;
}
.menu_title {
	text-align: right;	
}

h1, h2, h3, h4 {
	margin-top: 0;
	font-family: GillSans, Helvetica, Arial, Sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}

div.subscribe_panel {
	padding-top: 20px;
}

/* padding for page items */
div.posts_item, div.comment_text {
	margin-bottom: 40px;
}
div.posts_item h2 {
	margin-bottom: 0;
}
#comment_email,
#comment_surname {
	display: none;
}

/*
div.messages {
	padding: 20px;
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #AAA;
}
*/
div.messages .success {
	color: #FFF;
	background-color: #0A0;
	padding: 5px 20px;
	margin-bottom: 10px;
	display: block;
}
div.messages .error {
	color: #FFF;
	background-color: #A00;
	padding: 5px 20px;
	margin-bottom: 10px;
	display: block;
}

div.digg_badge {
	margin: 20px;
}

div.comment_text {
	padding: 20px;
}

div.comment_details {
	overflow: auto;
}

div.comment_name, div.comment_days_ago {
	float: left;
	margin-right: 10px;
}
div.comment_admin_buttons {
	float: right;
}

div.login_button {
	position: absolute;
	right: 10px;
	top: 8px;
}
div.thumb {
	padding: 5px;
	border: 1px solid #AAA;
}
div.digg_badge {
	padding: 5px;
	background-color: #FFF;
	float: left;
}
div.adsense_side_menu {
	text-align: right;
}
hr.post_list {
	clear: both;
}