@charset "UTF-8";
/* CSS Document */

body {
	background: #2a2a2a url('../images/bg_concrete.jpg') no-repeat 50% 0;
	padding: 0;
	margin: auto;
	font-family: Helvetica, sans-serif;  
	font-size: 12px;
	font-weight:100;
	line-height: 18px;  
	color: #7d7d7d;
}
	
#container {
	width:1000px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#ie {
	display:none;
}

/*------------------------ LINKS --------------------------*/

/*Gets rid of dotted lines around image links*/	
a {
    outline: none;
    overflow: hidden;
	border-bottom: 1px solid #303030;
}

a:link{
	color: #acacac;
	text-decoration: none;
	border-bottom: 1px solid #303030;
}

a:visited{
	color: #acacac;
	text-decoration: none;
	border-bottom: 1px solid #303030;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #7d7d7d;
}

a:active{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #303030;
}

/*------------------------ END LINKS --------------------------*/

/*------------------------ LIST STYLES --------------------------*/

ul {
	list-style:url('../images/bullet.png');
	margin:0 0 0 13px;
	padding:0;
}

ul a {
	color: #acacac;
	text-decoration: none;
	border-bottom: 1px solid #303030;
}

ul a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #7d7d7d;
}

li {
	margin:0;
	padding:12px 0 0 0;
}

/*------------------------ END LIST STYLES --------------------------*/

.bullet {
	margin:0;
	padding:0 8px 0 0;
}

/*------------------------ HEADER --------------------------*/

	#header {
		background-image:url('../images/bg_header.png');
		background-position: top center;
		width:1000px;
		height:132px;
		margin:0 auto;
		padding:0;
		position:relative;
	}
	
	#logo {
		margin:0;
		padding:0;
		position:absolute;
		top:20px;
		left:42px;
		z-index:99;
	}
	
	#logo a {
		border:none;
	}
	
	#character {
		margin:0;
		padding:0;
		position:absolute;
		top:0px;
		left:538px;
	}
	
/*------------------------ END HEADER --------------------------*/
	
/*------------------------ NAV --------------------------*/

#header ul {
	list-style:none;
}

#nav {
	margin:0;
	padding:0;
	position:absolute;
	top:102px;
	left:20px;
	list-style:none;
	width: 960px;
	height: 28px;
}

#nav ul {
	list-style:none;
}

#nav a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	width: 120px;
	height: 28px;
	top: 0px;
	border:none;
	list-style:none;
}

#nav a:hover {
	background-position: left bottom;
	list-style:none;
}

#nav a:hover span{
	display: block;
	list-style:none;
}

#nav .home {
	background: url('../images/nav_home.png') no-repeat;
	left: 0px;
}

#nav .about {
	background: url('../images/nav_about.png') no-repeat;
	left: 120px;
}

#nav .web {
	background: url('../images/nav_web.png') no-repeat;
	left: 240px;
}

#nav .identity {
	background: url('../images/nav_identity.png') no-repeat;
	left: 360px;
}

#nav .print {
	background: url('../images/nav_print.png') no-repeat;
	left: 480px;
}

#nav .comic {
	background: url('../images/nav_comic.png') no-repeat;
	left: 600px;
}

#nav .sketches {
	background: url('../images/nav_sketches.png') no-repeat;
	left: 720px;
}

#nav .contact {
	background: url('../images/nav_contact.png') no-repeat;
	left: 840px;
}

/*------------------------ END NAV --------------------------*/
	
/*------------------------ MAIN CONTENT --------------------------*/

#main {
		background: url('../images/bg_body.png') repeat-y;
		width:960px;
		margin:0;
		padding:0 20px;
		display:block;
	}
	
#badge {
	margin:0;
	padding:0;
	border:none;
	position:absolute;
	display:block;
	z-index:98;
	top:258px;
	left:818px;
}
	
#title {
		margin:0;
		padding:0;
		position:relative;
		z-index:97;
		clear:both;
		display:block;
	}
	
#title img {
		margin:0;
		padding:0;
		border:none;
		clear:both;
		position:relative;
		display:block;
	}
	
#title a {
		border:none;
	}
	
#title h1 {
		margin:0;
		padding:0;
		text-indent: -900%;
		width:960px;
		height:100px;
		display:block;
	}

#title .about {
	background: url('../images/title_about.png') no-repeat;
	}
	
