@charset "utf-8";
/* CSS Document */

/***************************************************************
FONTS
****************************************************************/
@font-face {
    font-family: 'HVDComicSerifProRegular';
    src: url('fonts/HVD_Comic_Serif_Pro-webfont.eot');
    src: url('fonts/HVD_Comic_Serif_Pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HVD_Comic_Serif_Pro-webfont.woff') format('woff'),
         url('fonts/HVD_Comic_Serif_Pro-webfont.ttf') format('truetype'),
         url('fonts/HVD_Comic_Serif_Pro-webfont.svg#HVDComicSerifProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AndikaBasicRegular';
    src: url('fonts/AndBasR-webfont.eot');
    src: url('fonts/AndBasR-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/AndBasR-webfont.woff') format('woff'),
         url('fonts/AndBasR-webfont.ttf') format('truetype'),
         url('AndBasR-webfont.svg#AndikaBasicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***************************************************************
BODY, TEXT, LAYOUT
****************************************************************/
body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg_body.jpg) repeat;
}

#body_wrap {	
	background: url(images/bg_content.png) repeat-y;
}

h1, h2, h3 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'HVDComicSerifProRegular', Georgia, 'Times New Roman', Times, serif;
	letter-spacing: 2px;
	text-shadow: 1px 3px 8px #333;	
}
h1, h2 {	
	padding-bottom: 7px;
	background: url(images/bg_stitch.png) repeat-x bottom;
}
h1 {
	font-size: 30px;
}
h2, h3 {
	font-size: 24px;
}
h3 {
	margin-bottom: 0px;
}
h4 {
	font-size: 24px;
	font-family: 'HVDComicSerifProRegular', Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	text-shadow: 2px 2px 0px #2e3e51, 4px 4px 0px #1a2532;
}

p {
	font-family: 'AndikaBasicRegular', Tahoma, Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #121212;
	line-height: 1.8em;
}

p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #eee;
}
p a:hover {
	border: none;
}

.subtext {
	margin-top: -5px;
	font-size: 14px;
}

/***************************************************************
HEADER
****************************************************************/
#header_container {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: 0px -20px;
}
#header_wrap {
	background: url(images/border_header.png) repeat-x bottom;
}
#header {
	width: 1000px;
	height: 155px;
	padding-top: 20px;
	margin: 0 auto;
	position: relative;
}

#content_nav {
	padding-top: 72px;
	padding-left: 276px;
	height: 58px;
	background: url(images/header_logo.jpg) no-repeat;
	display: inline-block;
}

ul#content_links {
	list-style: none;
	margin: 0px;
}
ul#content_links li {
	display: inline;
	height: 58px;
	font-family: 'HVDComicSerifProRegular', Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 32px;
	text-transform: lowercase;
	text-align: right;
}

ul#content_links a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	padding-top: 10px;
	padding-right: 15px;
	margin-right: -6px;
	outline: none;
	height: 45px;
}

#nav_home a {
	background: url(images/nav_home.jpg);
	width: 128px;
	text-shadow: 2px 2px 0px #ac5858, 4px 4px 0px #5f2727;
}
#nav_home a:hover {
	color: #5f2727;
	text-shadow: 2px 2px 0px #ac5858, 4px 4px 0px #fff;
}
#nav_projects a {
	background: url(images/nav_projects.jpg);
	width: 172px;
	text-shadow: 2px 2px 0px #cb9a5c, 4px 4px 0px #5a2000;
}
#nav_projects a:hover {
	color: #5a2000;
	text-shadow: 2px 2px 0px #cb9a5c, 4px 4px 0px #fff;
}
#nav_relics a {
	background: url(images/nav_relics.jpg);
	width: 125px;
	text-shadow: 2px 2px 0px #9fb865, 4px 4px 0px #5c6a3d;
}
#nav_relics a:hover {
	color: #5c6a3d;
	text-shadow: 2px 2px 0px #9fb865, 4px 4px 0px #fff;
}
#nav_about a {
	background: url(images/nav_about.jpg);
	width: 180px;
	text-shadow: 2px 2px 0px #7cacb6, 4px 4px 0px #0d464d;
}
#nav_about a:hover {
	color: #0d464d;
	text-shadow: 2px 2px 0px #7cacb6, 4px 4px 0px #fff;
}

#social_nav {
	position: absolute;
	top: 20px;
	right: 65px;
}
#social_nav img {
	border: 0px;
}

ul#social_links {
	list-style: none;
	margin: 0px;
	float: right;
}
ul#social_links li {
	display: inline;
}

/***************************************************************
MAIN CONTENT
****************************************************************/
#content_wrap {
	display: block; position: relative; height: 560px;
}

#content {
	width:100%; position:absolute; height:560px; left:0; overflow:hidden;
}

#mask {
	 width:400%; height:100%; list-style: none;
}

