/*
 * Lindsay Winchester Template CSS
 * 
 * */

/*
 * Layout
 * */
#container { 
	width:900px; 
	margin:0 auto; 
	padding:0;
	font-family: 'Signika', sans-serif;
	color:#383a3a;
	font-size:95%;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0 0 15px #000;
}
div#top_banner {
	background-image:url('http://static.newhopewildernesscamp.com.s3.amazonaws.com/template/2012_lw/images/header.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:152px;
	position:relative;
}
div#top_banner p {
	display:block;
	position:absolute;
	bottom:10px;
	left:25px;
	font-size:33px;
	font-weight:bold;
	color:#54514c;
	font-variant:small-caps;
	letter-spacing:2px;
}
#header img {
	display:inline;
}
#top_nav { 
	background-color:#747254; 
	margin:0; 
	padding:0;
	/* margin-top:-5px;  Google Chrome bug?? */
}
#top_nav > ul {
	padding:10px 30px;
}
#top_nav > ul > li {
	float:left;
	padding-right:30px;
}
#top_nav > ul > li a {
	color:#FFF;
	text-decoration:none;
}
#top_nav > ul > li a:hover {
	color:#FFFF00;
	text-decoration:none;
}
div#content {
	background-color:#e6e3da;
	min-height:350px;
}
div#footer {
	background-color:#bbbbbb;
	min-height:200px;
}
 
 /*
  * Global Classes
  * */
br.clear {
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	padding:10px;
	padding-bottom:0px;
	padding-left:0px;
}
h1 { font-size:160%; }
h2 { font-size:140%; }
h3 { font-size:130%; }
h4 { font-size:120%; }
h5 { font-size:110%; }
h6 { font-size:105%; }
p {
	padding:5px 0;
}

 /*
  * Home Page
  * */
body#home div#content {
  border-right:solid 30px #e6e3da;
  padding:0; 
}
img.left_image {
	float:left;
	display:inline-block;
}
#content ul {
	padding-left: 30px;
	list-style-type: disc;
}
#content ol {
	padding-left: 30px;
	list-style-type:decimal;
}
div.float_left {
	padding:10px;
	width:220px;
	float:left;
}
div.button {
	color:#fff;
	background-color:#383a3a;
	border-radius:5px;
	padding:5px;
	text-align:center;
}
div.button a {
	color:white;
	text-decoration:none;
}
div.button a:hover {
	color:#FFFF00;
}
div#homepage_options p {
	font-size:80%;
}
div#homepage_options div:first-child {
	border-right:solid 1px #bbbbbb;
	padding-left:0px;
}
div#camp_options p {
	font-size:80%;
}
div#camp_options div:first-child {
	border-right:solid 1px #bbbbbb;
	padding-left:0px;
}
div.three_col {
	float:left;
	width:300px;
}
blockquote {
	background-image:url('http://static.newhopewildernesscamp.com.s3.amazonaws.com/template/2012_lw/images/quote1.png');
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 30px 50px 30px;
	margin:40px 20px 0 20px;
	line-height:150%;
}
blockquote:after {
	background-image:url('http://static.newhopewildernesscamp.com.s3.amazonaws.com/template/2012_lw/images/quote2.png');
	width:25px;
	height:19px;
	content:'';
	display:inline-block;
	background-repeat:no-repeat;
	vertical-align:-10px;
	margin-left:7px;
}

/*
 * Sub Pages
 * */
#content > div.plugin_text {
	background-image:url(http://static.newhopewildernesscamp.com.s3.amazonaws.com/3.jpg);
	background-repeat:no-repeat;
	padding-left:300px;
	padding-right:30px;
	min-height:290px;
	padding-top:30px;
	padding-bottom:30px;
}
#content > div.plugin_text:first-child {
	padding-top:10px;
	padding-bottom:10px;
}
#content > div.plugin_text:nth-child(2n) {
	background-color:#c1c1c1;
	background-image:url(http://static.newhopewildernesscamp.com.s3.amazonaws.com/2.jpg);
	background-position: top right;
	padding-left:30px;
	padding-right:300px;
}
#content > div.plugin_text:nth-child(3n) {
	background-image:url(http://static.newhopewildernesscamp.com.s3.amazonaws.com/1.jpg);
}
#content > div.plugin_text:nth-child(4n) {
	background-image:url(http://static.newhopewildernesscamp.com.s3.amazonaws.com/4.jpg);
}
#content > div.plugin_text:nth-child(5n) {
	background-image:url(http://static.newhopewildernesscamp.com.s3.amazonaws.com/5.jpg);
}
