/* Companion Custom CSS over-rides for [ The Last of the Polar Bears ]:  -  */
/* STANDARD TAGS */
a {
	color: #32527A;
	text-decoration: none;
}
a:hover {
	color: #66a8fa;
}


/* THE MENU */
#menubar {
	background: #32527A;
	text-align: left;
	list-style: none;
}

#menu li:hover, #menu li.sfhover {
	background: #66a8fa; /* Main menu highlighted background color */
}
	#menu .current_page_item a {
	color: #fff;
	background: #66a8fa;
}

.menunav-rss:hover {
	background: #66a8fa;
	color: #fff;
}
	
.menunav-prev a:hover {
	background: #66a8fa;
}
.menunav-next a:hover {
	background: #66a8fa;
}

/*Top level list items*/

.menubar ul li ul li a {
	text-align: left;
	background: #32527A; /* background of menu items (default state)*/
}
.menubar ul li a:hover {
	color: #fff;
	background: #66a8fa; /*background of menu items during onmouseover (hover state)*/
}


/* BACKGROUND COLORS */

body {
   margin: 0;
   color: #000;
   font-size: 12px;
   font-family: 'Arial', sans-serif;
   background-repeat: repeat-y;
   background-position: center;
   background-color: #32527A;
   background: url('http://www.lastpolarbears.com/wp-content/uploads/2010/07/dropshadow2.gif') repeat-y center;
   } 
   
	#page-wide {
	color: #101010;
        background: #F0F8FF;
}

#footer {
        color: #32527A;
	padding: 5px 0;
	text-align: center;
	background-color: #D8D8D8 
}

.post-tags {
	font-size: 10px;
}
#sidebar-left {
	float: left;
	width: 200px;
	padding: 5px;
	background-color: #cbdef8
}
