@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px; margin: 0px; background: #ABABAB;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.2em;

}
#centralbody {width: 960px; padding: 0px; margin: 0px auto; border: 1px solid #666; border-top:0px;}
p {margin-top: 0px; padding-top: 0px;}
#top {padding: 8px 12px; background: #BBB; border-bottom: #333 solid 2px;}
#top li {list-style: none; display: inline;}
#top li a {margin: 0px 8px; padding: 4px 4px; background: #CC0; color: #900; font-weight: bold; font-size: 1.1em; text-decoration: none;}
#top li a:hover {background: #C60; color: #000;}
a.active {background: #000; color: white;}
#main {
	padding: 0px; margin: 0px; color: white; background-color: #AEAEAE;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #e0e0e0,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#4b4b4b');
	text-align: center;
}
#main2 {
	padding: 0px 40px;
	margin: 0px;
	background-color: #999;
	height: 100%;
	
	
}
#bottom {position: relative; display: block; text-align: center; bottom:0px; left: 0px; padding: 10px; background: #ABABAB; border-top: 1px solid #333;}
.bigyellow {
	color: #FC0;
	font-size: 2em;
}
.bullet {color: #FF6; font-size: 1.2em;}
.bullet ul {list-style:circle; }
.bullet li {padding: 5px;}
.quest {color: #FC0; font-size: 1.4em; padding: 8px 0px;}
.ans {color: #333; font-size: 1.2em;}
.retweet a {color: #FFF; text-decoration: none; background: #390; padding: 3px; margin-left: 15px; margin-top: 4px; border: 1px solid #060; font-size: 0.8em;}
.retweet a:hover {background: #0C0;}
.retweet a:active {border-color:#000; color: #000;}

#main2 a {color: #900; text-decoration: none;}
#main2 a:hover {text-decoration: underline;}
h2 {color: #FF9; font-size: 1.6em; padding: 10px 0px;}
.section {padding-bottom: 25px;}
h1 {color: #FFF; font-size: 2em;}
.quote {font-family: "Courier New", Courier, monospace; font-size: 14px; line-height: 1.2em; font-style:italic;}
.quoteuser {padding-top: 4px; font-weight: bold;}
