/*----------------------------------------------------------------*/
/*	Global CSS Stylesheet
/*----------------------------------------------------------------*/

@import "home.css";
@import "forms.css";
@import "galleries.css";
@import "browser.fixes.css";


/* =Global
---------------------------------------------------------------------
*/

* {
	border:0 none;
	margin:0;
	outline:none;
	padding:0;
}

body {
	background:#ECEBE7 none repeat scroll 0 0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {}

h2 {
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	margin:0 0 20px;
	text-transform:uppercase;
}

h3 {
	color:#111E2F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px;
}

h4 {
	background:#303030 none repeat scroll 0 0;
	color:#ECEBE7;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px;
	padding:5px 10px;
	text-transform:uppercase;
}

h5 {
	color:#111E2F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px;
}

h6 {
	color:#907145;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px;
	text-transform:uppercase;
}

h2 + h3,
h3 + h4,
h5 + h6 { margin-top:-5px; margin-bottom:15px; }

p {
	font-size:12px;
	line-height:20px;
	margin:0 0 15px 0;
}

a {
	color:#907145;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0 none;
}

ul {}

li {}

hr {
	background-color:#C6C6C2;
	border:0 none;
	color:#C6C6C2;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:10px 0;
	padding:0;
}

table {
	border-collapse:collapse;
}

thead, tfoot {}

tr {}

th {
	font-weight:bold;
	padding:5px 2px;
}

td {
	padding:5px 2px;
	word-wrap:break-word;
}

blockquote, .blockquote {}

/* =Layout
---------------------------------------------------------------------
*/

#wrapper {
	margin:0 auto;
	width:960px;
}

#header {
	background:transparent url(/images/header_bg.jpg) no-repeat scroll 0 0;
	height:91px;
}

#logo {
	padding-top:26px;
}

#toplinks {
	background:transparent url(/images/toplinks_bg.gif) no-repeat scroll 0 0;
	margin-top:9px;
	padding:11px 10px 0 65px;
}

#toplinks a {
	color:#647847;
	font-size:11px;
	font-weight:bold;
	padding:3px 2px 1px;
	text-decoration:none;
}

#toplinks a:hover {
	background-color:#907145;
	color:#FFFFFF;
}

#main {
	border-top:1px solid #CCCCCC;
}


/* =Navigation
---------------------------------------------------------------------
*/

#navigation {
	padding-top:5px;
}

#nav {}

#nav li {
	display:inline;
	float:left;
	height:52px;
}

#nav li a {
	background:transparent none no-repeat scroll 0 0;
	display:block;
	height:52px;
	text-align:left;
	text-indent:-9999px;
}

#nav li:hover a,
#nav li.sfhover a {
	background-position:0 -52px !important;
}

#nav li.current a {
	background-position:0 -104px;
}

#nav li ul {
	background:#333333 none repeat scroll 0 0;
	left:-999em;
	margin:0;
	padding:18px 11px 6px;
	position:absolute;
	width:191px;
	z-index:999;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left:auto;
}

#nav li ul li {
	display:block;
	float:none;
	height:auto;
	margin:0;
	padding:0;
}

#nav li ul li a {
	border-bottom:1px solid #5C5C5C;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:auto;
	margin-bottom:5px;
	padding-bottom:5px;
	text-decoration:none;
	text-indent:0px;
}

#nav li ul li a:hover {
	color:#DDBD56;
}

#nav li ul li ul {
	display:none !important;
}

#nav li#nav_new-here a 			{ background-image:url(/images/nav_new-here.gif); width:137px; }
#nav li#nav_new-here ul 		{ margin-left:0px; }
#nav li#nav_new-here ul li a	{ background-image:none; width:auto; }

#nav li#nav_programs a 			{ background-image:url(/images/nav_programs.gif); width:143px; }
#nav li#nav_programs ul 		{ margin-left:0px; }
#nav li#nav_programs ul li a	{ background-image:none; width:auto; }

/* #nav li#nav_calendar a 			{ background-image:url(/images/nav_calendar.gif); width:130px; }
#nav li#nav_calendar ul 		{ margin-left:0px; }
#nav li#nav_calendar ul li a	{ background-image:none; width:auto; }

#nav li#nav_messages a 			{ background-image:url(/images/nav_messages.gif); width:127px; }
#nav li#nav_messages ul 		{ margin-left:0px; }
#nav li#nav_messages ul li a	{ background-image:none; width:auto; } */

#nav li#nav_youth a 			{ background-image:url(/images/nav_youth.gif); width:86px; }
#nav li#nav_youth ul 			{ margin-left:0px; }
#nav li#nav_youth ul li a		{ background-image:none; width:auto; }

#nav li#nav_schools a 			{ background-image:url(/images/nav_schools.gif); width:119px; }
#nav li#nav_schools ul 			{ margin-left:0px; }
#nav li#nav_schools ul li a		{ background-image:none; width:auto; }

