/*
Theme Name: F2 Custom
Theme URI: http://srinig.com/wordpress/themes/f2/
Description: Customized version of the F2 theme.
Version: 1.0.7
Author: Srini G
Author URI: http://srinig.com/wordpress
Template: f2
*/

@import url("../f2/style.css");

/*
	REVISION HISTORY:
	11/05/09 (mch)
	1.  Implemented theme inheritance (i.e. themes/F2-custom is child theme of F2).
	2.  Changed font for Blog Title, Tagline to Lucinda Grande (so it matches rest of page).
	3.  Changed #headerlogo top: from 50% to 20% for easier viewing of Blog Title, Tagline.
	4.  Moved navbar menu buttons to below the header, per instructions in ../themes/f2/style.css.
*/


/*
	Changing font-family for headers from Times-Roman to Lucida Grande. (mch - 11/05/09)
*/

h1, h2, h3, h4, h5, h6 {
	font-family:'Lucida Grande', Sans-Serif;
}


/*
	Shift Header, headerlogo higher  (mch - 11/05/09)
*/

#headerlogo {
	position:relative;
	top:20%;
	left:20px;
}

/*	
	Changing the navbar menu to display below the header area, per instructions
	in ../f2/style.css.  (mch - 11/05/09)
*/

#hmenu {
	background-color:#27567a;
	float:none;
	position:static;
	height:24px;
	border:1px solid #aaa;
	border-top:none;
	margin:0;
}
#hmenu ul {
	float:none;
}


