.header {
	background: url(http://www.portlandlogue.com/wp-content/themes/www.portlandlogue.com/images/banner_top.jpg);
    background-repeat: no-repeat;
}
.bottom{
	background:url(http://www.portlandlogue.com/wp-content/themes/www.portlandlogue.com/images/bgr_footer.gif);
color: #fff;
}

/* Searchbox */

.searchbox, .searchbox_home{
	background: #F4EBCA;
}

/* Top links */


.menu {
	background: #1D405C;
	border-bottom: 3px solid #0192E9;
}

a.active:link, a.active:visited{
	color: #FFF; 
	background: #1D405C;
}

a.active:hover{
	color: #FFF; 
	background: #0192E9;
}

a.inactive:link, a.inactive:visited{
	color: #FFF; 
	background: #0192E9;
}

a.inactive:hover{
	color: #FFF; 
	background: #0192E9;
}

/* Top links */




/* links color for sidebars */

.left_column a:link, .left_column a:visited, .right_column a:link, .right_column a:visited, .right_column_home a:link, .right_column_home a:visited, .middle_column a:link, .middle_column a:visited, .middle_column h1 a:link, .middle_column h1 a:visited, .main_column a:link, .main_column a:visited,{
	color: #0066CC;
}

.left_column a:hover, .right_column a:hover, .right_column_home a:hover, .middle_column a:hover, .middle_column h1 a:hover, .main_column h1 a:hover{
	color: #FF6600; text-decoration: underline;
}

.date{
	color: #CC3300;
	font-size: 10px;
}



/* tags, related categories */

.tags{
	background: #FFFFD7;
	color: #CC3300;
}

/* bottom links */

.bottom a:link, .bottom a:visited{color: #fff;}
.bottom a:hover{color: #fff; text-decoration: underline;}



/* the submenu, from left and right */

#categories, #categories_home{
	background: #0192E9;
}

#categories li {
	border-bottom: 1px solid #fff;
}

#categories a, #categories_home a{
	color: #fff;
}

#categories a:hover, #categories_home a:hover {
	background: #CEDAE8;
	color: #18364E;
}

#categories_home li {
	border-bottom: 1px dotted #fff;
}

#categories a.sub:link, #categories a.sub:visited, #categories a.sub:hover{
	color: #18364E;
	background: #CEDAE8;
}

/* local navigation, prev-next articles */

.local_nav{
	background: #F4F4F4;
}

h2{
	color: #CC3300;
}