.box {
	width:25%; height:100%; float:left;
}

.section {
	width:1000px; margin: 0 auto; height: 560px; position:relative;
}

/* Home
***********/
#tweets {
	padding: 0px 25px 0px 35px;
	width: 180px;
	height: 398px; 
	margin-left: 40px;
	margin-right: 20px;
	float: right;
	background: url(images/bg_tweets.png) no-repeat;
}
#zubawing {
	padding-left: 60px; background: url(images/zubawing_logo.png) no-repeat; height: 55px; margin-left: -10px;
}
#tweet_list ul {
	padding-left: 0px;
	list-style: none;
	font-size: 12px;
	font-family: 'AndikaBasicRegular', Tahoma, Verdana, Geneva, sans-serif;
	overflow: hidden;
	height: 305px;
}
#tweet_list li {
	border-top: 1px solid #ccc;
	margin-top: 7px;
	padding-top: 7px;
}
#tweet_list img {
	float: left;
	margin: 0px 5px -5px 0px;
	padding-top: 8px;
}
#tweet_list a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
#tweet_list a:hover {
	border: 0px;
}

.skill_links {
	font-family: 'HVDComicSerifProRegular', Georgia, 'Times New Roman', Times, serif;
	color: #fff;
	font-size: 22px;
	padding-bottom: 10px;
}
.skill_links ul {
	display: inline;
	padding-left: 15px;
}
.skill_links li {
	display: inline;
}
.skill_links img {
	border: 0px;
	margin-bottom: -5px;
}

/* Projects and Relics
*************************/
#projects_top, #projects_bottom, #relics_top, #relics_bottom {
	height: 178px;
	margin: 10px 0px 20px 0px;
	padding: 0px 20px;
	background-position: 20px 4px;
	background-repeat: no-repeat;
	position: relative;
}
#projects_top, #projects_bottom {	
	width: 960px;	
}
#relics_top, #relics_bottom {
	width: 481px;
	float: right;
}
#projects_top {
	background-image: url(images/bg_projects_top.jpg);
	margin-right: -15px;
}
#projects_bottom {
	background-image: url(images/bg_projects_bottom.jpg);
	margin-left: -15px;
}
#relics_top {
	background-image: url(images/bg_relics_top.jpg);
	margin-right: 25px;
	margin-left: 25px;
}
#relics_bottom {
	background-image: url(images/bg_relics_bottom.jpg);
	margin-right: 45px;
	margin-left: 25px;
}
.top, .right, .bottom, .left {
	position: absolute;
	display: block;
}
.left {
	width: 20px;
	height: 100%;	
	top: 0px;
	left: 0px;
}
.right {
	top: 0px;
	right: 0px;
	height: 100%;
	width: 10px;
}
.top {
	background: url(images/border_projects_top.png) repeat-x;
	height: 4px;
	top: 0px;
	left: 20px;
}
.bottom {
	bottom: 0px;
	left: 20px;
	background: url(images/border_projects_bottom.png) repeat-x;
	height: 4px;
}
#projects_top .top,
#projects_top .bottom,
#projects_bottom .top,
#projects_bottom .bottom { width: 970px; }

#relics_top .top,
#relics_top .bottom,
#relics_bottom .top,
#relics_bottom .bottom { width: 492px; }

#projects_top .left {		background: url(images/border_projects_topleft.png);	}
#projects_top .right {		background: url(images/border_projects_topright.png);	}
#projects_bottom .left {	background: url(images/border_projects_bottomleft.png);	}
#projects_bottom .right {	background: url(images/border_projects_bottomright.png);}
#relics_top .left {			background: url(images/border_relics_topleft.png);		}
#relics_top .right {		background: url(images/border_relics_topright.png);		}
#relics_bottom .left {		background: url(images/border_relics_bottomleft.png);	}
#relics_bottom .right {		background: url(images/border_relics_bottomright.png);	}

#projects_top a, #projects_bottom a, #relics_top a, #relics_bottom a {
	display: inline-table;
	height: 140px;
	font-family: 'HVDComicSerifProRegular', Georgia, 'Times New Roman', Times, serif;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	text-transform: uppercase;
	padding-top: 20px;
	line-height: 1em;
	text-shadow: 2px 2px 0px #666, 4px 4px 0px #333;
}
#projects_top a:hover, #projects_bottom a:hover, #relics_top a:hover, #relics_bottom a:hover {
	color: #333;
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 100px 80px;
	text-shadow: 2px 2px 0px #888, 4px 4px 0px #eee;
}
#projects_top a {
	padding-left: 20px;
	text-align: right;
	width: 220px;
}
#projects_bottom a {
	padding-left: 12px;
	text-align: left;
	width: 220px;
}
#relics_top a, #relics_bottom a {
	width: 220px;
	text-align: right;
}

