/* index.html */
html{
	margin:0;
	height:100%;
}
body{
	margin:0;
	height:100%;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#1d0100;
	min-width:974px;
	background:#351305 url(../images/bg-page.jpg) repeat-x;
}
img{border-style:none;}
a{text-decoration:none; color:#cc5c10;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}

.comments-input {
	border:1px solid #473017;
	background-color:#e1cead;
}

.blog-nav-links {
	font-weight:bold;
	padding-bottom:25px;
}

.blog-nav-links a{
	color:#cc5c10;
}

form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* all page */
.main-holder{
	min-height:100%;
	background:url(../images/bg-body.gif) repeat-y 50% 0;
}
* html .main-holder{height:100%;background:url(../images/bg-body-inner.gif) repeat-y 50% 0;}
.main{
	width:100%;
	overflow:hidden;
	padding:0 0 398px 0;
}
/* header */
.header-holder{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-header.jpg) no-repeat 50% 0;
}
.header{
	margin:0 auto;
	width:974px;
	overflow:hidden;
	height:392px;
	position:relative;
}
/* top nav */
.top-nav{
	margin:0;
	float:left;
	padding:19px 0 20px 35px;
	list-style:none;
}
.top-nav li{
	float:left;
	padding:0 0 0 24px;
}
.top-nav li a{
	float:left;
	height:11px;
	overflow:hidden;
	text-indent:-9999px;
}
.top-nav li.home a{
	width:38px;
	background:url(../images/menu-home.gif) no-repeat;
}
.top-nav li.book a{
	width:35px;
	background:url(../images/menu-book.gif) no-repeat;
}
.top-nav li.foundation a{
	width:81px;
	background:url(../images/menu-foundation.gif) no-repeat;
}
.top-nav li.curriculum a{
	width:83px;
	background:url(../images/menu-curriculum.gif) no-repeat;
}
.top-nav li.team a{
	width:36px;
	background:url(../images/menu-team.gif) no-repeat;
}
.top-nav li.the-book-drive{
	padding:0 0 0 23px;
}
.top-nav li.the-book-drive a{
	width:106px;
	background:url(../images/menu-book-drive.gif) no-repeat;
}
.top-nav li.resources{
	padding:0 0 0 23px;
}
.top-nav li.resources a{
	width:76px;
	background:url(../images/menu-resources.gif) no-repeat;
}
.top-nav li.whats-happening{
	padding:0 0 0 23px;
}
.top-nav li.whats-happening a{
	width:83px;
	background:url(../images/menu-whats.gif) no-repeat;
}
.top-nav li.buzz a{
	width:33px;
	background:url(../images/menu-buzz.gif) no-repeat;
}
.top-nav li.members a{
	width:65px;
	background:url(../images/menu-members.gif) no-repeat;
}
.top-nav li.program-usage a{
	width:110px;
	background:url(../images/menu-program.gif) no-repeat;
}
.top-nav li.mibarrio a{
	width:82px;
	background:url(../images/menu-comic.gif) no-repeat;
}

.top-nav li.home a:hover, .top-nav li.book a:hover, .top-nav li.foundation a:hover,
.top-nav li.curriculum a:hover, .top-nav li.team a:hover,  .top-nav li.the-book-drive a:hover,
.top-nav li.resources a:hover, .top-nav li.whats-happening a:hover, .top-nav li.buzz a:hover,
.top-nav li.members a:hover, .top-nav li.program-usage a:hover, li.mibarrio a:hover{
	background-position:0px -12px;
}


