/*   
Theme Name: BowValleyGourmet
Description: A Child Theme of Cutline customized to display BVG's logo
Author: brightpurple
Author URI: http://brightpurple.com/
Template: Cutline-1-1.4-2ColumnRight
*/
@import url(../Cutline-1-1.4-2ColumnRight/style.css);

/*---:[ header styles ]:---*/
/*
<div id="blog_title"><?php bloginfo('name'); ?></div>
<h1 id="header"><?php bloginfo('description'); ?></h1>
*/
#masthead { width: 770px; height: 140px; 
background-color: #00B6F1; 
background-image:url('images/fullheader.gif');
background-repeat:no-repeat;
background-position: left;
}

	#masthead a { display: block; width: 770px; height: 100px; } /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

	div.blog_title  { font-size: 3.6em; letter-spacing: -0.03em; padding: 0.4em 0 0.2em 0; border-top: 0px solid #ccc; text-align: right; 
	clear: both;
	color: white;  }

	#masthead h1 { margin: 0 0 0.75em 0; font-weight: normal; font-size: 1.8em; text-transform: none; color: white; 
	text-align: right; border-top: 0px; 
	letter-spacing: 0.0em;
	}

ul#nav { list-style: none; width: 750px; padding: 0 10px; background: #82D4F7; 
border: 0px solid  red; float: left; clear: both; }

	ul#nav li { padding: 0.5em 40px 0.5em 0; font: bold 1.4em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }
	
		ul#nav li a, ul#nav li a:visited { color: white; text-decoration: none; }
	
		ul#nav li a:hover { color: white; text-decoration: underline; }
		
		ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited, ul#nav li.current_page_item a:hover { color: #00B6F1; text-decoration: none; }

#header_img { position: relative; margin: 0 0 0 0; border-bottom: 0px solid #000; float: left; 
background-color: #82D4F7; }


/*---:[ footer styles ]:---*/

#footer  {  background-color: #D9DBDC; 
background-image:url('images/BVG.logo.grey.gif');
background-repeat:no-repeat;
background-position: left;
height: 60px;
width: 770px;
}
	#footer p { margin-right: 20px; font-size: 1.2em; color: #888; text-align: right;	}	

	#footer a, #footer a:visited { color: #666; text-decoration: none; }
		
		#footer a:hover { color: #888; text-decoration: underline; }

/*---:[ search form styles ]:---*/

#search_form { }

	#search_form .search_input { width: 221px; padding: 3px; color: blue; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }

