body {
	background-image: url("background.png");
	background-repeat:repeat-x;
	margin:0 auto;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
}


.container {
}

a{
	color:#149782;
}

a:hover{
	color:#0d7463;
	background:#d3e5e4;
	text-decoration:none;
}

.content {
	margin: 0 auto;
	max-width: 1000px;
	margin-top:60px;
	line-height:180%;
}

.content .header {
	max-width:40%;
	float:none;
}

.content .navi {
	float: right;
	margin-top:30px;
}

.content .navi a {
	color: #149782;
	padding: 10px 15px;
	margin-right: 6px;
	font-size: 18px;
	text-decoration:none;
	
}

.content .navi a:hover{
	color:#0d7463;
	background:#d3e5e4;
}

.maincontent {
	display:block;
	padding: 20px 20px 20px 14px;
}

.maincontent .bio {
	float: right;
	padding-left:20px;
	max-width:350px
}

.selfintro{
	font-size: 25px;
	}

.connect{
	margin-right:50px;
}
	
.connect a{
	font-size:20px;
	padding:10px 15px;
	background:#d3e5e4;
	text-decoration:none}

.connect a:hover{
	background:#c2dad9;
	color:#444}
	
.footer{
	padding-top:60px;
	padding-bottom:17px;
	overflow:hidden;
	font-size:14px;
	background-image: url("footer-bg.png");
	background-position:bottom right;
	background-repeat:repeat-x;
	width:100%;
}

.footercontent{
	margin: 0 auto;
	max-width: 1000px;
	text-align:right;
	text-valign:bottom;
	padding-left:20px;
	padding-right:20px;
	}
	
.footercontent img{
	float:left;
	width:25px;
	height:25px;
	border:0;
	padding-right:10px;
}

.image{
	margin:10px;
	border:9px solid #119682;
	
}

.image:hover{
	border:9px solid #555;
	
}

em{
	font-family: 'Vidaloka', Georgia, Garamond, serif;
	color: #0d7463;
	font-size:110%;
	font-style:normal;
}

.fancybox-nav, .fancybox-close {
	background: none !Important;
	
}


input, textarea {
	padding:5px;
	color:#111;
	background:#e0ebeb;
	font-size:13px;
	letter-spacing:1px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	border:1px solid #119682;
}