#title .web {
	background: url('../images/title_web.png') no-repeat;
	}
	
#title .comic {
	background: url('../images/title_comic.png') no-repeat;
	}
	
#title .identity {
	background: url('../images/title_identity.png') no-repeat;
	}

#title .print {
	background: url('../images/title_print.png') no-repeat;
	}
	
#title .sketches {
	background: url('../images/title_sketches.png') no-repeat;
	}
	
#title .contact {
	background: url('../images/title_contact.png') no-repeat;
	}
	
#title .error {
	background: url('../images/title_error.png') no-repeat;
	}
	
#copy {
		width:652px;
		margin:14px 0 0 0;
		padding:0 30px 0 30px;
		float:left;
		position:relative;
	}
	
#signature {
		margin:0;
		padding:0;
		text-align:right;
	}
	
#buckets {
		margin:0;
		padding:15px 0 0 0;
		position:relative;
	}
	
#buckets p {
		margin:0;
		padding:12px 0 0 0;
	}
	
#bucket_pic img {
		margin:0;
		padding:2px;
		border: 1px solid #7d7d7d;
	}
	
#bucket_pic a {
		border: none;
	}

#bucket_pic a img:hover {
		border: 1px solid #ffffff;
	}

#bucket1, #bucket2, #bucket3 {
	width:280px;
	margin:0;
	padding:0 0 0 30px;
	float:left;
}

#bucket1 h4, #bucket2 h4, #bucket3 h4 {
		margin:0;
		padding:0 0 32px 0;
		text-indent: -900%;
		width:116px;
		height:9px;
	}

#bucket1 .who {
	background: url('../images/title_who.png') no-repeat;
	}
	
#bucket2 .what {
	background: url('../images/title_what.png') no-repeat;
	}
	
#bucket3 .news {
	background: url('../images/title_news.png') no-repeat;
	}

#underline {
	margin:0;
	padding:0;
	position:absolute;
	top: 39px;
	left:0px;
	opacity:0.6;
}
	
/*This pulls the background image down behind the floated elements*/
	.clr {clear:both;}
	
/*------------------------ END MAIN CONTENT --------------------------*/

/*------------------------ PORTFOLIO PIECES --------------------------*/

#portfolio_piece {
	margin:30px 30px 0 30px;
	padding:0;
	position:relative;
}

#pic img {
	margin:0;
	padding:2px;
	float:left;
	border: 1px solid #7d7d7d;
	}

#pic a {
	float:left;
	}
	
#pic a img:hover {
	border: 1px solid #ffffff;
	}

#desc {
	width:342px;
	margin:0;
	padding:0;
	float:right;
	position:relative;
}

h2 {
	font-size: 18px;
	font-weight:100;
	color: #ffffff;
	border:none;
	margin:0;
	padding:0;
}

#desc h2 a {
	text-decoration:none;
	color: #ffffff;
	border:none;
}

#desc h2 a:hover {
	color: #acacac;
}

h3 {
	font-size: 12px;
	font-weight:100;
	margin:0;
	padding:0;
}

#desc .credit {
	font-size: 11px;
	font-style:italic;
	color: #63635f;
}

#desc .top a {
	background: url('../images/button_top.png') no-repeat;
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	margin:0;
	top:0px;
	left:325px;
	text-decoration:none;
	border:none;
	}
	
#desc .top a:hover {
	background-position: left bottom;
	text-decoration:none;
	border:none;
}

#desc .button_live a {
	background: url('../images/button_live.png') no-repeat;
	display:block;
	width:141px;
	height:24px;
	margin:27px 0 0 0;
	text-decoration:none;
	border:none;
	}
	
#desc .button_live a:hover {
	background-position: left bottom;
	text-decoration:none;
	border:none;
}

#desc .button_demo a {
	background: url('../images/button_demo.png') no-repeat;
	display:block;
	width:118px;
	height:24px;
	margin:27px 0 0 0;
	text-decoration:none;
	border:none;
	}
	
#desc .button_demo a:hover {
	background-position: left bottom;
	text-decoration:none;
	border:none;
}

#divider img {
	margin:30px 0 0 0;
	padding:0;
}

/*------------------------ END PORTFOLIO PIECES --------------------------*/
	
/*------------------------ SIDEBAR --------------------------*/
	
#sidebar {
	width:218px;
	margin:0;
	padding:30px 30px 0 0;
	float:right;
	list-style:none;
}