#nav li#nav_resources a 		{ background-image:url(/images/nav_resources.gif); width:136px; }
#nav li#nav_resources ul 		{ margin-left:-77px; }
#nav li#nav_resources ul li a	{ background-image:none; width:auto; }

#nav li#nav_give,
#nav li#nav_need-help 			{ display:none; }


/* =Content
---------------------------------------------------------------------
*/

#page_header {
	height:191px;
	overflow:hidden;
	width:960px;
}

#content_wrapper {
	margin-top:-36px;
	position:relative;
	zoom:1;
}

#content {
	background:transparent url(/images/content_bg.gif) no-repeat scroll 0 0;
	min-height:250px;
	padding-right:20px;
	width:650px;
}

#text {
	padding:30px 35px;
}

#text ul {
	list-style-image:url(/images/bullet.gif);
	margin:0 0 15px 25px;
}

#text ol {
	margin:0 0 15px 25px;
}

#text li {
	line-height:20px;
}

#text ul li {}

#text ol li {}

#text ul ul, #text ul ol,
#text ol ol, #text ol ul {
	margin-bottom:6px;
}


/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar {
	background:transparent url(/images/sidebar_bg.jpg) no-repeat scroll 0 0;
	margin-top:36px;
	min-height:200px;
	width:290px;
}

#sidebar #sitesearch #search_term {
	width:240px;
}

#side_navigation {
	border-bottom:1px solid #C6C6C2;
	margin-bottom:25px;
	padding:15px 30px 25px;
}

#subnav {}

#subnav li {
	border-bottom:1px solid #C6C6C2;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:5px 0;
}

#subnav li a {
	color:#907145;
	font-size:14px;
	font-weight:bold;
	padding:3px 2px 1px;
	text-decoration:none;
}

#subnav li a:hover {
	background:#907145 none repeat scroll 0 0;
	color:#ECEBE7;
}

#subnav li li a {
	font-weight:normal;
}

#subnav ul {
	border-top:1px solid #C6C6C2;
	display:none;
	margin-top:3px;
	padding:8px 0 8px 20px;
}

#subnav ul ul {
	border:0 none;
	padding:0 0 0 35px;
}

#subnav li.current li ul,
#subnav li li.current li ul, 
#subnav li li li.current li ul,
#subnav li li li li.current li ul {
	display:none;
}

#subnav li.current ul,
#subnav li li.current ul, 
#subnav li li li.current ul,
#subnav li li li li.current ul {
	display:block;
}

#subnav li li {
	border:0 none;
}

#subnav li li li {
	list-style-image:url(/images/bullet.gif);
}

#subnav ul li a,
#subnav ul ul ul li a {
	color:#333333;
	font-size:12px;
}

#subnav ul ul li a {
	color:#907145;
}

#side_buckets {
	padding:0 30px 30px;
}

#side_buckets p {
	margin-bottom:15px;
}

#side_buckets img {
	margin:0 auto;
}


/* =Footer
---------------------------------------------------------------------
*/

#footer {
	background:transparent url(/images/footer_bg.jpg) no-repeat scroll center top;
	padding:17px 0px 20px 0px;
}

#footer_left {}

#footer_right {}

#sitesearch {
	border:3px solid #907145;
}

#sitesearch #search_term {
	background:#A68E6C none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:16px;
	padding:7px 8px 4px;
	text-transform:uppercase;
	width:164px;
}

#sitesearch #btn_search {
	background:transparent url(/images/btn_search.jpg) no-repeat scroll 0 0;
	display:block;
	height:27px;
	padding:0;
	text-align:left;
	text-indent:-9999px;
	width:28px;
}

#footer a {
	color:#647847;
	font-size:11px;
	font-weight:bold;
	padding:3px 2px 1px;
	text-decoration:none;
}

#footer a:hover {
	background-color:#907145;
	color:#FFFFFF;
}

#footer_info {
	font-size:11px;
	margin-top:11px;
}

#footer_links {
	margin:11px 3px 0 0;
}

#amlogo a {
	padding:0;
}

#amlogo a:hover {
	background:none;
}

.bullet {
	margin:0 8px;
}


/* =Editor Styles
---------------------------------------------------------------------
*/

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

.left {
	float:left;
}

.right {
	float:right;
}

.alignleft {
	display:inline;
	float:left;
	margin:0 15px 15px 0;
  clear: left;
}

.alignright {
	display:inline;
	float:right;
	margin:0 0 15px 15px;
}

.dark-grey, .dark-grey * {
	color:#333333;
}

.gold, .gold * {
	color:#DDBD56;
}

.tan, .tan * {
	color:#907145;
}

.green, .green * {
	color:#647847;
}

p.no_margin {
	margin:0 !important;
}


