/*----------------Copyright Ross Smith - Portfolio Site r36designs.com----------------------*/

/*-------------Browser Reset and Defaults----------------*/
html, body, div, h1, h2, h3, ul, ol, form, fieldset, input, textarea {
     font-size: 100%;
     margin: 0pt;
     padding: 0pt;
}
ul {
     line-height: 20px;
     list-style-type: circle;
     margin-left: 15px;
}
li {
     color: #666666;
     font-size: 13px;
     line-height: 20px;
}
img, fieldset {
     border: 0pt none;
}
h1, h2, h3, h4 {
     font-weight: normal;
     margin: 0;
     padding: 0;
}
em {
     font-style: italic;
}
strong {
     font-weight: bold;
}
a {
     cursor: pointer;
     padding: 0;
     margin: 0;
}
body {
     background: #363636;
	font-family: 'Quicksand', sans-serif;
}
body.LTR, body.RTL {
     background: #363636;
	font-family: 'Quicksand', sans-serif;
}
a {
     color: #fea600;
     outline: 0pt none;
     text-decoration: none;
}
a:hover {
     color: #999999;
     text-decoration: none;
}
a, img {
     border: 0pt none;
}
h1, h2 {
     color: #000;
     font-family: 'Quicksand', sans-serif;
}
h1 {
     font-size: 20px;
     font-weight: bold;
     line-height: 30px;
     margin: 0pt;
     padding: 0pt;
}
h2 {
     color: #000;
     font-size: 20px;
     font-weight: normal;
     margin: 20px 0pt 0pt;
}
h5 {
	font-size: 18px;
	line-height: 12px;
}
p {
     color: #151515;
     font-size: 16px;
     font-family: 'Quicksand', sans-serif;
}
.clearfix:after {
     clear: both;
     content: ".";
     display: block;
     height: 0pt;
     visibility: hidden;
}
/*-------------------End of Reset--------------------*/

/*-------------------Embeded Fonts-------------------*/
@font-face {
    font-family: 'TheGreatEscapeRegular';
    src: url('../fonts/the_great_escape/thegreatescape-webfont.eot');
    src: url('../fonts/the_great_escape/thegreatescape-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/the_great_escape/thegreatescape-webfont.woff') format('woff'),
         url('../fonts/the_great_escape/thegreatescape-webfont.ttf') format('truetype'),
         url('../fonts/the_great_escape/thegreatescape-webfont.svg#TheGreatEscapeRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*------------------End Embeded Fonts-------------------*/

#wrapper{
	width: 940px;
	margin-left: auto;
	margin-right: auto;	
	box-shadow: 0 0 10px #000;
	background-color: #fff;
	overflow: hidden;
}
#logo{
	width: 214px;
	height: 249px;
	position: absolute;
	z-index: 1;	
}
#header_accent{
	height: 30px;
	width: 940px;
	z-index: 0;
	position: relative;
	background-image: url(../images/top_header_accent.png);
	background-repeat: repeat-x;
}
#nav_background{
	height: 72px;
	width: 940px;
	z-index: 0;
	position: relative;	
	background-image: url(../images/nav_background.png);
	background-repeat: repeat-x;
}
#main_nav{
	width: 500px;
	float: right;
	margin-top: 3px;
	margin-right: 10px;	
}
#nav_background ul{
	margin: 7px 0 0 0;
	padding: 0;	
}
#nav_background ul li{
	list-style-type: none;
	display: block;
	float: left;	
	width: 125px;
	text-align: center;
}
#nav_background a{
	color: #fea600;	
	font-size: 20px;
	font-family: 'Syncopate', sans-serif;
	-webkit-transition:color .3s ease-in;
	-moz-transition:color .3s ease-in;
	-o-transition:color .3s ease-in;
	transition:color .3s ease-in;
}
#nav_background a:hover{
	color: #fff;
	text-shadow: 0 0 2px #000;
}
#nav_background span{
	color: #fff;	
	font-family: 'TheGreatEscapeRegular';
	font-size: 12px;
	text-align: center;
	margin-top: 0;
	padding-top: 5px;
	letter-spacing: 1px;
	line-height: 13px;
}
#content{
	width: 940px;
	position: relative;
	background-color: #fff;
	z-index: 0;	
	min-height: 200px;
}
#home_aboutme{
	width: 880px;
	position: relative;
	top: 20px;
	padding: 0 30px 50px 30px;
	clear: both;
}
#home_aboutme h2{
	margin-top: 50px;
	margin-left: 305px;
}
#home_aboutme p{
	float: right;
	width: 570px;
}
#home_aboutme img{
	float: left;
	margin-top: -35px;
}
#curr_projects{
	width: 640px;
	float: left;
	margin-top: -10px;
	margin-left: 60px;
	position: relative;
}
#curr_projects h2{
	padding-bottom: 10px;
	padding-left: 180px;	
}
/*--------------------Carousel--------------------------------*/
/*
Item Name: jQuery Carousel Evolution
Author: Mapalla
Author URI: http://codecanyon.net/user/Mapalla
Version: 1.1
*/

