/*
Theme Name: Blue Rooster Small
Description: A child theme for Fearless Flyer's Blue Rooster
Template: blue-rooster
Version: 1.0
*/

@import url('../blue-rooster/style.css');

body {background-color:#fff;}

a:link, a:active, a:visited{
color: #2f8aa8;	
}

a:hover{
	color: #000;
}

.post-content h2{
	font-size: 160%;
}

.post-content  h3{
	font-size: 120%;
}

.grid_3{
	color: #999999;
}

#logo a {width:420px; height:94px; background:url(../blue-rooster/images/logo2.png) no-repeat; text-indent:-9999px; display:block; outline-style: none;}

#nav-bar {padding:0; clear:both;}
#nav-bar a {font-weight:bold; color:#FFFFFF; text-transform:uppercase; font-size:11px; text-decoration:none; }
#nav-bar ul#navigation li li {float:left; list-style:none; padding:0; display: none; height:30px; padding:0; margin-right:15px; width:114px;}
#nav-bar ul#navigation li li a { height:25px; width:114px; display:none; padding-top:5px; text-align:center;  outline-style: none; }
#nav-bar ul#navigation li li a:hover {display: none;}
#nav-bar ul#navigation li li .current_page_item {display: none;}	


