/*
  kalamakua styles
*/
@import url("slimbox2.css");
@import url("js/fancybox/jquery.fancybox-1.2.6.css");
@import url("js/facebox/facebox.css");
@import url("js/shadowbox-build-3.0rc1/shadowbox.css");
/*
for the subsections on a page
*/
.kalamakua_subsection{
	margin-bottom: 24px;
}
.kalamakua_subsection .header{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url("images/corner.png");
	padding: 0px;
	color:black;
	border-bottom: 2px solid black;
	text-align: right;
	padding-right:90px;
	font-size: 24px;
}
.sub_header{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url("images/corner.png");
	padding: 0px;
	color:black;
	border-bottom: 2px solid black;
	text-align: right;
	padding-right:90px;
	font-size: 24px;
}
.kalamakua_white_link {
	color:black;
	text-decoration: none;
}
.kalamakua_white_link:hover{
	color:#aaee00;
}
.kalamakua_inline{
  padding:12px;
  background-color:white;
}