/* @override http://www.communityfocusnc.com/wp-content/themes/cfnc/style.css */
/* @override http://communityfocusnc.com/wp-content/themes/cfnc/style.css */
/*
Theme Name: CFNC theme
Theme URI:
Description: A custom theme for Community Focus of North Carolina
Version: 1.0
Author: Yellow Rubber Ball
Author URI: http://www.yellowrubberball.com
Tags:
*/

/* Framework */
@import 'css/blueprint/screen.css';


/*	--- LAYOUT
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
body {
	background: url(img/background-2.jpg);
	font-size: 90%;
	color: #2a2a42;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;*/

}

.container {
	background: url(img/content-bg-2.jpg) 0px 230px;
	border-bottom: 5px solid #fff;
	width: 901px;
}

#header {
	background-color: #bf9b45;
	background: url(img/header-2.jpg);
	float: left;
	width: 901px;
	height: 215px;
}

#nav{
	width: 950px;
	margin: 0;
	float: left;
	display: block;
	height: 25px;
}


#main {
	float: left;
	width: 650px;
	padding: 20px 30px 20px 20px;
}

#sidebar {
	float: right;
	width: 180px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 100px;
	overflow: hidden;
}

#footer { 
	margin: 0 auto;
	width: 950px;
	height: 40px;
	color: #fff;
	padding-top: 10px;
}	
	
/*	--- GENERAL FORMATTING
	-------------------------------------------------------------------
	------------------------------------------------------------------- */	
	
.alignleft {
	float: left;
	margin: 5px;
}

.alignright {
	float: right;
	margin: 5px;
}


/*	--- HEADER
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
#header h1 {
	height: 125px;
	margin-bottom: 0;
	margin-bottom: 63px;
}

#header h1 a {
	display: block;
	height: 125px;
	width: 901px;
	margin: 0px;
	padding: 0px;
	text-indent: -50000px;
}


/*	--- NAVIGATION
	-------------------------------------------------------------------
	------------------------------------------------------------------- */

ul#nav {
	/* height: 30px; */
	margin: 0px 0 0 0;
}

#nav li {
	font-size: 16px;
	display: inline;
	padding-left: 40px;
}

#nav li a:focus, #nav li a:hover, #nav li.current_page_item a {
	color: #2a2a42; /*navy*/
	color: #bf9b45; /*gold*/
}

#nav li a {
        text-decoration: none;
        color: white;
}


/*	--- MAIN
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
h2.post-title{
	clear: left;
}

body h3, h4, a{
	color: #2a2a42; /*navy*/
}

#main h2 {
	color: #2a2a42; /*navy*/
	color: #bf9b45; /*gold*/
}

#sidebar h4 {
	color: #fff;
}

/*	--- SIDEBAR
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
#sidebar-title{
	background: url(img/communities.jpg) no-repeat;
	text-indent: -5000px;
}

#communities{
	list-style-type: none;
		margin: 0;
}

#communities a{
	text-indent: -5000px;
}

#communities ul{
	display: block;
	padding: 0;
	margin: 0;
	width: 180px;
}

#communities li a{
	display: block;
	padding: 0;
	margin: 0;
	width: 180px;
	text-indent: -5000px;
	width: 170px;
}

#communities li a:hover, #communities li a:active, #communities .current_page_item li a {
	background-position: -174px 0px;
}

#communities li.page-item-183 a:hover, #communities li.page-item-183 a:active, #communities .current_page_item li.page-item-183 a {
	background-position: -175px 0px;
}

#communities li.page-item-185 a:hover, #communities li.page-item-185 a:active, #communities .current_page_item li.page-item-185 a {
	background-position: -175px 0px;
}


#communities .page-item-15 a{
	background: url(img/4100.jpg) top left no-repeat;
	height: 66px;
}

#communities .page-item-12 a{
	background: url(img/everwood.jpg) top left no-repeat;
	height: 70px;
}

#communities .page-item-14 a{
	background: url(img/farrington.jpg) top left no-repeat;
	height: 96px;
}

#communities .page-item-16 a{
	background: url(img/hickory.jpg) top left no-repeat;
	height: 76px;
}

#communities .page-item-17 a{
	background: url(img/orchard.jpg) top left no-repeat;
	height: 81px;
}

#communities .page-item-18 a{
	background: url(img/partners.jpg) top left no-repeat;
	height: 75px;
}

#communities .page-item-174 a{
	background: url(img/stillwood.jpg) top left no-repeat;
	height: 79px;
}

#communities .page-item-183 a{
	background: url(img/emorywood.jpg) top left no-repeat;
	height: 98px;
}

#communities .page-item-185 a{
	background: url(img/millcroft.jpg) top left no-repeat;
	height: 98px;
}

#communities .page-item-224 a{
	background: url(img/randolph.jpg) top left no-repeat;
	height: 71px;
}

#communities .page-item-222 a{
	background: url(img/trenton.jpg) top left no-repeat;
	height: 71px;
}

#communities .page-item-324 a{
	background: url(img/tennyson.jpg) top left no-repeat;
	height: 71px;
}

#communities .page-item-358 a{
	background: url(img/evergreen.jpg) top left no-repeat;
	height: 71px;
}


#communities a:hover, #communities a:focus{
	outline: none;
}

/*	--- FOOTER
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
#footer {
	font-size: 80%;
	text-align: center;
}
#footer a:focus, #footer a:hover { 
	text-decoration: none; 
}

#footer a {
	color:#fff;
	text-decoration:underline;
}
		
/*	--- SPECIFIC PAGE FORMATTING	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
#home .post-title{
	display: none;
}

.slideshow{
	padding-bottom: 10px;
}


a.notice{
	float: left;
}
