
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
body {
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	color:#DEDEDE;
	background:#333 url(../images/bg.jpg) repeat left top;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

a{
	color:#A3D62F;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#A3D62F;
}
:focus{
	border:0;
	outline:none;
}
/* END CSS RESET */


/*BASIC LAYOUT */
#wrapper{
	width:1024px;
	margin:0 auto;
	background:#333 url(../images/bg-body.jpg) repeat left top;
}
#header{
	height:96px;
	background:url(../images/bg-header.jpg) repeat-x left top;
	margin-bottom:17px;
}
#contents{

	clear:both;
	overflow:auto;
}
#contents .laside{
	width:172px;
	float:left;
	padding:50px 0 0 0;
	/*background:url(../images/mascot.jpg) no-repeat center top;*/
}
#navigation{
	background:url(../images/verticalLine.jpg) repeat-y right top;
	overflow:auto;
}
#navigation .menu{
	width:130px;
	margin-top:20px;
	float:right;
	margin-right:14px;
}
#navigation .menu h2{
	margin-bottom:1px;
}
.artworks a, .animations a, .photography a, .contact a, .about a, .blog a{
	height:26px;
	display:block;
	text-indent:-9999px;

}
.artworks a{
	background:url(../images/bg-artworks.jpg) no-repeat left top;
}
h2.artworks .current{
	background:url(../images/bg-artworksh.jpg) no-repeat left top;
}

.animations a{
	background:url(../images/bg-animations.jpg) no-repeat left top;
}
h2.animations .current{
	background:url(../images/bg-animationsh.jpg) no-repeat left top;
}

.photography a{
	background:url(../images/bg-photography.jpg) no-repeat left top;
}
h2.photography .current{
	background:url(../images/bg-photographyh.jpg) no-repeat left top;
}
.contact a{
	background:url(../images/bg-contact.jpg) no-repeat left top;
}
.contact a:hover{
	background:url(../images/bg-contacth.jpg) no-repeat left top;
}
h2.contact .current{
	background:url(../images/bg-contacth.jpg) no-repeat left top;
}
.about a{
	background:url(../images/bg-about.jpg) no-repeat left top;
}
.about a:hover{
	background:url(../images/bg-abouth.jpg) no-repeat left top;
}
h2.about .current{
	background:url(../images/bg-abouth.jpg) no-repeat left top;
}
.blog a{
	background:url(../images/bg-blog.jpg) no-repeat left top;
}
.blog a:hover{
	background:url(../images/bg-blogh.jpg) no-repeat left top;
}
h2.blog .current{
	background:url(../images/bg-blogh.jpg) no-repeat left top;
}

.menu ul{
	margin-bottom:15px;
	margin-right:2px;
	margin-top:2px;
	width:128px;
	float:right;
	
}
.menu ul li{
	height:15px;
	margin-bottom:3px;
}
.menu ul li a{
	color:#D2D2D2;
	font-size:11px;
	text-decoration:none;
	height:15px;
	line-height:13px;
	padding-right:7px;
	width:120px;
	text-align:right;
	display:block;
}
.menu ul li a:hover{
	color:#000;
	
	background:#A3D62F;
	/* border-bottom:2px solid #fff;*/
	border-right:2px solid #fff; /*#A3D62F;*/
}
.menu ul li a.current{
	color:#A3D62F;
	background:#414141;
	border-right:2px solid #A3D62F;
	padding-right:7px;
border-bottom:none;
}
#contents .raside{
	width:831px;
	float:right;
	overflow:hidden;
	padding-top:15px;
}
#footer{
	background:#7b7c7b url(../images/bg-footer.jpg) no-repeat left top;
	/*--background:#85AD26 url(../images/bg-footer.jpg) no-repeat left top;--*/
	height:35px;
	font-size:10px;
	color:#414040;
	/*--color:#28282A;--*/
	padding-left:62px;
	line-height:35px;
	margin-top:40px;
	clear:both;
}

.clear{
	height:1%;
	clear:both;
}

