
.post h1 {
	padding: 0;
	font-size: 20px;
	line-height: 30px;
}
div.exercise
{
	padding: 0;
	width: 700px;
	margin: 10px 0 60px 0;
	clear: both;
}
.exercise h1 
{
	font-size: 20px;
	line-height: 30px;
	margin:0;
	padding:0
}
.exercise h2 
{
	font-size: 20px;
	line-height: 30px;
	margin:0;
	padding:0;
}
#content .exercise h2 
{
	background: none;
}
.exercise, .exercise input, .exercise button
{
	font: normal normal 15px/26px Verdana;
}
.exercise input.gap
{
	line-height: 18px;
}
div.choices, div.check, div.result, div.reset, div.exbody
{
	margin: 10px 0;
}
div#overDiv {
	padding:5px;
	border: 1px solid #000;
	background-color: #FEEAC0;
}

div.download_hint {
	margin-top: 30px;
	padding: 15px;
	background-color:#fff;
}
.post p {
	margin: 10px 0;
}
.post li.lesson_nesting_2 {
	padding-left: 12px;
}
p.description_small {
	font-size: 80%;
	margin: 5px 0 10px 0;
}
.entry {
	margin-top: 10px;
}

.exercise button {
	margin-right:10px;
}

.exercise .instruction {
	/* background-color: #FFF6E8; */
	/* background-color: #FFF; */
	border-bottom: 1px solid #000;
	padding: 0px 10px 3px 10px;
	}
	
.exercise .hint {
	padding-left: 10px;
	}

.exercise .cloze_footer {
	background-color: #FFF;
	/* border-bottom: 1px solid #000; */
	padding: 10px;
	}
.exercise input.gap {
	border: 1px solid #000;
	}
.exercise .choices {
	margin-top: 0;
	}
.exercise .result {
	padding: 5px 10px;
	}
.exercise .result_right,  
.exercise .result_wrong {
	background-position:10px 5px;
	background-repeat: no-repeat;
	padding-left: 60px;
	}
.exercise .result_right  {
	background-image:url("img/sm_orange_thumbs_up-26.png");
	}
.exercise .result_wrong  {
	background-image:url("img/sm_sad5-40.png");
	}

.exercise .exbody {
	margin-left: 10px;
}