.logo{
	display:block;
	position:absolute;
	overflow:hidden;
	top:71px;
	left:14px;
	clear:both;
}
.logo a{
	display:block;
	width:487px;
	height:140px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
.header-content{
	width:472px;
	overflow:hidden;
	clear:both;
	padding:178px 0 0 31px;
}
.header-content p{
	margin:0;
	font-size:12px;
	line-height:20px;
	color:#e2d2b8;
}
.header-content p a{
	text-decoration:underline;
	color:#cd6015;
}
.header-content p a:hover{
	text-decoration:none;
}
/* content */
.content{
	width:974px;
	margin:0 auto;
}
.gecko.ff3 .content{padding:0 1px 0 0;}
.content:after{
	content:"";
	clear:both;
	display:block;
}
.left-column:after{
	content:"";
	clear:both;
	display:block;
}
/* left column */
.left-column{
	float:left;
	width:619px;
	padding:34px 1px 0 0;
	margin:0;
	background:url(../images/bg-left-column-top-inner.jpg) no-repeat;
}
.left-column-top-title{
	width:406px;
	overflow:hidden;
	padding:0 0 11px 213px;
}

.left-column-top-content:after{
	content:"";
	clear:both;
	display:block;
}
.left-column-top-content{
	width:100%;
	background:#e0ccab url(../images/bg-left-column-content-top.gif) repeat-x;
}
.left-column-top-left{
	float:left;
	width:205px;
}
.left-column-top-images{
	margin:-64px 0 0 -30px;
	position:relative;
	z-index:100;
	float:left;
	display:inline;
}
.left-column-top-right{
	float:right;
	width:390px;
	overflow:hidden;
	padding:20px 11px 23px 0;
}
.left-column-top-right p{
	margin:0 0 18px 0;
}
.left-column-top-right span{
	display:block;
	margin:-9px 0 0;
	font:12px/18px Arial, Helvetica, sans-serif;
}
.left-column-top-right span a{
	color:#d86517;
	text-decoration:underline;
}
.left-column-top-right span a:hover{
	text-decoration:none;
}
.left-column-top-button{
	width:160px;
	overflow:hidden;
	clear:both;
	padding:11px 0 0 31px;
}
.button-list{
	margin:0;
	padding:0;
	list-style:none;
}
.button-list li{
	padding:0 0 4px 0;
}
.button-list li a{
	display:block;
	width:160px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
}
.button-buy{
	background:url(../images/bg-button-buy.png) no-repeat;
}
.button-take{
	background:url(../images/bg-button-take.png) no-repeat;
}
.button-get{
	background:url(../images/bg-button-get.png) no-repeat;
}
.left-content-bottom{
	width:100%;
	overflow:hidden;
}
.left-content-bottom-title{
	width:100%;
	background:#ba9c6a;
	overflow:hidden;
	padding:13px 0 14px 0;
}
.text-from{
	display:block;
	margin:0 0 0 32px;
	width:214px;
	height:42px;
	overflow:hidden;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	background:url(../images/text-from.png) no-repeat;
}
.left-content-bottom-inner{
	width:566px;
	overflow:hidden;
	background:url(../images/bg-left-content-bottom.gif) repeat-x;
	padding:12px 19px 0 34px;
}
.left-content-bottom-inner strong{
	display:block;
	font:bold 18px/22px Arial, Helvetica, sans-serif;
	color:#d86517;
}
.left-content-bottom-inner span{
	display:block;
	padding:4px 0 0;
	font:11px/18px Arial, Helvetica, sans-serif;
	color:#321104;
}
.left-content-bottom-inner span a{
	text-decoration:underline;
	color:#d86517;
}
.left-content-bottom-inner span a:hover{
	text-decoration:none;
}
.left-content-bottom-text{
	width:100%;
	overflow:hidden;
	padding:19px 0 0;
}

.content-blog-text{
	width:100%;
	padding:5px 0px 20px 0px;
}
.content-blog-text a{
	color:#cc5c10;
}
.left-content-bottom-image{
	float:left;
	width:115px;
	overflow:hidden;
	display:inline;
	padding:0 0 0 1px;
}
.left-content-bottom-image img{
	display:block;
}
.left-content-bottom-text-right{
	float:right;
	width:434px
}
.left-content-bottom-text-right p{
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	color:#1d0100;
}
.left-content-bottom-text-right a{
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#d86517;
	text-decoration:underline;
}
.left-content-bottom-text-right a:hover{
	text-decoration:none;
}
/* right column */
.right-column{
	float:right;
	width:342px;
	padding:0 0 12px 0;
	background:url(../images/bg-right-column-top.jpg) no-repeat;
}
.text-the{
	display:block;
	margin:41px 0 12px 15px;
	font-size:0;
	line-height:0;
	width:188px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-the.png) no-repeat;
}
.text-video{
	display:block;
	margin:41px 0 12px 15px;
	font-size:0;
	line-height:0;
	width:188px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-video.png) no-repeat;
}
/* box-curriculum */
.box-curriculum:after{
	content:"";
	clear:both;
	display:block;
}
.box-curriculum{
	width:307px;
	padding:14px 15px 10px 20px;
	background:#ceaf7b url(../images/bg-box-curriculum.gif) repeat-x;
}
.box-curriculum-image{
	width:127px;
	float:left;
	display:inline;
	margin:3px 12px 0 -1px;
	overflow:hidden;
}
.curriculum-image-top{
	width:127px;
	height:8px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	background:url(../images/bg-curriculum-image-top.png) no-repeat;
}
.curriculum-image-bottom{
	width:127px;
	height:8px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	background:url(../images/bg-curriculum-image-bottom.png) no-repeat;
}
.curriculum-image-center{
	width:119px;
	overflow:hidden;
	padding:0 0 0 8px;
	background:url(../images/bg-curriculum-image.png) repeat-y;
}
.box-curriculum p{
	margin:0;
	font-size:12px;
	line-height:18px;
	color:#1d0100;
}
.button-learn{
	float:right;
	display:inline;
	width:114px;
	height:33px;
	overflow:hidden;
	margin:10px 18px 0 0;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	background:url(../images/bg-button-learn.png) no-repeat;
}
/* box-newsletter */
.box-newsletter{
	width:100%;
	overflow:hidden;
}
.box-newsletter-title{
	width:342px;
	overflow:hidden;
	background:#9e742d;
	padding:10px 0 7px 0;
}

