﻿/* 
	Caps For Kids
	Master Screen CSS
	Beth Dewey
 */
 
* {
	margin: 0;
	padding: 0;
}
 
	img {
		border: 0;
	}
	
 body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#000;
	/*background-color:#eae9e9;*/
	background:url(/content/v1/us/img/bg.jpg) repeat-x;
	
	background-color:#80bee1;
	}
 
 a {
 	text-decoration: none;
 	color:#3c67a0;
 }
 	a:hover {
		text-decoration: underline;
 		color:#3c67a0;
	}
	
	a:visited {
		text-decoration: none;
 		color:#3c67a0;	
	}
 
#container {
	width:824px;
	margin: 0 auto; /*centers container if there is a width */
	
}
 
 #head {
 	background:url(/content/v1/us/img/header_home.jpg) no-repeat;
	width:824px;
	height:118px;
	position: relative;
 }
 
 	h1 {
		display:block;
		float: left;
	}
		h1 a{
			display:block;
			width: 142px; 
			height: 105px;
			text-indent:-9999px;
			overflow: hidden;
		}
		
		.image-right {
			float: right;
			_display: inline;
			margin: 0 0 .5em .5em;
		}

		.image-left {
			float: left;
			_display: inline;
			margin: 0 .5em .5em 0;
		}

 
 #skiplink {
 	position: absolute;
	left: -9999px;
 }
 
 	#donate{
		text-indent:-9999px;
		display:block;
		height:30px;
		margin-left:696px;
		margin-top:49px;
		position:absolute;
		width:115px;
	}

	 #newsletter {
		display:block;
		float:right;
		_display: inline;
		margin: 15px 12px 0 0;
		width:211px;
		text-align:right;
		border:0px;
		font-size: 1.1em;
 }
  
	 #newsletterSubmitbtn{
 		float: left;
	 }
	 
	 #newsletterinputbox {
		float: left;
		font-size: .9em;
		padding:2px;
		width: 150px;
	
	 }

	#donate a{
		display:block;
		height:30px;
		width:115px;
		overflow: hidden;
	}

 
/* ------------------------ 
		NAV
------------------------ */
 
 ul#navigation {
	 width: 700px;
	 height:40px;
	 display:block;
	 position:absolute;
	 top:90px;
	 left: 135px;
	 list-style:none;
	 font-size: 1.1em;
	 }
	 
	 ul#navigation li {
		float: left;
		_display: inline;
	 }
	 
	 	 ul#navigation li a {
		 	font-weight:bold;
			color:#FFFFFF;
			margin: 0 7px;
		 }
		 
		 ul#navigation li a:hover {
			color:#eae874;
			text-decoration:none;
		 }
		 
	.navbullet {
		color:#FA4D2E;
	}
	
 /* ------------------------ 
		CONTENT
------------------------ */
 
 
#content {
 	width:765px;
	margin: 0 auto; /*centers container if there is a width */
	background:url(/content/v1/us/img/contentbg_full.gif) repeat-y;
	padding: 5px 30px;
	text-align:justify;
	font-size: 1.1em;
	min-height: 300px;
	_height: 300px;
 }
 
	h2 {
		color: #ca4c38;
		text-transform:uppercase;
		font-size: 1.8em;
		font-weight: normal;
	}
	
	#content h3 {
		background: url(/content/v1/us/img/title-bg.gif) no-repeat;
		width: 745px;
		padding: .4em 10px;
		color: #fff;
		text-transform: uppercase;
		font-size: 20px;
	}
	
	#content ul,
	#content ol {
		margin-left: 18px;	
	}
	
 

/* ------------------------ 
		LEAF
------------------------ */		

#LeafContent,
#inner-content {
	padding: 1em 5px;	
}

	#LeafContent p {
		padding: .5em 0;
		font-size: 1.1em;
	}
	
	#LeafContent  h4 {
		font-size: 1.4em;	
	}
	
	/* chapters */
	#chapteres {
		clear: both;	
		width: 100%;
	}
	
		#chapteres td {
			padding: 5px;
			width: 50%;
		}
		
		#chapteres ul {
			list-style: none;
			clear: both;
			padding-top: .5em;
		}
			#chapteres li {
				padding: .2em 0;
				
			}
		
		#chapteres img {
			float: left;	
			_display: inline;
			padding-right: 10px;
			padding-top: 10px;
		}


/* ------------------------ 
		FOOTER
------------------------ */


#footer {
	background:url(/content/v1/us/img/footer_full.jpg) no-repeat;
	margin:0 auto;
	width:824px;
	height:	95px;
	text-align:center;
	padding-top:14px;
	font-size: 1em;
}
	.footerAddress {
		text-transform:uppercase;
		font-size: 1.1em;
	}


	#footer ul {
		margin: 0px;
		padding-top: 24px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
 		color: #636166;
		font-size: .9em;
	}
	
	#footer li {
		list-style-type: none;
 		display: inline;
	}

		#footer li a{
			text-decoration: none;
			padding: 2px;
 			color:#3c67a0;
			text-transform:uppercase;
			margin-right:10px;
		}
		
			#footer li a:hover{
				text-decoration:underline;
			}	

	.copyright {
		color:#3c67a0;
		margin-top:5px;
		display:block;
	}


/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