/* About
*************/
#content_about p {
	font-size: 15px;
	line-height: 1.9em;
}
#content_about img {
	padding: 2px;
	border: 1px solid #333;
	margin: 3px 0px;
}
#connect, #play {
	float: right; background-repeat: no-repeat; width: 185px; height: 439px;
	padding: 0px 25px 0px 35px;
}
#connect {
	background-image: url(images/bg_connect.png);
	text-align: right;
	margin-left: 20px;
}
#connect a {
	font-family: 'AndikaBasicRegular', Tahoma, Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #121212;
	padding-right: 45px;
	margin-right: 2px;
	display: block;
	background: url(images/arrow_right.png) no-repeat right center;
}
#connect a:hover {
	padding-right: 47px;
	margin-right: 0px;
}
#connect a span {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
#connect a span:hover {
	border: 0px;
}
#play {
	background-image: url(images/bg_play.png);
}

/***************************************************************
PROJECT PAGE
****************************************************************/
#slideshow_wrap {
	float: right;
	width: 530px;
	height: 430px;
	margin-right: 50px;
	margin-left: 30px;
	position: relative;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat;
	text-align: center;
}
#s_top, #s_bottom, #s_left, #s_right {
	display: block; 
	position: absolute; 
	width: 531px;
}
#s_top {
	background: url(images/border_project_top.jpg) repeat-x;
	height: 11px;
	top: 0px;
	left: 0px;
}
#s_bottom {
	background: url(images/border_header.png) repeat-x;
	height: 18px;
	bottom: -4px; 
	left: 0px; 
}
#s_right {
	background: url(images/border_project_right.png);
	height: 434px;
	width: 14px;
	top: 0px;
	right: -14px;
}
#s_left {
	background: url(images/border_project_left.png);
	width: 28px;
	height: 434px;
	left: -28px;
	top: 0px;	
}

#s_arrowleft, #s_arrowright {
	margin-top: 200px;
	text-decoration: none;
	width: 36px;
	height: 36px;
	background: url(images/arrow_left.png);
}
#s_arrowleft { background: url(images/arrow_left.png); float: left; }
#s_arrowright{ background: url(images/arrow_right.png);float: right;}

#slideshow {
	width: 440px;
	height: 385px;
	margin: 0px 45px;
	overflow: hidden;
}

#slideshow ul {
	padding: 0px;
	list-style: none;
}
#slideshow li {
	display: block;
	height: 360px;
}

#project_desc p {
	font-size: 15px;
}
#project_back {
	font-family: 'HVDComicSerifProRegular', Georgia, 'Times New Roman', Times, serif;
	color: #121212;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 45px;
	background: url(images/arrow_left.png) left center no-repeat;
	height: 36px;
	padding-top: 6px;
	padding-bottom: 5px;
}
#project_back:hover {
	margin-left: -2px;
	padding-left: 47px;
}

#project_skills {
	float: right; display: block; width: 580px;
	font-family: 'HVDComicSerifProRegular', Georgia, 'Times New Roman', Times, serif;
	color: #fff;
	margin-top: 25px;
	font-size: 22px;
}

/* Loading
************************/
#projects_circle, #relics_circle{
	margin-top:340px;
	margin-left: 480px;
}
.circle{
	background-color:#CCC;
	height:15px;
	float: left;
	margin-left:8px;
	width:15px;
	-webkit-animation-name: bounce_circle;
	-webkit-border-radius:10px;
 	-webkit-animation-duration: 1.5s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: linear;
	opacity:0.3;
}
#circle_1{
 	-webkit-animation-delay: .3s;
 }
#circle_2{
 	-webkit-animation-delay: .7s;
}
#circle_3{
 	-webkit-animation-delay: .9s;
}
@-webkit-keyframes bounce_circle{
	0%{opacity:0.3;}
	50%{opacity:1;background-color:#111}
	100%{opacity:0.3;}
}

/***************************************************************
FOOTER
****************************************************************/
#footer_container {
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: 0px 15px;
}

#footer_wrap {
	background: url(images/border_footer.png) repeat-x top;
}

#footer {
	height: 130px;
	width: 1000px;
	margin: 0 auto;
}

#footer p {
	margin: 0px;
	color: #bed0d8;
	font-size: 15px;
	line-height: 1.4em;
}

.footer_section {
	background: url(images/bg_stitch_vert.png) top right repeat-y;
	width: 280px;
	height: 122px;
	padding: 0px 25px 0px 25px;
	margin-top: 8px;
	float: left;
}

/* ShadowBox
*************/
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;font-weight:bold;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(images/close.png);}
#sb-nav-next{background-image:url(images/next.png);}
#sb-nav-previous{background-image:url(images/previous.png);}
#sb-nav-play{background-image:url(images/play.png);}
#sb-nav-pause{background-image:url(images/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