/* HOMEPAGE */
	.quicklinks{
	width:800px;
	padding-right:15px;
	padding-left:15px;
	text-align:right;
	border:1px solid #575757;
	background:#686868;
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.green{
	color:#A3D62F;
}
.black{
	color:#3d3d3d;
}
.welcome{
	background:url(../images/home-welcome.png) no-repeat center top;
	height:36px;
	margin-top:30px;
	text-indent:-9999px;
	clear:both;
}
.featuredVideo{
	margin-top:25px;
	text-align:center;
}

/*Common */
h1.hdg{
	height:36px;
	text-indent:-9999px;
	width:792px;
	clear:both;
	border-bottom:3px solid #A3D62F;
}
.caption{
	clear:both;
	margin-top:10px;
	float:left;
}
/*Concepts */
h1.concepts{
	background:url(../images/hdg-concepts.png) no-repeat 14px 0;
}

h1.characters{
	background:url(../images/hdg-characters.png) no-repeat 14px 0;
}

h1.creaturedesign{
	background:url(../images/hdg-creaturedesign.png) no-repeat 14px 0;
}

h1.graphic{
	background:url(../images/hdg-graphics.png) no-repeat 14px 0;
}

h1.flashDesign{
	background:url(../images/hdg-flashDesign.png) no-repeat 14px 0;
}

h1.card{
	background:url(../images/hdg-cardDesign.png) no-repeat 14px 0;
}

h1.anotherWorld{
	background:url(../images/hdg-anotherWorld.png) no-repeat 14px 0;
}

h1.abstract{
	background:url(../images/hdg-abstract.png) no-repeat 14px 0;
}

h1.logo{
	background:url(../images/hdg-logoDesign.png) no-repeat 14px 0;
}

h1.photoshopcoloring{
	background:url(../images/hdg-phoshopcoloring.png) no-repeat 14px 0;
}

h1.doodle{
	background:url(../images/hdg-doodles.png) no-repeat 14px 0;
}

h1.typo{
	background:url(../images/hdg-typo.png) no-repeat 14px 0;
}
h1.motionGraphics{
	background:url(../images/hdg-motionGraphics.png) no-repeat 14px 0;
}

h1.flash{
	background:url(../images/hdg-flash.png) no-repeat 14px 0;
}

h1.lineTest{
	background:url(../images/hdg-2dLine.png) no-repeat 14px 0;
}
h1.photography2010{
	background:url(../images/hdg-photography2010.png) no-repeat 14px 0;
}
h1.photography2009{
	background:url(../images/hdg-photography2009.png) no-repeat 14px 0;
}
h1.photography2008{
	background:url(../images/hdg-photography2008.png) no-repeat 14px 0;
}
h1.photography2007{
	background:url(../images/hdg-photography2007.png) no-repeat 14px 0;
}
h1.photographyFlickr{
	background:url(../images/hdg-flickrTitle.png) no-repeat 0 0;
	margin-bottom:26px;
	border:none;
	height:38px;
	position:relative;
}
.loadFlickr{
	display:block;
	width:156px;
	height:30px;
	background:url(../images/btn-launch.png) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	margin:26px auto 0 auto;
}
h1.contactme{
	background:url(../images/hdg-contact.png) no-repeat 0 0;
	height:237px;
	border:none;
	margin-top:160px;
	position:relative;
}
.loadContact{
	display:block;
	width:559px;
	height:36px;
	background:none;
	text-indent:-9999px;
	text-decoration:none;
	position:absolute;
	top:113px;
	left:10px;
}


h1.blogspot{
	background:url(../images/hdg-blogTitle.png) no-repeat 0 0;
	height:38px;
	margin-bottom:26px;	
	border:none;
	position:relative;
}
.loadBlogspot{
	display:block;
	width:156px;
	height:30px;
	background:url(../images/btn-launch.png) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	margin:26px auto 0 auto;
}


/*ABOUT */
.aboutus .imgabout{
	margin-top:50px;
}

.aboutus p{
	margin-top:10px;
	width:740px;
}


.galleria_wrapper{
	text-align:center;
	width:792px;
}

/* LIGHTBOX */
#photogallery{
	margin-top:20px;
}
#photogallery li{
	float:left;
	margin:0 1px 1px 0;
}
#photogallery li a{
	display:block;
	height:131px;
	width:131px;
}
#photogallery a.photo{
	position:relative;
}
#photogallery .photobrief{
	position:absolute;
	bottom:0;
	left:0;
	width:123px;
	height:30px;
	padding:10px 4px 0px 4px;
	font-size:11px;
	display:none;
	background:#99cc33;
	text-align:center;
	color:#000000;
	text-decoration:none;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-khtml-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#photogallery .photo:hover .photobrief{
	display:block;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;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:30px;height:31px;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;}


.shadowboxthumbs{
	margin:20px;
	float:left;
	clear:both;
	width:792px;
	background:url(../images/bg-carousalthumb1.png) no-repeat 0 0;
}
.shadowboxthumbs li{
	float:left;
	margin-right:3px;
}
.shadowboxthumbs li img{
	border:1px solid #666;
}
.shadowboxthumbs li img:hover{
	border:1px solid #A3D62F;
}
.fakescroll{
	width:47px;
}
.fakescroll span{
	display:block;
	width:34px;
	overflow:none;
	text-indent:-9999px;
	height:67px;
}

/*Art Works */
#flashContent{
	margin-top:10px;
}


/*Animations */
.animationgallery{
	margin-top:20px;
}
.animationgallery li{
	float:left;
	margin:0 1px 1px 0;
	width:131px;
	height:131px;
	background:url(../images/gallery-holder.png) no-repeat left top;
}
.animationgallery li a{
	display:block;
	height:131px;
}
.animationgallery a.animgal{
	position:relative;
}
.animationgallery .photobrief{
	position:absolute;
	bottom:0;
	left:0;
	width:123px;
	height:30px;
	padding:10px 4px 0px 4px;
	font-size:11px;
	display:none;
	background:#99cc33;
	text-align:center;
	color:#000000;
	text-decoration:none;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-khtml-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.animationgallery .animgal:hover .photobrief{
	display:block;
}
#autoviewer{
	margin-top:18px;
}
.photoGalleryTopMenu{
	margin-top:21px;
	text-align:center;
}
.photoGalleryTopMenu li{
	display:inline;
	width:97px;
	height:19px;
	margin-right:2px;
}
.photoGalleryTopMenu li a{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	height:19px;
	width:97px;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;	
}
.photoGalleryTopMenu li a:hover{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	height:19px;
	border-bottom:1px solid #85AD26;
	width:97px;
	background:url(../images/bg-photogallery-top-menu.png) repeat left top;
	color:#85AD26;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;	
}
.photoGalleryTopMenu li a.current{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	height:19px;
	border-bottom:1px solid #85AD26;
	width:97px;
	background:url(../images/bg-photogallery-top-menu.png) repeat left top;
	color:#85AD26;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;	
}