/* _______________________________________________ */

/* CONTAINER */
.carousel
{
	position :relative ;
	margin :0 auto;
	width :1000px;
	height :200;
	border :none;
	overflow : hidden ;
}

/* SLIDES */
/* slide container */
.carousel .slides
{
	margin :0;
	padding :0;
	border :none;
	list-style :none;
	position :relative ;
	overflow :visible ;
}

/* slide item */
.carousel .slides .slideItem 
{
	position :absolute ;
	cursor :pointer ;
	overflow : hidden;
	padding :0;
	margin :0;
	border :none;
}
.carousel .slides .slideItem a
{
	display: block ;
	text-decoration :none;
	margin :0;
	padding :0;
	border :none;
	outline :none;
}
.carousel .slides .slideItem img
{
	margin :0;
	padding :0;
	border :none;
	width :100%;
	height :100%;
}

/* DIRECTION BUTTON */
.carousel .nextButton
{
	position :absolute ;
	right :200px;
	top :85px;
	width :35px;
	height :35px;
	background : url("../images/next_button.png") no-repeat center;
	cursor :pointer ;
	z-index :9999;
}
.carousel .prevButton
{
	position :absolute ;
	left :200px;
	top :85px;
	width :35px;
	height: 35px;		
	background : url("../images/prev_button.png");
	cursor :pointer ;
	z-index :9999;
}

/* NAVIGATION BUTTON */
/* buttons container */
.carousel .buttonNav
{
	position : relative ;
	margin :0 auto;
	z-index :999;
}

/* numbers */
.carousel .buttonNav .numbers 
{
	position :relative ;
	float :left ;
	margin :5px;
	color : #828282 ;
	cursor :pointer ;
	font-weight :bold ;
	text-decoration :none;
	font-size :1em;
	font-family :Arial, Verdana ;
}
.carousel .buttonNav .numbers:hover
{
	color: #000;
	text-decoration :underline;
}
.carousel .buttonNav .numberActive
{
	background : none;
	color :#000;
	cursor :default ;
}

/* bullets */
.carousel .buttonNav .bullet
{

	position :relative ;
	float :left ;
	width :16px;
	height :16px;
	background : url(../images/Bullet-White.png) no-repeat center ;
	margin :5px;
	top: -50px;
	float :left ;
	cursor :pointer ;
}
.carousel .buttonNav .bullet:hover
{
	background : url(../images/Bullet-Black.png) no-repeat center ;
}
.carousel .buttonNav .bulletActive
{
	background : url(../images/Bullet-Black.png) no-repeat center ;
	cursor :default ;
}


/* VIDEO */

.carousel .slides .videoOverlay
{
	background :url("../images/video.png") no-repeat center; /* play button */
}
.carousel .slides .spinner
{
	background : #000 url(../images/loading.gif) no-repeat center; /* video preloader */
}

/* SHADOW */
.carousel .shadow
{
	width :100%;
	height :82px;      
}
.carousel .shadow .shadowLeft
{
	background : url("../images/shadowLeft.png") no-repeat;
	width :100px;
	height :82px;
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/shadowLeft.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/shadowLeft.png, sizingmethod=scale);   /* IE6 & 7 */         
}

.carousel .shadow .shadowMiddle
{
	height :82px;
	background:url("images/shadowTile.png") repeat-x;    
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/shadowTile.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/shadowTile.png, sizingmethod=scale);   /* IE6 & 7 */         
}


.carousel .shadow .shadowRight
{
	width :100px;
	height :82px;
	background:url("images/shadowRight.png") no-repeat; 
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/shadowRight.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/shadowRight.png, sizingmethod=scale);   /* IE6 & 7 */         
}


