@charset "UTF-8";
/* CSS Document */

html{
	width:100%;
	height:100%;
}

body{
	position:relative;
	margin:0;
	padding:0;
	height:100%;
	padding-bottom:0;
	background-color:#fff;
	font-family:futura, "century gothic", sans-serif;
	font-weight:lighter;
	font-size:12px;
	color:#aaa;
	line-height:1.3;
}
form, input{
	margin:0;
	padding:0;
}


/*/////////Links///////////*/
a:link, a:visited, a:hover, a:active{
	color:#6CC5D1;
	text-decoration:none;
	border-bottom:1px dotted #6CC5D1;
}
a:hover{
	color:#F63C0E;
	border-bottom:1px solid #fff;
}
a.map_link:link, a.map_link:visited, a.map_link:hover, a.map_link:active{
	width:100%;
	height:65px;
	background:url(../images/layout/map.gif);
	display:block;
	background-position:center;
	border:3px solid #fff;
	border-left:0;
	border-right:0;
	margin:0;
}
a.map_link:hover{
	margin:0;
	border:3px solid #F63C0E;
	border-left:0;
	border-right:0;
}
a.google_link:link, a.google_link:visited, a.google_link:hover, a.google_link:active{
	color:#F63C0E;
}
a.google_link:hover{
	color:#AEDEE4;
}
a.gallery_links:link, a.gallery_links:visited, a.gallery_links:hover, a.gallery_links:active{
	margin:0;
	width:50px;
	height:50px;
	margin-right:8px;
	display:block;
	border:0;
	float:left;
	border:3px solid #FFF;
	border-left:0;
	border-right:0;
}
a.gallery_links:hover{
	margin:0;
	margin-right:8px;
	border:3px solid #F63C0E;
	border-left:0;
	border-right:0;
}
a.thumbs_links:link, a.thumbs_links:visited, a.thumbs_links:hover, a.thumbs_links:active{
	border:3px solid #fff;
	border-left:0;
	border-right:0;
	width:40px;
	height:40px;
	margin-right:4px;
	display:block;
	float:left;
	margin-bottom:0px;
}
a.thumbs_links:hover{
	border:3px solid #F63C0E;
	border-left:0;
	border-right:0;
}
a.twitter_link:link, a.twitter_link:visited, a.twitter_link:hover, a.twitter_link:active{
	border-bottom:none;
	color:#aaa;
	display:block;
	background:#fff;
	margin-top:5px;
	position:relative;
}
a:link span.hide_me_twitter, a:visited span.hide_me_twitter, a:hover span.hide_me_twitter, a:active span.hide_me_twitter{
	visibility:hidden;
	display:block;
	}
a:hover span.hide_me_twitter{
	visibility:visible;
	font-size:12px;
	color:#F63C0E;
	cursor:pointer;
	}
.what_link:link, .what_link:visited, .what_link:hover, .what_link:active{
	font-size:13px;
	display:inline-block;
	padding:0;
	line-height:1;
	margin-bottom:3px;
}
a.how:link, a.how:visited{
	position:absolute;
	top:-105px;
	right:240px;
	z-index:10;
	width:100px;
	height:150px;
	background-image:url(../images/layout/blog.png);
	display:block;
	border:none;
}
a.how:hover{
	background-position:0 150px;
}
a.camera:link, a.camera:visited{
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
	width:130px;
	height:70px;
	background-image:url(../images/home/video.png);
	display:block;
	border:none;
}
a.camera:hover{
	background-position:0 70px;
}

/*/////////Divs///////////*/
div#outer{
	padding:0;
	width:100%;
	position:relative;
	height:100%;
}
div#left{
	position:relative;
	width:50%;
	float:left;
	height:90%;
	padding:3% 0;
	z-index:2;
	min-width:350px;
	background:#fff;
}
div#right{
	position:relative;
	float:left;
	width:370px;
	height:90%;
	padding:3% 0;
	margin-left:10px;
	z-index:1;
}

div#right_home{
	position:relative;
	float:right;
	width:43%;
	min-width:375px;
	top:50%;
	margin-top:-106px;
	margin-left:10px;
	z-index:1;
	border:none;
}
span#more{
	position:absolute;
	display:block;
	bottom:10px;
	right:10px;
	padding:5px;
	font-size:1.2em;
	border:none;
}
span#more:hover{background:#fff;}
span#more span{ display:none;}
span#more:hover span{display:block;}
span#hide_me{
	color:#333;
	position:absolute;
	bottom:25px;
	padding:10px;
	right:0;
	width:355px;
	background:#fff;
}
.entry{
	width:100%;
	min-height:15%;
	position:relative;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
#how_layer img a{
	border:none;
}
#how_layer img{
	margin:10px 0;
}

/*/////////Images///////////*/

#quack, #dirk{
	position:relative;
	margin-top:60px;
}
#quack{
	float:left;
	margin-right:5px;
}
#dirk{
	float:left;
	margin-left:5px;
}
#today{
	margin-top:0px;
}
#and{
	float:left;
	position:relative;
}
#under{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#gallery_img{
	float:left;margin-right:5px;margin-top:10px
}

/*/////////Fonts and Paragraphs///////////*/
h1, h2, h3{
	color:#F63C0E;
	font-weight:normal;
	margin:0;
	padding:0;
	position:relative;
	font-size:15px;
}
h1{
	width:35%;
	text-align:right;
	float:left;
	max-width:150px;
}
h2{
	color:#777;
}
h3{
	padding-bottom:5px;
}

div.entry_content{
	width:55%;
	padding-left:4%;
	float:left;
	border-top:1px dotted #ddd;
	margin-top:11px;
	padding-top:10px;
}
p{
	margin:0;
	padding:0;
}
.error, .celebrate{
	padding:5px 0;
	font-size:15px;
	color:#A7DE2C;
}
.error{
	color:#F63C0E;
}
#appoint{
	color:#ddd;
}
#whats{
	position:relative;
	z-index:10;
	margin-top:5px;
}
#back_to_home{
	position:absolute;
	left:-10px;
	font-size:11px;
	}
#gallery_p{
	float:left;
	width:210px;
	padding:10px;
	padding-left:0;
	padding-top:0;
	margin-top:10px;
}
#gallery_tit{
	font-size:16px;display:block;padding-bottom:10px
}
#press p{
	margin:10px 0;
}
/*/////////Forms///////////*/
form{
	margin:0px;
}
#inp_email{
	padding: 3px;
	width:95%;
	border:none;
	background-color:#ccc;
	font-family:futura, "century gothic";
	color:#fff;
	font-size:12px;
}
#inp_submit{
	width:auto;
	display:inline-block;
	float:left;
	text-align:left;
	border:none;
	background:none;
	font-family:helvetica, arial;
	color:#AEDEE4;
	font-size:12px;
	padding:0;
	margin:0;
	border-bottom:1px dotted #AEDEE4;		
}
#inp_submit:hover{
	color:#F63C0E;
	border-bottom:1px solid #fff;
	}