@CHARSET "UTF-8";
.border-bottom{
	border-bottom: solid 1px #eee;	
}
body{
	font: 12px "HelveticaNeue", Helvetica, Arial, sans-serif;
	color:#fff;
	background: #0e97a7;
	line-height: 1.5;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 14px;
}		

strong{
	font-weight: 700;
}

a{	
	color: #7ddff9;
}

a:hover{
	color: #fff2da;
}

a:active{
	color: #000;
}

p strong{
}

#wrapper{
	width: 1000px;
	margin:0 auto;
	position: relative;
}

#header{
	border-bottom: solid 2px #ccc;
	position: relative;
	padding: 10px 0;
	overflow: hidden;
	height: 100px;
}

#logo, #logo a{
	width: 295px;
	height: 65px;
	background: transparent url(../images/fs_logo.png) no-repeat left top;
	float: left;
	z-index: 20;
	position: relative;
}

#logo a{
	display: block;
	height: 100%;
}

#nav{
	position: relative;
	float: right;
	right: 0;
	top: 0;
	color: #666;
	z-index: 20;
}

#nav a{
	color: #eaf2ea;
	display: block;
	margin: 3px 0;
	font-weight: 700;
	font-size: 14px;
}

#nav a:hover{
	color: #fff;
}

#nav a:active{
	color: #000;
}


.section_title{	
	margin: 10px 0;
	color:#fff;
	background: #1ca1b1;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
	padding: 5px 20px;
	float: left;
	clear: both;
}

#content{	
	background: transparent url(../images/fusionstrings.png) no-repeat right bottom;
	min-height: 600px;
	position: relative;
	padding-top: 100px;
	margin-top: -100px;
	z-index: 10;
	overflow: hidden;
}

.col_left{
	float: left;
	width: 550px;
	position: relative;
}

.section{
	margin-bottom:20px;
	overflow: hidden;
}

#content p{
	clear: both;
	margin-bottom: 10px;
}


.email, .im{
	padding-left: 60px; 
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	font-size: 14px;
}

.email{
	background: transparent url(../images/email.jpg) no-repeat left top;
}

.im{
	background: transparent url(../images/im.jpg) no-repeat left top;
}

.sn{
	float: left;
	clear: both;
	margin-top: 20px;
}

.sn li{
	float:left;
	height:32px;
	width: 32px;
	margin:6px;
}

.sn li a{
	display:block;
	height: 100%;
	width: 100%;
	text-indent: -999999px;
}

.sn li.facebook a{
	background: transparent url(../images/facebook.png) no-repeat left top;
}

.sn li.twitter a{
	background: transparent url(../images/twitter.png) no-repeat left top;
}

.sn li.deviantart a{
	background: transparent url(../images/deviantart.png) no-repeat left top;
}

.sn li.linkedin a{
	background: transparent url(../images/linkedin.png) no-repeat left top;
}

.sn li.flickr a{
	background: transparent url(../images/flickr.png) no-repeat left top;
}

.sn li.youtube a{
	background: transparent url(../images/youtube.png) no-repeat left top;
}

.sn li.rss a{
	background: transparent url(../images/rss.png) no-repeat left top;
}

.sn li.stumbleupon a{
	background: transparent url(../images/stumbleupon.png) no-repeat left top;
}

.sn li.google a{
	background: transparent url(../images/google.png) no-repeat left top;
}

.sn li.lastfm a{
	background: transparent url(../images/lastfm.png) no-repeat left top;
}

.sn li.vimeo a{
	background: transparent url(../images/vimeo.png) no-repeat left top;
}

.sn li.digg a{
	background: transparent url(../images/digg.png) no-repeat left top;
}

.col_right{
	float: right;
	width: 420px;
	position: relative;
}

.link_blog{
	position: absolute;
	height: 36px;
	width: 143px;
	overflow: hidden;
	display: block;
	background: transparent url(../images/link-blog.png) no-repeat left top;
	text-indent: -999999px;
	left: 130px;
	top: 40px;
}

.link_blog:hover{
	background-position: left -36px;
}

#footer{
	clear: both;
	color: #eaf2ea;	
	font-size: 11px;
	padding: 25px 0;
	background: transparent url(../images/border.png) repeat-x left top;
	margin-top: -20px;
	position: relative;
	z-index: 25;
}

#nav_footer{
	float: right;
}

#nav_footer li{
	float: left;
	position: relative;
	color: #7492ba;
	margin: 0 10px;
}

#nav_footer li a{
	color: #eaf2ea;	
}

#nav_footer a:hover{
	color: #fff;
}

#nav_footer a:active{
	color: #000;
}
