/*==================================================
	LAZARUS GROUP CMS - www.lazarusgroup.com
	CMS Template Author: Scott Phelps (scott@lazarusgroup.com)
	Created: October 2009
	Website Designer: Unknown
	Modified: October 2009
	Project: www.PrairieWise.com

	::::::: TOC :::::::
	.RESET
	.STRUCTURE
	.TYPOGRAPHY
	.CMS STYLES
	.CUSTOM STYLES
==================================================*/

/* @import "/css/reset.css";
@import "/css/structure.css";
@import "/css/typography.css";
@import "/css/cms.css";
@import "/css/design.css";*/


@import "/css/reset.css";

/*STRUCTURE*/

html{
/*	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 1024px;*/
}

body {
	margin: 0;
	font: .9em  Arial, sans-serif;
}

#wrap{
background: #fff;
width: 958px;
margin-right: 10%;
margin-left: 10%;
}
img.bg {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 1024px;
	z-index: -1;
}
/*#inner_wrap{
	width: 960px;
	margin-left: 10%;
	margin-right: 10%;
	background: #fff;
}*/

#head{
	background: #fff url(/images/pw_header.jpg) 0 0 no-repeat;
	width:958px;
	height:235px;
}

#head h1 a{
	text-indent: -9999px;
}	
#head p{
	float: right;
	text-align: right;
	padding: 10px;
	font-family: "Georgia", serif;
	font-size: 1.6em;
	font-style: italic;
	}
#top_line{
	height: 40px;
	width: 1024px;
	float:right;
}

#top_line a.increaseFont,#top_line a.decreaseFont,#top_line a.resetFont, #top_line a.increaseFont:focus,#top_line a.decreaseFont:visited,#top_line a.resetFont:visited{
	color: #fff;
	font-size: 70%;
	text-decoration: none;
	margin: 2px 4px;
	background-color: #6c6c6c;
	text-align: right;
	}
#top_line a.increaseFont:hover,#top_line a.decreaseFont:hover,#top_line a.resetFont:hover{
	text-decoration: underline;
	}
#top_line a {
	text-decoration: none;
	color: #a41d21;
	font-size: 90%;
	float: right;
	padding: 2px 4px;
	}

#top_nav{
	height: 40px;
	float: right;
	width:450px; 
	margin-top: 170px;
  }

#top_nav ul{
	display: inline;
	list-style-type: none;
	width: 960px;
}

#top_nav ul li{
	height: 25px;
	float: left;
	margin-top: 8px;
	margin-right: 20px;
}

#top_nav ul li a{
	text-decoration: none;
	color: #5A753D;
	font-size: 90%;
}

#top_nav ul li ul{
	display: none;
	margin: 0;
	width: 100px;
}

#top_nav ul li ul li{
	margin: 0;
	background: #74919f;
	float: none;
	display: block;
	width: 100px;
	height: 25px;
	padding-top: 6px;
	padding-left: 6px;
}
#top_nav ul li ul li a{
	color: #fff;
}

#top_nav li:hover ul { 
	display: block;
	left: auto;
 }

#top_nav a, #top_nav ul li a{
	text-decoration: none;
}

#top_nav ul li a:hover{
	color: #000;
}
#top_nav ul li ul li:hover, #top_nav ul li ul li:active{
	background: #9dc7db;
}
#top_nav ul li ul li a:hover{
	color: #fff;
	}
#side_nav1{
	float:left;
	width: 200px;
	height: auto;

	_background: #e6e6e6;
	padding:5px 5px 5px 0px;
}
#side_nav1 ul{
	list-style-type: none;
	width: 960px;
}

#side_nav1 ul li{
	background: #564133;
	-background: #8f512a;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	width: 200px;
	_border-bottom: 2px solid #fff;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}
#side_nav1 ul li a{
	text-decoration: none;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	font-size: 100%;
}
#side_nav1 ul li ul{
/*	display: none; */
	margin: 0px 0px 0px -10px;
	width: 230px;
	margin-top: 10px;
}

#side_nav1 ul li ul li{
	background: #e3eb9e;
	float: none;
	display: block;
	width:220px;
	height: auto;
	padding: 6px;
}
#side_nav1 ul li ul li a{
	color: #564133;
	font-size: 80%;
	text-shadow: none;
}
/*
#side_nav1 li:hover ul { 
	display: block;

 }
 
 
*/
#side_nav1 a, #top_nav ul li a{
	text-decoration: none;
}

