
/* Core stylesheets */
@import url("blog-reset.css");


.nav-arrows, .nav-arrows a:link, .nav-arrows a:visited
{
color:rgb(47,65,169);
}

.nav-arrows a:hover, .nav-arrows a:active
{
color:rgb(163,176,254);
}

body
	{
	color:rgb(0,0,0);
	background:rgb(40,58,117);
	background-image:url(images/bg-nighttime.gif);
	width:900px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
    line-height:1.25;
    font-size:12pt;
    font-family:Georgia, "Times New Roman", Times, serif;
	}

body a:link
	{
	color:rgb(47,65,169);
	text-decoration:none;
	}
	
body a:visited	
	{
	color:rgb(148,138,128);
	text-decoration:none;
	}
	
body a:hover
	{
	color:rgb(163,176,254);
	text-decoration:underline;
	}
	
body a:active	
	{
	color:rgb(163,176,254);
	text-decoration:underline;
	}

#container
	{
	width:900px;
	overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
	margin-top:0px;
	background:rgb(255,255,255);
	}

#header
	{
	width:900px;
	height:133px;
	background:rgb(255,255,255);
	padding:0px;
	border-bottom:1px dotted rgb(97,79,74);
	}

#midsection
	{
	width:900px;
	background:rgb(255,255,255);
	padding:0px;
	}

#footer
	{ 
	margin-top:0px;
	width:900px;
	border-top:1px dotted rgb(97,79,74);
	background:rgb(255,255,255);
	height:90px;
	padding-top:20px;
	}

#left-illus
	{
  	background:rgb(255,255,255);
  	width:156px;
	height:109px;
	padding:12px;
	float:left;
  	}

#title-block

	{
	color:rgb(97,79,74);
  	background:rgb(255,255,255);
	text-align:left;
  	width:696px;
	height:109px;
	position: relative;
	padding:12px;
	float:right;
	vertical-align:middle;
	}

#portrait-container

	{
	float:left;
	height:100px;
	padding-right:7px;
	padding-bottom:12px;
	}

.dateline

	{
	color:rgb(97,79,74);
	text-align:left;
	}

.dateline-justified

	{
	color:rgb(97,79,74);
	text-align:justify;
	}

.dateline-mono

	{
	color:rgb(97,79,74);
	font-family:monospace;
	font-size: 85%;
	}

#left-column
	{
  	background:rgb(255,255,255);
	text-align:left;
  	width:156px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	padding:12px;
	float:left;
  	}

#content-area
	{
  	background:rgb(255,255,255);
	float:right;
	text-align:left;
  	width:690px;
	padding:12px;
	padding-right:18px;
 	}

h1
	{
	display:inline;
	color:rgb(135,32,65);
	font-weight:bold;
	font-size:12pt;
	}

h2
	{
	display:inline;
	color:rgb(135,32,65);
	font-weight:normal;
	font-size:7pt;
	}

ul
	{
	list-style-position:inside;
	list-style-image:url('images/bullet.gif');
	width:95%;
	}

ol
	{
	list-style-type: decimal;
	list-style-position:inside;
	width:95%;
	}

li
	{
	margin-top:8px;
	}

input
	{
	margin-bottom:4px;
	}

.grayed-out
	{
	color:rgb(200,180,160);
	}

.grayed-out-lighter
	{
	color:rgb(225,200,175);
	}

.cse-branding-logo
	{
	margin-left:-2px;
	}

.dotted-separator
	{
	border-bottom:1px dotted rgb(97,79,74);
	margin-top:8px;
	margin-bottom:6px;
	}
    
.floatleft

	{
	float: left;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 13px;
	margin-left: 0;
	}
    
.floatright

	{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 13px;
	}
    
.left-pic

	{
	float: left;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 13px;
	margin-left: 0;
	text-align: center;
	font-size: 65%;
	}
    
.right-pic

	{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 13px;
	text-align: center;
	font-size: 65%;
	}

.center-pic

	{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 65%;
	width: 100%;
	}


.caption
	{
	font-size: 65%;
	padding-top:6px;
	}

.disclaimer
	{
	font-size: 65%;
	}

.secret
	{
	color:rgb(242,242,242);
	font-size: 75%;
	}

table.chart
	{
	background:rgb(200,200,200);
	border:1px dotted rgb(97,79,74);
	}

#hatch-chart
	{
	color: rgb(30,30,30);
	border: 2px solid rgb(255,255,255);
	vertical-align: top;
	text-align: left;
	vertical-align: top;
	text-align: left;
	}

#hatch-chart td
	{
	border: 2px solid rgb(255,255,255);
	background:rgb(235,235,235);
	background-color:rgb(235,235,235);
	background-image:url('images/bias-230.gif');
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	}

#white-bg-chart td
	{
	border: 2px solid rgb(255,255,255);
	background:rgb(255,255,255);
	background-color:rgb(255,255,255);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	}

sup
{
	vertical-align: super;
	font-size: 65%;
}

sub
{
	vertical-align: sub;
	font-size: 65%;
}

.title-hoverable

	{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	}

.title-hoverable:hover

	{
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	}

