/* color scheme 
 * from http://colorschemedesigner.com/#3x328w0w0w0w0
 * */
.primary-1 { background-color: #0B61A4 }
.primary-2 { background-color: #25567B }
.primary-3 { background-color: #033E6B }
.primary-4 { background-color: #3F92D2 }
.primary-5 { background-color: #66A3D2 }

.secondary-a-1 { background-color: #FFD500 }
.secondary-a-2 { background-color: #BFA730 }
.secondary-a-3 { background-color: #A68A00 }
.secondary-a-4 { background-color: #FFDF40 }
.secondary-a-5 { background-color: #FFE873 }

.secondary-b-1 { background-color: #FD0006 }
.secondary-b-2 { background-color: #BE2F33 }
.secondary-b-3 { background-color: #A40004 }
.secondary-b-4 { background-color: #FE3F44 }
.secondary-b-5 { background-color: #FE7276 }

* {
	margin: 0;
}
body,html {
	height: 100%; 	
	background-color:#FFF;
	color:#0B61A4;
	font-size:0.9em;
	font-family:Helvetica;
	line-height:1.5em;
	width:100%;
}

a:link
, a:active
, a:visited
, a:hover
{
	color:#033E6B;
	text-decoration:none;
}

#top{
	background-color:#A40004;
	color:#FFD500;
	font-size:85%;
	line-height:1.85em;
	height:1.85em;
}

	#top #menu{
	}
	
	#top ul{
		position:relative;
		text-align:left;
		display:inline;
		margin-left:0em;
	}
	
	#top ul li{
		text-align:center;	
		padding-left: .5em;
		padding-right: 0;
		padding-bottom: 0;
		display: inline;
		float:left;
	}
	
	#top ul li:before {content:".";}
	
	#top ul li a:link
	, #top ul li a:active
	, #top ul li a:visited
	{
			color:#FFD500;
			text-decoration:none;
	}
	
	#top ul li a:hover{
		color:#FE3F44;
	}
	
	#top ul li:first-child{
		font-weight:bold;
		color:#66A3D2;
		padding-left:0;
	}
	
	#top ul li.current a:link
	, #top ul li.current a:active
	, #top ul li.current a:visited
	{
		color:#FFD500;
		text-decoration:none;
	}
	
	#top ul li.first a:link
	, #top ul li.first a:active
	, #top ul li.first a:visited
	{
		text-decoration:none;
		font-weight:bold;
	}
	
#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6em; /* the bottom margin is the negative value of the footer's height */
}

#locationtracker{
	width:150px;
	height:18px;
	float:left;
}

#sectiontitle{
	clear:both;
	width:100%;
	background-color:#25567B;
	color:#FFD500;
}

#content{
	padding:.5em 7.5em;
	text-align:left;
	border-right:1.5em #25567B solid;
	border-left:3em #FFD500 groove;
}

#clearbottom{
	height: 6em;
	clear: both;
}

#bottom, #push {
	height: 6em; /* #push must be the same height as #bottom */
	border-right:1.5em #25567B solid;
	border-left:1.5em #FFD500 solid;
}

#bottom{
	border-top:1.5em #A40004 solid;
}

#copyright{
	margin:.5em 5em;
	float:left;
	font-size:75%;
	line-height:1.75em;
}

p{
	margin:.5em 0;
}

.clearBoth {
	clear:both;
}

.chunk {
	/* is bulletproof #gooniesneversaydie */
}

.LogLarge, .journal{
	border-left:0.1em #999 solid;
	padding:0.1em 0.1em 0.1em 0.4em;
	border-bottom:0.1em #999 dotted;	
}

.journal{
	border-right:0.1em #999 solid;
}

.LogLarge{
	color:#FFFFFF;
	background:#25567B;
}

.blogtitle{
	border-top:0.1em #999 solid;
	border-left:0.1em #999 solid;
	padding:0.1em;
	margin-top:0.6em;
	color:#FFFFFF;
	background:#25567B;
}

.LogLarge a, .blogtitle a{
	color:#FFFFFF;
}

.byline{
	margin-bottom:1.5em;
	border-bottom:0.1em #999 solid;
	border-left:0.1em #999 solid;
	font-size:0.8em;
	text-align:right;
}

.minor{
	font-size:0.8em;
	font-style:italic;
}

.newsticker { width:100%; height:100%}  
.newsticker ul li{ list-style:none; display:block;}

#submenu{text-align:left;list-style:none}
#submenu li{display:inline;margin:2px;}
#submenu li a{padding:2px 4px;}
#submenu li a:hover{background-color:#033E6B;color:#FFFFFF}
#submenu li a #current{background-color:#033E6B;color:#FFFFFF}


