/*
Alternative Style: Blue
*/


/* Base Layout 
++ This is how the main site is structured. This includes wraps to
hold everything together in a clean and efficient way. These styles
are all used in the header.php, as they are repeated throughout everypage.
*/

#header {
width: 747px;
height: 139px;
margin: 0 auto;
background-image: url(images/headers/blue.gif);
/*background-color: #89C7F3;*/
background-color: white;
margin-bottom: 10px;
font-size: 10px;
}

ul.menu li a:hover {
	background: #013A5C;
	color: #fff !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #555 !important;
	background: white;
	text-decoration: none;
	}

/* Index
++ In this case, we'll be splitting into two columns, but because
our recent comments feature is located in the sidebar, all of that will
be styled in the sidebar section below. This is where classes such as headlines
and post links are defined.
*/

#hppost h2 a {
color: #003366;
}

/* Entry & Post Styling
++ This is where we will be styling the paragraph elements and their link states, to eliminate image borders and allow you to set different image link styles.
*/

#hppost .entry {
font-size: 12px;
line-height: 16px;
color: #555;
}

#hppost .entry p a {
color: #222;
background-color: #D6F0FE;
text-decoration: none;
}

#hppost .entry p a:hover {
color: #fff;
background-color: #04467B;
}

/* Sidebar Web 2 // Light Blueness */

#sidebar {
width: 210px;
padding: 5px;
font-size: 10px;
line-height: 12px;
color: #666;
float: right;
background-color: #F9FDFF;
} 

/* Cal */

#wp-calendar {
	background-color:#F1F1EF; 		
	border-top:1px solid #FFFFFF;	
	font-size:9px;
	vertical-align:middle;
	text-align:center;
        width: 210px;
        margin-bottom: 12px;
}


