body {
	background-color: #A8FC97;
}
body, td {
	color: #555;
	margin: 0;
	padding: 0;
}
body, html {	
}


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




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


div.panel, div.comment_text {
	border-left: 4px solid #b9fcab;
	background-color: #EEE;
}

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

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


/* main layout */

div.page {
	width:expression(document.body.clientWidth > 881? "880px": "auto" );
	max-width: 880px;
	min-width: 500px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/templates/raised/shadow_left.png) !important;
	background-image: url(/templates/raised/shadow_left.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 24px;
}
div.page1 {
	background-image: url(/templates/raised/shadow_right.png) !important;
	background-image: url(/templates/raised/shadow_right.gif);
	background-position: top right;
	background-repeat: repeat-y;
	padding-right: 24px;
}
div.page2 {
	background-color: #FFF;
	padding: 0 20px 0 20px;
}

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

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


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

}
ul.sidemenu li {
	line-height: 140%;
	margin-top: 0.3em;
	text-align: right;
}
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.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 {
	float: right;
	margin-bottom: -2em;
}
div.adsense_side_menu {
	text-align: right;
}