.text-newsletter{
	display:block;
	font-size:0;
	line-height:0;
	margin:0 0 0 19px;
	width:141px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-newsletter.gif) no-repeat;
}
.text-latest-news{
	display:block;
	font-size:0;
	line-height:0;
	margin:0 0 0 19px;
	width:148px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-latest-news.png) no-repeat;
}
.newsletter-content{
	width:297px;
	overflow:hidden;
	background:#d0b380 url(../images/bg-newsletter.gif) repeat-x;
	padding:12px 23px 21px 22px;
}
.newsletter-content p{
	margin:0;
	font-size:12px;
	line-height:18px;
	color:#1d0100;
}
.newsletter-form{
	width:100%;
	overflow:hidden;
	padding:17px 0 0;
}
.newsletter-form span{
	float:left;
	margin:2px 0 0;
	width:187px;
	height:29px;
	overflow:hidden;
	background:url(../images/bg-newsletter-input.gif) no-repeat;
}
.newsletter-input{
	float:left;
	width:177px;
	height:22px;
	overflow:hidden;
	background:none;
	border:none;
	padding:7px 5px 0 5px;
}
.newsletter-button{
	float:left;
	margin:0 0 0 8px;
}
.box-your{
	width:100%;
	overflow:hidden;
}
.box-your-title{
	width:100%;
	overflow:hidden;
	background:#9e742d;
	padding:10px 0 7px 0;
}
.text-your{
	display:block;
	font-size:0;
	line-height:0;
	margin:0 0 0 20px;
	width:153px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-your.gif) no-repeat;
}
.text-sidebar-testimonials{
	display:block;
	font-size:0;
	line-height:0;
	margin:0 0 0 20px;
	width:157px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-sidebar-testimonials.png) no-repeat;
}
.text-sidebar-categories{
	display:block;
	font-size:0;
	line-height:0;
	margin:0 0 0 20px;
	width:131px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-categories.png) no-repeat;
}
.text-sidebar-recentposts{
	display:block;
	font-size:0;
	line-height:0;
	margin:0 0 0 20px;
	width:156px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-recentposts.png) no-repeat;
}
.text-sidebar-events{
	display:block;
	font-size:0;
	line-height:0;
	margin:0 0 0 20px;
	width:201px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-sidebar-events.png) no-repeat;
}
.box-your-content{
	width:287px;
	overflow:hidden;
	background:#ceb07d url(../images/bg-box-your.gif) repeat-x 0 100%;
	padding:17px 35px 0 20px;
}
.box-your-content1{
	width:287px;
	overflow:hidden;
	background-color:#ceb07d;
	padding:17px 35px 0 20px;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
.box-your-content q{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	color:#1d0100;
}
.box-your-content blockquote{
	margin:0;
	padding:0;
}
.box-your-content  cite{
	float:right;
	text-align:right;
	width:150px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	font-style:italic;
	color:#1d0100;
	padding:0 6px 0 0;
}
.button-submit{
	float:right;
	font-size:0;
	line-height:0;
	margin:10px 0 0 0;
	width:160px;
	height:33px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bg-button-submit.png) no-repeat;
}

