/*  
Theme Name: Hibiscus
Theme URI: http://www.freewpthemes.net/
Description: A two-column, fixed-width template with fluid header and footer background. Widget-ready for WP2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/CAFbackground-01.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #353D5A;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00AEEF;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2, h3 {
	font-size: 1.5em;
}


p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	font-size: 1.2em;
}

ul {
        list-style-type: none;
}


p {
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #00AEEF;
}

ul {
}

ol {
}

a {
        text-decoration: none;
	color: #353D5A;
	font-weight: bold;
}

a:hover {
	border: none;
        color: #F97000;
        border-bottom:1px dotted;
	text-decoration: none;
}

small {
	font-size: 12px;
}

hr {
        color: #00AEEF;
        background-color: #00AEEF;
        height: 1px;
}

img {  
        border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 800px;
	height: 198px;
	margin: 0 auto;
	background: url(images/header.jpg);
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#header a {
	border: none;
	text-decoration: none;
	color: #8ed8f8;
}

#header a:hover {
        text-decoration: none;
}

#logo {
	float: left;
	padding: 0 0 0 0;
}

#logo h1 {
	margin: 0;
	padding-top: 50px;
	font-size: 60px;
	color: #ffffff;
}

#logo h2 {
	margin: 0;
	font-size: 18px;
	color: #ffffff;
}

#menu {
	width:550px; 
	float: right;
	margin-top:30px;
	height: 70px;
}


#menu ul {
	margin:0;
	padding:0;
	width: auto;
	height: 30px;
	float: right;
	height: 70px;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
        height: 20px;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	text-transform: none;
}

#menu ul li a {
	padding:0;
	margin: 0;
	color: #00AEEF;
	display:block;
	line-height: 20px;
}

#menu ul li ul li.current-cat,
#menu ul li ul li.current_page_item,
#menu ul li ul li a:hover {
	text-decoration: none;
}

#menu ul li ul {
	height: auto;
	display: block;
	float: left;
	margin:0;
	padding:0;
	border: none;
}

#menu ul li ul li a,
#menu ul li ul li {
	display: block;
	color: #8ed8f8;
	float: left;
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 15px;
	height: 15px;
	clear: left;
	text-transform: lowercase;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 500px;
}

/* Full */

#full {
	float: left;
	width: 760px;
}


/* Post */

.post {
	padding: 20px 0 20px 0;
}

.vline {
	border-top: none;
}

.post .date {
	margin: 0;
	font-size: .8em;
}

.post .title {
	margin-top: 0;
}

.post .title a {
	border: none;
	color: #00AEEF;
}

.post .entry {
}

.post .meta-single p {
	line-height: normal;
}

.post .meta {
	clear: both;
	height: 0px;
	font-size: 1em;
}

.post .meta a {
	display: block;
	float: left;
	height: 0px;
	border: none;
}

.post .meta b {
	display: none;
}

.post .category a {
	padding: 1px 40px;
	background: url(images/img08.gif) no-repeat;
}

.post .comments a {
	padding: 1px 40px;
	background: url(images/img07.gif) no-repeat;
}

/* Navigation */

.navigation {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Comments */

#comments {
}

#comments ol {
	font-size: 1.2em;
	line-height: normal;
}

/* Respond */

#respond {
}

#respond p {
	margin-bottom: 12px;
	line-height: normal;
}

#comment {
	width: 480px;
}

/* Sidebar */

#sidebar {
        float: right;
	width: 220px;
	padding-top: 10px;
}

#sidebar ul {
	background: #8ed8f8;	
        margin: 0;
	padding: 5px 5px 5px 5px;
	list-style: none;
}

#sidebar li {
	padding-top: 5px;
}

#sidebar li ul {
	padding-left: 5px;
}

#sidebar li li {
	padding: 0;
	padding-left: 3px;
	background: url(images/img04.gif) no-repeat left center;
	font-size: .75em;
}

#sidebar li h2 {
	margin-top: 0;
	color: #00AEEF;
	font-size: 1.4em;
}

#sidebar li a {
        border: none;
}

#sidebar fieldset {
	border: none;
}

/* Footer */

#footer {
	height: 30px;
        bottom: 0px;
	padding-top: 10px;
        background: #353D5A;
        background-repeat:repeat-x;
        text-align: center;
        position: float;
	font-size: 11px;
	color: #ffffff;
}

#footer p {
	margin: 0;
}

#footer a {
	border: none;
	color: #ffffff;
        font-weight: normal;
}