* { margin: 0; padding: 0; }

body { 
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	background: #fff url(../img/body_bg.png) repeat-x top;
	font-size: 14px;
}

h1 { margin-bottom: .35em; }

h1, h2, h3, h4, li { 
	font-weight: normal;
	font-family: 'Times New Roman', Georgia, serif;
	
}

a, a:visited { color: #A85300; }

a img { border: 0; }

ul {  list-style-type: none; }

li { margin: 0 0 1em 0; font-size: 14px; }

/* reusable classes */
.swatch1 { color: #A85300; }

.center_text { text-align: center; }

.mute { color: #ccc; }

.correct, .wrong { 
	font-size: 20px;
	padding: .5em;
	margin-bottom: 5px;
}

.correct { 
	border: 2px solid #009933;
	color: #009933;
}

.wrong { 
	border: 2px solid #920000;
	color: #920000;
}

.next_question {
	background: #A85300;
	color: #fff;
	padding: .5em;
	cursor: pointer;
}

p { 
	line-height: 1.5em; 
	margin-bottom: 1em;
}

h2, h3 {
	margin-bottom: .5em;
}

#container {
	width: 750px;
	margin: 0 auto;
	padding-left: 50px;
}

#pencil {
	background: ;
}

#header {
	background: url(../img/header_fill.png) no-repeat;
	width: 749px;  height: 122px;
	margin: 30px 0 25px 0;
	position: relative;
}

		#header span { display: none; }
		
		#progress {
			height: 37px;
			background: #A85300;
			width: 1px;
			position: absolute; 
			left: 50px;
			top: 64px;
		}

#description { display: none; }

#score h1 {
	font-size: 55px;
}

#score h2 { font-size: 35px; }

table { margin-top: 15px; }

table h2 { font-size: 25px !important; }

#post_to {
	padding-left: 20px;
}

#post_to h2 { display: inline; }

#html, #facebook, #myspace, #twitter {
	display: block;
	padding-left: 50px;
	height: 50px;
	margin-top: 12px;
}

#html { 
	text-decoration: underline; 
	cursor: pointer; 
	background: url(../img/blog_icon.png) no-repeat 0 0;
}

#html_code { display: none; }

#facebook {
	background: url(../img/facebook_icon.png) no-repeat 0 0;
}

#myspace {
	background: url(../img/myspace_icon.png) no-repeat 0 0;
	cursor: pointer;
	text-decoration: underline;
}

#twitter {
	background: url(../img/twitter_icon.png) no-repeat 0 0;
}

#take_again {
	background: #efefef;
	padding: .5em;
	text-align: center;
	margin-top: 1em;
}

#temp { display: none; }

#created_by { 
	margin-top: 35px; 
	border-top: 4px solid #4B2706;
	border-bottom: 4px solid #4B2706;
	padding-top: 10px;
}

#created_by table {
	text-align: center;
	margin: 0 auto; 
	width: 600px;
}

#created_by td { padding: 0 2em .5em 0;}

#created_by a img { border: 0; }

#created_by a { padding-right: 1em; font-family: Arial, Verdana, sans-serif; text-decoration: none; }

#take_another { border: 3px solid #ccc; padding: 1.5em; }