.button-read{
	float:right;
	font-size:0;
	line-height:0;
	margin:10px 0 0 0;
	width:230px;
	height:33px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bg-button-read.png) no-repeat;
}
.button-events{
	float:right;
	font-size:0;
	line-height:0;
	margin:10px 0 0 0;
	width:152px;
	height:33px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bg-button-events.png) no-repeat;
}
/* footer */
.footer{
	width:100%;
	overflow:hidden;
	margin:-398px 0 0;
	position:relative;
	height:398px;
	background:url(../images/bg-footer-right.gif) repeat-x;
}
.footer-left-bg{
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	overflow:hidden;
	background:url(../images/bg-footer-left.gif) repeat-x;
}
.footer-inner{
	width:12002px;
	overflow:hidden;
	height:100%;
	position:absolute;
	left:50%;
	margin:0 0 0 -601px;
	z-index:100;
	background:url(../images/bg-footer-inner.gif) no-repeat;
}
/* footer content */
.footer-content{
	width:974px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	z-index:150;
}
.footer-content-top{
	width:100%;
	overflow:hidden;
	padding:35px 0 0;
}
.column-video{
	float:left;
	width:288px;
	overflow:hidden;
	padding:10px 0 5px 1px;
	border-right:1px solid #775a42;
}
.video-box{
	width:237px;
	overflow:hidden;
	border:5px solid #cbae7e;
}
.video-box a img{
	display:block;
}
.box-upcoming{
	float:left;
	width:279px;
	overflow:hidden;
	border-right:1px solid #775a42;
	padding:6px 0 0 34px;
}
.text-upcoming{
	display:block;
	width:197px;
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	background:url(../images/text-upcoming.gif) no-repeat;
}
.box-upcoming-text{
	width:276px;
	overflow:hidden;
	padding:0 0 28px 3px;
}
.box-upcoming-text p{
	padding-right:20px;
}
.box-upcoming-date{
	width:276px;
	overflow:hidden;
	padding:21px 0 18px 3px;
}
.box-upcoming-date span{
	display:block;
	font-size:11px;
	line-height:18px;
	color:#dfcbaa;
}
.box-upcoming-text p{
	margin:0 0 18px 0;
	font-size:11px;
	line-height:18px;
	color:#dfcbaa;
}
.box-upcoming-text p span{
	display:block;
}
.box-upcoming-text p span a{
	color:#cef08c;
	text-decoration:underline;
}
.box-upcoming-text p span a:hover{
	text-decoration:none;
}
.box-upcoming-text strong{
	font-size:11px;
	line-height:18px;
	color:#dfcbaa;
}
.box-upcoming-text strong a{
	color:#cef08c;
	text-decoration:underline;
}
.box-upcoming-text strong a:hover{
	text-decoration:none;
}
.box-latest{
	float:right;
	width:345px;
	overflow:hidden;
}
.text-latest{
	display:block;
	width:154px;
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	margin:6px 0 0 6px;
	background:url(../images/text-latest.gif) no-repeat;
}
.latest-list{
	margin:0;
	padding:19px 0 0;
	list-style:none;
}
.latest-list li{
	float:left;
	padding:0 0 4px 4px;
}
.latest-video{
	width:99px;
	border:6px solid #58260e;
	border-top:7px solid #58260e;
}
.latest-video a img{
	display:block;
	border:none;
}
/* footer navigation */
.footer-box-bottom{
	float:right;
	overflow:hidden;
	text-align:right;
	padding:25px 0 0;
}
.footer-box-bottom p{
	margin:0;
	font-size:11px;
	line-height:18px;
	color:#dcc7a3;
}
.footer-nav{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-nav li{
	float:left;
	padding:0 0 0 12px;
	font-size:11px;
	line-height:18px;
	background:url(../images/bg-footer-nav.gif) no-repeat 5px 6px;
}
.footer-nav li:first-child{
	background:none;
}
.footer-nav li a{
	text-decoration:underline;
	color:#cef08c;
}
.footer-nav li a:hover{
	text-decoration:none;
}
/* inner.html */
#inner .header-holder{
	background:url(../images/bg-header-inner.jpg) no-repeat 50% 0;
}
#inner .header{
	height:252px;
}
#inner .logo{
	left:25px;
}
#inner .text-the{
	margin:39px 0 14px 15px;
}
#inner .left-column{
	padding:32px 1px 0 0;
}
#inner .left-column-top-title{
	width:572px;
	padding:0 0 13px 47px;
}
#inner .left-column-content{
	width:619px;
	overflow:hidden;
	background:url(../images/bg-content-inner-center.gif) repeat-y;
}
#inner .left-column-content-top{
	padding:0 0 415px 0;
	margin:0 0 -415px 0;
	background:url(../images/bg-content-inner-bottom.gif) repeat-x 0 100%;
}
#inner .left-column-content-bottom{
	padding:0 0 20px 0;
	min-height:690px;
	background:url(../images/bg-content-inner-top.gif) repeat-x;
}
* html #inner .left-column-content-bottom{height:690px;}
#inner .left-column-content-text{
	width:510px;
	overflow:hidden;
	padding:20px 0 0 48px;
}
.left-column-content-text p{
	margin:0 0 18px 0;
	font-size:12px;
	line-height:18px;
	color:#1d0100;
}
.left-column-content-text a{
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#d86517;
	text-decoration:underline;
}
.left-column-content-text a:hover{
	text-decoration:none;
}