/* CSS Document for Positive Parenting with Glenda Montgomery */

html, body, ul {
border: 0;
margin: 0;
padding: 0;
}

#wrapper {
	/*position: relative;*/
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*header includes logo, picture, nav bar, teacher tagline */

#header {
	background: url(images/blue_gradient.jpg) repeat-y;
	position: relative;
	width: 960px;
	height: 260px;
}

#glendaCU {
	position: absolute;
	top: 0;
	right: 15px;
}

#nav {
	width: 700px;
	position: absolute;
	top: 150px;
	left: 50px;
	border: 1px solid #e2f8ff;
	
}

#nav li {
	display: inline;
	list-style-type: none;
	text-align: center;
}

#nav a {
	text-decoration: none;
	float: left;
	line-height: 30px;
	font-family: verdana, ariel, sans-serif;
	font-weight: bold;
	color: #e2f8ff;
	font-size: .70em;
	padding-left: 22px;
	
}

#nav a:hover {
	color: #acfd5d;
}

body#home a#homenav,
body#about a#aboutnav,
body#testimonials a#testimonialsnav,
body#courses a#coursesnav,
body#coach a#coachnav,
body#articles a#articlesnav {
	color: #acfd5d;
	/*border-bottom: 2px solid #acfd5d;*/
}

p {
	font-family: verdana, ariel, sans-serif;
	color: #e2f8ff;
	font-size: .90em;
	
}


.teacher {
	width: 700px;
	position: absolute;
	top: 200px;
	left: 50px;
}

/*blue tagline in the middle section*/
#bluetag {
	background: #3678bb;
	width: 960px;
	height: 36px;
	margin: 0;
	position: absolute;
	top: 227px;
	border-top: 1px dotted #e2f8ff;
	border-bottom: 1px dotted #e2f8ff;
}

/*this html hack fixes the position of the bluetag in relation with the battom section - it eliminates the white space*/
.bluetagimg {
	margin: 0;
	/*padding-left: 150px;
	padding-top: 7px;*/
	padding: 7px 150px;
}

/*middle section includes 2 boxes - testimonials and articles*/

#middlesection {
	background-color: #33c0d4;
	position: relative;
	margin: 0;
	width: 960px;
	height: 265px;
}

/*creation of blueboxes*/
.bluebox {
	background: url(images/bluebox_gradient.gif) repeat-x;
	width: 212px;
	height: 140px;
	margin: 0;
			
}

.bluebox h3 {
	background: url(images/top_limeGreen.png) no-repeat;
	margin: 0;
	font-family: verdana, sans-serif;
	color: #39541f;
	font-size: .90em;
	font-weight: bold;
	line-height: 1.5;
}

.bluebox p {
	font-family: verdana, ariel, sans-serif;
	color: #e2f8ff;
	font-size: .75em;
	padding: 0 10px;
			
}


/*absolute positions of blueboxes and h3 titles*/
.subtitle {
	font-weight: bold;
	margin-top: 5px;
}

#testimonials {
	position: absolute;
	top: 50px;
	left: 200px;		
}

#testimonials h3 {
	padding-left: 60px;
}

#upcoming {
	position: absolute;
	top: 50px;
	right: 200px;		
}

#upcoming h3 {
	padding-left: 45px;
}

.more {
	position: absolute;
	top: 125px;
	right: 3px;
	/*width: 15px;
	height: 10px;*/
	border: 1px solid #39541f;
}

.more li {
	display: inline;
	list-style-type: none;
	text-align: center;
	
}

.more a {
	font-family: verdana, ariel, sans-serif;
	font-weight: bold;
	color: #39541f;
	font-size: .70em;
	text-decoration: none;
	line-height: 20px;
	padding: 0 5px;
	
}

.more a:hover {
	color: #e2f8ff;
}
	

/*bottom section includes 3 boxes - corporations, schools and parents*/
#bottomsection {
	background-color: #acfd5d;
	width: 960px;
	height: 275px;
	margin: 0;
	position: relative;
	/*position: absolute;
	top: 488px;	*/
}

/*creation of greenboxes*/
.greenbox {
	background: url(images/greenbox_gradient.gif) repeat-x;
	width: 212px;
	height: 140px;
	margin: 0;
	
			
}

.greenbox h3 {
	background: url(images/top_darkGreen.png) no-repeat;
	margin: 0;
	font-family: verdana, ariel, sans-serif;
	color: #39541f;
	font-size: .90em;
	font-weight: bold;
	line-height: 1.50;		
}

.greenbox p {
	font-family: verdana, ariel, sans-serif;
	color: #39541f;
	font-size: .75em;
	padding: 0 10px;
			
}



/*absolute positions of greenboxes and h3 titles*/
#corporations {
	position: absolute;
	top: 30px;
	left: 75px;
}

#corporations h3 {
	padding-left: 60px;
}



#schools {
	position: absolute;
	top: 30px;
	left: 380px
			
}

#schools h3 {
	padding-left: 25px;
			
}


#parents {
	position: absolute;
	top: 30px;
	right: 75px;
			
}

#parents h3 {
	padding-left: 75px;	
}


#greentag {
	background: #acfd5d;
	width: 960px;
	height: 50px;
	position: absolute;
	top: 200px;
	/*border-bottom: 1px dashed #39541f;*/
	
}

.greentagimg {
	padding-left: 150px;
	padding-top: 7px;
}

/*the following makes up the footer*/

#footer {
	width: 960px;
	height: 55px;
	position: relative;
	background-color: #acfd5d;
	border-top: 1px dashed #39541f;
}

#footer p {
	font-family: verdana, ariel, sans-serif;
	color: #39541f;
	font-size: .70em;
	/*position: absolute;
	top: 265px;*/
	line-height: 20px;
}

.copyright {
	position: absolute;
	/*top: 10px;*/
	left: 15px;
	margin-top: 5px;
}

.imagine {
	position: absolute;
	/*top: 10px;*/
	right: 15px;
	margin-top: 5px;
}

.photographer {
	position: absolute;
	/*top: 35px;*/
	right: 55px;
	margin-top: 30px;
}

.imagine a {
	color: #39541f;
}





