@import url(nav.css);

/*
Theme Name: Ilan-Lael Foundation
Theme URI: http://ilanlaelfoundation.org/
Description: The theme for ilanlaelfoundation.org.
Version: 1.0
Author: Vance Tran
Author URI: http://vancetran.com/
Tags: green, seafoam, foundation, non-profit
*/

/* HTML5 Reset via Nathan Smith */
a,abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{border:0;margin:0;padding:0;font-size:100%}html,body{height:100%}img{font-size:0}table{border-collapse:collapse;border-spacing:0}th,td,caption{font-weight:normal;vertical-align:top;text-align:left}

/* All boxes */
#content, #main, #sidebar {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* Layout */

body {
	background: #596d6e;
	font: normal 13px/1.7em Arial,Helvetica,sans-serif;
	color: #333;
}

#box { 
	background: #b2dadc url(images/bg-mosaic-wing2.png) top center no-repeat;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#headerbar {
	width: 100%;
	height: 115px;
	display: block;
	background: #6db0ae url(images/bg-header.png) top center repeat-x;
	margin-bottom: 20px;
}
#headerbar .deco {
	background: url(images/bg-header-banner.png) top center no-repeat;
	width: 100%;
	height: 115px;
}
#header {
	width: 940px;
	margin: 0 auto 0 auto;
	height: 115px;
}
#site-title {
	font: normal 33px/1em Arial, Helvetica,sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

	#navbar {
	}
	#search {
		width: 210px;
		float: right;
		display: inline;
		text-align: right;
		padding-top: 4px;
	}
	#search div {
		background: #fff;
		height: 22px;
	}
	#search #s{
		display: inline;
		color: #777;
		background: #fff/* url(images/icon-search.png) 135px 2px no-repeat*/;
		border: none;
		width: 150px;
		height: 12px;		
		margin: 0;
		padding: 4px;		
		font-size: 12px;
		line-height: 12px;
		
	}
	#search #searchsubmit {
		display: inline;
		background: #eee;
		color: #295c69;
		border: none;
		height: 21px;
		margin: 0;
		padding: 0 10px;
		font-size: 12px;
		font-weight: bold;
		line-height: 12px;
	}
	

#content {
	margin-bottom: 40px;
}
#slideshow {
	background: #596d6e;
	background: rgba(0,0,0,.5);
	height: 378px;
	margin-bottom: 20px;
	margin-top: 30px;
	z-index: 10 !important;
	overflow: hidden;
	width: 940px;
}
	#slideshow .slide {
		height: 338px;
		margin-top: 20px;
		margin-left: 20px;
	}
	#slideshow .slide .caption {
		display: inline;
		float: left;
		width: 280px;
		height: 338px;
		margin-right: 20px;
		text-align: center;
	}
			#slideshow .slide .caption strong{
				font: 42px/1em Georgia,Times New Roman,serif;
				color: #fff;
				display: block;
				padding-top: 28px;
				padding-bottom: 28px;
				margin-bottom: 10px;
				text-align: center;
				border-top: 5px solid #ccc;
				border-bottom: 5px solid #ccc;
				
			}
			#slideshow .slide .caption p{
				color: #fff;
				margin-bottom: 10px;
			}			
	#slideshow .slide img {
		display: inline;
		float: left;
		width: 600px;
		height: 338px;
		-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
		box-shadow: 0 1px 10px rgba(0,0,0,.5);
	}
	.pager {
		position: relative;
		display: block;
		float: left;
		width: 320px;
		margin-top: -60px;
		z-index: 10;
		font-size: 12px;
		font-style: italic;
		line-height: 20px;
		text-align: center;
	}
	.pager a {
		font-family: Georgia, Times New Roman, serif;
		display: inline-block;
		height: 20px;
		width: 20px;
		color: #999;
		background: #555;
		text-decoration: none;
		text-align: center;
		margin-right: 1px;
	}
	.pager a.activeSlide {
		color: #333;
		background: #eee;
	}
	.pager a:hover {
		color: #666;
		background: #eee;
	}

#cta {
	width: 940px;
	text-align: center;
}


#main {
	width: 580px;
	padding: 20px;
	margin-left: 0;
	background: #dbeded;
	background: rgba(255,255,255,.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#sidebar {
	width: 260px;
	padding: 20px;
	margin-right: 0;
	display: block;
	background: #dbeded;
	background: rgba(255,255,255,.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	#sidebar ul.nav {
		list-style: none;
		margin-left: 0;
	}
	#sidebar ul.nav a{
		font-size: 14px;
		text-decoration: none;
		border: none !important;
		display: block;
		padding-left: 10px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		margin-bottom: 1px;	
		line-height: 30px;	
		background: #eee;
		background: rgba(255,255,255,.5);
		text-shadow: 1px 1px 0 #fff;
		text-decoration: none;
	}	
	#sidebar ul.nav a:hover {
		color: #eee !important;
		background: #333;
		background: rgba(0,0,0,.5);
		text-decoration: none;
		text-shadow: 1px 1px 0 #000;
	}
	
#footerbar {
	width: 100%;
}
#footer {
	color: #ccc;
	display: block;
	width: 940px;
	font-size: 12px;
	margin: 30px auto 0 auto;
	text-align: center;
	padding-bottom: 30px;
}
#footer p {
	color: #aaa;
	font-size: 10px;
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}
#footer ul {
	font-size: 12px;
	display: block;
	padding: 0;
	margin: 0;
}
	#footer ul li {
		display: inline;
		margin: 0 10px 0 0;
	}
	#footer ul li a{
		color: #aaa;
		font-weight: bold;
		text-decoration: none;
	}
	#footer ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}
	#footer .copyright {
		text-transform: uppercase;
	}

