body {
	color:#333;
	text-align:center;
	background:#fff url(/img/bak2.gif) fixed;
}

h1 {
	font-family:georgia;
	font-size:60px;
	margin:1em 0;
	text-shadow: 1px 1px 1px #999;
	filter: dropshadow(color=#999, offx=1, offy=1);
	letter-spacing:3px;
}

h2 {
	font-size:24px;
	margin:1em 0;
	text-shadow: 1px 1px 1px #999;
	filter: dropshadow(color=#999, offx=1, offy=1);
	letter-spacing:1px;
}

h4 {
	text-align:center;
	font-size:1.3em;
	text-transform:uppercase;
	padding: 20px;
}
h5 {
	text-align:center;
	font-size:0.9em;
}
blockquote {
	text-align:center;
	padding:10px 50px;
}

p {
	margin:10px 0;
}

hr {
	margin:30px 0;
}

i {
	font-style:italic;
}

u, strong {
	border-bottom:1px dotted #000;
	text-decoration:none;
}

sup {
	position:relative;
	font-size:11px;
	vertical-align:top;
	padding-left:3px;
	top:-5px;
}

#c1 {
	padding-bottom:30px;
}

#h1 {
	border-bottom:1px dotted #888;
	margin-bottom:40px;
}

#c2 {
	width:960px;
	margin:0 auto;
	font-family:georgia;
	font-size:18px;
	line-height:1.5em;
	text-shadow: 1px 1px 1px #999;
	filter: dropshadow(color=#999, offx=1, offy=1);
}

#c3 {
	width:960px;
	margin:0 auto 30px auto;
}

#j1 {
	float:left;
	width:319px;
	height:310px;
	border-right:1px dotted #888;
	padding-top:200px;
	background: url(/img/county.png) top center no-repeat;
}

#j2 {
	float:left;
	width:320px;
	height:310px;
	padding-top:200px;
	background: url(/img/snp.png) top center no-repeat;
}

#j3 {
	float:left;
	width:319px;
	height:310px;
	border-left:1px dotted #888;
	padding-top:200px;
	background: url(/img/wikileaks.png) top center no-repeat;
}

#f {
	margin-top:40px;
	border-top:1px dotted #888;
	padding-bottom:50px;
	padding-top:20px;
	font-family:trebuchet ms;
	font-size:12px;
}

#s {
	float:left;
	text-align:left;
	width:45%;
	
}

	#s a {
		display:block;
		padding:5px 0 5px 30px;
		margin-bottom:4px;
		background-position:left center;
		background-repeat:no-repeat;
		color:#444;
		text-decoration:none;
	}
	
	#s a:hover {
		text-decoration:underline;
	}
	
	#s a:active {
		color:#4433ff;
	}
	

	#twitter {
		background-image: url(/img/twitter.png);
	}

	#facebook {
		background-image: url(/img/facebook.png);
	}
	
	#diaspora {
		background-image: url(/img/diaspora.png);
	}
	
	#geeklist {
		background-image: url(/img/geeklist.png);
	}
	
	#disqus {
		background-image: url(/img/disqus.png);
	}	
#p {
	float:right;
	width:45%;
	text-align:right;
	line-height:1.7em;
	color:#666;
}

	#p a {
		color:#42f;
		text-decoration:none;
	}

	#p a:hover {
		text-decoration:underline;
	}
	
	#p a:active {
		color:#42f;
	}

.tweet {
	border:1px solid #777;
	padding:10px;
	background:#fff;
	color:#000;
	margin:5px 40px;
	text-align:left;
}

.tweet a {
	color:#00f;
}

.letter {
	border:1px solid #777;
	padding:10px;
	background:#fff;
	color:#000;
	margin:5px 40px;
	text-align:left;
}

.post {
	border:1px solid #777;
	padding:10px;
	background:#fff;
	color:#000;
	margin:5px 40px;
	text-align:left;
}

.post a {
	color:#00f;
}


.comment {
	background:#ccc;
	color:#000;
	padding:10px;
	font-size:12px;
	line-height:1.5em;
	text-shadow:none;
}

.comment.garve {
	background:#E8C57A;

}

.qanda {
	margin:10px 0 20px 0;
	background:#fff;
	color:#000;
}

	.qanda th {
		padding:5px;
		background:#ff8;
		border-bottom:1px solid #555;
	}
	
	.qanda td {
		padding:5px;
	}
	
	.qanda label {
		cursor:pointer;
	}
	
	.qanda tr:hover {
		background:#ffa;
	}
	
	.qanda tr.wrong_selected {
		background:red !important;
		color:#fff;
	}

	.qanda tr.correct_selected {
		background:#00cc00 !important;
		color:#fff;
	}
	
.analysis p {
	margin-left:40px;
	padding:10px;
	border:1px solid #fff;
	background:#222;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

.analysis:hover p {
	border:1px solid #fff;
	background:#fff;
	color:#000;
}

.analysis:hover p a {
	color:#f00;
}	
	
.c {
	clear:both;
}

.i {
	padding:0 20px;
}

.highlight {
	background:#555;
	padding:5px;
}

.note {
	font-style:italic;
	font-size:.9em;
}