@charset "UTF-8";
/*
 *Design by Darim Kim BluMaru.com
 *All graphic elements are a copyrighted material and may not be used without a written permission.
 */

html, body{
	width:100%;
	height:100%;
	
	color:#444;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;
	color:#666;
	display:block;

}
ul, li, ol{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}
a, a:hover{
	text-decoration:none;	
	color:#444;
	outline:none;
}



/*---------------------------------------
	TYOPGRAPHY
  ---------------------------------------*/

/* A font by Jos Buivenga (exljbris) : www.exljbris.com  */

@font-face {
	font-family: 'FontinRegular';
	src: url('lib/fonts/fontin-regular-webfont.eot');
	src: local('☺'), url('lib/fontin-regular-webfont.woff') format('woff'), url('lib/fonts/fontin-regular-webfont.ttf') format('truetype'), url('lib/fonts/fontin-regular-webfont.svg#webfont0uPE95yo') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1, h2 {
	font-family: 'FontinRegular';
	padding:0;
	margin:0;
	background-position: left -50px;
}
	
p{
	padding-bottom:12px;
}

h1{
	font-size:5em;
	color:#444;
	margin-bottom:-20px;
}
p.description{
	width:300px;
	position:relative;
	top:0;
	left:200px;
	line-height:1.2em;
}
.color{
	color:#369;
	font-family: 'FontinRegular';
	font-size: 14px;
	
}

.notyet{
	color:#F33;
}

/*---------------------------------------
	LAYOUT
  ---------------------------------------*/
#header{
	height:150px;
	display:block;
	padding:40px 0 0 120px;
	left:0;
	background:#fff;
	background-position:0 120px;
}

#footer{
	height:160px;
	display:block;
	color:#888;
	font-size:11px;
	padding:10px 0 10px 200px;
	border-top:#e3e3e3 1px solid;
	background-position: 0 -280px;
}

#menubar{
	clear:both;
	position:fixed;
	bottom:0;
	left:50%;
	margin-left:-300px;

	height:30px;
	width:600px;

}

#water{
	position:relative;
	top:0;
	background:url(img2/water.jpg) no-repeat bottom center;
	left:50%;
	margin-left:-400px;
	z-index:-1;
	height:130px;
	width:800px;
	display:block;
}

#boat{
	position:relative;
	height:90px;
	width:100%;
	top:40px;
	left:0;
	display:block;
	background-image: url(img2/boat2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	
ul, #content{
	display:none;
}

.js .container{visibility:hidden;}
.container{
	float:left;
	position:relative;
	height:auto;
	padding: 0;
	clear: both;
	width:100%;
}

.collapse {
	margin:30px 40px 30px 80px;
 	overflow:hidden;
}

.expand a:hover, .expand a:active, .expand a:focus, #header, #footer {
	background-image: url(img2/trees.png);
	background-repeat: no-repeat;
}

.expand a:hover, .expand a:focus{
  background-color:#DEEBFF;
}

.collapse {
  overflow:hidden;

}


h2.expand a, h2.expand a:hover{
	padding-left:200px;
	line-height:40px;
	padding-top:0;
	border-top:#e3e3e3 1px solid;
	display:block;
	background:#fff;
	color:#444;
  background:url(img2/trees.png) no-repeat
}

h2.expand a:hover{
	background-color:#DEEBFF;

}

h2.about a, h2.about a:hover{
	background-position: 0 -70px;
}

h2.designs a, h2.designs a:hover{
	background-position: 0 -110px;
}

h2.paintings a, h2.paintings a:hover{
	background-position: 0 -150px;
}

h2.photos a, h2.photos a:hover{
	background-position: 0 -200px;
}


h2.contact a, h2.contact a:hover{
	background-position: 0 -240px;
}


.note{
	width:440px;
	padding:10px;
	border-radius:20px; 
	-moz-border-radius:20px;
	-webkit-border-radius:20px; 
	background:#FC9; 
	padding-left:20px;
}

li a{
	position:relative;
	float:left;
	margin:5px 20px 10px 0;
	width:160px;
	height:200px;
	padding: 8px 5px 5px;
	text-align:center;
	display:block;
	border:#CCC 1px solid;
	-webkit-border-radius: 5px;
	
	-moz-border-radius: 5px;
	
	border-bottom-radius: 5px; 
	
}
li a:hover{
	background:#f9f9f9;
	border:#ccc 1px solid;

}
li img {border:none;
padding-bottom:5px;

}
.clear{
	clear:both;}


/*---------------------------------------
	SLIDES
  ---------------------------------------*/


.highslide-image {
	border: 1px solid #666;
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(graphics/loader.white.gif);
}

.highslide-html {
	background: none;
}
.highslide-header ul a {
	background-image: url(graphics/controlbar-text-buttons.png);
	padding-left: 16px;
	display: inline-block;
	height: 16px;
}
.highslide-header ul li span {
	display: none;
}
.highslide-header .highslide-move {
	display: none;
}
.highslide-header .highslide-close {
	display: none;
}
.highslide-footer {
	display: none;
}