#side_nav1 ul li a:hover{
	color: #e3eb9e;
}
#side_nav1 ul li ul li:hover, #top_nav ul li ul li:active{
	background: #5A753D;
}
#side_nav1 ul li ul li a:hover{
	color: #fff;
	}
.small{
	font-size: 68%;
	letter-spacing: 1.2px;
	margin-left: 1px;
	}
#content{
	float: right;
	width: 680px;
	min-height: 600px;
	margin-right: 25px;
}

.content  {  
     position:relative;  
}
#content p, ul.contentlist li{
	color: #000;
	line-height: 150%;
	margin: 10px;
}
#content a.tcal:hover{
	background: none;
}

#content a, #content a:visited{
	text-decoration: underline;
	color: #358568;
}
#content a:hover{
	color:#000;
	background-color:#fff;
}
#content h3 a{
	text-decoration: none;
}
#content h3 a:hover{
	color: #358568;
}
#content ul{
color: #000;
 list-style-type: disc;
 list-style-position: inside;
 padding-left: 1em;
 padding-bottom:1em;
}
#content ul li ul li{
	list-style-type: none;
}
#content embed{
	margin-top: -20px;
	margin: 14px;
}
#content .img_left, .img_right{
	padding: 10px;
	position: center;
}
#content p .img{
	padding: 10px;
}
#content tr td{
	padding-bottom: 20px;
	padding-top: 20px;
	width: 150px;
	color: #000;
	border-bottom: 1px solid #fff;
}
#content table{
	background: #e3eb9e;
	padding: 6px;
}
#the_school{
	width: 695px;
	height: auto;
	background: #ebf0b6;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
}
#the_school p {
	font-size: 80%;

	padding-bottom: 10px;
}
#the_school p img{
	margin-top: -75px;
}
p .home_p{
	text-align: right;
	padding: 10px;
	font-family: "Georgia", serif;
	font-size: 1.6em;
	font-style: italic;
	line-height: 110%;
}
#the_book{
	width: 695px;
	min-height: 250px;
	background: #ebf0b6;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	margin-bottom: 30px;
}
#the_book p{
	margin: 6px 0px 20px 20px;
}
#the_book p img{
	margin-top: -60px;
	padding: 5px;
}
blockquote p{
	font: 90%, "Lucida Sans Unicode", Arial, sans-serif;
}

blockquote {
   display:block;
   background-color: #0964dc;
   width: 460px;
   padding: 20px 20px 10px 20px;
   margin-top: 20px;
   margin-left: 40px;
   color: #fff;
   margin-bottom: 20px;
}

#footer{
	width: 960px;
	height: 200px;
	background: #f3cc6f url(images/footer_bkg.jpg) 0 0 no-repeat;
}
#footer_nav {
	margin-left: 20px;
	float: left;
	width: 240px;
	padding: 4px;
}
#footer_nav2, #footer_nav4, #footer_nav3{
	float: left;
	width: 210px;
	padding: 4px;
}
 #footer_nav4 {
	margin-top: 10px;
	}
#footer li{
	margin-top: 5px;
}
#footer ul li a{
	font-size: 90%;
	color: #8f8f8f;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 200%;
}
#footer li ul li a{
	color: #fff;
	margin-left: 15px;
	font-size: 90%;
	text-decoration: none;
	text-transform: none;
	line-height: 115%;
	}
#footer li ul{
	margin-top: -10px;
}
#footer ul li a:hover{
	text-decoration: underline;
	}
#footer p{
	margin-top: 120px;
	float: left;
	text-align: right;
	width: 600px;
	font-size: .6em;
	color: #ccc;
	line-height: 1.4em;
	padding-right: 8px;
}
#footer a.head_n {
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
}
.social li{
	display:inline;
}
/* FONT LAYOUT */

h1{
	color: #8D5027;
	font-size: 1.5em;
}
h2{
	font-size: 1.4em;
	color: #5A753D;
	margin-bottom: 6px;
	margin-left: 15px;
}
h3{
	color: #8D5027;
	font-size: 2.3em;
	padding: 25px 0px 2px 15px;
	font-weight: bold;
}
h4{
	color: #5A753D;
	font-size:1em;
}
h5{
	color: #8D5027;
	font-size: 1em;
	margin-bottom: 10px;

}
h6{
	color: #8D5027;
	font-size: 1em;
	text-align: right;
	margin-right: 15px;
}

p{
	margin: 0 0 10px 10px;
}

