@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Georgia, serif;
	color:#fff;
	background-color:#000000;
	background:url(../image.jpg) no-repeat top left #000;
	font-size: 12px;
}
.grid_4 {
	width:256px;
	float:left;
}
.grid_10 {
	width:100%;
	/*width:780px;*/
	float:left;
}
.row {
	/*width: 1080px;*/
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	/*background:url(../images/nav_bg.png) repeat-y;*/
}
/*main background */
#flash {
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	z-index:-1;
	position:fixed;
	top:0;
}
/* portfolio flash content */
#flashcontent {
	width:744px;
	overflow:hidden;
}
/* Clear */
.clear {
	clear: both;
	line-height:0;
	font-size:0;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/************************************************************/
/************* Main Navigation Container ********************/
/************************************************************/
#mainNav {
	width:244px;
	overflow:hidden;
	min-height:500px;
}
#mainNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#mainNav li {
	margin:0 0 15px 0;
}
#mainNav li#contact {
	margin:0 0 0 0;
}
#mainNav #aboutus a {
	background:url(../images/menu_300px.png) 0 0 no-repeat;
	width:300px;
	height:48px;
	display:block;
}
#mainNav #aboutus a:hover {
	background:url(../images/menu_300px.png) -600px 0 no-repeat;
}
#mainNav #aboutus .active {
	background:url(../images/menu_300px.png) -300px 0 no-repeat;
}
#mainNav #aboutus a span {
	display:none;
}
#mainNav #work a {
	background:url(../images/menu_300px.png) 0 -63px no-repeat;
	width:300px;
	height:48px;
	display:block;
}
#mainNav #work a:hover {
	background:url(../images/menu_300px.png) -600px -63px no-repeat;
}
#mainNav #work .active {
	background:url(../images/menu_300px.png) -300px -63px no-repeat;
	width:300px;
	height:48px;
	display:block;
}
#mainNav #work span {
	display:none;
}

#mainNav #contact a {
	background:url(../images/menu_300px.png) 0 -280px no-repeat;
	width:300px;
	height:48px;
	display:none;
	display:block;
}
#mainNav #contact a:hover {
	background:url(../images/menu_300px.png) -600px -280px  no-repeat;
}
#mainNav #contact .active {
	background:url(../images/menu_300px.png) -300px -280px  no-repeat;
}
#mainNav #contact span {
	display:none;
}
#workNav {
	margin:8px 0 0 0 !important;
	padding:0;
	list-style:none;
}
#workNav li {
	margin:0 0 8px 0;
}
.last {
	margin-bottom:0;
}
#workNav #web a {
	background:url(../images/menu_300px.png) 0 -124px no-repeat;
	width:300px;
	height:28px;
	display:block;
}
#workNav #web a:hover {
	background:url(../images/menu_300px.png) -300px -124px no-repeat;
}
#workNav #web a.subactive {
	background:url(../images/menu_300px.png) -300px -124px no-repeat;
	overflow:hidden;
	height:28px;
}
#workNav #web a span {
	display:none;
}
#workNav #animation a {
	background:url(../images/menu_300px.png) 0 -160px no-repeat;
	width:300px;
	height:28px;
	display:block;
}
#workNav #animation a:hover {
	background:url(../images/menu_300px.png) -300px -160px no-repeat;
}
#workNav #animation a.subactive {
	background:url(../images/menu_300px.png) -300px -160px no-repeat;
}
#workNav #animation a span {
	display:none;
}
#workNav #print a {
	background:url(../images/menu_300px.png) 0 -196px no-repeat;
	width:300px;
	height:28px;
	display:block;
}
#workNav #print a:hover {
	background:url(../images/menu_300px.png) -300px -196px no-repeat;
}
#workNav #print a.subactive {
	background:url(../images/menu_300px.png) -300px -196px no-repeat;
}
#workNav #print a span {
	display:none;
}
#workNav #video a {
	background:url(../images/menu_300px.png) 0 -232px no-repeat;
	width:300px;
	height:28px;
	display:block;
}
#workNav #video a:hover {
	background:url(../images/menu_300px.png) -300px -232px no-repeat;
}
#workNav #video a.subactive {
	background:url(../images/menu_300px.png) -300px -232px no-repeat;
}
#workNav #video a span {
	display:none;
}
#workNav #ecommerce a {
	background:url(../images/menu_300px.png) 0 -371px no-repeat;
	width:300px;
	height:28px;
	display:block;
}
#workNav #ecommerce a:hover {
	background:url(../images/menu_300px.png) -300px -371px no-repeat;
}
#workNav #ecommerce a.subactive {
	background:url(../images/menu_300px.png) -300px -371px no-repeat;
}
#workNav #ecommerce a span {
	display:none;
}

#subNav {
	margin:7px 0 0 0!important;
}
#subNav a{
	background:none!important;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	width:250px!important;
	height:17px!important;
	margin:0 20px 3px 30px;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
}
#subNav a:hover{
	color:#cccccc;
}
#subNav a:visited{
	/*text-decoration:line-through;*/
	font-style:italic;
	color:#b6c2ff;
	font-weight:normal;
}
#subNav li {
	margin:0 !important;
}

/************************************************************/
/************* Image Contetn Container ********************/
/************************************************************/
#galleryContainer {
	/*width:720px;*/
	overflow:hidden;
	padding-left: 12px;
}
.detail .row {
	width:1024px;
}
#imageTitle {
	/*width:720px;*/
	overflow:hidden;
	background:#000;;
	padding:10px;
	position:relative;
	margin:0 0 15px 0;
}
#imageTitle h1 {
	font-size: 25px;
	/*text-transform:uppercase;*/
	color:#FFFFFF;
	padding: 0px;
	margin: 0 0 5px 0;
	font-weight:normal;
}
#imageTitle p {
	margin: 0 !important;
}
#imageGallery {
	/*width:740px;*/
	}
