body {
	background-color: #90a2b6;
	background-image: url('background.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
	
	font-family: 'Trebuchet MS';
}

a, a:visited {
	color: #88a2b7;
}

a:hover {
	color: #222;
}

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

#header {
	height: 200px;
	border-bottom: 2px solid #46525b;
	
	background-color: #90a0bc;
	background-image: url('header.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header h1, #header p.description {
	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 #46525b;
	border-left: 2px solid #46525b;
	border-right: 2px solid #46525b;
	
	font-size: 14px;
	font-family: 'Georgia', Serif;
	color: #46525b;
	/* text-transform: uppercase; */
	
	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;
	color: #000;
}

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

.entry-head h3.entry-title a, .entry-head h3.entry-title a:visited, h2 a, h2 a:visited, h4 {
	color: #88a2b7;
}

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

.entry-content a, .entry-content a:visited {
	color: #88a2b7;
}

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

#s {
	width: 120px;
}

#search {
	margin-bottom: 20px;
}

.secondary {
	font-size: 12px;
}

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

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

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

.rsslink {
	background-image: url('../images/feed.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 2px 20px 2px 0px;
	height: 16px;
}
