/* CSS Document for Kona Heiva website */



/* layout */

body	{
	background-color: #212121;
	/*background: #006875;*/
	color: #000;
	margin: 0;
	font-family: 'ArialMT', 'Arial', sans-serif;*/
	
	
	margin: 0;
/*	background-image: url(/images/436290.png);
*/



}	


#header {
	margin: 0;
	padding: 0;	
}
	
#banner {
	/*width: 800px;
	margin: 0 auto;
	height: 112px;
	display: block;
	padding: 0;*/

}




#layout {
	width: 900px;
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
	border: 8px solid #829B59;

	
}

#content {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 20px;

}





.row-twocols {
	width: 800px;
	margin: 10px auto;
	
}

.row-twocols .leftcolumn, .row-twocols .rightcolumn {
	width: 300px;
	float: left;
	padding: 10px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0 auto 25px auto;
	background-color: #fff;
	height: 300px;
	text-align: center;
}

.row-twocols .leftcolumn {
	margin-right: 50px;
	margin-left: 50px;
}


#mainlayout {
	width: 100%;
	float: left;
	margin-right: -310px;
}

#maincontent {
	margin-right: 300px;

}

#sidebar {
	margin-top: 35px;
	width: 275px;
	float: right;
}






.clearing {
	height: 0;
	clear: both;

}

body#home .clearing {
	height: 0;
	clear: both;

}


#footer {
	/*border-top: 1px solid #463c3c;*/
	padding-top: 20px;

}



 

/* typography */

h1, h2, h3, h4, h5, h6 {
	font-family: 'ArialMT', 'Arial', sans-serif;

	
}

h1 {
	color: #D4620A;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 25px;

}

h2{
	font-size: 22px;
	color: #F89422;
	border-bottom: 1px solid #F89422;

}

h3 {
	/*color: #FFDC66;*/
	color: #003B5B;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 25px;

	
}

h4 {
	font-size: 16px;
	color: #02857F;
	 font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 0;
}

h5 {
	color: #8B3400;
}

p {
	font-family: 'Times-Roman', 'Times', 'Times New Roman', serif;
	font-size: 14px;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 10px;
    line-height: 22px;
    color: #212121;

}


p.small, p.breadcrumbs, p.caption, .small { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px

}

.portrait p {
	margin-top: 0;
}


.presskitbox, .box {
	background-color: #c3a487;
	border: 1px solid #592421;
	padding: 10px;
}


	
/* linkology */
		
a:link {
	color: #592421
}


a:visited {  
   color: #333333;
	 
}

a:hover {
	
}

a:active {

}


a[href$=".pdf"] {

 padding: 0 20px 0 0;

 background: url(/images/icon_pdf.png) no-repeat right center;

}



a[href$=".doc"] {

 padding: 0 20px 0 0;

 background: url(/images/icon_word.png) no-repeat right center;

}