#sidebar ul {
	list-style:none;
}

#sidebar h4 {
		margin:0;
		padding:0;
		text-indent: -900%;
		width:116px;
		height:9px;
	}

#sidebar .touch {
	background: url('../images/title_touch.png') no-repeat;
	}
	
#touch {
	margin:0;
	padding:12px 0 0 0;
	list-style: none;
}

#touch li {
	  padding:0 0 10px 0;
	  list-style:none;
}

#touch img {
	margin:0 12px 0 0;
	padding:0;
	height:20px;
	width:20px;
	position:relative;
	top:6px;
	list-style:none;
	}
	
#touch .location {
	padding:0 0 0 32px;
	list-style:none;
	}
	
#sidebar a {
	border-bottom: 1px solid #303030;
	list-style:none;
}

#sidebar a:link{
	color: #acacac;
	text-decoration: none;
	border-bottom: 1px solid #303030;
	list-style:none;
}

#sidebar a:visited{
	color: #acacac;
	text-decoration: none;
	border-bottom: 1px solid #303030;
	list-style:none;
}

#sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #7d7d7d;
	list-style:none;
}

#sidebar a:active{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #303030;
	list-style:none;
}
	
/*------------------------ END SIDEBAR --------------------------*/

/*------------------------ CONTACT FORM --------------------------*/


#form {
	margin:0;
	padding:0;
	}
	
#form input, textarea {
	font:normal 12px Helvetica, sans-serif;
	}

#form input.txt {
	width:337px;
	padding:2px 0 0 0;
	}
	
#form textarea {
	width:	647px;
	height:	182px;
	line-height:18px;
	padding:2px;

	}
	
#form input.btn {
	outline: none;
	border:	none;
	cursor:	pointer;
	display:block;
	height:	24px;
	width:141px;
	background: url('../images/button_send.png') no-repeat;
	left: 0px;
    overflow: hidden;
	}

#form a.btn:hover {
	background-position: left bottom;
	}

/*------------------------ FOOTER --------------------------*/

#footer {
	width:960px;
	margin:-12px auto 0 auto;
	padding:0 20px;
	position:relative;
	z-index:99;
	font-size: 11px;  
	color: #63635f;
	height:46px;
}

#footer ul {
	list-style:none;
}

#footer a:link{
	color: #797979;
	text-decoration: none;
	border: none;
}

#footer a:visited{
	color: #797979;
	text-decoration: none;
	border: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	border: none;
}
	
#icons {
	margin:0;
	padding:0;
	list-style: none;
	/*width: 266px;*/
	height: 38px;
	float:left;
}

#icons ul {
	list-style:none;
}


#icons li {
	margin:0;
	padding:0;
}


#icons a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	width: 38px;
	height: 38px;
	top: 0px;
}

#icons a:hover {
	background-position: left bottom;
	border-bottom: none;
}

#icons a:hover span{
	display: block;
	border-bottom: none;
}

#icons .linkedin {
	background: url('../images/footer_in.png') no-repeat;
	left: 16px;
}

#icons .behance {
	background: url('../images/footer_be.png') no-repeat;
	left: 56px;
}

#icons .deviantart {
	background: url('../images/footer_da.png') no-repeat;
	left: 96px;
}

#icons .twitter {
	background: url('../images/footer_t.png') no-repeat;
	left: 136px;
}

#icons .facebook {
	background: url('../images/footer_f.png') no-repeat;
	left: 176px;
}

#icons .roe {
	background: url('../images/footer_r.png') no-repeat;
	left: 216px;
}

#icons .flickr {
	background: url('../images/footer_fr.png') no-repeat;
	left: 256px;
}

#icons .df {
	background: url('../images/footer_df.png') no-repeat;
	left: 296px;
}

#copyright {
	margin:-8px 0 0 0;
	padding:0;
	float:right;
	text-align:right;
}

#copyright ul {
	list-style:none;
	padding:0;
	margin:11px 20px 11px 0;
}

#copyright li {
	display:inline;
	padding:0 2px;
	margin:0;
}

#copyright .top a {
	background: url('../images/button_top.png') no-repeat;
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	margin:0;
	top:3px;
	left:963px;
	padding:0;
	}

#copyright .top a:hover {
	background-position: left bottom;
}

#copyright p {
	margin:-12px 0 0 0;
	padding:0;
}

/*------------------------ END FOOTER --------------------------*/