* {
	margin: 0;
	padding: 0;
}

/********************************************************/
/*******************  General Site Styling  *******************/
/********************************************************/
html { height: 100%; }

body {
	background: url(../images/bg_lines.gif);
	font-family: "Arial", "Helvetica";
	font-size: 0.688em;
	color: #CCC;
	position: relative;
	height: 100%;
	letter-spacing: 0.04em;
}

p, h3, h4, ul {
	text-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 1px;
}

a, a:visited {
	outline: none;
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

a:hover {
	border-bottom: 1px dotted #666;
}

body img {
	border: none;
}

div.clearfloat {
	width: 100%;
	clear: both;
}

div#top-shadow {
	background: transparent url(../images/top_shadow.png) repeat-x;
	height: 169px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -9999;
}

div#shadow-wrap {
	background: transparent url(../images/shadow_bg.png) repeat-y;
	width: 996px;
	height: 108%;
	margin: 0px auto;
}

div.work-section {
	min-height: 815px;
}

div#site-wrap {
	width: 874px;
	background-color: #1f1f1f;
	height: 100%;
	margin: 0px auto;
}

div#bottom-shadow {
	background: transparent url(../images/bottom_shadow_bg.png) no-repeat;
	width: 980px;
	height: 55px;
	position: relative;
	top: 55px;
	margin: 0px auto;
}

div#header {
	width: 100%;
	position: relative;
}

div#top-link {
	background: transparent url(../images/top_link_out.gif) no-repeat;
	width: 385px;
	height: 158px;
	margin: 0px auto;
}

div#top-link a {
	border-bottom: 0;
}

div#top-link-hover {
	background: transparent url(../images/top_link_hover.png) no-repeat;
	width: 385px;
	height: 158px;
	left: 245px;
	position: absolute;
}

div#top-link a.home-link {
	text-indent: -9999px;
	position: absolute;
	width: 125px;
	height: 158px;
	left: 372px;
}
	
div#footer {
	position: relative;
	top: 50px;
	left: 70px;
	color: #555;
}

div#footer span#copyright {
	font-size: 9px;
}

div#footer span#twitter {
	display: block;
	padding-top: 3px;
}

/****************************************************/
/*******************  Content Wrap  *******************/
/****************************************************/
div#content-wrap {
	width: 803px;
	position: relative;
	left: 70px;
	margin-top: 10px;
}
/*************************************************/
/*******************  Navigation  *******************/
/*************************************************/

div#navigation-wrap {
	width: 600px;
	position: relative;
	left: 45px;
	margin-top: 15px;
}

ul#navigation {
	position: relative;
	height: 29px;
	width: 421px;
	padding: 15px;
	overflow: hidden;
}

ul#navigation li {
	float: left;
	list-style: none;
}

ul#navigation li.current a {
	color: #333;
}

ul#navigation li.back {
	background-color: #4cc7ed;
	width: 9px;
	height: 18px;
	margin-top: 4px;
	z-index: 8;
	position: absolute;
}

ul#navigation li a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
	color: #999;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

ul#navigation li a:hover, ul#navigation li a:active {
	border: none;
	color: #FFF;
	text-shadow: rgb(255, 255, 216) 0px 0px 6px;
}


/***************************************************/
/*******************  Index Styling  *******************/
/***************************************************/
ul#front-thumbs {
	list-style: none;
	width: 100%;
}

ul#front-thumbs li {
	margin-right: 8px;
	padding-top: 15px;
	float: left;
}

ul#front-thumbs li a {
	border-bottom: none;
}

ul#front-thumbs li a:hover,
ul#front-thumbs li a:active {
	border-bottom: 5px solid #4cc7ed;
}

/********************************************/
/*******************  Projects  ****************/
/********************************************/
div#showcase {
	height: 480px;
	margin: 0px auto;
	position: relative;
	width: 765px;
	right: 20px;
}

div#showcase div.work-container {
	left: 0;
	position: absolute;
	top: 0;
}

div#project-controller {
	position: absolute;
	right: 40px;
	width: 165px;
	color: #4cc8ed;
	z-index: 1;
}

div#project-controller span#counter {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

div#project-controller a#next,
div#project-controller a#previous {
	color: #4cc8ed;
	border-bottom: 0;
}

div#project-controller a#previous {
	position: relative;
	top: 3px;
}


div.project-wrap {
	width: 765px;
	position: relative;
}

div.project-wrap div.left-ss {
	float: left;
}

div.project-wrap div.right-info {
	position: relative;
	width: 175px;
	top: 148px;
	left: 10px;
	float: right;
}

div.project-wrap div.right-info h3 {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}

