/*
Yellow:	fee900
Blue:	0264a1
*/

body {
	background-color: #0264a1;
	color: #111;
	background-image: url('background.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
	
	font-family: 'Gill Sans', Verdana, Arial, Sans-serif;
}

a, a:visited {
	color: #0264a1;
}

a:hover {
	color: #222;
}

#page {
	border: 2px solid #0264a1;
	width: 780px;
	padding-top: 0px;
	margin-top: 20px;
}

#header {
	height: 300px;
	border-bottom: 2px solid #0264a1;
	
	background-color: #eee;
	background-image: url('header.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header h1, #header p.description, #header div.blog-title {
	font-size: 1px;
	text-indent: -9999px;
}

ul.menu li {
	margin-right: 10px;
}

ul.menu li a, ul.menu li.current_page_item a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-top: 2px solid #0264a1;
	border-left: 2px solid #0264a1;
	border-right: 2px solid #0264a1;
	
	font-size: 10px;
	font-family: 'Gill Sans', Verdana, Arial, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #0264a1;
	
	background-color: #fff;
	background-image: url('button-bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
	
}

ul.menu li.current_page_item a {
	color: #000;
}

ul.menu li a:hover {
	background-color: #fff;
	border-color: #111;
	color: #000;
}

.meta-start {
	background-image: none;
	padding-left: 0px;
}

.entry-head h1.entry-title, .entry-head h3.entry-title, h2, h4 {
	font-weight: normal;
	font-family: 'Gill Sans', Verdana, Arial, Sans-Serif;
	letter-spacing: 0px;
	text-align: left;
}

.entry-head h1.entry-title a, .entry-head h1.entry-title a:visited, .entry-head h3.entry-title a, .entry-head h3.entry-title a:visited, h2 a, h2 a:visited, h4 {
	color: #0264a1;
}

.entry-content {
	text-align: left !important;
}

.entry-content a, .entry-content a:visited {
	color: #0264a1;
}

.entry-content a:hover {
	color: #222;
}

#s {
	width: 130px;
}

#search-label {
	display: none;
}

#search {
	margin-bottom: 20px;
}

.secondary {
	font-size: 12px;
}

.secondary h4 {
	font-size: 13px;
	font-family: 'Gill Sans', Verdana, Arial, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #0264a1;
}

.secondary .widget ul {
	padding-left: 2em;
}

.secondary .widget ul li {
	list-style-type: square;
}

#footer p {
	color: #999;
}

#footer a, #footer a:visited {
	border-bottom: none !important;
}

#footer a:hover {
	color: #fee900;
}