/*
Theme Name: National Federation of Families for Children's Mental Health
Theme URI: http://ffcmh.org/
Author: Twenty3design
Author URI: http://www.twenty3design.co.uk
version: 1.0
*/



body{
	padding: 0;
	margin: 0;
	background: url(images/background.jpg) repeat;
	font-family: Arial, Verdana, Serif;
	font-size: 13px;
	color: #43433d;
}

#container{
	margin: 0 auto;
	width: 940px;
}

#header {
	margin-bottom: 20px;
}

.logo {
	margin: 17px 0 30px 0;
}

img { border: none; }

a{ color: #002d71; text-decoration: none; }
a:hover{ color: #002d71; text-decoration: underline; }

h2 {
	font-family: "Century Gothic", Century, Arial;
	font-size: 18px;
	margin: 0; padding: 0;
	padding-top: 5px;
	color: #002d71;
}

h3.scriptFont {
	font-size: 46px;
	margin: 0; padding: 0;
	color: #fff;
}

h4 {
	font-family: "Century Gothic", Century, Arial;
	font-size: 16px;
	margin: 0; padding: 0;
	padding-top: 5px;
	color: #002d71;
}

/* IE6 Only */ * html h3.scriptFont { font-size: 36px; }
/* IE7 Only */ *:first-child+html h3.scriptFont { font-size: 36px; }

.alignleft {
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	border: none;
	margin-left: 15px;
	margin-bottom: 10px;
}


/*Breadcrumbs */
#breadcrumb{
	font-size: 11px;
	margin-bottom: 15px;
}


/* TABLES */

th
{
	font-weight: bold;
	padding: 10px 8px;
}
td
{
	padding: 9px 8px 0px 8px;
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}


/* MAIN MENU */

/*
#nav, #nav ul {
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; 
	z-index: 1000;
	margin: 0; padding: 0;
	width: 100%;
	height: 36px;
	background: #d9d4c5;
	list-style: none;
	font-weight: bold;
	color: #3c301e;
	font-family: "Century Gothic", Century, Arial;
}

#nav li{
	float:left;
	position:relative;
}
*/

/*#nav li.current_page_item a{
	background: #c5c1b3;
} */

/*
#nav li.donation{
	float: right;
}

#nav a{
	display:block;
	color:#3c301e;
	text-decoration:none;
	background-color:#333;
	margin: 0; padding: 8px 12px;
	background: #d9d4c5;
}

#nav a:hover{
	background-color:#002d71;
	color:#fff;
}

#nav li.donation a{
	background: #002d71;
	color: #fff;
	padding: 8px 15px;
	font-style: italic;
}

#nav li.donation a:hover{
	text-decoration: underline;
}

#nav a:hover, .menu ul ul a:hover{color:#fff; background:#002d71;}
#nav :hover > a, .menu ul ul :hover > a {color:#fff; background:#002d71;}


#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.5em;
	margin-top: 15px;
}

#nav li ul a, #nav li ul li:last-child a{
	width:160px;
	height:auto;
	float:left;
	margin: 0; padding: 5px 5px 5px 10px;
	background: #002d71;
	color: #fff;
	border-bottom: #6681aa 1px solid;
	border-right: #00245b 12px solid;
	font-style: normal;
}

#nav li ul a:hover, #nav li ul li:last-child a:hover{
	background: #00245b;
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}
*/




.nav {
	width:940px; 
	height:36px; 
	position:relative; 
	z-index:100;
	font-family:arial, sans-serif;
	background: #d9d4c5;
	font-weight: bold;
	color: #3c301e;
	font-family: "Century Gothic", Century, Arial;
}

/* remove all the bullets, borders and padding from the default list styling */
.nav ul {padding:0;margin:0;list-style-type:none;}
.nav ul ul {width:200px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nav li {
	float:left;
	/* width:200px; */
	position:relative;
}

.nav li.current_page_item, .nav li.current_page_ancestor {
	background: #c5c1b3;
}

/* style the links for the top level */
.nav a, .nav a:visited {
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#3c301e; 
	/* width:138px; */
	height:32px; 
	line-height:29px;
	font-weight:bold;
	padding: 4px 12px 0 12px;
}

/* style the second level background */
.nav ul ul a.drop, .nav ul ul a.drop:visited {
	background:#002d71; 
	border-bottom: #6681aa 1px solid;
	border-right: #00245b 12px solid;
}

/* style the second level hover */
.nav ul ul a.drop:hover{background:#00245b;}
.nav ul ul :hover > a.drop {background:#00245b;}

/* style the third level background */
.nav ul ul ul a, .nav ul ul ul a:visited {background:#002d71;}

/* style the third level hover */
.nav ul ul ul a:hover {background:#00245b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul ul {visibility:hidden;position:absolute;height:0;top:36px;left:0; width:200px;}

/* position the third level flyout menu */
.nav ul ul ul{left:200px; top:0; width:200px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.nav table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.nav ul ul a, .nav ul ul a:visited {background:#002d71; color:#fff; height:auto; line-height:1em; padding:10px 10px; width:168px;border-width:0 1px 1px 1px;
border-bottom: #6681aa 1px solid;
	border-right: #00245b 12px solid;
}

/* style the top level hover */
.nav a:hover, .nav ul ul a:hover{color:#fff; background:#00245b;}
.nav :hover > a, .nav ul ul :hover > a {color:#fff; background:#00245b;}

/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul,
.nav ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.nav ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.nav ul :hover ul :hover ul{ visibility:visible;}


.nav ul ul ul ul li {display: none; visibility: hidden;}

/* keep the fourth level hidden when you hover on first level list OR link */
.nav ul :hover ul ul ul li {display: none; visibility: hidden;}

/* keep the fourth level hidden when you hover on third level list OR link */
.nav ul :hover ul :hover ul :hover ul li { visibility: visible; display: block;}




.nav li.donation{
	float: right;
}

.nav li.donation a{
	background: #002d71;
	color: #fff;
	font-style: italic;
	display:block;
	font-size:12px;
	text-decoration:none; 
	/* width:138px; */
	height:32px; 
	line-height:29px;
	padding: 4px 15px 0 15px;
}

.nav li.donation a:hover{
	text-decoration: underline;
}





/* GLOBALS */

#globals{
	float: right;
}

/* GLOBAL MENU */

ul#globalMenu {
	margin: 23px 0 3px 0; padding: 0;
	overflow: auto;
	list-style: none;
	font-weight: normal;
	color: #3c301e;
	font-family: "Century Gothic", Century, Arial;
	font-size: 12px;
}

ul#globalMenu li a{
	color: #3c301e;
	text-decoration: none;
}

ul#globalMenu li a:hover{
	color: #3c301e;
	text-decoration: underline;
}

ul#globalMenu li.membership a{
	color: #fff;
	text-decoration: none;
}

ul#globalMenu li.membership a:hover{
	color: #fff;
	text-decoration: underline;
}

ul#globalMenu li {
	margin: 0; padding: 9px 10px;
	float: left;
	background: #d9d4c5;
}

ul#globalMenu li.current {
	background: #c5c1b3;
}

ul#globalMenu li.membership {
	background: #002d71;
	color: #fff;
}


