/* Global */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 15px;
	color: #ffffff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	min-width: 990px;
	background-color: #222a2e;
	padding-top: 65px;
	margin-bottom: 55px;
	background-image: url(../images/background_tile.gif);
	background-repeat: repeat-x;
	}

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	}
	
:focus
{
  -moz-outline-style: none;
}


/* View Live Site Link */

.livesite {
	padding-top: 10px;
	}
	
.livesite a {
	color: #ffffff;
	text-decoration: none;
	}
	
.livesite a:hover {
	color: #757575;
	}	
	

/* Footer Links */

#footer a {
	margin-left: 10px;
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #757575;
	}	
	

/* Bottom Fade */

#bottom_fade {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 34px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/bottom_fade.png);
	background-repeat: repeat-x;
	z-index: 2;
	}	

	
/* Header */	

#logo {
	text-indent: -5000px;
	width: 345px;
	height: 60px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float:left;
	}
	
#header_right {
	width: 216px;
	float: right;
	}

#availability {
	display: none;
	text-indent: -5000px;
	width: 209px;
	height: 13px;
	background-image: url(../images/availability_available.gif);
	background-repeat: no-repeat;
	margin-top: 21px;
	}
	
#email a { 
	margin-top: 43px;
	display: block;
	text-indent: -5000px;
	width: 165px;
	height: 14px;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	} 
	
#email a:hover {
	background-image: url(../images/email.gif);
	background-position: bottom;	
	}
	
	
/* Work */

#workhome {
	clear: both;
	padding-top: 40px;
	margin-left: -25px;
	}
	
#worksub {
	clear: both;
	padding-top: 75px;
	}
	
	
/* Work Links */

.work_item a {
	float: left;
	margin-top: 35px;
	display: block;
	margin-left: 25px;
	width: 216px;
	height: 233px;
	opacity: 1;
	z-index: 1;
	background-image: url(../images/work_item_bg.gif);
	text-decoration: none;
	}
	

	
/* Work Links Visited */

.work_item a:visited {
	opacity: .25;
	}
	
	
/* Work Links Hover */

.work_item a:hover {
	opacity: .65;
	}
	
	
/* Work Alignment */


.workThumb img {
	width: 204px;
	height: 171px;
	margin-top: 6px;
	margin-left: 6px;
	border: 0 none;
	}
	
.workClientName p {	
	padding-top: 13px;
	margin: 0 0 3px 17px;
	color: #ffffff;
	font-size: 14px;
	}
	
.workProjectName p {
	margin: -17px 0 0 17px;
	color: #1ab0a0;
	font-size: 11px;
	}
	

/* Work Detail Pages */

.large_work_item {
	width: 698px;
	float: left;
	}
	

	
#large_work_item_top {
	width: 698px;
	height: 18px;
	background: url(../images/border_top.gif) no-repeat 0 top;
	}
	
#large_work_item_middle {
	width: 698px;
	height: auto;
	background: url(../images/border_mid.gif) repeat-y center;
	}

#large_work_item_bottom {
	width: 698px;
	height: 18px;
	background: url(../images/border_bot.gif) no-repeat 0 bottom;
	}
	
	
#large_work_item_middle img {
	margin: -12px 0 -12px 6px;
	}
	
	
.large_work_desc {
	float: right;
	width: 216px;
	}

.large_work_desc h2 {
	margin-bottom: 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	}
	
.large_work_desc h3 {
	color: #1ab0a0;
	font-size: 11px;
	font-weight: normal;
	}
	
.large_work_desc p {
	margin-top: 12px;
	line-height: 16px;
	color: #757575;
	font-size: 11px;
	}
	
#backbutton img {
	border: 0 none;	
	}

#backbutton a {
	display: block;
	position: fixed;
	width: 32px;
	height: 33px;
	top: 201px;
	left: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	}
	
#backbutton a:hover {
	opacity: .5;
	filter: alpha(opacity=50);	
	}

.extra {
	padding-top: 29px;
	}


	
/* Footer */

#footer {
	margin-left: 6px;
	font-size: 11px;
	color: #757575;
	padding-top: 50px;
	clear: both;
	}