#header {
	background: #121a81;
	position: relative;
	height: 200px;
	background-position: top right;
	}

#page {
	background-color:#F3F3F3;
	text-align: left;
	margin: 0 auto;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	}

.columns-one #page {
	width: 560px;
	background-color:#FFFFFF;	
	-webkit-box-shadow: 0px 4px 8px #888;
	}

.columns-two #page {
	width: 780px;
	background-color:#FFFFFF;	
	-webkit-box-shadow: 0px 4px 8px #888;
	}

.columns-three #page {
	width: 950px;
	background-color:#FFFFFF;	
	-webkit-box-shadow: 0px 4px 8px #888;
	}

ul.menu li a:hover {
	background: #121a81;
	color: #eee;
	text-decoration: none;
	}
	
#dynamic-content { /* Make room for the rolling archives */
	padding-top: 20px;
	}
	
.hentry {
	margin: 5px 0 30px;
	position: relative;
	}
	
#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	color: #f00 !important;
	text-decoration: none;
	}

h2 a:hover, h2 span a:hover {
	color: #f00 !important;
	}

a {
	color: #00f;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #00f;
	}
