/*
Theme Name: F2 Custom
Description: Customized version of the F2 theme.
Version: 1.0.4
Author: Etienne H.
Author URI: http://nextexitcpa.com
Template: f2
*/

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

#header {
	background-position: right;
	}

h2	{
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	}

#hmenu ul li a {
	border: 1px solid #cccfff;
	}

#sidebar_left .aktt_widget li {
	padding-bottom:5px;
	}

#sidebar_right .widget_categories li.cat-item {
	width:200px;
	text-decoration:none;
	font-family:georgia, serif;
	font-weight:bold;
	background:#27567a;
	color:#c6c8c9;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	line-height:130%;
	}

#sidebar_right .widget_categories li {
	margin:0px;
	padding:0px;
	}

#sidebar_right li li:before { content: none;}


#sidebar_right .widget_categories ul {
	border:1px solid #6d97b7;
	background:#27567a;
	width:200px;
	}

#sidebar_right .widget_categories li.cat-item a {
	text-decoration:none;
	color:#c6c8c9;
	display:block;
	padding:5px;
	}

#sidebar_right .widget_categories li.cat-item a:hover {
	background-color:#eee;
	color:#27567a;
	}

#sidebar_right .widget_categories li.cat-item a:active{
	background-color:#eee;
	color:#27567a;
	}


*/ To drop menu below header */
*/ #hmenu {
	background-color:#27567a;
	float:none;
	position:static;
	height:24px;
	border:1px solid #aaa;
	border-top:none;
	margin:0;
	}

#hmenu ul {float:none;} */