*{
	margin: 0;
	padding: 0:
}
a {
	outline: none;
	color: #999;
	text-decoration: none;
	display: inline-block;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 62.5%;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-color: #000;
}


#container {
	margin: 0px auto;
	width: 960px;
}


#header {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	height: 231px;
}
#social {
	margin-left: 795px;
}
#social a {
	text-decoration: none;
	outline: none;
	color: #000;
}
#social a img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

h1 {
	text-indent: -9999px;
}
h1 a {
	display: block;
	height: 221px;
	width: 360px;
	margin-left: 88px;
	margin-top: -37px;
}
/* nav begins */
#nav {
	height: 51px;
	width: 960px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.8em;
}
#nav ul {
	list-style: none;
	margin-left: 350px;
	padding-top: 10px;
}
#nav ul li {
	display: inline;
	margin-left: 15px;
}
#nav ul li a.home {
	color: #f207d9;
	text-decoration: none;
}
#nav ul li a.about {
	color: #38e134;
	text-decoration: none;
}
#nav ul li a.portfolio {
	color: #1c90ea;
	text-decoration: none;
}
#nav ul li a.contact {
	color: #7906f0;
	text-decoration: none;
}
#nav ul li a.resume {
	color: #cf1243;
	text-decoration: none;
}

#nav ul li#nhome a:hover,
#nav ul li#nhome a:active,
#nav ul li#nhome a:focus {
	color:#FFF;
}
#nav ul li#nabout a:hover,
#nav ul li#nabout a:active,
#nav ul li#nabout a:focus {
	color:#FFF;
}
#nav ul li#nport a:hover,
#nav ul li#nport a:active,
#nav ul li#nport a:focus {
	color:#FFF;
}
#nav ul li#nresume a:hover,
#nav ul li#nresume a:active,
#nav ul li#nresume a:focus {
	color:#FFF;
}
#nav ul li#ncontact a:hover,
#nav ul li#ncontact a:active,
#nav ul li#ncontact a:focus {
	color:#FFF;
}
#dhome ul li#nhome a:link,
#dhome ul li#nhome a:active,
#dhome ul li#nhome a:focus,
#dhome ul li#nhome a:visited,
#dhome ul li#nhome a:hover {
	color:#FFF;	
}
#dabout ul li#nabout a:link,
#dabout ul li#nabout a:active,
#dabout ul li#nabout a:focus,
#dabout ul li#nabout a:visited,
#dabout ul li#nabout a:hover {
	color:#FFF;	
}
#dportfolio ul li#nport a:link,
#dportfolio ul li#nport a:active,
#dportfolio ul li#nport a:focus,
#dportfolio ul li#nport a:visited,
#dportfolio ul li#nport a:hover {
	color:#FFF;	
}

#dcontact ul li#ncontact a:link,
#dcontact ul li#ncontact a:active,
#dcontact ul li#ncontact a:focus,
#dcontact ul li#ncontact a:visited,
#dcontact ul li#ncontact a:hover {
	color:#FFF;	
}

#dresume ul li#nresume a:link,
#dresume ul li#nresume a:active,
#dresume ul li#nresume a:focus,
#dresume ul li#nresume a:visited,
#dresume ul li#nresume a:hover {
	color:#FFF;	
}
/* nav ends */

#content {
	border: medium none #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
p.welcome:first-letter {
	font-size: 3.4em;
	color: #e106CA;
	float: left;
}

#portcontent {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#portcontent p.descript{
	color: #CCC;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 18px;
	padding-top: 5px;
	background-color: #221f1f;
	border: 2px solid #2d2a2a;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
	width: 200px;
}


#content p {
	color: #CCC;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	line-height: 22px;
	padding-top: 10px;
	width: 798px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #221f1f;
	border: 2px solid #2d2a2a;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
#content h2 a {
	color: #FFF;
	padding-bottom: 15px;
	text-decoration: underline;
	margin-left: 30px;
}
#content h3 {
	color: #999;
}
#content .portfolio {
	color: #1c90ea;
}
#content .resume {
	color: #cf1243;
}
#content .about {
	color: #38e134;
}
#content .contact {
	color: #7906f0;
}


#content h2 {
	text-align: center;
	margin-top: 15px;
	font-size: 1.7em;
	margin-bottom: -15px;
}
.slideshow {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 219px;
	width: 300px;
}
.slideshow  img{
	background-color: #666;
	height: 219px;
	width: 300px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.white {
	color: #FFF;
}
/* Resume */
#resume {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#resume h2 {
	text-align: center;
	font-size: 2em;
	margin-top: 20px;
	color: #CF1243;
	margin-bottom: 10px;
	padding-top: 15px;
}
#resume h3 {
	margin-top: 15px;
	margin-left: 45px;
	font-size: 1.6em;
	color: #CF1243;
}
#resume h4 {
	text-align: center;
}

#resume h4 a {
	text-decoration: underline;
	margin-top: 15px;
	color: #CCC;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: normal;
}
#resume p  {
	color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
}
#resume hr {
	width: 40%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#resume ul {
	list-style-type: none;
	margin-left: 15px;
}
#resume ul li {
	padding-top: 5px;
	color: #999;
	font-size: 1.3em;
}
/* Resume Ends */
.indent {
	margin-left: 15px;
}
#gallery {
	width: 360px;
	margin: 0 auto;
}
#gallery img.thumb {
	border: solid 1px #000066;
}
#dcontact #thanks h4 {
	font-size: 1.8em;
	color: #999;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#dcontact #thanks {
	margin-top: 35px;
}

