/*
Alternative Style: Blue
*/


/* Base Layout */

#header {
width: 747px;
height: 139px;
margin: 0 auto;
background-image: url(images/headers/blue.gif);
background-color: #89C7F3;
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 */

#hppost h2 a {
color: #003366;
}

/* Entry & Post Styling */

#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;
}