/* Paragraphs */

#main p, #sidebar p {
	margin-bottom: 1em;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	display: block;
}

#where h1 {
	font: normal 42px/1em Georgia,Times New Roman,serif;
	margin-bottom: .5em;
	color: #5a7473;
	text-shadow: 1px 1px 0 rgba(255,255,255,.75);
}
h1 {
	font: normal 28px/1em Georgia,Times New Roman,serif;
	margin-bottom: .5em;
	color: #5a7473;
	text-shadow: 1px 1px 0 rgba(255,255,255,.9);
}


h2 {
	font: normal 22px/1em Georgia,Times New Roman,serif;
	margin-bottom: .5em;
	color: #5a7473;
	text-shadow: 1px 1px 0 rgba(255,255,255,.9);
}
h3 {
	font: normal 16px/1em Georgia,Times New Roman,serif;
	margin-bottom: .5em;
}
#footer h2 {
	font: bold 13px/1em Ariel, Helvetica, sans-serif;
	text-shadow: none;
}

/* Links */
#main a, #sidebar a{
	text-decoration: none;
	color: #333;
	color: rgba(10, 20, 19, 0.75);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#main a:hover, #sidebar a:hover{
	color: rgba(10, 20, 19, 1);
	border-bottom: 1px solid #333;
}
#site-title a {
	text-indent: -9999em;
	width: 460px;
	height: 85px;
	display: block;
}

#footer a{
	line-height: 1em;
	color: #666;
	text-decoration: none;
}
#footer a:hover{
	color: #333;
	text-decoration: underline;
}
a:active{
  outline: none;
}
a.action {
	display: inline-block;
	color: #333;	
	text-decoration: none;
	border: none !important;
	padding: 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 1px;	
	line-height: 26px;	
	background: #eee;
	background: rgba(255,255,255,.75);
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
a.action:hover {
	color: #fff !important;
	background: #333;	
	background: rgba(0,0,0,.5);
	text-decoration: none;
	text-shadow: none;
}

ul.button li a {
	color: #fff;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border: 2px solid white;
	margin-bottom: 1px;
	padding: 4px 10px;
	line-height: 24px;	
	background: #33cc99;
	font-weight: bold;
}
ul.button li {
	width: 300px;
	float: left;
	display: inline;
	margin: 0 10px;
}
ul.button li.middle {
	margin-left: 20px;
	margin-right: 20px;
}

ul.button li a:hover{
color: #eee !important;
background: #333;
background: rgba(0,0,0,.5);
text-decoration: none;
text-shadow: 1px 1px 0 #000;
}

/* Lists */
ul, ol {
	margin-left: 30px;
	margin-bottom: 1em;
}
#footer ul, #footer ol{
	list-style: none;
	margin-left: 0;
}

#sidebar ul {
	list-style: none;
	margin-left: 0;
}
#sidebar li {
	margin-left: 0;
}
ul.button {
	list-style: none;
	display: block;
	overflow: hidden;
	width: 960px;
	text-align: center;
	margin-left: -10px;
}
ul.section {
	font-size: 16px;
}

.sitemap {
	margin-left: 0;
}
.sitemap li a {
	font-size: 18px;
	font-weight: bold;
	
}
.sitemap li li a {
	font-size: 13px;
	font-weight: normal;

}
.sitemap li {
	list-style:none;
	margin-bottom: 15px;
}
.sitemap li li {
	list-style: disc;
	margin-bottom: 5px;
}

/* Typography */
span.amp{
	font-family: Baskerville,"Goudy Old Style",Palatino,"Book Antiqua",serif;
	font-style: italic;
}
blockquote {
	color: #804000;
	font-size: 24px;
	line-height: 1.1em;
	font-family: Baskerville,"Goudy Old Style",Palatino,"Book Antiqua",serif;
	padding: 20px 20px;
}
blockquote p{
	margin-bottom: 10px !important;
}
blockquote span {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

/* Image Alignment */
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.aligncenter {
	text-align: center;
	display: block;
	margin: 5px auto 15px auto;
}

#main img {
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
	box-shadow: 0 1px 10px rgba(0,0,0,.5);
}
#main img.nodrop {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Wordpress Blog */
#main .post {
	margin-bottom: 20px;
	display: inline;
	float: left;
}

#main .meta {
	font-family: Georgia, serif;
	padding-bottom: 10px;
}
#main h2 a, #main h2 {
	color: #333;
	color: rgba(10, 20, 19, 0.75);
	font-size: 28px;
	border: none;
	margin-bottom: .25em;
}

.postmetadata {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 10px;
	line-height: 1.5em;
	padding: 10px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
	display: block;
	clear: both;
}

.navigation {
	width: 100%;
	height: 35px;
	margin-bottom: 0px;
	clear: both;
	display: block;
}
	.navigation .prev {
		float: left;
		padding: 5px 10px;
	}
	.navigation .next {
		float: right;
		padding: 5px 10px;
	}
.navigation.single div,.navigation.single div{
	float: left;
	height: 30px;
	width:  100%;
}
/*******/


.navigation a {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.navigation a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ccc !important;
}
.navigation a:active {
	position: relative;
	top: 1px;
}

/* white */
.navigation a {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.navigation a:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.navigation a:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
 





/********/




.wp-caption-text {
	font-size: 10px;
	color: #666;
	text-align: left;
}/* Misc */
.hidden {
	display: none;
}
address {
	margin-bottom: 10px;
}
hr {clear:both}
