/* CSS Index Hafoc Yates June 07 - Feb 08 hafoc.org */
/* Layout */
*{
    margin: 0px;
	padding: 0px;
	}
	
body {
	background-image:url(../images/homeChip.jpg);
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
/* Box that displays middle image*/
#main { 
	width: 800px;
	}
	
/* Content box*/	
#content { 
	float: left;
	width: 775px;
	height: auto;
	padding: 100px 10px 10px 10px;
	 }
#content img { padding: 5px 5px 5px 5px; border: none; float: left;} 
	 
#clear { clear: both; height: 2px;}

/* Branding*/
/* Start logo with headline*/	
#logo {
	background-image:url(../images/homeBanner.jpg);
	background-repeat: no-repeat;
	margin:0;
	width: 800px;
	height: 300px;
	}
	
/* Main Navigation */
#mainNav { 
	float: left;
	width: 95px;
	margin-top: 8px;
	margin-left: 395px;
	}
	#mainNav img{
		margin: 0;
		padding: 0;
		border: 0;
		}
		
#socialBox {
	float: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-top: 85px;
	margin-right: 35px;
	width: 260px;
	}
	
/* Text */
/* text larger than p */
.text h1 {
	font-size: 18px;
	line-height: 24px;
	font-variant:small-caps;
	text-align: center;
	color: #A188A5; 
	padding-bottom: 12px;
	}
.text h2 {
	font-size: 14px;
	text-align: center;
	color: #A188A5;
	padding-bottom: 12px;
	}
.text h3 {  
	font-size: 12px;
	color: #A188A5;
	padding-bottom: 9px;
	}
/* text smaller than p*/
.text h4 {  
	font-size: 11px;
	color: #6C6C6C;
	padding-bottom: 4px;
	}
.text h5 {  
	font-size: 10px;
	color: #000000;
	padding-bottom: 9px;
	}
.text p { 
	color: #000000;
	font-size: 12px;
	padding-bottom: 8px;
	 }
.text img { padding: 5px 5px 5px 5px; border: none;}

		
/* Strolling list */
#strollList {
float: left;
width: 155px;
}
#strollList h1 {
font-size: 13px;
color: #bb5533; 
font-variant: small-caps;
}
#strollList p {
font-size:  11px;
padding-bottom: 4px;	
}
#strollList p strong {
color: #aa7744;
font-weight: bold;
}
#strollList a:link {font-size: 11px; color:#336699; text-decoration: none;}
#strollList a:visited {color: #336699;  text-decoration: none;} 
#strollList a:hover {color: #eeccbb; text-decoration: underline; cursor: pointer;} 
#strollList a:active {color:#bbbbaa; text-decoration: none;} 		
	
/* Links */ 
/* Links underlined*/                
	.links a:link {color: #336699; text-decoration: underline;}
	.links a:visited {color: #336699; text-decoration: underline;}
	.links a:hover {color: #660200; text-decoration: none;}
	.links a:active {color: #F2C38B; text-decoration: underline;}	

/* Links NO underlined*/
.linksNo a:link {color:#336699; text-decoration: none;} 
.linksNo a:visited {color:#336699; text-decoration: none;} 
.linksNo a:hover {color: #660200; text-decoration: underline; cursor: pointer;} 
.linksNo a:active {color:#F2C38B;text-decoration: none;}	
	  	
#footer{
	background-color: #B39B95;
	color:#FFFFCC;
	text-align:center;
	height: 20px;
	width: 800px;
	padding-top: 10px;
	}

.footLeft { float: left; width: 165px; border-right: #333333 ridge medium; padding-left: 5px;}
.footCenter { float: left; width: 165px; border-right: #333333 ridge medium;padding-left: 5px;}
.footRight { float: left; width: 165px;padding-left: 5px; }


/* CSS Index Hafoc Yates 2008 hafoc.org */
