body { padding: 0 0 0 0; margin: 0; font: .9em Calibri, Tahoma, Arial, sans-serif; line-height: 1.7em; }
#container {
	background:#f4f4f4 url(http://eslplayground.com/background.png) no-repeat 50% -7px scroll;
	margin: 0pt; padding: 0pt;min-height:100%; height:100%; 
} * html #container{ background-position: 50% 0%; 
} *:first-child+html #container{ background-position: 50% 2px; }   
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {	font: bold 1.3em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2, h3 { margin: 0; padding: 0; font: bold 1.2em Garamond, "Bookman Old Style", Georgia, "Times New Roman", Times, Roman, "Courier New", serif; letter-spacing: -1px; color:#999999; }
h1 a, h2 a, h3 a { color: #999999; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }
.yeah {
border:1px solid #cccccc;
background-color:#ffffff;
margin-top:20px;
padding:15px;
}

.date {color:#eeeeee; padding-bottom:8px; border-bottom:1px solid #eeeeee;}

.date2 {padding-left:10px; padding-top:20px; color:#666666;}

.commentsbox2 { background: #efede0;  }

b.rtop {margin-top:10px;}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #efede0}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
.comment {border-bottom:1px solid #eeeeee;}
.user { background: #fff url(http://eslplayground.com/images/speech_bottom.gif) 40px 0 no-repeat; padding: 20px 0 0 12px; color: #4A4A4A; }

/*
.user { background: #fff url(http://eslplayground.com/images/speech_bottom.gif) 40px 0 no-repeat; padding: 20px 0 0 12px; margin-bottom: 2em; color: #4A4A4A; }

*/


/* layout */
#content { position:relative; width:930px; margin:auto; background-color:#FFFFFF; padding-top:10px;}
#logo { margin: 0 0 0 0; }
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
#top_info { width: 200px; line-height: 27px; float: right; color: #808080; background: #fff; margin: 12px 5px 7px 0; text-align: right; height: 74px; }

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(http://eslplayground.com/images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(http://eslplayground.com/images/lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#tablist{ padding: 2px 0; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 22px;
		margin-right: 2px;
		background: #808080 url(http://eslplayground.com/images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #6495AB url(http://eslplayground.com/images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #9FC7D8 url(http://eslplayground.com/images/corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 22px;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 609px;
	background: #B0D0DC url(http://eslplayground.com/images/topicsbg.gif) repeat-x left bottom;
	padding: 8px 5px;
	margin: 0 0 5px 0;
	color: #fff;
	height: 59px;
}
	#topics li a { background-image: url(http://eslplayground.com/images/bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(http://eslplayground.com/images/searchbg.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 270px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 170px; border: 1px solid #357994; background: #fff; color: #33748e; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding: 4px; font: bold 1em Arial, Sans-Serif; }

/* left side */
#left {
	float: left;
	width: 520px;
	margin: 0 0 10px 15px;
}

	.subheader {
		margin: 10px 0 20px 0;
		padding: 8px;
	/*	background: #f4f4f4 url(http://eslplayground.com/images/bgshade.gif) repeat-x;
		color: #808080;*/
border-top: 1px solid #226e8d;
border-left: 1px solid #226e8d;
border-right: 1px solid #226e8d;
		border-bottom: 1px solid #226e8d;
text-align:center;
	}

	.left_articles {
		margin: 0px 0 10px 0;
		color: #454545;
		padding: 10px 10px 10px 10px;
		border:1px solid #eeeeee;
	}
		.date { font-size: 1em; color: #666666; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
		}

.article_title {
background: #eeeeee;
font: 1.2em Verdana, Arial, Sans-Serif;
color:#999999;
padding-left:10px;
border: 1px solid #ccccc;
}

	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 5px;
		margin: 0 0 5px 0;
	}
	.thirds {
		float: left;
		width: 145px;
		padding: 0 10px 0 15px;
	}		
		.thirds2 {
		float: left;
		width: 127px;
		padding: 0 10px 0 15px;
	}		
		
		
/* right side */
#right {
	float: right;
	width: 300px;
	margin: 0 10px 10px 0;
}
	.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}
	.image { float: right; margin: 0 2px 0px 0; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 80px;	
		margin: 0 0 10px 0;
		background: #fff url(http://eslplayground.com/images/notes.gif) no-repeat center left;
		color: #454545;
	}
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }

.center_box
{border:1px solid #eeeeee;
margin-bottom:10px;
padding:10px;
}

.hreview {
border: 1px solid #cccccc;
background-color: #eeeeee;
padding-left: 8px;
padding-right: 8px;
}

.snews_rate_wrap {
border: 1px solid #cccccc;
background-color: #eeeeee;
padding-left: 8px;
padding-right: 8px;
}

.rate_item {
color: #999999;
}


.commentsbox {
margin-top:20px;
border: 1px solid #cccccc;
background-color: #eeeeee;
padding-left: 8px;
padding-right: 8px;
}

.summary {
/*background-color: #efede0;
border:1px solid #eeeeee;*/
margin-bottom: 15px;
padding:10px;
}


.New_Admin_Links {font-size:85%;text-align:center;}