#searchform{
	width: 215px;
	background: #d9d4c5;
	padding: 4px 6px;
	font-family: "Century Gothic", Century, Arial;
	font-size: 13px;
	float: left;
}

#searchform a { color: #43433d; }
#searchform a:hover { color: #43433d; text-decoration: none; cursor: pointer; }

#search input{
	width: 140px;
	height: 17px;
	border: #a69c7e solid 1px;
	margin-right: 6px;
}

/* TOP SECTION */

#slider {
	background: #73bbfa url(images/slideshow_bg.gif);
	margin: 0 20px 22px 0;
	float: left;
	clear: left;
	position: relative;
	padding: 18px 0 0 0;
}

#slideshow {
	width: 584px;
	height: 311px;
	padding: 0 12px 0 24px;
}

#slider .slideshow_img {
	padding: 15px 0;
	float: right;
}

#slider h2 {
	padding: 0; font-family: "Century Gothic", Century, Arial; font-size: 18px; color: #002d71; /* color: #fff;*/
}

#slider p {
	font-family: "Century Gothic", Century, Arial;
	font-size: 23px;
	color: #fff;
	line-height: 26px;
	margin-top: 7px;
}

#slider .more-link {
	display: block;
	width: 340px;
	text-align: right;
	font-size: 14px;
	font-family: "Century Gothic", Century, Arial;
	background: #58a1e3;
	padding: 5px 10px 5px 5px;
	position: absolute;
	margin: 0;
	bottom: 9px;
	cursor: pointer;
	color: #fff;
}

