/*

- Young At Heart
- http://www.youngatheartdallas.org
- designed by Switch Creative Group
- http://www.groupswitch.com

*/

/* ! ---- COLORS ---- */
/* ---------------------------------------------------- */
	/* ! -- #63483F - brown copy -- */
	/* ! -- #EEEEEE - lt grey background -- */
	/* ! -- #170500 - dk black nav hover */
	/* ! -- #574842 - brown footer copy -- */
	/* ! -- #B1292C - red */



/* ! ---- STRUCTURE ---- */
/* ---------------------------------------------------- */
	
	body {
		background: #eee url(../_img/body_background.gif) repeat-x;
		color: #63483F;
		font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
		}
	
	#wrapper {
		margin: 0 auto;
		width: 1024px;
		}


/* ! ---- Header ---- */
/* ---------------------------------------------------- */	
	#header {
		background: transparent url(../_img/header.gif) no-repeat;
		height: 160px;
		position: relative;
		width: 1024px;
		}
	
	#header h1 {
		margin: 0; 
		padding: 0;
		text-indent: -9999px;
		}
	
	#header p {
		color: #fff;
		font-family: Georgia, serif;
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
		position: absolute;
			top: 50px;
			left: 325px;
		}


/* ! ---- Main Nav ---- */
/* ---------------------------------------------------- */
	
	ul#main_nav {
		font-size: 12px;
		font-weight: bold;
		margin: 95px auto 0;
		text-transform: uppercase;
		width: 760px;
		}
	
	ul#main_nav li {
		float: left;
		margin: 0 20px 0 0;
		}
	
	ul#main_nav li.last {
		margin: 0;
		}
		
	ul#main_nav li a {
		color: #fff;
		}
	
	ul#main_nav li a:hover {
		color: #170500;
		}
	
		