div.project-wrap div.right-info a.project-link {
	color: #4cc8ed;
	border-bottom: 0;
	letter-spacing: 0.07em;
}

div.project-wrap div.right-info span.company-name {
	clear: both;
	display: block;
	width: 150px;
	margin-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #fff;
}

div.project-wrap div.right-info span.inactive-project {
	text-decoration: line-through;
}

div.project-wrap div.right-info p {
	width: 140px;
	line-height: 20px;
	margin-top: 12px;
}

/***********************************************/
/*******************  About  *********************/
/***********************************************/
div#content-wrap div#left-personal {
	float: left;
	width: 315px;
}

div#content-wrap div#left-personal a#resume-download {
	-moz-border-radius: 4px;
	padding: 2px 5px;
	position: relative;
	top: 25px;
	border-bottom: 0;
	background: #4cc7ed;
	text-transform: uppercase;
	color: #333;
}

div#content-wrap div#left-personal a#resume-download:hover {
	font-weight: bold;
}

div#content-wrap div#left-personal h3,
div#content-wrap div#right-otherinfo h3 {
	text-transform: uppercase;
	font-weight: normal;
	color: #4cc7ed;
	font-size: 11px;
	letter-spacing: 0.04em;
}

div#content-wrap div#left-personal h3.my-name {
	font-weight: bold;
}

div#content-wrap div#left-personal h4 {
	font-size: 11px;
	margin-top: 1px;
	font-weight: normal;
	letter-spacing: 0.105em;
}

div#content-wrap div#left-personal p {
	font-size: 11px;
	letter-spacing: 0.06em;
	padding-top: 13px;
	line-height: 1.8em;
	text-align: left;
}

div#content-wrap div#right-otherinfo {
	float: left;
	position: relative;
	left: 58px;
	width: 131px;
}

div#content-wrap div#right-otherinfo ul {
	list-style: none;
	margin-top: 2.182em;
}

div#content-wrap div#right-otherinfo ul li {
	padding-bottom: 0.40em;
}

div#content-wrap div#right-otherinfo h3#clients {
	margin-top: 3.091em;
}

/**********************************************/
/*******************  Contact  ******************/
/**********************************************/

div.contact-section {
	min-height: 750px;
}

div#content-wrap div#contact-form-wrap {
	position: relative;
	width: 330px;
	float: left;
}

div#content-wrap div#contact-form-wrap h3.success,
div#content-wrap div#contact-form-wrap h3.error{
	font-size: 20px;
	padding-top: 20px;
	text-align: left;
	display: none;
}

div#content-wrap div#contact-form-wrap form#contactform {
	padding-top: 10px;
}

div#content-wrap div#contact-form-wrap form#contactform input#fullname,
div#content-wrap div#contact-form-wrap form#contactform input#email {
	padding: 3px;
	margin-top: 2px;
	color: #999;
	width: 100%;
	background-color: #181818;
	border: 0;
}

div#content-wrap div#contact-form-wrap form#contactform textarea#themessage {
	padding: 5px;
	margin-top: 3px;
	background-color: #181818;
	color: #999;
	width: 99%;
	border: 0;
}

div#content-wrap div#contact-form-wrap form#contactform fieldset {
	border: none;
	text-align: left;
}

div#content-wrap div#contact-form-wrap form#contactform fieldset a#submit-button {
	-moz-border-radius: 4px;
	padding: 2px 5px;
	position: relative;
	top: 15px;
	border-bottom: 0;
	background: #4cc7ed;
	text-transform: uppercase;
	color: #333;
}

div#content-wrap div#contact-form-wrap form#contactform fieldset a#submit-button:hover {
	font-weight: bold;
}

div#content-wrap div#contact-form-wrap form#contactform ol span {
	font-size: 15px;
}

div#content-wrap div#contact-form-wrap form#contactform ol li{
	color: #4CC7ED;
	font-weight: normal;
	padding-bottom: 1.5em;
	list-style: none;

	text-transform: uppercase;
}

div#content-wrap div#contact-form-wrap form#contactform li#message-body {
	padding-bottom: 10px;
}

div#content-wrap div#contact-form-wrap form#contactform label.error {
	font-size: 10px;
	display: block;
	color: #FF0000;
	position: relative;
	margin-top: 4px;
}

div#content-wrap div#contact-info {
	width: 340px;
	position: relative;
	right: 85px;
	top: 20px;
	float: right;
}

div#content-wrap div#contact-info p {
	line-height: 20px;
	margin-bottom: 15px;
}

div#content-wrap div#contact-info p a {
	color: #4cc7ed;
	border-bottom: 0;
}