/*
-----------Left column settings -------------------
*/

#leftColumn {
	float: left;
	width:  37em;
}

/*
----------Right column settings ---------------------
*/

#rightColumn {
	float: right;
	width: 37em;
/*
	height: 36em;
*/
/*
	background-color: green;
*/
	
}

/*
-----------All buttons --------------------
*/

div.inlineBtns {
	display: inline;
	float: left;
	width: 11.7em;
	height: 2em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding-top: .5em;
	border: .1em solid black;
	margin-bottom: .5em;
}

#datesBtn {
	/*
background-image: url('../images/gather/drkGrnBkgrnd.png'); 
*/
	background-color: #6bb26f;
}

#bringBtn {
	/*
background-image: url('../images/gather/grnBkgrnd.png'); 
*/
	background-color: #20d167;
	margin-left: .5em;
	margin-right: .5em;
}

#sayBtn {
	/*
background-image: url('../images/gather/yelloBkgrnd.png'); 
*/
	background-color: #f5d17c;	
}

#release {
	float: right;
	width: 54.3em;
	height: 1.7em;
	padding-top: .5em;
	padding-bottom: .3em;
	border: .15em solid black;
	background-color: #59bbdb;
	margin-top: .5em;
	margin-bottom: .5em;
}

#datesBtn a, #bringBtn a, #sayBtn a, #release a {
	text-decoration: none;
	color: black;
	font-size: 1.2em;
}
/*
-----------All Backgrounds---------------
*/

#gatherDesc, #whyGranny, #bringExplained, #questions {
	/*
margin-top: .5em;
*/
	padding-bottom: .5em;
/*
	margin-bottom: .5em;
*/
}

#gatherDesc, #questions {
	background-image: url('../images/gather/whiteBkgrnd4.png');
}

#whyGranny {
	background-image: url('../images/gather/purpleBkgrnd4.png');
	margin-top: .5em;	
}

#sacredFire {
	background-image: url('../images/gather/yelloBkgrnd.png');	
	position: relative;
	bottom: 0em;

	/*
margin-top: 1em;
*/
	/*
height: 100%;
	padding-bottom: 1.3em;
*/

	padding-bottom: .5em;
}

#bringExplained {
	background-image: url('../images/gather/grnBkgrnd.png');
	display: inline;
	float: left;
	width: 19.5em;
	height: 22.7em;
	margin-top: .5em;
	margin-bottom: .5em;
}

#questions {
	display: inline;
	float: right;
	width: 54.5em;
	height: 19em;
	margin-top: .5em;
	margin-bottom: .5em;
}

/*
-------------All H2 settings -----------------
*/
#gatherings h2 {
	padding: 1em 0;
	text-align: center;
	font-size: 2em;
	margin-bottom: .2em;
}

#whyGranny h2 {
	padding: .2em 0 .3em .3em;
	font-size: 1.8em;
	color: #a254cb;
}

#bringExplained h2, #questions h2 {
	padding: .2em 0 .3em 0;
	font-size: 1.8em;
	text-align: center;
	color: #a254cb;
}

#fireHead h2 {
	padding: .2em 0 .3em 0;
	font-size: 1.8em;
	text-align: center;
	color: #a254cb;
}

#release h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}


/*
-------------All IMG-------------
*/

#gatherDesc img {
	float: left;
	width: 10.8em;
	height: 16.1em;
	margin-right: 1em;
	margin-bottom: .3em;
}

#whyGranny img {
	float: right;
	width: 9em;
	height: 10.5em;
	margin-left: 1em;
	margin-bottom: .3em;
}

#sacredFire img {
	float: right;
	width: 10.8em;
	height: 8.1em;
	margin-top: -.01em;
	margin-left: 1em;
	margin-bottom: .3em;
}

#map {
	width: 37em;
	height: 32.1em;
	margin-top: 1em;
	margin-bottom: .5em;
}

/*
-------------All P settings-------------
*/

#gatherDesc p, #whyGranny p, #sacredFire p, #bringExplained p, #questions p, #bringExplained li, #questions li {
	font-size: 1.4em;
	letter-spacing: .05em;
	margin-bottom: .5em;
	padding-left: .3em;
	padding-right: .3em;
/*
	text-indent: 2em;
*/
}



/*
-----------------All LI settings---------------
*/

#bringExplained li {
	font-size: 1.4em;
	list-style-type: none;
}

#questions li {
	font-size: 1.4em;
	list-style-position: inside;
}



.clearRight {
	clear: right;
}


