/* ! ---- Main Content ---- */
/* ---------------------------------------------------- */
	
	#content {
		margin: 25px auto;
		width: 760px;
		}
	
	#content p {	
		font-size: 14px;
		line-height: 1.3em;
		margin-bottom: .8em;
		}
	
	#content ul {
		list-style-image: url(../_img/heart_bullet.gif);
		}
	
	#content ul li {
		font-size: 14px;
		line-height: 1.3em;
		margin: 20px 40px;
		}
	
	
	/* ! ---- Custom Home Page (custom_home.php) ---- */
	/* ---------------------------------------------------- */
		
		#home_copy {
			border-bottom: 1px solid #63483F;
			color: #63483F;
			margin-bottom: 35px;
			padding-bottom: 30px;
			}
		
		#home_copy p {
			font-size: 28px;
			line-height: 1.3em;
			margin-bottom: 0;
			}
		
		#home_ctas {
			margin-bottom: 35px;
			}
		
		#home_ctas h2 {
			background: url(../_img/home_h2_back.png) repeat;
			color: #fff;
			display: block;
			font-size: 45px;
			font-weight: normal;
			margin: 150px 0 0;
			padding: 5px 10px 20px;
			text-transform: lowercase;
			}
		
		#home_ctas p {
			color: #fff;
			font-family: Arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
			margin: -20px 0 0;
			padding: 0 10px;
			}
		
		#home_ctas p a {
			color: #fff;
			}
		
		#home_ctas p a:hover {
			text-decoration: underline;
			}
		
		#fe_cta {
			background: url(../_img/home_featured.jpg) no-repeat;
			cursor: pointer;
			float: left;
			height: 240px;
			position: relative;
			width: 370px;
			}
		
		#vol_cta {
			background: url(../_img/home_volunteer.jpg) no-repeat;
			cursor: pointer;
			float: right;
			height: 240px;
			position: relative;
			width: 370px;
			}
		
		#join {
			background: url(../_img/home_join.gif) no-repeat;
			height: 55px;
			position: relative;
			width: 760px;
			}
		
		#join p {
			color: #fff;
			font-family: Georgia, serif;
			font-size: 12px;
			font-style: italic;
			font-weight: normal;
			position: absolute;
				top: 21px;
				left: 243px;
			}
		
		#join p a {
			color: #fff;
			}
		
		#join p a:hover {
			color: #170500;
			}
		
		#home_ops {
			margin: 35px 0;
			}
		
		#evnt_op {
			float: left;
			padding-right: 15px;
			width: 226px;
			}
		
		#vol_op {
			border-left: 1px solid #B1B1B1;
			border-right: 1px solid #B1B1B1;
			float: left;
			height: 200px;
			padding: 0px 15px 0 20px;
			width: 221px;
			}
		
		#photo_op {
			float: right;
			padding-left: 15px;
			width: 238px;
			}
			
		#home_ops h3 {
			color: #63483F;
			font-size: 12px;
			font-style: italic;
			font-weight: normal;
			text-transform: uppercase;
			}
		
		#home_ops h3 small {
			font-size: 11px;
			text-transform: lowercase;
			}
		
		#home_ops h3 a {
			color: #B1292C;
			}
		
		#home_ops h3 a:hover {
			color: #63483F;
			}
		
		#home_ops ul {}
		
		#home_ops ul li {
			font-family: Arial, serif;
			font-size: 12px;
			font-style: normal;
			font-weight: normal;
			list-style-image: none;
			line-height: 1.2em;
			margin: 0 0 10px;
			}
		
		#home_ops #events-calendar-list li:hover {
			background: transparent;
			border: none;
			padding: 0;
			}
		
		#home_ops ul li a,
		#home_ops #events-calendar-list li a:link, 
		#home_ops #events-calendar-list li a:visited, 
		#home_ops #events-calendar-list li a:active {
			color: #63483F;
			}
		
		#home_ops ul li a:hover, 
		#home_ops #events-calendar-list li a:hover {
			border: none;
			color: #B1292C;
			}
			
		
	
	/* ! ---- About Page ---- */
	/* ---------------------------------------------------- */
		
		#about_header {
			height: 80px;
			position: relative;
			margin-bottom: 20px;
			width: 760px;
			}
		
		#about_header h2 {
			text-indent: -9999px;
			}
		
		#about_header p {
			color: #fff;
			font-family: Georgia, serif;
			font-size: 12px;
			font-style: italic;
			font-weight: normal;
			}
		
		#about_header p a {
			color: #fff;
			}
		
		#about_header p a:hover {
			color: #170500;
			}
			
		#about_header.committee {
			background: url(../_img/about_header_committee.gif) no-repeat;
			}
			
		#about_header.committee p {
			position: absolute;
				top: 21px;
				left: 387px;
			}
		
		#about_header.leadership {
			background: url(../_img/about_header_leadership.gif) no-repeat;
			}
			
		#about_header.leadership p {
			position: absolute;
				top: 21px;
				left: 382px;
			}
		
		#about_header.benefits {
			background: url(../_img/about_header_benefits.gif) no-repeat;
			}
			
		#about_header.benefits p {
			position: absolute;
				top: 21px;
				left: 305px;
			}
		
		ul#sub_nav {
			list-style-image: none;
			position: absolute;
				top: 65px;
				left: 19px;
			text-transform: uppercase;
			width: 760px;
			}
		
		ul#sub_nav li {
			float: left;
			font-size: 12px;
			font-weight: bold;
			margin: 0 20px 0 0;
			}
		
		ul#sub_nav li.current_page_item a {
			color: #170500;
			}
			
		ul#sub_nav li a {
			color: #826D66;
			}
		
		ul#sub_nav li a:hover {
			color: #170500;
			}
		
		table {
			margin: -20px 0 20px;
			padding: 0;
			width: 100%;
			}
		
		table h3 {
			color: #B1292C;
			font-size: 29px;
			font-weight: normal;
			margin: 20px 0 15px;
			padding: 0;
			}
		
		table h4 {
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			}
			
		table td,
		table th {
			border: none;
			padding: 0 0 20px;
			}
		
		table p {
			font-size: 14px;
			line-height: 1.3em;
			}
		
		table.committee a,
		table.leadership a {
			color: #B1292C;
			}
		
		table.committee a:hover,
		table.leadership a:hover {
			text-decoration: underline;
			}
		
		table td.no_border {
			border: none;
			}
		
		table.committee td,
		table.committee th {
			border-bottom: 1px solid #63483F;
			}
		
		table.leadership h3 {
			margin-bottom: 3px;
			}
		
		table.leadership h4 {
			color: #826D66;
			margin-bottom: 10px;
			}
		
		.alignright {
			float: right;
			}
		
		ul.left {
			float: left;
			width: 400px;
			}
		

	/* ! ---- Archive Page ---- */
	/* ---------------------------------------------------- */
		
		#main_content {
			float: left;
			width: 500px;
			}
		
		#main_content .post {
			margin-bottom: 50px;
			}
		
		#main_content h3 {
			color: #B1292C;
			font-size: 29px;
			font-weight: normal;
			margin: 0 0 5px;
			}
		
		#main_content h4 {
			font-size: 12px;
			font-weight: bold;
			margin: 10px 0;
			text-transform: uppercase;
			}
		
		#main_content h4 a {
			color: #63483F;
			}
		
		#main_content h4 a:hover {
			color: #B1292C;
			}
		
		#main_content a {
			color: #B1292C;
			}
		
		#main_content a:hover {
			text-decoration: underline;
			}
		
		#sidebar {
			float: right;
			width: 230px;
			}
		
		#sidebar h2 {
			color: #B1292C;
			font-family: Georgia, serif;
			font-size: 12px;
			font-style: italic;
			font-weight: normal;
			text-transform: uppercase;
			margin: 0;
			text-transform: uppercase;
			}
		
		#sidebar ul {
			list-style-image: none;
			margin-bottom: 15px;
			}
		
		#sidebar ul a {
			color: #63483F;
			}
		
		#sidebar ul a:hover {
			color: #B1292C;
			}
		
		#sidebar ul li {
			font-family: Arial, serif;
			font-size: 12px;
			font-style: normal;
			font-weight: normal;
			line-height: 1.3em;
			margin: 0 0 5px;
			}
		
		#sidebar ul li ul {
			margin: 5px 0 20px;
			}
		
		#sidebar ul li ul li ul {
			margin-top: 5px;
			}
		
		#sidebar .serif p {
			font-family: Georgia, serif;
			font-size: 12px;
			}


	/* ! ---- Simple Pages ---- */
	/* ---------------------------------------------------- */
		
		.simple h3 {
			color: #B1292C;
			font-size: 29px;
			font-weight: normal;
			margin: 0 0 15px;
			padding: 0;
			}
		
		.simple p {
			margin-bottom: .8em;
			}
		
		.simple p a {
			color: #B1292C;
			}
		
		.simple p a:hover {
			color: #63483F;
			}
		
		img.alignleft {
			float: left;
			}
		
		img.alignright {
			float: right;
			}


	/* ! ---- Photo Galleries ---- */
	/* ---------------------------------------------------- */
		
		#main_content div.gallery {
			margin: 0 0 0 -1px;
			padding: 0;
			width: 500px;
			}
		
		#main_content div.gallery .gallery-item {
			margin-left: 1px;
			text-align: left;
			}
		
	
