/*
Theme Name: Spaceblue
Theme URI: http://www.spaceblue.com/
Description: The Spaceblue Theme
Version: 1.0
Author: Angelo Mandato and Brian Yuhnke
Author URI: http://www.spaceblue.com/
Tags: blue, custom header, custom footer, fixed width, two columns, widgets

*/



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	background-color: #A8C2CC;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	color: #0E2530;
}
a {
	color: #0E2530;
	text-decoration: none;
}
#container {
	background-color: #DFE9EC;
	text-align: left;
	margin: 0 auto 10px auto;
	width: 780px;
}

#header {
	height: 250px;
	position: relative;
	background-color: #DFE9EC;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#navigation {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 120%;
	font-weight: bold;
	text-transform: lowercase;
	font-weight: bold;
}
#navigation ul {
	
}
#navigation ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#navigation a {
	margin-left: 5px;
	margin-right: 5px;
}
#tagline {
	text-align: left;
	margin: 0 auto;
	width: 780px;
	font-size: 85%;
}
#contentcontainer {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
}
#content {
	float: left;
	width: 420px;
	margin-bottom: 10px;
	font-size: 115%;
	margin-left: 80px;
}
h1.pagetitle {
	margin: 0;
	font-size: 200%;
	color: #00A1C8;
	height: 30px;
}

#sidebar {
	float: right;
	width: 215px;
	background-color: #CDDCE0;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
#sidebar ul li {
	margin: 0;
	list-style-type: none;
}
#sidebar ul li ul {
	margin: 0;
}
#sidebar ul li ul li {
	margin: 0;
	margin-left: 10px;
}
#bottombar {
	clear: both;
	background-color: #0E2530;
	background-image: url(images/footer.png);
	background-repeat: repeat-y;
	color: #DFE9EC;
	position: relative;
}
#bottombar a {
	color: #DFE9EC;
	text-decoration: none;
}
#bottombar a:hover {
	text-decoration: underline;
}
#bottombar h2 {
/*	color: #DFE9EC; */
	font-size: 100%;
	font-weight: normal;
}
#bottombar ul {
	margin: 0;
	margin-left: 90px;
	margin-right: 0px;
	padding: 0;
}
#bottombar ul li {
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 20px;
	margin-top: 10px;
}
#bottombar ul li ul {
	margin: 0;
}
#bottombar ul li ul li {
	list-style-type: disc;
	margin: 0;
	margin-left: 20px;
	width: 130px;
	float: left;
}
#bottombar #copyright {
	position: absolute;
	top: 0;
	right: 0;
	width: 215px;
	margin-top: 30px;
	text-transform: lowercase;

}
#footer {

	height: 40px;
}

#page {
	background-color: white;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 780px;
}



.clear {
	clear: both;
}
form {
	margin: 0;
	padding: 0;
}


/* Begin Form Elements */
#searchform {

}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
.entry a {
	color: #FF7501;
}
.postmetadata a {
	text-decoration: underline;
}


.pagenav {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.pagenav a {
	text-decoration: underline;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}

.rss-box-news {

}
.rss-box-news .rss-items {
	margin-right: 5px;
}

.rss-box-news p.rss-title {padding:0.5em;}

.rss-box-news .rss-title {
	text-decoration: none;
	font-weight:bold;
	margin: 0px;

}

.rss-box-news .rss-item  {
  list-style:none;
	padding-bottom: 10px;
	padding-right: 10px;
}


.rss-box-news  .rss-item a {
	text-decoration : underline;
	font-weight:bold;
	font-size: 115%;

}


.rss-box-news  .rss-item a:visited {

}

#subscribe_sidebar_list li {
	height: 20px;
}


	