/*
Theme Name: Titian Foundation
Version: 1.0
Author: Neuro Designs
Author URI: http://neuro-designs.com/
*/

@import url("_styles_reset.css");

/* IE Warning */
#IEWarning {
	width: 100%;
	background: #f00;
	clear: both;
	padding: 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		font-weight: bold;
		color: #fff;
		}
		
		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

/* General Settings */
body {
	background: #eaeaea;
	font: 10px/20px arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	border-top: 11px solid #eaeaea;
	}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	font-weight: bold;
	color: #eb6909;
	text-decoration: none;
	}
	
	a:hover {
		color: #999;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #eb6909;
	}
	
	.sidebar h4, .post h4 {
		color: #666;
		}

h2 {
	font-size: 2em;
	}
	
h3 {
	margin-bottom: 20px;	
	font-size: 1.6em;
	}
	
h4 {
	font-size: 1.2em;
	}
	
p {
	margin-bottom: 20px;
	font-size: 1.2em;
	}
	
strong {
	font-weight: bold;
	}
	
em, cite {
	font-style: italic;
	}
	
small {
	font-size: 0.9em;
	}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
	}

sub {
	font-size: 0.7em;
	position: relative;
	bottom: -0.6em;
	}

input.defaultText, textarea.defaultText, select {
	background: #eee;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1em;
	}
	
	select {
		border: 1px solid #be1e2d;
		}
	
input.defaultButton {
	background: #df0179;
	padding: 5px 10px;
	border: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	}
	
	input.defaultButton:hover {
		background: #999;
		}

ul {
	font-size: 1.2em;
	margin-bottom: 20px;
	}
	
	ul li {
/*		background: #ffe5cc;*/
		background: #eee;
		margin-bottom: 1px;
		padding: 5px 10px;
		}
		
/* Additional Classes */

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}

a.makeDonation:link, a.makeDonation:visited {
	width: 280px;
	height: 75px;
	display: block;
	background: url("images/btn_donate.png") top no-repeat;
	text-indent: -80000em;
	}
	
	a.makeDonation:hover {
		background-position-y: bottom;
		}

ul li.firstNews {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 4px 9px;
	}
	
	.firstNews h4, .firstNews p {
		font-size: 12px;
		}
		
	.firstNews h4 {
		font-size: 14px;
		}
	
/* Layout Settings */

#header {
	width: 100%;
	min-width: 960px;
	background: #fff;
	clear: both;
	border-bottom: 15px solid #fff;
	}
	
	#header .plc {
		width: 960px;
		margin: 0px auto;
		overflow: hidden;
		}
		
		#header .plc h1 {
			width: 136px;
			height: 65px;
			margin: 20px 50px 0px 20px;
			float: left;
			position: relative;
			}

			#header .plc h1 a {
				display: block;
				width: 136px;
				height: 65px;
				background: url("images/logo.png") 0 0 no-repeat;
				margin: 0px;
				text-align: left;
				text-indent: -80000em;
				text-decoration: none;
				z-index: 1000;
				position: absolute;
				}
		
		#header .plc #menu {
			width: 750px;
			float: right;
			font-size: 13px;
			font-weight: normal;
			text-transform: uppercase;
			}
			
			#header .plc #menu ul#multi-ddm {
				margin-top: 40px;
				overflow: hidden;
				font-size: 13px;
				}
				
				#header .plc #menu ul#multi-ddm li {
					margin-right: 15px;
					float: left;
					padding: 0px;
					background: #fff;
					}
					
					#header .plc #menu ul#multi-ddm li a:link, #header .plc #menu ul#multi-ddm li a:visited {
						color: #999;
						font-weight: normal;
						}

						#pgHome #header .plc #menu ul li a#linkHome:link, #pgHome #header .plc #menu ul li a#linkHome:visited, 
						#pgAbout #header .plc #menu ul li a#linkAbout:link, #pgAbout #header .plc #menu ul li a#linkAbout:visited, 
						#pgPrograms #header .plc #menu ul li a#linkPrograms:link, #pgPrograms #header .plc #menu ul li a#linkPrograms:visited, 
						#pgPartners #header .plc #menu ul li a#linkPartners:link, #pgPartners #header .plc #menu ul li a#linkPartners:visited, 
						#pgTestimonials #header .plc #menu ul li a#linkTestimonials:link, #pgTestimonials #header .plc #menu ul li a#linkTestimonials:visited, 
						#pgGallery #header .plc #menu ul li a#linkGallery:link, #pgGallery #header .plc #menu ul li a#linkGallery:visited, 
						#pgContact #header .plc #menu ul li a#linkContact:link, #pgContact #header .plc #menu ul li a#linkContact:visited, 
						#pgDonate #header .plc #menu ul li a#linkDonate:link, #pgDonate #header .plc #menu ul li a#linkDonate:visited,
						#pgNews #header .plc #menu ul li a#linkNews:link, #pgNews #header .plc #menu ul li a#linkNews:visited
						{
							color: #eb6909;
							font-weight: normal;
							}
						
						#header .plc #menu ul#multi-ddm li a:hover {
							color: #eb6909;
							}