/* ! ---- Footer ---- */
/* ---------------------------------------------------- */
	
	#footer {
		background: url(../_img/footer_background.jpg) repeat-x;
		height: 75px;
		width: 100%;
		}
	
	#footer_hldr {
		background: url(../_img/footer_new.jpg) no-repeat;
		height: 75px;
		margin: 0 auto;
		width: 1024px;
		}
	
	#footer_left {
		float: left;
		margin: 32px 0 0 195px;
		}
		
	#footer_left p {
		font-family: Georgia, serif;
		font-size: 12px;
		text-transform: uppercase;
		}
	
	#footer_left p a {
		color: #fff;
		}
	
	#footer_left p a:hover {
		color: #170500;
		}
	
	#footer_right {
		float: right;
		margin: 28px 130px 0 0;
		}
	
	#footer_right p {
		font-family: Arial, sans-serif;
		font-size: 10px;
		text-align: right;
		}
	
	#footer_right p img {
		margin-top: -2px;
		vertical-align: middle;
		}
	
	#footer_right p a {
		color: #574842;
		}
	
	#footer_right p a:hover {
		color: #170500;
		}

	
/* ! ---- Misc. ---- */
/* ---------------------------------------------------- */
	
	td.no_border {
		border: none;
		}
	
	
	
	
	
	
	
	
	
	