/*
Theme Name: F2 Custom
Theme URI: http://srinig.com/wordpress/themes/f2/
Description: Customized version of the F2 theme.
Version: 1.0
Author: P.J. Gardner
Author URI: http://www.gidi.biz/
Template: f2
*/

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

body {
	background: #06C;
	color: #30C;
}
a:link,
a:visited { 
	color: #30C;
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: none; 
}
h1, h2, h3, h4, h5, h6 {
	color: #30C;
	font-family: Arial, Helvetica, sans-serif;
}
h3, h4, h5, h6 {
	font-size: 1em;
}
#wrapper{
	border-left: 240px solid #FFF; /* Sidebar left background color */
	border-right: 240px solid #FFF; /* Sidebar right background color */
}
#header {
	height: 90px;
	border: 1px solid #06C; 
	background: #FFD275 url("../uploads/cp-logo.gif");
	color: #30C;
}
#headerlogo h1 a:link,
#headerlogo h1 a:visited {
	background: transparent;
	color: #30C;
	font-size: 0.75em;
	margin-left: 250px;
	text-decoration: none;
}
#headerlogo h1 a:hover,
#headerlogo h1 a:active {
	text-decoration: underline;
}
#headerlogo div.description {
	color: #30C;
	margin-left: 250px;
}
#hmenu {
	background-color: #06C;
	border: 1px solid #06C;
	border-top: none;
	color: #FFF;
	float: none;
	height: 24px;
	margin: 0;
	position: static;
}
#hmenu ul {
	float: none;
}
#hmenu ul li a {
	background: #06C;
	color: #FFF;
}
#hmenu ul li.hmenu_rss a {
	background: #06C url('../f2/images/feed.png') no-repeat 95% 50%;
}
#hmenu ul li a:hover,
#hmenu ul li a:active,
#hmenu ul li.hmenu_rss a:hover,
#hmenu ul li.hmenu_rss a:hover {
	background-color: #FFF;
	color: #30C;
	font-weight: bold;
}
.sidebar {
	background: #FFF;
	color: #30C;
}
.sidebar ul h2 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}
.sidebar a {
	margin-bottom: 1em;
}
.widget_pages li,
.blogroll li {
	font-size: 1.25em;
}
.textwidget li {
	font-size: 1.25em;
	font-variant: small-caps;
}
.textwidget a {
	font-size: 1.15em;
}
.widget_pages li li {
	font-size: 1em;
}
.postentry {
	background: #FFF;
	color: #30C;
	margin-right: 5%;
}
.postentry p,
.postentry blockquote,
.postentry ul,
.postentry ol {
	text-align: left;
}
.postentry ul li {
	list-style: square;
}
.postentry ul.open li {
	list-style: square;
	margin-bottom: 1em;
}
.postentry a:link,
.postentry a:visited {
	border-bottom: none;
}
.postentry a:hover,
.posrenrty a:active {
	border-bottom: none;
	text-decoration: underline;
}
.postcomment {
	display: none;
}
.postedit {
	font-size: 1.25em;
}
#footer { 
	background: #06C;
	border: 1px solid #06C;
	color: #FFF;
	font-size: 1.25em;
}
#footer a {
	color: #FFF;
}