#mainImage {
	width: 100%;
	min-width: 960px;
	height: 318px;
	background: #fff url("images/bg_main_image.png") repeat-x;
	clear: both;
	margin-top: -20px;
	margin-bottom: -20px;
	}
	
	#mainImage .plc {
		width: 960px;
		height: 318px;
		margin: 0px auto;
		overflow: hidden;
		}
		
		#mainImage .plc .left {
			width: 480px;
			height: 318px;
			float: left;
			background: #fff url("images/main_image.jpg");
			text-indent: -80000em;
			}
			
		#mainImage .plc .right {
			width: 480px;
			height: 318px;
			float: right;
			}

#pageTitle {
	background: #fff url("images/bg_main_image.png") center repeat-x;
	width: 100%;
	min-width: 960px;
	padding-top: 10px;
	border-top: 1px solid #eb6909;
	border-bottom: 1px solid #eb6909;
	}
	
	#pageTitle h2 {
		color: #fff;
		font-size: 2.5em;
		font-weight: normal;
		text-transform: uppercase;
		}

	#pageTitle .plc {
		width: 920px;
		margin: 0px auto;
		padding: 5px 20px 15px 20px;
		}

#subPageTitle {
	background: #e2017b url("images/bg_submenu.png") bottom repeat-x;
	width: 100%;
	min-width: 960px;
	padding-top: 10px;
	}
	
	#subPageTitle h3 {
		color: #fff;
		font-size: 2em;
		font-weight: normal;
		margin: 0px;
		}

	#subPageTitle .plc {
		width: 920px;
		margin: 0px auto;
		padding: 5px 20px 15px 20px;
		}

#contents {
	width: 100%;
	min-width: 960px;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ccc;
	}
	
	#contents .plc {
		width: 960px;
		margin: 0px auto;
		}
	
	#contents .col1 {
		width: 280px;
		float: left;
		padding: 20px;
		}

	#contents .col2 {
		width: 600px;
		float: left;
		padding: 20px;
		}

	#contents .col3 {
		width: 920px;
		float: left;
		padding: 20px;
		}
				
#footer {
	width: 920px;
	height: 20px;
	margin: 0px auto;
	padding: 5px 20px;
	padding-bottom: 40px;
	font-size: 0.9em;
	color: #999;
	overflow: hidden;
	}

	#footer p {
		margin: 0px;
		}
	
	#footer a:link, #footer a:visited {
		font-weight: bold;
		color: #999;
		}
		
		#footer a:hover {
			color: #333;
			}
	
	#footer .plc .left {
		width: 600px;
		float: left;
		}
		
	#footer .plc .right {
		width: 300px;
		float: right;
		text-align: right;
		}
	


/* Drop-down Menu Settings */

