/* About */

#sctoAbout a:link, #sctoAbout a:visited
{
	color: #fbb160;
}


/* Work */

#sctoWork a:link, #sctoWork a:visited
{
	color: #f6a0a6;
}


/* Blog */

#sctoBlog a:link, #sctoBlog a:visited
{
	color: #d5e04d;
}


/* Contact */

#sctoContact a:link, #sctoContact a:visited
{
	color: #9fcf67;
}

#sctoContact form
{
	margin: 0;
	padding: 0;
}

#sctoContact form h3
{
	padding: 1.8em 0 0 0;
}

#sctoContact form input
{
	font-size: 102.5%;
	border: 0px none;
	background-color: #f3f3f3;
	width: 156px;
	color: #000000;
	height: 20px;
	padding: 3px 3px 0 3px;
	float: left;
}

html>body #sctoContact form input.btn
{
	padding: 0 0 3px 0 !important;
}

#sctoContact form input.btn
{
	border: 0px none;
	color: #ffffff;
	background: #9FCF67;
	height: 22px;
	text-align: center;
	width: 65px;
	margin: 0 0 0 5px;
}


/* Global */

body
{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(img/header.gif) no-repeat fixed 40px 80px;
	padding: 0 0 0 40px;
	margin: 0;
}

img
{
	display: block;
	border: 0px none;
}


h1
{
	font-size: 100%;
	font-weight: normal;
	color: #ffffff;
	float: left;
	margin: 0;
	padding: 7px 0 0 0;
	text-indent: 10px;
	width: 160px;
	position: relative;
}

h2
{
	margin: 0 0 2em 0;
	padding: 0;
}

h3
{
	font-size: 100%;
	margin: 0 0 2em 0;
	padding: 0;
}

dl
{
	margin: 0;
	padding: 0;
}

a:link, a:visited
{
}

a:hover, a:focus
{
	text-decoration: none;
}

#container
{
	width: 500px;
	overflow: hidden;
}

#content
{
	padding: 0 0 0 0;
}

#content .col
{
	width: 240px;
	margin: 0 20px 0 0;
	float: left;
	text-align: justify;
}

#content .last
{
	margin: 0 0 0 0 !important;
}

#content dl dt
{
	display: block;
	margin: 0;
	padding: 0;
}

#content dl dd
{
	background-color: #000000;
	color: #ffffff;
	display: block;
	margin: 0 0 4em 0;
	padding: 7px;
}

#content dl dd p
{
	padding: 0;
	margin: 0;
}

html>body div#header
{
	position: fixed;
	width: 500px;
}

#header
{
	z-index: 9999;
	position: absolute; 
	left: 40px; 
	top: 30px; 
	height: 2.4em;
	background-color: #cea8ce;
	width: 500px;
}


dl#menu
{
	float: left;
	padding: 7px 0 0 0;
	width: 340px;
	text-align: right;
	position: relative;
}

dl#menu dt
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	margin: 0;
	padding: 0;
}

dl#menu dd
{
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
}

dl#menu dd a:link, dl#menu dd a:visited
{
	color: #ffffff;
	text-decoration: none;
}

dl#menu dd a:hover, dl#menu dd a:focus
{
	text-decoration: underline;
}

.block:after 
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.block 
{ 
	display: inline-block; 
	padding: 330px 0 0 0;
}

html[xmlns] .block
{ 
	display: block;
}

/* Hides from IE-mac \*/
	.block { display: block; height: 1%; }
/* End hide from IE-mac */