/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Site
-------------------------------------------------------------- */
.comment {
	border-top: 1px dotted #333;
	padding-top: 10px;
}
dt {
	font-weight: bold;
}
body {
	background-color: #263A3B;
	background-image: url(/workspace/images/body_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page {
	width: 100%;
	background-image: url(/workspace/images/header_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 50px;
}
#header {
	width: 700px;
	margin: 0 auto 20px auto;
}
#content {
	width: 650px;
	margin: 0 auto;
}
#header h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
	display: block;
	height: 168px;
	width: 100%;
	background-image: url(/workspace/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
ul#navigation {
	display: block;
	width: 700px;
	height: 32px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
ul#navigation li {
	text-align: center;
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 2em;
	border-left: 1px solid #263A3B;
	list-style-type: none;
}
ul#navigation li.last {
	border-right: 1px solid #263A3B;
}
ul#navigation li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
ul#navigation li a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #263A3B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#comments {
	height: 400px;
	overflow: auto;
	border: 1px dotted #333;
	padding: 0 1em 0 1em;
}
h2#post-comment {
	margin-top: 1em;
}

li.question { list-style-type: none;
font-size: 18px;
 }
li.question:before {
	content: "Question: ";
}
li.answer:before {
	content: "Answer: ";
	font-weight: bold;
}
li.answer { margin-bottom: 2em; list-style-type: none; }

div#google-unit {
	font-size: 14px !important;
	font-weight: bold !important;
	margin-top: 1em;
}