/* REFLECTION GRADIENT */
/* gradient color for Opera */
.carousel .gradient
{
	background-image :url(../jquery-carousel-evolution/HTML/scripts/gradient.svg);
}



/*---------------------Light Box (fancybox)-------------------*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox.png');
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/blank.gif');
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../imagesfancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -182px; 
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -122px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('../imagesfancy_title_over.png');
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../imagesfancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../imagesfancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../imagesfancybox.png') -55px -90px no-repeat;
}

/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_nw.png', sizingMethod='scale'); }



/*--------------------Sub Pages-------------------------------*/
#sub_nav{
	width: 200px;
	margin: 150px 0 0 20px;
	position: relative;
	float: left;
}
#sub_nav ul{
	margin: 0;
	padding: 0;
}
#sub_nav ul li{
	list-style-type: none;
	width: 200px;
	border-bottom: solid 1px #ccc;
	line-height: 26px;
}
#sub_nav a{
	font-size: 16px;
	color: #000;
	-webkit-transition:color .3s ease-in;
	-moz-transition:color .3s ease-in;
	-o-transition:color .3s ease-in;
	transition:color .3s ease-in;
	text-shadow: 0 0 4px #ccc;
}
#sub_nav a:hover{
	color: #fea600;
	text-shadow: 0 0 4px #ccc;
}
#sub_content{
	width: 660px;
	position: relative;
	float: left;
	margin: 10px 0 50px 40px;
}
#web{
	width: 660px;
	position: relative;
}
#social_media{
	width: 660px;
	position: relative;
}
#logo_print{
	width: 660px;
	position: relative;
}
.top_link{
	position: absolute;
	font-size: 12px;
	color: #fea600;
	font-style: italic;
	z-index: 10;
	line-height: 12px;
	left: 580px;
	top: 10px;
}
#sub_content h2{
	width: 660px;
	border-bottom: solid 1px #bbb;
	position: relative;
	z-index: 5;
}
.project_overview{
	width: 660px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.project_description{
	width: 370px;
	float: left;
	position: relative;
	font-size: 14px
}
.project_overview h3{
	line-height: normal;
	font-size: 17px;
	color: #000;
	width: 370px;
	float: left;
}
.project_overview h4{
	font-style: italic;
	color: #aaa;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 20px 10px;
	padding: 0;
	font-size: 16px;
	width: 370px;
	float: left;
}
h4 a{
	font-style: italic;
	color: #aaa;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 0 10px;
	font-size: 16px;
	width: 370px;
	float: left;
}
.project_image{
	float: right;
	max-width: 260px;
	position: relative;
	margin-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.project_image img{
	border: 8px solid #fff;
	box-shadow: 0 0 3px #999;
}
#resume{
	margin-left: auto;
	margin-right: auto;
	border: none;
	position: relative;
	padding: 20px;
}

#about_content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#about_content p:nth-child(1){
	margin-left: 240px;
	padding-top: 20px;
}
#about_content img{
	float: right;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	border: 8px solid #fff;
	box-shadow: 0 0 3px #999;
	margin-left: 20px;
}
#resume a{
	color: #fea600;
}
.resume_block{
	width: 700px;
	float: right;
}
#resume_header{
	float: right;
	width: 700px;
}
.resume_info{
	width: 900px;
	clear: both;
}
.resume_date{
	float: left;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 6px;
}
.resume_date p{
	font-size: 12px;
}
#college_exp{
	padding-top: -5px;
}
#job1_exp{
	padding-top: 5px;
}
#job2_exp{

}
#form_holder{
	width: 500px;
	padding: 40px 0 0 10px;
	position: relative;
	float: right;
	border-left: 1px solid #ccc;
}
#contact_info{
	width: 400px;
	padding-right: 10px;
	position: relative;
	float: left;
	margin-top: 180px;
	padding-left: 15px;
	text-align: center;
}
#contact_info ul{
	margin: 0;
	padding: 0;
}
#contact_info ul li{
	list-style-type: none;
	font-size: 15px;
}
#footer{
	width: 940px;
	height: 78px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;	
}
#footer p{
	line-height: 78px;
	color: #25525;
	font-family: 'Quicksand', sans-serif;
	float: right;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#web_host{
	padding-top: 30px;
	height: 30px;
	float: left;
}