/* CMS RELATED STYLES */
/* ^CMS */

/* actionline */


.actionline {text-align: right;}

.actionline li {
	list-style: none outside;
	display: inline;
	width: 20px;
	height: 14px;
	line-height: 14px;
	}

.actionline a {
	padding: 6px 9px 6px 24px; 
	margin: 0 0 0 7px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #d9d1c1;
	 margin-right: 5px;
	}

	.actionline a:hover { background-color: #EFA34A; }

.back {background: url(/images/arrow_left.gif) 8px 10px no-repeat;}
.print {background: url(/images/printer.gif) 8px 10px no-repeat;}
.email {background: url(/images/mail.gif) 8px 10px no-repeat;}

/* READ MORE */
.readmore { clear: all;
	float:right;
	padding-bottom: 15px;
}
.readmore a{
	color: #3a6f8f;
}

.readmore a:hover{
	background-color: #3a6f8f;
}
/*media library images*/
p img { margin: 10px; }

.img_left {
	float: left;
	margin: 0 1.2em 0.5em 0;
	clear: left;
	position: relative;
}

.img_right {
	float: right;
	margin: 0 0 0.5em 1.2em;
	clear: right;
	position: relative;
}

.img_center {
	width: 100%;
	margin: 0 auto;
}

.img_left img, .img_right img, .img_center img { margin: 0; border: 2px solid #564133; }

.media_lib_image {
margin: 1em;
}

.img_left p, .img_right p {
	background-color: #000;
	text-align: justify;
	padding-right: 4px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .8;
	border-top: 1px solid #E4EB9E;
}

.img_left p span, .img_right p span { padding: 2px; margin-left: 10px;display: block; color: #fff; }

.img_left img {  }
.caption{
	margin-left: 10px;
	padding-top: 5px;

}
/* HR */
.hr { border-top: 1px solid #000; clear: both; height: 1px; margin: 2em 0; }

#email_signup{
	width: 200px;
	margin-left: 15px;
}

#email_signup label{
	color: #c4c4c4;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 120%;
	font-weight: bold;
}
form #email_signup{
text-align: right;
background-color: #85c4eb;
width: 960px;
height: 25px;
}
#email_signup input{ width: 180px; margin: 0px 2px; }
#email_signup input[type="submit"]{ width: 120px; float: right; margin-right: -5px; }
#email_signup input[type="text"]{ padding: 0px 10px; }

#email_signup input, textarea, select{
	font-family: arial;
	font-size: 11px; 

}
#contactform legend{
	font-size:  150%;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#contactform fieldset  {
	width: 600px;
	padding: 4px;
	border-bottom: 3px solid #fff;
	}

#contactform li {
	text-decoration: none;
	list-style-type: none;
	line-height: 165%;
	
}
#contactform ul li label{
	text-decoration: none;

}
.error {color: #C62E07; font-style: italic;}

#contactform{
padding-left: 20px;
}

#contactform p{
	margin: 0px;
}
#contactform form em {font-size: 11px;}


#contactform input, textarea { border: 1px solid #ccc;  }
#contactform input { height: auto; line-height: 20px; font-size: 100%; float: right; }
#contactform textarea { height: 150px; width: 400px;}

#slideshow_section{
width: 550px;
height: 190px;
margin-left: 367px;
padding-top:25px;
}


ul.slideshow {
	list-style:none;
	width:550px;
	height:190px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:550px;
	height:0px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size: .8em;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}
#donateform .submit { background: transparent url(/images/submitbutton.jpg) 0 0 no-repeat; height: 30px; width: 145px; border: none; cursor: pointer; float: right; margin: 20px 30px; clear: right; }

#donateform .submit:hover { background-position: 0 -30px; }

/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/


/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #ebebeb }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 750px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px; text-decoration: none; }
	
	/* Tab nav */
	#content .coda-nav ul li a.current { background: #525252; color: #fff;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; border-top: 5px solid #525252;  }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul,  { display: block;}
	.coda-nav ul li { display: inline; width: 150px; }

	#content .coda-nav ul li  a {font-size: 120%; background: #3b3b3b; color: #fff; display: block; float: left; margin-right: 1px; 
	 text-decoration: none; text-transform: uppercase;   padding: 5px 15px 7px 15px;
	 /* Firefox */
  -moz-box-shadow:5px 5px 18px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 18px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 5px 5px 18px rgba(33,33,33,.7);
}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
.coda-slider p{
	color: #000;
}
