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

/* General CSS ////////////////////////////////////////////////////////////// */ 



h1 {
	font-size: 32px;
	color: #033;
	font-family:
	"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2 {
	font-size: 18px;
	color: #000;
}
h3 {
	font-size: 24px;
	color: #300;
	text-shadow:0px 1px 0px #C8C8C8;
}
h4 {
	font-size: 26px;
	color: #000;
	margin-bottom:-2px;
	font-style: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow:0px 1px 0px #C8C8C8;
}
h7 {
	font-size: 19px;
	color: #300;
	text-shadow:0px 1px 0px #C8C8C8;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
html {
	background-color:#FFF;
	
}
body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 15px;
}
body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+49,000000+100 */

background: #000000; /* Old browsers */

background: -moz-linear-gradient(left,  #000000 0%, #ffffff 49%, #000000 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #000000 0%,#ffffff 49%,#000000 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  #000000 0%,#ffffff 49%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

#header {
	background-color:#FFF;
	border-top-width: 5px;
	border-top-color: #000;
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #000;
}
#header_container {
	margin-left: auto;
	width: 985px;
	margin-right: auto;
	padding-top: 5px;
	height: 225px;
}
#container {
	padding-left: 30px;
	margin-top: -75px;
	margin-right: auto;
	margin-left: auto;
	background:#000;
	padding-top: 5px;
	width: 994px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	background-attachment: fixed;
	position: relative;
}
#clear {
	height: 200px;
}
#footer {
	background-color:#FFF;
	border-top-width: 7px;
	border-top-style: outset;
	border-top-color: #FFF;
	margin-top: -100px;
	margin-right:auto;
	margin-left: auto;
	-webkit-box-shadow: #000 0px -10px 5px;
	-moz-box-shadow: #000 0px -10px 5px;
	box-shadow: #000 0px -10px 5px;
	position: relative;	
}
#footer_container {
	margin-right: auto;
	margin-left: auto;
	width: 965px;
	padding-left: 25px;
	padding-bottom: 50px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	
}

#footer_social_column {
	
	position: relative;
	width: 975px;
	border-bottom-color:#000;
	border-bottom-style:solid;
}

#footer_legal {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	width: 310px;
	position: relative;
	top: 20px;
}
#footer_site_map {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 215px;
	position: relative;
	left: 450px;
	top: 3px;
}
#nuhalo_logo {
	position: relative;
	left: 900px;
	top: -20px;
	width: 55px;
}



.border
{
    border-width: 1px;
    border-color: Black;
	border:solid;
	padding:2px;
	background:#FFF;
}
/* about page ////////////////////////////////////////////////////////////// */

.pic_left  {
	float: left;
	padding-right: 15px;
	border-width: 1px;
	border-color: Black;
	border:solid;
	margin-right: 10px;
		
}
.pic_right {
	position: relative;
	top: -50px;
	float: right;
	right:100px;
}

.bio_pic {
	position: relative;
	top: -50px;
	float: right;
}
#bio  {
	width: 935px;
	background-color:#FFF;
	padding-right: 15px;
	padding-bottom: 70px;
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding-top: 1px;
	padding-left: 15px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center bottom;
	top: 30px;
}


	
	
	/* portfolio ////////////////////////////////////////////////////////////// */


h6 {
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
	position: relative;
}

h8 {
	font-size: 14px;
	color: #F00;
	margin-bottom: 5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
	position: relative;
	}
.video_gallery {
	float: left;
	margin-right: 15px;
}
#video_portfolio_intro{
	width: 935px;
	background-color:#FFF;
	padding-right: 15px;
	padding-bottom: 10px;
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: #000 -3px 5px 5px;
	-moz-box-shadow: #000 -3px 5px 5px;
	box-shadow: #000 -3px 5px 5px;
	behavior: url(CSS/PIE.htc);
	padding-top: 1px;
	padding-left: 15px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center bottom;
	top: 30px;
}
#video_gallery{
	width: 935px;
	background-color:#FFF;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: 30px;
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: #000 -3px 5px 5px;
	-moz-box-shadow: #000 -3px 5px 5px;
	box-shadow: #000 -3px 5px 5px;
	behavior: url(CSS/PIE.htc);
	padding-top: 1px;
	padding-left: 15px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center bottom;
	top: 30px;
	}
	
	#video_left{
		border:thin;
		border-color:#F00;
		width:300px;
		border:solid;	
	}
	
	#video_middle{
		border:thin;
		border-color:#F00;
		width:295px;
		border:solid;
		position: relative;
		left: 317px;
		top: -320px;
	}
	
	#video_right{
		border:thin;
		border-color:#F00;
		width:295px;
		border:solid;
		position: relative;
		left: 630px;
		top: -635px;
	}
	
#video1 {
	position: relative;
	width: 875px;
	
	margin-bottom: 20px;
	left: 35px;
}
body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(lightbox/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(lightboxprevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(lightbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(lightbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* index ////////////////////////////////////////////////////////////// */

#slide  {
	width: 965px;
    height: 400px;
	background-color:#FFF;
	position: relative;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center bottom;
	top: 5px;
}

