/* master ROW CSS file */



/* Possible colors:  
     body bkgrnd: #d9ead4 green - not being used
     body bkgrnd:  #c0e7e4;  darder aqua
	 page label:  #a0ebe7 aqua
	 Header Image colors:
	 	outer green border: #026968
	 	dark blue shirt of second person/bootom:  #437598
	 	another blue:  #375895
	 	lt blue:  #6db0e4
	 	med green:  #419476
	 navigation:
	 	purple:  #6833cc
	 	brown:  #a35f52
	 	green:  #02a055  - not used
	 	green:  #419476  - not used
	 	green:  #026968 

*/


/*
 	Colors we are using:
 	Buttons:
		purple = #a254cb;
		drkGrn = #6bb26f;
		drkBlu  = #5b86d5;
		pink = #e776b8;
		stlBlu = #59bbdb;
		yellow = #f5d17c;
		limGrn = #20d167;

*/


* {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 62.5%;
	background-image: url('../images/bkgrnd.jpg');
	background-repeat: repeat; 
	/* background-color: #c0e7e4; */
	text-align: center;
}

#wrap {
	position: relative;
	width: 75em;
	margin: .5em auto;
	/* background-color: #fff; */
	text-align: left;
}

#mainContent {
	background-image: url('../images/contentBkgrnd4.png');
	background-repeat: repeat-y;
}

#head {
	border-bottom: 0;
	margin-top:  .3em;
	margin-bottom: 0;
	/* height: 19.31em; */
	height: 15em;
}
#head h1 {
	position: absolute;
	top: 0;
	left: -1000000em;	
}

#homeLink {
	position: relative;
	top: -1em;
	z-index: 75;
	color: #fff;
	text-decoration: underline;
	text-align: center;
}

#homeLink p {
	font-size:  1.1em;
	font-weight: bold;
}

#homeLink a {
	color:  #fff;
}

#headImg{
	background-image: url('../images/ROWhead.png');
	position: relative;
	top:  .215em;
	z-index: 45;
	width: 75em;
	height: 15em;
	/* margin: .3em .45em 0em .45em;  */
	border: none;
}

#skipNav {
	position: absolute;
	top: 0;
	left: -1000000em;
	visibility: collapse;
}

#wrap #navBar {
	position: relative;
    /* height: 3.5em; */
	/*
top: 5em;
*/
	height:  3.25em;
	width: 75em;
	/* left: .45em; */
	/* top: -.3em; */
	background-color:  #026968;
}

#navBar ul {
	margin-left: 2.9em;
	/* padding-top:  0.71em; */
	padding-top: 1.3em;
	list-style-type: none;
	}

#navBar li {
	float: left;
	margin: 0; 
	padding: 0;
	}

#navBar a{
	display: inline-block;
	/* font-size: 2em; */
	/* font-size: 1.8em; */
	/* font-size: 1.4em; */
	font-size: 1.2em;
	/* padding: .1em .9em; */
	/* padding:  .18em 1.1em; */
	/* padding: .18em 1.8em; */
	padding: .18em 1.8em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#navBar #gather a {
	color: black;
}

#navBar a:hover, #navBar a:focus, #navBar a:active {
	color: #ff8;
	}

#homePage #home a,
#aboutPage #about a,
#joinPage #join a,
#questPage #quest a,
#contactPage #contact a,
#giftPage #gift a,
#supportPage #support a  {
	color: #ff8;
	}

#gatherPage #gather a {
	color: green;
}

.purple {
	background-color: #a254cb;
}

.drkGrn {
	background-color: #6bb26f;
}

.drkBlu {
	background-color: #5b86d5;
}

.pink {
	background-color: #e776b8;
}

.stlBlu {
	background-color: #59bbdb;
}

.yellow {
	background-color: #f5d17c;
}

.limGrn {
	background-color: #20d167;
}

#footTag {
	position: absolute;
	bottom: 0;
	left: -1000000em;
}

#footer {
	background-image: url('../images/contentBkgrnd4.png');
	background-repeat: repeat-y;
	font-size: .8em;
	border-top: .1em solid #af838e;
	font-weight: bold;
	padding: .1em 1em .3em;
	text-align: left;
	color: #026968;
}

.clearBoth {
	clear: both;
}