/*
color key
logo + nav   #2e2925

1) Layout
2) Font
3) Headers
4) Body
 \--> i) Main Text
 \--> ii) Event Sidebar
5) Footer
*/
/* ------------------ Debug -------------------*/
div, ul{
	border: none;
}
/* hack to keep the scrolling on a small window from cutting off the background */

/* fixes ff dotted borders */
a:active{
	outline: none;
}
a:focus{
	-moz-outline-style: none;
}
/* ------------------ (1) Layout -------------------*/
#top_box{
	height: 150px;
}
.whole_page{
	background-image: url('../images/full_prairies_new.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;

	min-height:1100px;
	min-width: 950px;
	/* ugly little ie javascript hacks to simulate min-width & min-height */
/*	height:expression(document.body.clientHeight<1100? "1100px":"auto");
	width:expression(document.body.clientWidth<950? "950px":"auto");
*/
}

/* ------------------ (2) Fonts -------------------*/
a{
	text-decoration:none;
	color:#5e2915;
}

a:active{
	text-decoration: underline;
}

a:hover{
	color:#866b00;
}
/* main hdrs */
h2{
	font-size: 153.9%;
	font-family: arial;
	padding: 0px 0 5px 0px;
	text-decoration: none;
}
/* event hdrs */
h3{
	font-size: 138.5%;
	font-family: arial;
}

/* specific event headers */
h4{
	font-size: 123.1%;
}

/* hidden links */
h5{
	font-size: 138.5%;
}
/* ------------------ (3) Header ------------------*/
.hd_box{
	float:  left;
	display: inline;
	height: 150px;
}

/* main nav bar */
ul#nav{
	padding: 100px 0 0 65px;	
	list-style: none;
	height: 100px;
	width:  550px;
}

ul#nav li{
	text-decoration: none;
	font-size: 153.9%;
	font-family: arial;
	color: #2e2925;
	float: left;
	display: inline;
	width: 110px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#logo{
	height: 115px;
	margin: 0 0 0 20px;
	padding: 26px 20px 0 34px;
	
}
/* ------------------ (4) Body -------------------*/
/*     \----------------> (4.i) Main Text */

#main_box{
	height:  auto;
	margin-bottom: 100px; /* DEBUG might need to take this out once ftr is added */
}

#main_text_top{
	width: 467px;
	height: 12px;
	margin: 0px 20px 0 100px;
	background-image:  url('../images/bg_for_body_top.png');
	padding: 0 20px;
}

#main_text_bottom{
	padding: 0 20px;
	width: 467px;
	height: 12px;
	margin: 0px 20px 0 100px;
	background-image:  url('../images/bg_for_body_bottom.png');
}

#main_text{
	width: 467px;
	height:  auto;
	margin: 0px 20px 0 100px;
	padding: 6px 20px;
	background-image:  url('../images/bg_for_body_middle.png');
}
/*     \----------------> (4.ii) Event List/bio */
.event{
	padding: 10px 0 0 0;
}

#event_box{
	min-height:  200px;
}

.event_box_sub{
	padding: 0 0 10px 0;
}
#event_text{
	margin: 0 20px;
	padding: 5px 20px;
	background-image:  url('../images/event_bg_middle.png');
}

#event_text_top{
	margin: 0 20px;
	background: url('../images/event_bg_top.png') no-repeat ;
	height: 15px;
}

#event_text_bottom{
	height: 15px;
	margin: 0 20px;
	background: url('../images/event_bg_bottom.png') no-repeat ;
}

/* ------------------ (5) Footer -------------------*/
#ft{
	height: 50px;
}

/* ------------------ (6) Page Specific -------------------*/
#edit_page{
	min-height: 700px;
	padding: 100px;
}

#show_page{
	min-height: 700px;
	padding: 100px;
}

#show_basic{
	min-height: 700px;
	padding: 0px 100px;
}

#show_basic #main_text{
	margin: 0 100px;
}

#post_form{
	float: center;
	padding: 100px;
}

#post_form p{
	padding:3px;
}
.post{
	padding: 0 0 20px 0;
}

/* SToRE */

.store img, .store_body{
	float: left;
}

.store_body{
	width: 243px;
}

.store h2{
	text-align: center;
}

.store p{
 	padding: 10px;	
}

.store .post{
/*	height: 310px;*/
}
