
/***********************************************/
/********* GENERAL DECLARATIONS ****************/
/***********************************************/


@font-face {
	font-family: 'Handwriting';
	src: url(/framework/fonts/pecita.otf) format('truetype');
}

@font-face {
	font-family: 'Bebas';
	src: url('/framework/fonts/BEBAS.TTF') format('truetype'),
		url("/framework/fonts/BEBAS.SVG#bebas") format("svg");
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

a img {
	border: 0px;	
}

a:visited {
	color: blue;	
}

body {
	background: url('/framework/images/header-background-blue.jpg') no-repeat top center;
}

body,td,p,select,input,textarea {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 11px;
}

div {
	display: block;	
}

h1, div.h1, #resource_list th {
	font-size: 21px;
	padding: 15px 0px 8px 0px;
	font-family: 'Bebas', Verdana, Geneva, sans-serif;
	color: #C4B16A;
	font-weight: normal;
	word-spacing: 5px;
	display: block;
}

div.h1 div.h1, h1 span.h1 {
	background: url('/framework/images/h1-plus.gif') no-repeat center right;
	padding: 0px;
	padding-right: 23px;
	display: inline;
}

h2 {
	font-family: 'Bebas', Verdana, Geneva, sans-serif;
	color: #70612C;
	font-size: 14px;
	word-spacing: 3px;
	line-height: 130%;
	font-weight: normal;
}

h2,h3 {
	margin: 5px 0px;
}

p,ul {
	line-height: 150%;	
	padding: 7px 0px;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;	
}

li {
	margin-left: 30px;
}

#content_cell, p,li, h2, h3, h4 {
	color: #7E6D58;
}

td {
	vertical-align: top;	
}



/***************************************************/
/********* 			CLASSES 		***************/
/**************************************************/

.handwriting p, a.handwriting {
	font-family: 'Handwriting';
	font-size: 18px;
}

img.right {
	float: right;
	margin: 15px;
}

img.left {
	float: left;
	margin: 15px;
}

img.content {
	padding: 4px;
    border: 1px solid rgb(141, 141, 141);
    margin: 0px 10px;
}

a.subtle{
	font-style: italic;
	color: inherit;
}


/***********************************************/
/********* 			HEADER 		***************/
/**********************************************/


#logo_space {
	height: 184px; /*distance from top of page to where the "sheet" starts*/
}

#logo {
	margin-top: 30px;	
}

#header_wrapper {
	height: 260px;
}


#content_outer_wrapper {
	width: 960px; /*actual content widht 940px*/ 
	margin: auto;
	background: url('/framework/images/background_runner.jpg') repeat-y center;
	position: relative;
}

#content_inner_wrapper {
	width: 960px;
	margin: auto;
	background: url('/framework/images/background_stationary.jpg') no-repeat top center;
	overflow: hidden;
}

#footer {
	font-size: 10px;
	margin: 0px auto; 
	background: url('/framework/images/footer-background.jpg') no-repeat center;
	text-align: center;
	color: #ABABAB; 
	height: 22px; /*52 px w/o pad*/
	padding: 15px;
}

/***********************************************/
/********* 			NAVIGATION 		***********/
/**********************************************/



#navigation {
	margin: 14px auto 0px auto; 
	padding: 13px 25px;
	background: #EAE4CC;
	font-size: 20px;
	width: 850px; /*902px without padding */
	height: 27px; /* 55px without padding */
	border: 1px dashed #F6F4E9;
}

#navigation a {
	font-family: 'Bebas', Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 4px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #5F4C3B;
	display: inline;
	vertical-align: middle;
	height: 16px;
	background: url('/framework/images/nav-divider.gif') no-repeat right;
	padding: 4px 30px 2px 21px; 
}

#navigation a:hover {
	text-decoration: underline;
}

#content_cell {
	padding-top: 9px;	
}

#content_cell p, #content_cell h1, #content_cell h2, #content_cell h3{
	padding-left: 5px;
	padding-right: 5px;
}

