body {
	font-family: arial, sans-serif;
	font-size: small;
}

p {
	line-height: 1.5em;
}

a {
	color: #00AA33;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

h1, #questionMarker {
	font-size: 1.6em;
}

h1 {
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	margin: 30px 0 0 0;
}

#container {
  margin: 0 auto;
  width: 985px;
  text-align: left;
}


#logo {
	font-size: 2.0em;	
	font-weight: bold;
}

#logo a {
	text-decoration: none;	
}

#header {
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	padding: 10px 0 5px 0;	
}

#byline {
	padding: 15px 0;
	color: #666666;
}

#footer {
	text-align: center;
	font-size: 0.9em;
	border-top: 1px dashed #CCCCCC;
	margin-top: 10px;
	padding-top: 5px;
}

#pagination {
	text-align: center;
	font-size: 0.9em;
	color: #999999;
	border-top: 1px dashed #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
}

#leftContainer {
	width: 170px;
	float:left;
	padding-right: 5px;
	border-right: 1px dashed #CCCCCC;
}

#rightContainer {
	width: 780px;
	float: left;
	padding: 10px 0 0 20px;
}

#questionList {
	line-height: 1.5em;	
}

#questionBox {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 5px;
}

#answerBox { 
	padding-top: 10px;
}

#questionMarker {
	color: #999999;
	margin-bottom: 5px;
}

#answerMarker {
	font-size: 1.6em;
	color: #999999;	
	margin: 10px 0 5px 0;
}

#answerText {
	font-size: 1.1em;
	margin: 5px 0;
}

#answerText li {
	margin-bottom: 10px;
}

#answerText li ul {
	margin-left: 20px;
	line-height: 1.2em;
	margin-top: 5px;
}

#answerText li ul li {
	margin-bottom: 0;
}

#searchTitle {
	font-size: 1.4em;
	color: #00AA33;
	padding: 5px 0;	
}

#searchPage {
	padding: 50px 0 100px 150px;	
}

#searchTitle {
	font-size: 1.6em;
	font-color: #999999;
}

#searchBox {
}

#searchBox li {
	float:left;	
}

#searchResultsBox {
	margin-top: 20px;	
}

#searchResultsPage {
	padding: 0 0 10px 20px;
	
}

#adsenseLowerBanner {
	margin-top: 20px;
}

.fullBox {
	margin: 20px;
}

.fullBox p {
	margin: 10px 0;
}

.fullBox h2 {
	margin: 10px 0;
}

.sourceInfo {
	margin: 10px 0;
	color: #999999;
	font-size: 0.8em;
}

#relatedQuestions {
	line-height: 1.5em;
}

.altWording {
	font-size: 0.8em;
	font-weight: normal;
}

.freebaseAttribution {
	border-top: 1px dashed #CCCCCC;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}

.clear {
	clear:both;
}