#imageGallery img {
	margin:0 0 15px 0;
	}
.hide {
	display: none;
}
#view_btn a {
	width:140px;
	height:57px;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	background:url(../images/view_live_site.png) no-repeat 0 0;
}
#view_btn a:hover {
	background:url(../images/view_live_site.png) no-repeat 0 -57px;
}
#view_btn a span {
	display:none;
}
#view_more {
	width:740px;
	height:48px;
	background:url(../images/view_more.png) no-repeat;
	margin:20px 17px 20px 12px;
	float: left;
	display: none;
}
/************************************************************/
/******************* Thumbnail Container ********************/
/************************************************************/
#thContainer {
	min-height:500px;
	/*margin:20px 0 0 0;*/
}
#mainTitle {
	margin-bottom:12px;
	position:fixed;
	z-index:3;
}
#mainTitle_sub {
	/*margin-bottom:12px;*/
	height: 100px;
	padding: 0 0 0 250px;
}
#mainTitle_sub img {
	display: none;
}
#mainTitle h1 {
	font-size: 30px;
	color:#FFFFFF;
	padding: 0px;
	margin: 10px 0 10px 0;
}
.portfolioItem a:hover img {
	border: 1px #b6c2ff solid;
}


/* Copyright Container */
#copyrightContainer {
	padding:15px 15px 10px 300px;
	font-size:11px;
	text-align:right;
	background-color:#000;
}
#copyright {
	margin:14px 0 0 0;
}
/* flickr Container */
#flickrContainer {
	margin-left:10px;
	width:267px;
	float:right;
}
.flickr {
	display:block;
	width:280px;
}
.flickr img {
	float:left;
	margin:0 0px 8px 8px;
	width:75px;
	height:75px;
	border: 3px #6691ff solid;
}
/* About Container */
#about-desc-Container {
	width:740px;
	float:left;
}
#about-desc-Container .about-desc {
	font-size:13px;
}
#about-desc-Container .about-name {
	font-size:12px;
	margin:10px 0 20px 0;
	color:#fcb801;
}
#about-desc-Container .about-name a {
	font-size:11px;
	font-weight:normal;
	color:#6691FF!important;
}
#about-desc-Container .me-desc {
	font-size:20px;
}
#about-desc-Container .me-desc a {
	font-size:17px;
	color:#6691FF!important;	
}
#about-desc-Container .me-name {
	font-size:14px;
	margin:10px 0 0 0;
	color:#fcb801;
}
#about-desc-Container .me-name a {
	font-size:11px;
	font-weight:normal;
	color:#6691FF!important;
}
#about-desc-Container hr {
	height:1px;
	margin:20px 0 20px 0;
}
.know-me-title {
	font-size:22px;
	color:#6691FF;
	margin:0 0 10px 0;
}

.social_title {
	margin:10px 0 0 20px;
}
ul#social-links {
	margin:0 0 0 15px;
	padding:0;
}
ul#social-links li {
	color:#0F3B66;
	float:left;
	padding:5px 6px 0;
	margin:0;
}
ul#social-links li img {
	border:none;
}
ul#social-links li.last {
	padding:20px 0 0 0;
}
.about-desc {
	margin:0 0 20px 0;
	text-shadow: 1px 1px 2px #000;
	font-size:15px;

	font-family:'Philosopher', Georgia, serif;
	line-height:16px;
}
.about-name, .me-name {
	margin:10px 0 0 0;
	font-size:17px;
}
.me-desc, .me-desc a {
	font-size:20px!important;
	text-shadow: 1px 1px 2px #000;
	font-weight: normal!important;
	font-family:'Philosopher', Georgia, serif;
	line-height:24px;
}
/*************** jQuery Hover *****************/
#thContainer a:hover h2 {
	/*color: #000000;*/
}
#thContainer a:hover p {
	/*color: #333333;*/
}
#thContainer a {
	color: #6691ff;
	font-size:12px;
}
#thContainer a:hover {
	color: #cccccc;
}
/*************** New Grid *****************/
.boxgrid {
	width: 230px;
	height: 122px;
	margin:0 12px 20px;
	float:left;
	background:#161613;
	border: solid 1px #666;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border:none;
}
.boxgrid h2 {
	font-size:15px;
	margin: 5px 10px 0 10px;
	color:#FFF;
	/*letter-spacing:-1px;*/
	font-weight: normal;
}
.boxgrid h2 a {
	text-decoration:none;
}
.boxgrid p {
	font-size:12px;
	margin: 0 0 7px 0;
	color:#cccccc;
	padding: 3px 10px;
	font:11px "Lucida Grande", Arial, sans-serif;
}
#thContainer .video_clip {
	margin-bottom:20px;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 122px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 97px;
	left: 0;
}
.tweet {
	width:300px;
	float:right;
}
/* Contact Us*/
h1 { 
	font-size: 1.5em; 
	margin-bottom: 0.167em;
}

p { margin-bottom: 1.5em; }

.clearing { clear: both; }
.alert, .error { color: #FF0000; }

ol.forms {
	float: left;
	list-style: none;
	width: 700px;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 10%;
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 20em; 
	width: 64%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font: 1em Georgia, "Times New Roman", Times, serif; }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
	width:62%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}