#brownbox {
	width: 250px;
	height: 128px;
	background: #473a26;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	padding: 10px;
	border-right: 30px #352814 solid;
}

#brownbox h2 { margin: 3px 0 0 0; padding: 0; font-family: "Century Gothic", Century, Arial; font-size: 14px; color: #fff; }
#brownbox h3 { margin: 3px 0 0 0; padding: 0; font-family: "Century Gothic", Century, Arial; font-size: 16px; color: #fff; font-weight: normal; }
#brownbox h4 { margin: 3px 0 0 0; padding: 0; font-family: "Century Gothic", Century, Arial; font-size: 12px; color: #6fbdfb; }
#brownbox a { color: #fff; text-decoration: underline; }
#brownbox a:hover { color:#fff; text-decoration: none; }

#bluebox {
	width: 250px;
	height: 151px;
	background: #73bbfa;
	float: left;
	padding: 10px;
	border-right: 30px #64a8e1 solid;
}

#bluebox h2 { margin: 1px 0 0 0; padding: 0; font-family: "Century Gothic", Century, Arial; font-size: 18px; color: #002d71; }
#bluebox h3 { margin: 0; padding: 0; font-family: "Century Gothic", Century, Arial; font-size: 14px; color: #2d7fc0; }
#bluebox p { margin: 3px 0 0 0; padding: 0; font-family: "Century Gothic", Century, Arial; font-size: 13px; color: #002d71; font-weight: normal; }


/* SHOPING CART */

#cart {
	width: 245px;
	padding: 5px 10px 5px 15px;
	background: #d9d4c5;
	border-right: 30px #c5c1b3 solid;
	margin-bottom: 10px;
}

#cart h3{
	color: #002d71;
	font-size: 18px;
	font-weight: bold;
	font-family: "Century Gothic", Century, Arial;
	padding: 0;
	line-height: 16px;
}

.gocheckout{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#cart .items{
	font-weight: bold;
	font-style: italic;
	margin: 0 0 5px 0;
}

#cart .shoppingcart td{
	margin: 0;
	padding: 2px 10px 2px 0;
}

#cart .shoppingcart #product, #cart .shoppingcart #quantity, #cart .shoppingcart #price{
	margin: 0;
	padding: 2px 10px 2px 0;
}

/* CONTENT */

#content {
	background: #f5f1ec;
	clear: left;
	padding: 10px 15px 15px 15px;
	line-height: 20px;
	overflow: auto;
	margin-bottom: 20px;
	height: 370px;
}

#content p {
	margin-top: 10px;
}

#content ul {
	margin: 0; padding: 0;
}

#content ul li{
	background: url(images/bullet.gif) 0 3px no-repeat;
	list-style: none;
	padding-left: 20px;
	margin: 0 0 10px 0;
	font-style: italic;
	line-height: 18px;
}

select {
	width: 230px;
}

.column {
	width: 288px;
	float: left;
}

.one {
	margin-right: 20px;
}

.two {
	margin-right: 10px;
}

.three {
	margin: 0;
	padding: 0 25px;
	width: 252px;
	background: url(images/usmap_home.jpg) 0 60px no-repeat;
	height: 365px;
}

/* NEWS and DONATE */

