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

/* Titian Colors

Yellow #faba00
Red #e3001b
Blue #009de0
Green #27a22d
Magenta #e2017b
Orange #eb6909

*/

@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 */

* {
	margin: 0;
	}

html, body {
	height: 100%;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	}


body {
	background: #fff;
	font: 10px/20px helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	}

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: 2.2em;
	margin-bottom: 20px;
	}
	
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 #eaeaea;
	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;
		}

.recentNews {
	background: #009de0;
	color: #fff;
	padding: 10px;
	border: 1px solid #0081b8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

	.recentNews h3 {
		color: #fff;
		margin-bottom: 10px;
		}

	.recentNews ul {
		margin-bottom: 10px;
		}
	
		.recentNews ul li {
			background: #0081b8;
			}

			.recentNews a:link, .recentNews a:visited {
				color: #fff;
				}

				.recentNews a:hover {
					color: #eaeaea;
					}

a.socialButton:link, a.socialButton:visited {
	display: inline-block;
	padding: 5px;
	padding-right: 10px;
	background: #fafafa;
	margin-right: 5px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	}
	
	a.socialButton img {
		margin-right: 10px;
		vertical-align: middle;
		}
		
	a.socialButton.btnTwitter {
		background: #197abf;
		border-color: #226aa0;
		color: #fff;
		}

	a.socialButton.btnFacebook {
		background: #3c5c99;
		border-color: #2f5488;
		color: #fff;
		}
		
	a.socialButton:hover {
		background: #999;
		border-color: #666;
		}
		
/* Layout Settings */

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

			#header 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 #menu {
			width: 750px;
			float: right;
			font-size: 13px;
			font-weight: normal;
			text-transform: uppercase;
			}
			
			#header #menu ul {
				margin-top: 40px;
				overflow: hidden;
				font-size: 13px;
				}
				
				#header #menu ul li {
					margin-right: 15px;
					float: left;
					padding: 0px;
					background: #fff;
					}
					
					#header #menu ul li a:link, #header #menu ul li a:visited {
						color: #999;
						font-weight: normal;
						}
						
						#header #menu ul li a:hover,
						#header #menu ul li.current_page_item a:link,
						#header #menu ul li.current_page_item a:visited
						 {
							color: #eb6909;
							}

#mainImage {
	width: 100%;
	min-width: 960px;
	height: 318px;
	background: url("images/bg_main_image.png") repeat-x;
	clear: both;
	margin-top: -20px;
	margin-bottom: -10px;
	}
	
	#mainImage .plc {
		width: 960px;
		height: 318px;
		margin: 0px auto;
		overflow: hidden;
		position: relative;
		}
		
		#mainImage .left {
			width: 435px;
			height: 298px;
			float: left;
			margin-top: 55px;
			margin-left: 20px;
			color: #fff;
			}
			
			#mainImage .left h2 {
				font-weight: normal;
				font-size: 2.6em;
				line-height: 1.2em;
				color: #fff;
				margin-bottom: 5px;
				text-shadow: 0px -1px 1px #666;
				}
				
				#mainImage .left h2 a:link, #mainImage .left h2 a:visited {
					color: #fff;
					font-weight: normal;
					}
					
					#mainImage .left h2 a:hover {
						color: #eaeaea;
						}
				
			#mainImage .left p {
				text-shadow: 0px -1px 1px #666;
				}
			
		#mainImage .right {
			width: 480px;
			height: 318px;
			float: right;
			}
			
			#mainImage .right img {
				background: #fff;
				width: 425px;
				height: 280px;
				margin: 10px 0px 0px 35px;
				padding: 5px;
				border: 1px solid #eaeaea;

				-webkit-box-shadow: 0px 0px 10px #999;
				-moz-box-shadow: 0px 0px 10px #999;
				box-shadow: 0px 0px 10px #999;

				-webkit-transform: rotate(0.8deg);
				-moz-transform: rotate(0.8deg);
				transform: rotate(0.8deg);
				}








				#slideshowPagerWrap {
					margin: 0px auto;
					display: block;
					position: absolute;
					bottom: 14px;
					left: 20px;
					z-index: 10000;
					}
					
					#slideshowPagerWrap span {
						display: block;
						float: left;
						padding: 0px;
						margin-right: 5px;
						color: #999;
						}
					
				#slideshowPager {
					display: inline-block;
					font-size: 8px;
					font-weight: bold;
					}
							
				#slideshowPager a {
					color: #999;
					background: #eaeaea;
					display: block;
					float: left;
					padding: 0px 5px;
					margin-left: 1px;
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
					}
					
					#slideshowPager a.activeSlide, #slideshowPager a:hover {
						background: #ccc;
						}
						
					#slideshowPager a:focus {
						outline: none;
						}











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

	#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;
	border-top: 1px solid #eee;
	}
	
	#subPageTitle h3 {
		color: #fff;
		font-size: 2em;
		font-weight: normal;
		margin: 0px;
		text-shadow: 0px -1px 1px #666;
		}

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




#mainImage.color1, #pageTitle.color1 { /* Yellow */
	background-color: #eaa000;
	}
	
#mainImage.color2, #pageTitle.color2 { /* Red */
	background-color: #e3001b;
	}
	
#mainImage.color3, #pageTitle.color3 { /* Blue */
	background-color: #009de0;
	}
	
#mainImage.color4, #pageTitle.color4 { /* Green */
	background-color: #27a22d;
	}
	
#mainImage.color5, #pageTitle.color5 { /* Magenta */
	background-color: #e2017b;
	}
	
#mainImage.color6, #pageTitle.color6 { /* Orange */
	background-color: #eb6909;
	}




#contents {
	width: 100%;
	min-width: 960px;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
	}
	
	#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;
		}

.push {
	height: 20px;
	}
				
#footer {
	background: #eaeaea;
	width: 100%;
	min-width: 960px;
	height: 39px;
	border-top: 1px solid #ccc;
	font-size: 0.9em;
	color: #999;
	overflow: hidden;
	}
	
	#footer .plc {
		width: 920px;
		margin: 0px auto;
		padding: 5px 20px;
		}

	#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;
			}

		#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);
}





/* Animations */

a {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	}
	
.makeDonation {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	}
