/*
Theme Name: Freedom In Creation
Description: A custom WordPress skin for the official website of Freedom In Creation.
Version: 1.0
Author: Jason Frazier Creative Design, LLC
*/

#wrapper {
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url('http://www.freedomincreation.org/wp-content/themes/FIC_Theme/images/fic_blue_cork_bg.jpg');
	background-repeat: repeat;
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	padding: 0;
}

#header {
	margin-top: 0px;
	color: #497b8c;
	background-image: url('');
	height: 250px;
	width: 948px;
}

#content {
	width: 51%;
	float: left;
	background-color: #60aac1;
	color: #000000;
	padding-top: 18px;
	padding-left: 43px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 1.6em;
	background-image: url('http://www.freedomincreation.org/wp-content/themes/FIC_Theme/images/fic_blue_cork_bg.jpg');
	background-repeat: repeat;
}

#content a:link {
	color: #004454;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

#content a:visited {
	color: #004454;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

#content a:hover {
	color: #004454;
	text-decoration: underline;
	border-bottom: none;
	font-weight: normal;
}

#sidebar {
	width: 36%;
	float: right;
	background-color: #60aac1;
	color: #ffffff;
	font-size: 10px;
	margin-top: 35px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
}

#sidebar a:link {
	color: #ff0054;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

#sidebar a:visited {
	color: #ff0054;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

#sidebar a:hover {
	color: #ff0054;
	text-decoration: underline;
	border-bottom: none;
	font-weight: normal;
}

#both {
	clear: both;
}

#footer {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #282828;
	background-color: #ffffff;
	background-image: url('');
	height:;
	width:;
	padding-top: 10px;
	padding-bottom: 40px;
}

#footer a:link {
	color: #282828;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#footer a:visited {
	color: #282828;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#footer a:hover {
	color: #282828;
	text-decoration: underline;
	border-bottom: none;
	font-weight: bold;
}

#extra_sidebar_space {
	padding-bottom: 0px;
	background-color: #415961;
}

#extra_post_space {
	padding-bottom: 10px;
}

#extra_page_space_top {
	padding-bottom: 11px;
}

img {
	border:;
}

img.other_photos {
	border: none;
}

img.bio_photos {
	padding-right: 20px;
}

.page_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #004454;
	line-height: 1.5em;
}

.post_date_line {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}



















<!-- HORIZONTAL MENU CODE --!>

#menu_wrapper {
height: 30px;
width: 938px;
background-color: #024d62;
}


#menu {
background: #024d62;
float: left;
width: 100%;
margin-top:-2px;
}

#menu ul {
list-style: none;
margin: -2px;
padding-left: 20px;
padding-top: 6px;
padding-bottom: 6px;
float: left;
}

#menu ul.submenus {
list-style: none;
margin: 0;
padding: 0px;
width: 100px;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width:;
border-style:;
border-color:;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #024d62;
text-transform: uppercase;
}

#menu a {
color: #ffffff;
background: #024d62;
text-decoration: none;
}

#menu a:hover {
color: #024d62;
background: #fff;
}

#menu li {position: relative;
padding-right: 10px;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(http://www.freedomincreation.org/css/csshover.htc);
font-size: 100%;
}

#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->