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

/* Reset */
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;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
body {
	margin: 0px;
	background: url(../images/background.jpg) repeat-x;
	
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
}
ol, ul {
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	margin-top: 10px;
}
p {
	margin-bottom: 22px;
}
#Wrapper {
	margin: auto;
	width: 950px;
}
#Header {
	width: 950px;
	margin-bottom: 25px;
	
	height: 100px;
	/*background: url(../images/header2.png) no-repeat bottom right;*/
}

/*--Main Navigation--*/
.MainNav, .LowerNav, .Footer {
	height: 50px;
	width: 950px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 25px;
	background-image: url(images/Nav-Bkgd.png);
}
.MainNav {
	background-image: url(images/Main-Nav-Bkgd.png);
	background-repeat: no-repeat;
}
.Footer {
	background-image: url(images/footer-bkgd.png);
}
.About, .Skills, .Work, .Hire, .Social {
	color: #8d989e;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	height: 50px;
	width: 90px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}
.Number {
	color: #8f2779;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bolder;
}
.About:hover, .Skills:hover, .Work:hover, .Hire:hover {
	color: #FFFFFF;
	background: #bdccd4;
	height:40px;
	margin-top: 5px;
	margin-bottom: 5px;
	width:90px;
	line-height: 40px;
	text-shadow: 0px 0px 1px #191919;
	filter: dropshadow(color=#191919, offx=1, offy=1);
	
}
.Social img:hover {
	margin-top: 2px;
	margin-left: 2px;
} 

/*--Typography--*/
.h1, .h2, .h3, .h4 {
	color: #8d989e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: -1px -1px 0px #bdccd4;
	filter: dropshadow(color=#bdccd4, offx=1, offy=1);
	
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.Number2 {
	color: #fff;
	background-color: #8f2779;
	font-family: 'Helvetica Black', Helvetica, Arial, snas-serif;
	font-size: 18px;
	font-weight: bolder;
	line-height: 38px;
	text-shadow: -1px -1px 0px #8d989e;
	filter: dropshadow(color=#8d989e, offx=1, offy=1);
	padding-top: 5px;
	padding-bottom: 3px;
	margin-right: 2px;
	padding-left: 8px;
	padding-right: 5px;
}
.h5 {
	color: #fff;
	background-color: #8e2478;
	font-family: Helvetica, Arial, snas-serif;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px #191919;
	filter: dropshadow(color=#191919, offx=1, offy=1);
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0px; 
	height: 38px;
	padding: 6px 10px 3px 10px;
	

}
a.h5:hover, .Example img:hover, .ExampleRight img:hover {

	background-color: #8e6a86;
}
#Intro {
	height: 320px;
	width: 950px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 50px;
	background-image: url(images/About.png);
}
.ColumnLeft, .ColumnRight {
	width: 360px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	margin-top: 20px;
}
.ColumnLeft {
	float: left;
	margin-left: 180px;
}
.ColumnRight {
	float: right;
	margin-left: 50px;
}
.highlight, .highlight:visited {
	color: #333333;
	background-color: #e2e9ec;
	font-style: italic;
	padding-left: 3px;
	padding-right: 3px;
}
.highlight:hover {
	color: #fff;
	background-color: #00685C;
}
.highlightlist {
	color: #333333;
	background-color: #e2e9ec;
	padding-left: 3px;
	padding-right: 3px;
}
#WorkSection {
	width: 950px;
	height: 560px;
	margin-bottom: 50px;
}
.Example, .ExampleRight {
	width: 300px;
	height: 300px;
	float: left;
	margin-top: 25px;


}
.Example img, .ExampleRight img	{ 
	border: 1px solid #ddd;
	-webkit-box-shadow:  0px 0px 1px 1px #cccccc;
        
        box-shadow:  0px 0px 1px 1px #cccccc;
	position:absolute;
}
/**/.Example:hover, .ExampleRight:hover {
	opacity: .7;
	background: #444;
	
}

.Example {
	margin-right: 25px;
}
#SkillsSection {
	width: 950px;
	height: 735px;
	background-image: url(images/skills.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 50px;
}
#ContactSection {
	width: 950px;
	height: 350px;
}
.Contact {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	float: left;
	width: 350px;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
}
.contact {
	background-color: #00685C;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0px;
}
input.contact, textarea.contact {
	border: 1px solid #fff; 
	color: #fff; 
	padding: 5px; 
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11pt;
	text-shadow: -1px -1px 0px #191919;
	filter: dropshadow(color=#191919, offx=1, offy=1); 
	margin: 0px 0px 10px;
}
input.contact {
	width: 340px;
}
textarea.contact {
	width: 340px;
	height: 200px;
}
/*--lightbox--*/
#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; 
	margin-top: 25px;
}

#outerImageContainer{ position: relative; border: 5px solid #8e2478; 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.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font: 12px Helvetica, Arial, Verdana, sans-serif; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData {	
	color: #262626; 
}
#imageData #imageDetails{ width: 70%; float: left; padding-top: 30px; text-align: left; }	
#imageData #caption{ text-transform: uppercase; letter-spacing: 1px;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 127px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-image: url(images/overlay-bkgd.png); }
.AboutGraphic {
	background-image: url(images/About.png);
	float: left;
	height: 225px;
	width: 750px;
	margin-top: 25px;
	padding-left: 200px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