#dcontact #thanks img {
	margin-top: 10px;
	margin-left: 230px;
}
/* form */
#dcontact h3{
	font-size: 1.9em;
	padding-left: 85px;
	padding-top: 15px;
	padding-left: 75px;
	color: #C09EE5;
}



p.form:first-letter {
	color: #6B2AAC;
	font-size: 3.4em;
	float: left;
	padding-right: 4px;
}

#form1 {
	margin-left: 75px;
	margin-top: 20px;
}


.formbox {
	margin-bottom: 10px;
	color: #380026;
	border: 2px ridge #CCC;
	font-size: 1.3em;
}
#form1 textarea {
	font-size: 1.4em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#form1 #submit {
	font-size: 1.4em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/btn_back.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 85px;
	color: #000;
}
/* form ends */


.clear {
	clear: both;
}


.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
}
/*slideck begins*/
#slidedeck_frame {
	width: 900px;
	height: 450px;
	padding: 28px 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(back.png);
}
#slidedeck_frame dl {
	width: 900px;
	height: 450px;
	margin: 0;
}			
.slidedeck dd {
	padding: 10px 15px;
	border-right: 2px solid #000;
	background-color: #CCC;
}
.slidedeck dt {
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #666;
	background-color: #221F1F;
}
.slidedeck dt:hover {
	color: #CCC;
	background-position: center left;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #CCC;
	background-position: bottom left;
}
.slidedeck dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #505050;
}
.slidedeck dt:hover .index {
	color: #CCC;
}
.slidedeck dt.active .index {
	color: #CCC;
}
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url('corner.png');
	width: 12px;
	height: 25px;
}
#text{
	color: #000;
	width: 350px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.6em;
	line-height: 20px;
	margin-top: 150px;
	margin-left: 40px;
}
#text .color {
	color: #38E134;
}

#text img {
	margin-top: -225px;
	margin-left: 300px;
}
#text2 {
	color: #000;
	width: 375px;
	margin-left: 370px;
	margin-top: -285px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	line-height: 20px;
}

#text3 {
	color: #000;
	width: 375px;
	margin-left: 340px;
	margin-top: -285px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	line-height: 20px;
}

.slidedeck dd img {
	margin-top: 30px;
	margin-left: 40px;
}

/*slideck ends*/

/* cycle begins */
#makeMeScrollable div.scrollableArea *
	{
	position: relative;
	padding: 0;
	float: left;
	margin: 0;
}


/* cycle ends */

/* coda slider begins */
/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0; }
	.coda-slider {
	background: #000;
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {width: 600px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 740px }
	.coda-slider-wrapper.arrows .coda-slider { margin-left: 108px; }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #f8fef4; color: #000; padding: 5px; width: 100px }
	#coda-nav-right-1 {display: none; }
	#coda-nav-left-1 {display: none ;}
	
	/* Tab nav */
	.coda-nav ul li a.current {
	background: #000;
	color: #FFF;
}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto;  overflow: hidden; width: 20px;}
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a {
	color: #CCC;
	display:inline-block;
	margin-right: 5px;
	text-decoration: none;
	text-align:center;
	font-size: 1.4em;
	height: 19px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #221F1F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
}
.coda-nav ul li a:hover {
	background-color: #000;		
}
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
#coda-slider-1 .panel .panel-wrapper a {
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
#coda-slider-1 .panel .panel-wrapper a .border {
	margin-top: 15px;
}
#coda-slider-1 .panel .panel-wrapper p {
	color: #fff;
}
.pad {
	margin-top: 5px;
	text-decoration: underline;
	font-size: 1.2em;
}
.video {
	color: #CCC;
	text-align: center;
	font-size: 1.3em;
}
.left {
	float: left;
	width: 250px;
	margin-right: 175px;
}
.right {
	margin-top: 15px;
	float: right;
	
}

.right p.descript{
	color: #CCC;
	margin-top:5px;
	margin-bottom: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 18px;
	padding-top: 5px;
	background-color: #221f1f;
	border: 2px solid #2d2a2a;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
	width: 200px;
}	

.vright{
	color: #CCC;
	margin-top:5px;
	margin-bottom: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 18px;
	padding-top: 5px;
	background-color: #221f1f;
	border: 2px solid #2d2a2a;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
	width: 400px;
	float: right;
}

/* coda slider ends */

/* shadowbox begins */
#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:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(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(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(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;}

/* Shadowbox ends */

/* footer begins */
#footer {
	height: 89px;
	margin-top: 25px;
	background-image: url(images/nav_back.png);
	}
#links {
	margin: 0px auto;
	width: 960px;
	height: 121px;
}
#main {
	font-size: 1.2em;
	list-style: none;
	padding-top: 10px;
}
#main li {
	display: inline;
	margin-left: 10px;
}
#main ul li a {
	color: #CCC;
	text-decoration: none;
}
#links  ul li#fhome a:hover,
#links  ul li#fhome a:active,
#links  ul li#home a:focus {
	color:#FFF;
}
#links  ul li#fabout a:hover,
#links  ul li#fabout a:active,
#links  ul li#fabout a:focus {
	color:#FFF;
}
#links  ul li#fport a:hover,
#links  ul li#fport a:active,
#links  ul li#fport a:focus {
	color:#FFF;
}

#links  ul li#fcontact a:hover,
#links  ul li#fcontact a:active,
#links  ul li#fcontact a:focus {
	color:#FFF;
}
#links  ul li#fresume a:hover,
#links  ul li#fresmue a:active,
#links  ul li#fresume a:focus {
	color:#FFF;
}

#footer #links p {
	color: #999;
	float: right;
	margin-right: 105px;
	margin-top: 35px;
}
/* footer ends */