#homepage_donate{
	margin: 0 0 15px 0;
	height: 60px;
}

#homepage_donate form{
	width: 150px;
	text-align: right;
	float: right;
}

#newsWrapper{
	overflow: auto;
	clear: both;
}

#news, #newsArchive {
	width: 550px;
	margin: 0 15px 0 12px;
	padding: 0 30px 0 0;
	float: left;
}

.newsItemTop{
	display: block;
	clear: both;
	margin-top: 0;
}


.newsItem{
	display: block;
	clear: both;
	margin-top: 20px;
}

.newsimg {
	width: 105px;
	border: 3px solid #bfbaa4;
}

#news .subtitle, #newsArchive .subtitle {
	color: #929292;
	font-size: 18px;
	font-weight: bold;
	font-family: "Century Gothic", Century, Arial;
	margin: 0;
	padding: 0;
}

#news h2{
	color: #002d71;
	font-size: 18px;
	font-weight: bold;
	font-family: "Century Gothic", Century, Arial;
	padding: 0;
	line-height: 16px;
}

#newsArchive h2{
	color: #002d71;
	font-size: 18px;
	font-weight: bold;
	font-family: "Century Gothic", Century, Arial;
	padding: 0;
	line-height: 18px;
}

#news .date, #newsArchive .date {
	color: #3b78a8;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	margin: 2px 0 0 0;
	padding: 0;
}

#news img{
	float: left;
	margin: 0 15px 15px 0;
}

#news .archive {
	clear: left;
}

#partnerLogos {
	margin-top: 20px;
	width: 320px;
	float: left;
}

#partnerLogos img {
	margin-left: 30px;
}



/* FOOTER */

#footer{
	background: url(images/footer_background.jpg) repeat-x;
	width: 100%;
	height: 69px;
	padding-top: 47px;
}

#copyright{
	font-size: 11px;
	color: #31230f;
	margin: 0 auto 8px auto;
	width: 940px;
}

#footerMenu {
	margin: 0 auto;
	width: 940px;
	text-align: right;
	height: 29px;
	padding: 15px 10px 0 0;
	background-color: #473a26;
	border-top: #3a2e1c solid 4px;
}

#footerMenu li{
	display: inline;
	color: #fff;
	font-size: 12px;
	font-family: "Century Gothic", Century, Arial;
	font-weight: normal;
}

#footerMenu li:last-child{
	border-right: none;
}

#footerMenu li a{
	color: #fff;
}

#footerMenu li a:hover{
	text-decoration: underline;
}


/* PAGE CONTENT */

#pageContent {
	width: 580px;
	background: #73bbfa url(images/page_bg.gif);
	margin: 0 20px 22px 0;
	float: left;
	position: relative;
	padding: 20px;
}

#right {
	width: 300px;
	overflow: auto;
	float: left;
}

.searchResult {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}

#mapbox {
	background: url(images/usmap_page.jpg);
	width: 243px;
	height: 228px;
	float: left;
	margin: 10px 0;
}

#pageContent h1 {
	padding: 0; margin: 0;font-family: "Century Gothic", Century, Arial; font-size: 18px; color: #929292;
}

#pageContent h2 {
	padding: 0; margin: 0; font-family: "Century Gothic", Century, Arial; font-size: 22px; color: #002d71;
}

#pageContent p {
	
}


/* YOUTH MOVE */

#youth_subpages {
	background: #d9d4c5;
	padding: 10px 12px;
}

#youth_subpages h2 {
	margin: 0; padding: 0;
	color: #3c301e;
}

#youth_subpages ul {
	padding: 0;
	list-style: none;
}

#youth_subpages ul li {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}


/* STORE */

div.productdisplay {
	margin-top: 12px;
	margin-bottom: 0;
}

#pageContent div.productdisplay h2 {
	padding: 0; margin: 0;
	font-family: "Century Gothic", Century, Arial;
	font-size: 16px;
	color: #002d71;
}

#pageContent div.productdisplay .wpsc_product_price {
	font-weight: bold;
}
