/* CSS Bio Hafoc Yates 21 Aug 09 hafoc.org */
/* Layout */
*{
    margin: 0px;
	padding: 0px;
	}
	
body {
	background-image:url(../images/bio/blog-bgChip.jpg);
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 825px;
	}
/* Box that displays middle image*/
#main { 
	background-image: url(../images/bio/blogMiddle.jpg);
	background-repeat: repeat-y;
	max-width:825px;
	}
	
/* Content box*/	
#content { 
	width: 80%;
	height: auto;
	padding: 0 0 10px 145px;
	 }
	 
#clear { clear: both; height: 2px; }

/* Branding*/
/* Start logo */	
#logo {
	background-image:url(../images/bio/blogHeader.jpg);
	background-repeat: no-repeat;
	width: 825px;
	height: 150px;
	}
#logo h4{
	margin-left:630px;
	font-size: 13px;
	color: #FDFCE8;
	line-height: 17px; 
	padding-top: 10px;
	}

#map { float: left; }
#map img { border: none; margin: 0; }
	
/* Text */
/* Main Navigation */
#mainNav { 
	float: right;
	padding-top: 23px;
	height: 100px;
	}	
#mainNav img { border: none; margin: 0; }

/* 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 p strong { 
	color: #1F3D59;
	 }
.text img { padding: 5px 5px 5px 5px; border: none;}
.text li { 
	padding-bottom: 3px;
	margin-left: 15px;
	list-style-type:circle;
	font-size: 12px;
	 } 		
	
/* 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:#FDFEF9; text-decoration: none;} 
.linksNo a:visited {color:#FDFEF9; text-decoration: none;} 
.linksNo a:hover {color: #CCCCCC; text-decoration: underline; cursor: pointer;} 
.linksNo a:active {color:#FDFEF9;text-decoration: none;}

.port img { padding: 10px; border: none; float:left;}	
