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

/******

STICKY FOOTER STYLES

******/
html, body {
height: 100%;
}
.stickywrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -50px;
}
.stickyfooter, .stickypush {
height: 50px;
clear: both;
}













/******

BACKGROUND IMAGES/STRIPES

******/
body {
	background: url(../images/background.png);
	color: #444;
	font-family: 'Open Sans', sans-serif;
}
.container_16 {
	background: url(../images/tear.png) repeat-y top right;
}
#head-stripe {
	height: 50px;
	background: #252293;
	position: absolute;
	width: 100%;
	top: 75px;
}
#foot.container_16 {
	background-image: none;
}















/******

HEADER

******/
#headContainer img {/*DS logo*/
	margin: 10px 10px 5px 55px;
	height: 50px;
}
#headContainer h1{ /*name*/
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 40px;
	float: right;
	color: #fff;
	position: relative; /*position letters above the stripe*/
	right:20px;
	top: 80px;
}
#headContainer h1 a {
	text-decoration: none;
	color: #fff;
}
#headContainer h4 { /*subtitles*/
	clear: both;
	float: right;
	position: relative;
	right: 20px;
	top: -45px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#headContainer h4 a{
	text-decoration: none;
	color: #252293;
}













/******

NAV

******/
.currentPage {
background: -moz-linear-gradient(left,  rgba(37,34,147,.25) 0%, rgba(37,34,147,1) 70%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(37,34,147,.25)), color-stop(70%,rgba(37,34,147,1)));
background: -webkit-linear-gradient(left,  rgba(37,34,147,.25) 0%,rgba(37,34,147,1) 70%);
background: -o-linear-gradient(left,  rgba(37,34,147,.25) 0%,rgba(37,34,147,1) 70%);
background: -ms-linear-gradient(left,  rgba(37,34,147,.25) 0%,rgba(37,34,147,1) 70%);
background: linear-gradient(left,  rgba(37,34,147,.25) 0%,rgba(37,34,147,1) 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00252293', endColorstr='#252293',GradientType=1 );
}
nav {
	float: left;
	width: 150px;
	text-align: right;
}
nav a {
	text-decoration: none;
	color: #252293;
	color: #444;
	text-shadow: 0 1px 1px #fff;
	display: block;
	padding: 10px 30px 10px 10px;
}
nav a:hover {
	color: #000;
	padding-right: 35px;
	/*background: #4CDF29;#1D600D;*/
}
nav a.currentPage {
	color: #fff;
	text-shadow: none;
}
nav a:hover.currentPage {
	/*text-shadow: 0 1px 1px #444;*/
	padding-right: 30px;
}

nav ul{
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
nav ul li {
	margin: 0;
	padding: 30px 35px 0 0;
	text-align: right;
}











/******

CONTENT AREA

******/
#contentWrapper, nav {
	margin-top: 40px;
}
#contentWrapper h3 {
	font-size: 30px;
	font-weight: normal;
	padding: 20px 40px;
	color: #000;
	/*font-family: 'Lobster', cursive;*/
}
#contentWrapper {
	margin-bottom: 30px;
}
#contentWrapper p {
	margin-bottom: 1em;
	font-size: 14px;
}
#contentWrapper a {
	text-decoration: none;
	color: #252293;
	font-weight: bold;
}
#contentWrapper a:hover {
	color: #000;
}
.highlight {
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	color: #252293;
}

.dropcap:first-letter {
	letter-spacing:0;
    text-transform:uppercase;
    color:#252293;
    /*font-family:times,serif;*/
    font-size:2.5em;
	font-weight:bold;
    /*float:left;
    margin:0.03em 0.05em 0 0;*/
    line-height:0.7;
}








/******

FOOTER

******/
footer {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
footer h5 a {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #252293;
	color: #444;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 35px;
}








/******

HOME

******/
#dave {
	float: right;
	margin: 70px 0px 10px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 1);
}
#portListHome {
	margin: 100px auto 20px auto;
	width: 400px;
}
#portListHome img {
	width: 50px;
}
#portListHome .previews {
	margin: 10px;
}













/******

ABOUT

******/
#boy {
	float: left;
	margin: 10px 20px 10px 0;
	text-align: center;
	font-weight: bold;
}


















/******

PORTFOLIO

******/
.previews, .frame{
	position: relative;
	float: left;
	padding: 10px;
	margin: 10px 80px 40px 10px;
	display: block;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 0px 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 0px 4px rgba(0, 0, 0, .5);
	box-shadow: 1px 0px 4px rgba(0, 0, 0, .5);
	-webkit-transition: all .18s ease-in-out;
	-moz-transition: all .18s ease-in-out;
	-o-transition: all .18s ease-in-out;
	transition: all .18s ease-in-out;
}
.previews:hover, .frame:hover {
	-webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 
		0 1px 4px -10px rgba(0,0,0,0.3),
		0 0 40px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 
		0 1px 4px -10px rgba(0,0,0,0.3),
		0 0 40px -10px rgba(0,0,0,0.1);
	box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 
		0 1px 4px -10px rgba(0,0,0,0.3),
		0 0 40px -10px rgba(0,0,0,0.1);
    top: -1px;
}
.frame img {
	width: 200px;
	margin: 10px;
}
.frame {
	text-align: center;
	float: left;
	width: 220px;
	font-weight: bold;
	margin: 10px 20px;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.bump {
	clear: both;
}
#portList {
	margin-left: 120px;
}
.previews .leftArrow, .previews .rightArrow {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: .7;
	filter:alpha(opacity=70);
}
.clearMe {
	clear: both;
}




/*
DS
*/
#imgWrapPortrait {
	background: url(../images/dave.jpg) no-repeat;
	height: 192px;
	width: 288px;
	margin: 25px auto 0 auto;
}

#imgWrapPortrait img {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

#imgWrapPortrait img:hover {
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
.center {
	text-align:center;
}









/*
RESUME
*/
#contentWrapper h4 {
	padding: 10px 20px;
	color: #252293;
}
#contentWrapper h5 {
	color: #000;
	font-size: 14px;
	padding: 0px 40px;
}
#resumeLink {
	padding: 0;
	width: 150px;
}
#resumeLink a {
	display: block;
	padding: 10px;
}










/*
CONTACT
*/
#imgWrap {
	background: url(../images/large/bunnies-sprite.png) no-repeat 0 0;
	height: 200px;
	width: 250px;
	margin: 25px auto 0 auto;
	float: right;
	margin: 45px 0 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 1);
}

#imgWrap img {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#imgWrap img:hover {
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}