/* 
Theme Name:		Pacific Horizons
Theme URI:		http://www.pacifichorizons.com/pfblog/
Description:	Child theme for the Twenty-Ten Theme
Author:			Site Tuneups
Author URI:		http://www.sitetuneups.com
Template:		twentyten
Version:		0.1.0
*/

@import url("../twentyten/style.css");


BODY {
	font-size:small;
	margin-top: 0;
}

H1 {
	margin-left : 0;
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 1.6em;
	font-weight : bold;
	color:#0e76bc;
	line-height: 1.5em;
}

H2 {
	margin-left : 0;
	margin-right : 10px;
	margin-top : 5px;
	margin-bottom : 5px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	color : #0e76bc;
	line-height: 1.3em;
}

H3 {
	margin-left : 0;
	margin-right : 10px;
	margin-top : 5px;
	margin-bottom : 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	font-weight : bold;
	color : #0e76bc;
	line-height: 1.2em;
}
H4 {
	margin-left : 0;
	margin-right : 10px;
	margin-top : 5px;
	margin-bottom : 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size : .85em;
	font-weight : bold;
	color : #0e76bc;
	line-height : 1.0em;
}
H5 {
	margin-left : 0;
	margin-right : 10px;
	margin-top : 20px;
	margin-bottom : 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size : .75em;
	font-weight : bold;
	color : #676767;
	line-height : 1.3em;
}


.underline {
	text-decoration:underline;
}
	

p {
	margin: 4px 0 6px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	color : #232323;
	line-height : 1.3em;
}

.clearer {
	clear: both;
}




/****LINK FORMATTING***/
a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 1.0em;
	text-decoration : none;
	color : #444444;
}

a:hover {
	color : #676767;
}
a.whitenav {
	color: #ffffff;
}
a:hover.whitenav {
	color:#666600;
}
a img {
	border: none;
}


/*duplicate topnav in main style sheet pacifichorizon.css*/

#topnavbar {
	float: right;
	width: 528px;
	height: 22px;
	margin: 20px 0 0 0;
}

/*Son of Suckerfish with Superfish enhancement*/
.topnav, .topnav ul {     
	padding: 0;     
	margin: 0;     
	list-style: none; 
} 
.topnav a {     
	display: block;     
	width: 132px;
	height: 22px;
	text-align:center;
	line-height: 22px;
	


} 
.topnav li {     
	float: left;     
	width: 132px;
	margin: 0;
	padding: 0;
	background:url(phimages/mainnavbuttonbckgrnd.jpg) top left no-repeat; 
}
.topnav li ul {     
	position: absolute;     
	width: 10em;     
	left: -999em;
		 
}
.topnav li ul li {
	background: none;
}
.topnav li ul a {
	padding: 0;
	background:url(phimages/dropdownbckgrnd.png) top left no-repeat;
}

.topnav li:hover ul {     
	left: auto; 
}
/*Invoke Javascript sfhover to handle IE*/
.topnav li:hover ul, .topnav li.sfhover ul {     left: auto; }

#blogheader {
	position: relative;
	top: 0;
	left: 0;
	width: 975px;
	height: 115px;
	background:url(phimages/headerbckgrnd.jpg) top left no-repeat;
}

#logonavcontain {
	position: relative;
	top: 10px;
	left: 20px;
	width: 927px;
	height: 45px;

}
#logo {
	float: left;
	height: 45px;
	width: 375px;
	border: none;
	
}
#logo a img {
	border: none;

}


