/*
Theme Name: NancyFloreenDotOrg
Theme URI: http://nancyfloreen.org/
Description: Nancy Floreen WordPress theme built on the <a href="http://960.gs/">960 Grid System</a> (licensed under GPL and MIT).
Version: 1.1
Author: Beach Strategies
Author URI: http://beachstrategies.com/
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background: #fff url(img/bg_floreen-body.jpg) repeat-x;
	color: #000;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.5;
	padding: 0;
}

hr {
	border: 0 #dcdcdc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

small {
	font-size: 10px;
	font-style: italic;
	color: #666;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
blockquote,
form
{
	margin-bottom: 10px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 24px;
	margin-bottom: 0;
	color: #157F7D;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

/* `Layout
----------------------------------------------------------------------------------------------------*/

body.home div#wrapper {
	width: 100%;
	background: transparent url(img/bg_floreen-home.jpg) no-repeat scroll top center;
}

div#wrapper {
	width: 100%;
	background: transparent url(img/bg_floreen-inside.jpg) no-repeat scroll top center;
}

.container_16 {
	background: transparent;
}

#container {
	overflow: hidden;
}

/* `Header
----------------------------------------------------------------------------------------------------*/

#header {
	background: transparent;
	height: 100px;
}

h1#logo {
	width: ;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

div#signup {
	background: transparent url(img/bg-signup.gif) no-repeat scroll top left;
}


/* `Body Content
----------------------------------------------------------------------------------------------------*/

div#feature {
	height: 340px;
	margin-bottom: 20px;
	overflow: hidden;
}

div#home-blog {
	
}

div#home-news {
	
}

#home-blog h3 {
	width: 280px;
	height: 20px;
	background: transparent url(img/bg-home_blog.gif) no-repeat scroll top left;
	text-indent: -9999px;
	display: block;
}

#home-news h3 {
	width: 280px;
	height: 20px;
	background: transparent url(img/bg-home_news.gif) no-repeat scroll top left;
	text-indent: -9999px;
	display: block;
}

#endorsements h3 {
	width: 280px;
	height: 20px;
	background: transparent url(img/bg-endorsements.gif) no-repeat scroll top left;
	text-indent: -9999px;
	display: block;
}


div#content {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
div#content p,
div#content h3 {
	margin-left: 60px;
	margin-right: 60px;
}
*/

div#content a,
div#content a:visited {
	color: #157F7D;
}

div#content a:hover,
div#content a:active {
	color: #999999;
}

div#content h3 a,
div#content h3 a:visited {
	text-decoration: none;
}

div#content h3 a:hover,
div#content h3 a:active {
	text-decoration: underline;
}

div#posts h3 {
	text-transform: none;
}

div#copy p:first-of-type {
	font-style: italic;
	font-size: 16px;
	line-height: 130%;
	font-family: Georgia, serif;
}

div#copy img.alignleft,
div#copy img.alignright,
div#posts img.alignleft,
div#posts img.alignright {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #dcdcdc;
}

div#copy img.alignleft,
div#posts img.alignleft {
	float: left;
	margin-right: 20px;
}

div#copy img.alignright,
div#posts img.alignright {
	float: right;
	margin-left: 20px;
}

div#copy blockquote,
div#posts blockquote {
	overflow: auto;
	margin: .5em 2em 10px 2em;
	background-color: #efefef;
	padding: 10px 15px;
	font-style: italic;
	font-size: 16px;
	line-height: 130%;
	font-family: Georgia, serif;
}

div#posts p.publication {
	margin-bottom:0;
	font-style: italic;
	color: #666;
}

div#posts p.date {
	color: #666;
}

/* `Navigation
----------------------------------------------------------------------------------------------------*/

#navbar {
	height: 28px;
	background-color: transparent;
}

#navbar a {
	background:transparent url(img/bg-navbar.gif) no-repeat scroll 0 0;
	display:block;
	height:28px;
	overflow:hidden;
	text-indent:-9999em;
}

#navbar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#navbar li { float: left; position: relative; }
#navbar li, #navbar ul { margin: 0; padding: 0; }

li#nav-home a { width: 51px; background-position: 0 0; }
li#nav-home a:hover,
li#nav-home a:active { width: 51px; background-position: 0 -28px; }

li#nav-about a { width: 110px; background-position: -52px 0; }
li#nav-about a:hover,
li#nav-about a:active { width: 110px; background-position: -52px -28px; }

li#nav-issues a { width: 66px; background-position: -161px 0; }
li#nav-issues a:hover,
li#nav-issues a:active { width: 66px; background-position: -161px -28px; }

li#nav-volunteer a { width: 122px; background-position: -227px 0; }
li#nav-volunteer a:hover,
li#nav-volunteer a:active { width: 122px; background-position: -227px -28px; }

li#nav-news a { width: 102px; background-position: -349px 0; }
li#nav-news a:hover,
li#nav-news a:active { width: 102px; background-position: -349px -28px; }

li#nav-blog a { width: 58px; background-position: -451px 0; }
li#nav-blog a:hover,
li#nav-blog a:active { width: 58px; background-position: -451px -28px; }

li#nav-multimedia a { width: 106px; background-position: -509px 0; }
li#nav-multimedia a:hover,
li#nav-multimedia a:active { width: 106px; background-position: -509px -28px; }

li#nav-contribute a { width: 114px; background-position: -615px 0; }
li#nav-contribute a:hover,
li#nav-contribute a:active { width: 114px; background-position: -615px -28px; }

/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {

}

body.home #sidebar {
	margin-top: 100px;
}

li.widget {
	padding:0;
	margin:10px 0 0 0;
	list-style-type:none
}

h2.widgettitle {
	display: none;
}

div#connect {
	background: transparent url(img/bg-home_connect.gif) no-repeat scroll top center;
	margin-top: 30px;
	text-align: center;
	padding-top: 20px;
}

#connect img {
	margin: 0 5px;
}

/* `Footer
----------------------------------------------------------------------------------------------------*/

#footer-container {
	/*background-color: #157f7d;*/
	background-color: transparent;
}

#footer {
	background: #157F7D;
	color: #fff;
	padding: 12px 0 0 0;
	font-size: 11px;
}

#footer a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #ccc;
	text-decoration: none;
}

#footer-top, #footer-second {
	padding: 10px 0 20px 0;
}

#footer-second {
	padding: 10px 0 0 0;
}

/*
#footer-top div {
	border-bottom: 1px solid #fff;
}
*/

#footer-legal {
	padding: 0;
	margin: 0;
	text-align: center;
	}

#footer-legal p {
	color: #fff;
	padding: 3px;
	border: 1px solid #fff;
	font-size: 11px;
}

