/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

.custom #masthead { width: 770px; height: 114px; background: url('/brb/uploads/2008/11/ebclogo-tiny2.png') no-repeat; background-position: right; /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }

.custom	#masthead h1 { padding: 0.4em 40px 0.2em 0; border-top: 1px solid #ccc; text-align: center; clear: both; }

.custom	#masthead h3 { margin: 0 0em 0.75em 0; padding-right: 40px; font-weight: normal; font-size: 1.8em; text-transform: none; color: #888; text-align: center; }

.custom #header_img { position: relative; margin: 0 0 0.0em 0; border-bottom: 1px solid #000; float: left; clear: both; }

.custom #header_img2 { position: relative; margin: 0 0 3.0em 0; border-bottom: 1px dotted #777; float: left; clear: both; text-align: left; width: 100%; }

.custom #header_img2 a {
        color: #000; text-decoration: none;
}

.custom table.weather {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.9em;
	border-width: 0px;
	border-spacing: 0px 0px;
	border-style: none;
	border-color: #808080;
	border-collapse: separate;
	background-color: #ffffff;
}
.custom table.weather th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	padding: 0px 1px;
	border-style: none;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
}
.custom table.weather td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	padding: 0px 5px;
	border-style: none;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
}
.custom table.weather2 th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	padding: 0px 0px;
	border-style: none;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
}
.custom table.weather2 td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	padding: 0px 15px 0px 0px;
	border-style: none;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
}

.weatherlow {
    color: blue;
}

.weatherhigh {
    color: red;
}

.ECforecastAlert {
    background-color: yellow;
}

/* .custom	a:visited { color: #636; text-decoration: underline; } */
.custom	.wp_bookmark a { color: #467; text-decoration: none; }
.custom	.wp_bookmark a:visited { color: #456; text-decoration: none; }
.custom	.wp_bookmark a:hover { color: #32C; text-decoration: underline; }

.custom	.blogroll a { color: #467; text-decoration: none; }
.custom	.blogroll a:visited { color: #456; text-decoration: none; }
.custom	.blogroll a:hover { color: #32C; text-decoration: underline; }

.custom	h1 a, .custom h1 a:visited, .custom h1 a:hover { color: #000; text-decoration: none; }
.custom #masthead h1 a, .custom #masthead h1 a:visited, .custom #masthead h1 a:hover { color: #000; text-decoration: none; }

.custom		ul#nav li { padding-left: 1em; padding-right:1em;}
.custom		ul#nav li a, .custom ul#nav li a:visited { color: #444; text-decoration: none; }

.custom		ul#nav li a:hover, .custom ul#nav li:hover {  color: #000; background: #987;  text-decoration: none; }
		
.custom		ul#nav li.current_page_item a, .custom ul#nav li.current_page_item a:visited { color: #664; text-decoration: underline; }

.custom		ul#nav li.current_page_item:hover, .custom ul#nav li.current_page_item a:hover { color: #000; background: #987; text-decoration: underline; }


.custom				li.widget li a, .custom li.linkcat li a { font-size: 1.1em; text-decoration: none; }

.custom	 li.wp_bookmark { margin: 0 0 0.3em -1em; padding-left: 10px; background-image:url('/brb/img/square.png'); background-position: left 0.5em; background-repeat: no-repeat; list-style-type: none;}

.custom #ECforecastAlert a { font-size: 2em; text-decoration: underline; color: #f44; }

.custom	#search_form .search_input { width: 221px; padding: 3px; color: #090; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #333; border-left: 1px solid #333; border-right: 1px solid #999; border-bottom: 1px solid #999; }