/*---------------------------------------------------------------------------------------*/
/*	Template-Specific Styles
/*---------------------------------------------------------------------------------------*/

#text .menu {}

#text .menu .label {}

#text .menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:224px;
}

#text .menu ul li {
	padding:0;
}

#text .menu ul li a.selection {
	background:#ECEBE7 url(../images/dd_arrow.jpg) no-repeat scroll right top;
	color:#111E2F;
	display:block;
	height:21px;
	padding:3px 30px 0 7px;
	text-decoration:none;
}

#text .menu ul li a:hover {
	color:#666666;
}

#text .menu ul ul {
	background-color:#DBDBD7;
	position:absolute;
	width:200px;
	z-index:999;
}

#text .menu ul ul li a {
	border-top:1px solid #CFCFC2;
	color:#333333;
	display:block;
	padding:5px 8px;
	text-decoration:none;
}

#text .menu ul ul li a:hover {
	background-color:#333333;
	color:#ECEBE7;
}

/* =Sitemap
---------------------------------------------------------------------
*/

#text ul#sitemap {}

#text ul#sitemap li {}

#text ul#sitemap li a {}

#text ul#sitemap li a:hover {}

#text ul#sitemap ul {}

#text ul#sitemap ul li {}

#text ul#sitemap ul li a {}

#text ul#sitemap ul li a:hover {}


/* =Map & Directions
---------------------------------------------------------------------
*/

.map {
	border:1px solid #C6C6C2;
	height:320px;
	margin:20px 0;
	width:580px;
}

.map p {
	padding:10px;
}

/* =E-Vites
---------------------------------------------------------------------
*/

.evite_thumb {
	display:inline;
	float:left;
	height:150px;
	margin:0 30px 20px 0;
	width:150px;
}

#evite_image {
	margin-bottom:20px;
}

#eviteForm textarea {
	height:80px;
}

/* =AddThis
---------------------------------------------------------------------
*/

.fccShare {
  padding: 9px 5px 1px 10px;
  background: #B49A45;
  color: #fff;
}

.fccShareHome {
  position: absolute;
  background: #EEEDE9;'
  padding: 30px;
  top: 230px;
  right: 0px;
}

#at16pt h4{
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	margin:0 0 20px;
	text-transform:uppercase;
  background: none;
}
.fccShareHome a {
  text-decoration: none;
}
.fccShareHome h5 {
  margin: 20px 0px 20px 20px;
}
.fccShareHome .addthis_toolbox {
  margin: 20px 0 0 0;
}

.fccShare .addthis_toolbox {
  margin: 0;
  float: right;
}

.at300bs {
  height: 32px!important;
  width: 32px!important;
  margin: -3px 0 0 10px;
  float: right;
  display: block;
}

.at15t_email {
  background: url(/images/smicons/email_32.png) 0 0 no-repeat!important; 
}
.at15t_facebook {
  background: url(/images/smicons/facebook_32.png) 0 0 no-repeat!important; 
}
.at15t_linkedin {
  background: url(/images/smicons/linkedin_32.png) 0 0 no-repeat!important; 
}
.at15t_myspace {
  background: url(/images/smicons/myspace_32.png) 0 0 no-repeat!important; 
}
.at15t_twitter {
  background: url(/images/smicons/twitter_32.png) 0 0 no-repeat!important; 
}

#videoFix {
  z-index: 999;
}

/* =SocialMedia
---------------------------------------------------------------------
*/
#facebook,#flickr,#myspace,#youtube,#twitter
 {width:62px; height:24px; overflow: hidden;display:block; padding: 0; background-image: url(/images/social_network_logos.png);background-repeat: no-repeat;text-indent: -1000px;border: none;float: right;margin: -5px 0 0 5px;}
 	#facebook {background-position: -1px 0; }	
 	a:hover #facebook {background-position: -1px -24px}
 	#flickr {background-position: -130px 0}	
 	a:hover #flickr {background-position: -130px -24px}
 	#twitter {background-position: -64px 0}	
 	a:hover #twitter {background-position: -64px -24px}
 	#myspace {background-position: -256px 0}	
 	a:hover #myspace {background-position: -256px -24px}
 	#youtube {background-position: -192px 0}	
 	a:hover #youtube {background-position: -192px -24px}

#socialMedia {
  padding: 8px 10px
}

#socialMedia a{
  float: left;
  margin-left: 15px;
}    

#socialMedia a:hover {
  background: none;
  color: #303030;
}

#tweet {
  background: url("/images/tweet.png") 0 0 no-repeat;
  padding: 18px 0 0 7px;
}

.tweet_list {
  border-top: 1px solid #585857;
  padding: 5px 0 0 0;
}

.tweet_more a {
  float: right;
  text-decoration: none;
  font-size: 90%;
  font-style: italic;
  margin: 14px 0 0 0;
}