/***********************************************/
/********* 			SLIDE SHOW 		***********/
/**********************************************/



#slideshow {
	height: 448px;
	width: 644px;
	overflow: hidden;
    position:relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

.caption_active, #slideshow_caption_wrapper {
	z-index: 11;
	display: block;
	top: 16px;
	left: 0px;
}

#caption_blue, #caption_white, #caption_orange {
	position: absolute;
}

.caption_inactive {
	top: 100px;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow_caption_wrapper {
	position: absolute;
	top: 365px;
	height: 82px;
	width: 644px;
}

.slideshow_caption {
	overflow: hidden;
	color: white;
}

#caption_orange .slideshow_caption {
	background: rgb(250, 175, 62);
	background: rgba(250, 175, 62, 0.6);
}

#caption_blue .slideshow_caption {
	background: rgb(33, 144, 188);
	background: rgba(33, 144, 188, 0.6);
}

#caption_white .slideshow_caption {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.6);
}

#caption_white .slideshow_caption_title {
	background-image: url('/framework/images/divider-inv.png') !important;	
}

#caption_white .slideshow_caption_text, #caption_white .slideshow_caption_title {
	color: #111;	
}

.slideshow_caption_title {
	font-size: 24px;
	padding: 15px;
	float: left;
	width: 181px; /* 209px without padding */
	height: 37px; /* 67px without padding */
	margin: 0px;
	font-family: 'Bebas', Verdana, Geneva, sans-serif;
	word-spacing: 5px;
	background-repeat: no-repeat !important;
	background-image: url('/framework/images/divider.png') !important;
	background-position: 185px 20px !important; 

}

.slideshow_caption_subtitle {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	word-spacing: 1.5px;
	padding-left: 2px;
	padding-top: 2px;
	display: block;
}

#slideshow_wrapper {
	position: relative;
	overflow: hidden;
	width: 644px;
	height: 448px;
	margin-bottom: 75px;
}

#slideshow_links {
	width: 534px; /*644px w/o padding */
	height: 16px;
	float: left;
	padding-left: 110px;
	cursor: pointer;
}

.slideshow_caption_text {
	padding: 15px;
	margin: 0px;
	float: right;
	height: 37px; /* 67px without padding */
	width: 403px; /* 434px without padding */
}


#facebook {
	position: absolute;
	top: 0px;
	left: 950px;
}

#donate_button {
	padding-bottom: 20px;
	width: 228px;
	display: block;
	text-align: center;
}

.sidetext {
	border: 1px dashed #C4B16A;
	padding: 10px;
}

.sidetext a {
	font-style:italic;
	color: rgb(126, 109, 88);
}


.sidetext a:hover {
	text-decoration: underline;
}

#sideColumn {
	width: 252px;
	padding: 9px 0px 10px 8px;
}

#donate_bar {
	margin, padding: 0px;
	position: absolute;
	margin-top: 10px;
	left: -3px;
	top: 454px;
}

.resources {
	background: #EAE4CC;
	margin-top: 50px;
	padding-top: 20px;
	margin-left: 10px;
}

.resources a, #resource_list td {
	font-style: normal;
	display: block;
	height: 20px;
	width: 100%;
	font-family: 'Bebas', Verdana, Geneva, sans-serif;
	padding-left: 18px;
	background: url('/framework/images/arrow.gif') no-repeat top left;
	word-spacing: 3px;
}

.folder_tab {
	background: url('/framework/images/folder_tab.png') no-repeat;
	width: 266px; /*284px w/o pad*/
	height: 36px; /*54px without padding */
	position: absolute;
	top: 300px;
	left: 680px;
	margin-top: 15px;
	padding: 9px;
}

.folder_tab h1 {
	color: white;
	padding-top: 0px;
}

#resource_list {
	text-align: left;	
}

#resource_list td{
	color: red;
}

#resource_list td a {
	color: rgb(126, 109, 88);
}

#editable_wrapper {
	width: 644px;
	overflow: hidden;
}