* { padding: 0; margin: 0; }

body {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;

}

a { color: #000000; }

ul { list-style-type: none; margin: 10px 0; }

li, p { line-height: 20px; }

p { margin: 6px 0 12px 0; }

small { font-size: 28px; text-transform: uppercase; color: #8ff410; margin-bottom:20px; font-weight:bold; }

/* global classes */
.highlight { color: #999900; }

.hide { display: none; }

/* raptor quiz */
#meat_and_potatoes { 
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: 730px;
  margin-top:0px;
  background: url(http://www.travelinsurance.org/astronomy_quiz/img/header.jpg) no-repeat 0 0; 
  display: block;
  vertical-align: middle;
  
}

.counter { font-size: 70px; color: #FFFFFF; }

#questions {   }

.question h3 { color: #5eb7e1; line-height: 24px; margin-bottom: 20px;}

#questions li { color: #000000; margin-bottom: 6px; }

#questions a { color:#ffffff; cursor: pointer; font-size: 14px; }

#questions td h3 { font-size: 22px; }

#results td { padding: 10px; }

#results p { text-align: center; }

#created_by { 
	border: 1px solid #000000;
	bottom: 0px;
	text-align: center; 
	margin-top: 25px; 
	padding: 10px;
}

#results table {
	border: 5px solid #673301;
	padding:20px;
}

#post_to h2 { display: inline; }

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

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

#html_code { display: none; }

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

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

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