/*
Theme Name: F2-19
Theme URI: http://srinig.com/wordpress/themes/f2/
Description: Customized version of the F2 theme.
Version: 1.0.10
Author: Srini G
Author URI: http://srinig.com/wordpress
Template: f2
*/

@import url("../f2/style.css");

a { 
	color:#f40;
}


/* Header */

#headerlogo {
	top:6%;
        left: 5px;
}

#headerlogo h1, #headerlogo div.description {
	bottom: 5px;
}

/* Top navigation */
#hmenu ul li a {
	background:#ff6600;
	color:#ffffff;
	text-transform:none;
}

#hmenu ul li a:hover, #hmenu ul li.hmenu_rss a:hover {
	background-color: #fdeea9;
	color: #000;
}

#hmenu ul li.hmenu_rss a {
	background:#f60 url('../f2/images/feed.png') no-repeat 95% 50%;
}


/* Sidebar */
.sidebar ul h2 {
	text-transform: none;
}


.postentry table tr th {
	text-transform: none;
}



/* Footer */

#footer { 
	background:#444;
}