#multi-ddm {
	margin-top: 40px;
	overflow: hidden;
	font-size: 13px;
	text-transform: uppercase;
	}

	#multi-ddm > li {
		margin-right: 20px;
		float: left;
		padding: 0px;
		background: #fff;
		overflow: hidden;
		}

		#multi-ddm > li > a {
			color: #999;
			font-weight: normal;
			display: block;
			}

			#pgHome #header .plc #multi-ddm ul li a#linkHome:link, #pgHome #header .plc #multi-ddm ul li a#linkHome:visited, 
			#pgAbout #header .plc #multi-ddm ul li a#linkAbout:link, #pgAbout #header .plc #multi-ddm ul li a#linkAbout:visited, 
			#pgPrograms #header .plc #multi-ddm ul li a#linkPrograms:link, #pgPrograms #header .plc #multi-ddm ul li a#linkPrograms:visited, 
			#pgPartners #header .plc #multi-ddm ul li a#linkPartners:link, #pgPartners #header .plc #multi-ddm ul li a#linkPartners:visited, 
			#pgTestimonials #header .plc #multi-ddm ul li a#linkTestimonials:link, #pgTestimonials #header .plc #multi-ddm ul li a#linkTestimonials:visited, 
			#pgGallery #header .plc #multi-ddm ul li a#linkGallery:link, #pgGallery #header .plc #multi-ddm ul li a#linkGallery:visited, 
			#pgContact #header .plc #multi-ddm ul li a#linkContact:link, #pgContact #header .plc #multi-ddm ul li a#linkContact:visited, 
			#pgDonate #header .plc #multi-ddm ul li a#linkDonate:link, #pgDonate #header .plc #multi-ddm ul li a#linkDonate:visited
			{
				color: #eb6909;
				font-weight: normal;
				}

		#multi-ddm > li > .parent-hover {
			color: #eb6909;
			}

		#multi-ddm > li ul {
			display: none;
			list-style: none;
			position: absolute;
			margin: -1px 0px 0px 0px;
			z-index: 90;
			padding: 0px;
			-webkit-box-shadow: 0px 0px 5px #888;
			}
			
			#multi-ddm > li ul li {
				padding: 0px;
				}

			#multi-ddm > li ul a {
				display: block;
				width: 250px;
				text-decoration: none;
				padding: 5px 10px;
				font-size: 12px;
				font-weight: normal;
				background: #e2017b;
				color: #fff;
				margin-bottom: -1px;
				border-bottom: 1px solid #c7006c;
				}

				#multi-ddm > li ul li a.first {
					}

			#multi-ddm > li ul .child-hover1 {
				background: #999;
				color: #fff;
				}

			#multi-ddm > li ul .child-hover2 {
				background: #999;
				color: #fff;
				}

				#multi-ddm > li ul li ul {
					margin: -30px 0 0 121px;
					position: absolute;
					}

					#multi-ddm > li ul li ul li a {
						display: block;
						width: 200px;
						text-decoration: none;
						padding: 5px 10px;
						font-size: 12px;
						font-weight: normal;
						}

	#multi-ddm span {
		float: right;
		}




.col2 img {
	}
	
	.col2 img.alignleft {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		}
		
	.col2 img.alignright {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
		}


/* Blog Settings */

h2.widgettitle {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	}

#sidebar li {
	background: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	}
	
	#sidebar li ul li {
		background: #eee;
		margin-bottom: 1px;
		padding: 5px 10px;
		font-size: 12px;
		}

form#searchform {
	}
	
	form#searchform div label {
		display: none;
		}
	
	form#searchform input#s {
		background: #eee;
		padding: 4px;
		border: 1px solid #ccc;
		font-size: 1em;
		}
		
	form#searchform input#searchsubmit {
		background: #df0179;
		padding: 5px 10px;
		border: 0px;
		font-size: 1.1em;
		font-weight: bold;
		color: #fff;
		}
		
		form#searchform input#searchsubmit:hover {
			background: #999;
			}

.navigation {
	width: 600px;
	overflow: hidden;
	font-size: 1.2em;
	background: #eee;
	margin-bottom: 20px;
	}
	
	.navigation .alignleft {
		width: 280px;
		float: left;
		padding: 5px 10px;
		}
	
	.navigation .alignright {
		width: 280px;
		float: right;
		text-align: right;
		padding: 5px 10px;
		}

ol.commentlist {
	margin-bottom: 20px;
	}
	
	ol.commentlist li {
		background: #eaeaea;
		padding: 5px 10px;
		border-bottom: 1px solid #fff;
		}
		
		ol.commentlist li p.meta {
			margin: 0px;
			padding-top: 5px;
			border-top: 1px solid #dadada;
			}

p.nocomments {
	font-weight: bold;
	color: #eb6909;
	margin: 0px;
	}

/* Sociable Settings */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}