/* Reset CSS */
/* --------------------- */
@import "reset.css";

/* Universal */
/* --------------------- */
html, body{
	font: 10pt/16pt "Helvetica",Arial,sans-serif;
	color: #ffffff;
	background: url("images/background.jpg") no-repeat left top #52595c;
	background-attachment: fixed;
}

body{
	padding-top: 20px;
}

/* Structure */
/* --------------------- */
.overflow{
	width: 100%;
	overflow: hidden;
}

#canvas{
	width: 960px;
	overflow: hidden;
}

#menu{
	float: left;
	width: 120px;
	margin-left: 20px;
}

#menu a#logo{
	display: block;
	text-indent: -4000px;
	height: 90px;
	background: url("images/logo.gif") no-repeat left top;
}

#menu ul#nav li{
	display: block;
	margin-top: 10px;
}

#menu ul#nav li a{
	display: block;
	height: 26px;
	text-indent: -4000px;
	background: url("images/nav.gif") no-repeat left top;
	-webkit-transition: background-position .3s ease;
}

#menu ul#nav li a#navAbout{ background-position: left top; }
#menu ul#nav li a#navAbout:hover, #about #menu ul#nav li a#navAbout{ background-position: left bottom; }
#menu ul#nav li a#navWork{ background-position: -120px top; }
#menu ul#nav li a#navWork:hover, #work #menu ul#nav li a#navWork{ background-position: -120px bottom; }
#menu ul#nav li a#navContact{ background-position: -240px top; }
#menu ul#nav li a#navContact:hover, #contact #menu ul#nav li a#navContact{ background-position: -240px bottom; }

#footer{
	clear: both;
	margin: 10px 0 20px;
	font-size: 8pt;
	line-height: 30px;
	padding-right: 10px;
	background-color: #121212;
	text-align: right;
}

#footer #city{
	color: #a98af3;
}

#footer a#footerMail{
	color: #00f8f8;
	font-weight: bold;
	text-decoration: none;
}

#footer a#footerMail:hover{
	text-decoration: underline;
}

/* Inline Styles */
/* --------------------- */
.bold{ font-weight: bold; }
.light{ color: #929292; }

/* About */
/* --------------------- */
#about h1{
	text-align: right;
	margin-top: 152px;
	font-size: 32pt;
	line-height: 32pt;
}

#splash{
	clear: both;
	width: 960px;
	height: 180px;
	margin: 20px 0;
	background: url("images/sexySplash.jpg") no-repeat left top;
}

#me{
	width: 290px;
	height: 200px;
	float: left;
	background-color: #000000;
}

#about #message{
	width: 410px;
	float: left;
	margin-left: 40px;
	font-size: 9pt;
}

#about #message p{
	padding-bottom: 10px;
}

#services{
	width: 180px;
	float: right;
}

#services h2{
	font-size: 14pt;
	line-height: 14pt;
	margin-bottom: 10px;
}

#services ul li{
	font-size: 8pt;
	margin-top: 10px;
	line-height: 10pt;
}

#services ul#bottomSplit{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ffffff;
}

/* Work */
/* --------------------- */
#work #content{
	float: right;
	width: 790px;
}

#work .group{
	border-top: 1px dotted #ffffff;
	margin-bottom: 20px;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}

#work .group h2{
	width: 110px;
	float: left;
	font-size: 14pt;
}

#work .group .projects{
	width: 680px;
	float: right;
}

#work .group ul.featured li{
	display: block;
	width: 100%;
	background-color: #121212;
	margin-bottom: 20px;
}

#work .group ul.featured li img{
	display: block;
}

#work .group a{
	color: #19b3f1;
	text-decoration: none;
}

#work .group a:hover .name{
	text-decoration: underline;
}

#work .group a span.services{
	color: #ffffff;
}

#work .group p{
	padding: 10px;
}

#work .group .name{
	font-style: italic;
}

#work ul.clients{
	width: 25%;
	float: left;
	font-size: 8pt;
}

/* Contact */
/* --------------------- */
#contact #content{
	width: 790px;
	overflow: hidden;
	float: right;
	padding-top: 10px;
	border-top: 1px dotted #ffffff;
}

#contact h1{
	float: left;
	font-size: 14pt;
	width: 110px;
}

#contact form{
	width: 272px;
	float: left;
	margin-bottom: 20px;
}

#contact form label{
	display: block;
	font-weight: bold;
}

#contact input.text{
	display: block;
	width: 272px;
	border: none;
	background-color: #ffffff;
	font-size: 10pt;
	line-height: 14pt;
	padding: 2px;
	margin-bottom: 10px;
}

#contact select{
	margin-bottom: 10px;
}

#contact textarea{
	display: block;
	width: 272px;
	height: 140px;
	margin-bottom: 10px;
}

#contact input#submit{
	width: auto;
}

#contact #address{
	width: 368px;
	float: right;
	font-size: 12pt;
	line-height: 20pt;
}

#contact #address a{
	color: #00be9c;
	text-decoration: none;
}

#contact #address a:hover{
	text-decoration: underline;
}