html {
/* 	background: -webkit-gradient(linear, left top, left bottom, from(#0b5fa5), to(#66a1d2)) no-repeat #66a1d2; */
	background: url('../images/bg.png') repeat-x #66a1d2;
	color: #0b5fa5;
}

body {
	width: 960px;
	margin: 0 auto;
	font-family: HelveticaNeue, Helvetica, Veranda, Arial, sans-serif;
}

a {
	color: #66a1d2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr {
	border-bottom: 1px dashed;
}

span.subhead {
	font-size: 28px;
	letter-spacing: -2px;
}

#container {
	margin: 40px 0;
	box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #333;
	-moz-box-shadow: 0px 0px 20px #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 10px;
	background: #f4f4f4;
}

#header {
	margin: 10px 0 0 10px;
}

#nav {
	margin: 0;
}

#header h1 {
	font-weight: 900;
	color: #25547b;
	margin: 0;
}

#header h1 {
	font-size: 64px;
	letter-spacing: -4px;
}

#header h1 a {
	color: #3f8fd2;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

#header h1 a:hover {
	color: #66a1d2;
}

#nav {
	text-align: center;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	display: inline-block;
	background: #3f8fd2;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 5px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease-in-out;
}

#nav ul li a:hover {
	background: #66a1d2;
}

#about, .about {
	display: inline;
	float: left;
	position: relative;
	width: 400px;
	margin: 20px 0;
}

#about p {
	padding-right: 10px;
	margin: 20px 0;
	line-height: 29px;
	font-size: 24px;
}

#slideshow {
	display: inline;
	float: left;
	position: relative;
	width: 500px;
	padding-left: 40px;
	margin: 20px 0;
}

#slideshow img {
    position:absolute;
    top:0;
    left: 40px;
    z-index:8;
    margin: 20px 0;
}

.image {
	float: left;
	width: 500px;
	padding-left: 40px;
	margin: 20px 0;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

#aboutpic {
	display: inline;
	float: left;
	position: relative;
	width: 240px;
	padding-left: 40px;
	margin: 20px 0;
}

#abouttext {
	display: inline;
	float: left;
	position: relative;
	width: 400px;
	margin: 5px 0;
}

#aboutsocial {
	display: block;
	float: left;
	width: 200px;
	padding-left: 0px;
	margin: 5px 0;
	position: relative;
}

#aboutsocial ul li {
	list-style-type: none;
	margin: 15px 0;
	padding-left: 20px;
}

#contactform label {
	display: block;
	float: left;
	width: 100px;
	margin: 4px 0;
}

#contactform input, #contactform textarea {
	display: block;
	float: left;
	width: 280px;
	margin: 4px 0;
}

#contactform textarea {
	height: 140px;
}

#contactform input[type=submit] {
	width: 100px;
}

#contactform br {
	clear: both;
}

#portfolioNav {
	margin: 10px;
	text-align: center;
}

#portfolioNav a {
	display: inline-block;
	width:140px;
	padding: 7px 14px;
}

#webPortfolio {
	border: 1px solid #66a1d2;
	border-right: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
}

#collegePortfolio {
	border: 1px solid #66a1d2;
	border-left: none;
	border-right: none;
}

#otherPortfolio {
	border: 1px solid #66a1d2;
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
}

#portfolioNav a {
	background: #fff;
}

#portfolioNav .current {
	color: #fff;
	background: #66a1d2;
	text-decoration: none;
}

.portfolioEntry {
	clear: both;
}

.portfolioEntry h2 {
	margin: 3px 0;
}

#footer p {
	color: #333;
	text-align: center;
}

#footer a {
	color: #ccc;
}

.toolTipWrapper {
    width: 175px;
    position: absolute;
    top: 20px;
    display: none;
    font-weight: bold;
    font-size: 9pt;
    background: #fff;
    border: 1px solid #66a1d2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 10px;
}

.toolTipWrapper .loading {
	text-align: center;
}

.toolTipWrapper .socialhead {
	font-size: 16px;
}

/***********************************************************************
* Social Icons from http://icondock.com/free/vector-social-media-icons *
* under Creative Commons Attribution-Share Alike 3.0 Unported License. *
***********************************************************************/
li.twitter {
	background: url('/images/twitter.png') no-repeat top left;
	position: relative;
}

li.facebook {
	background: url('/images/facebook.png') no-repeat top left;
	position: relative;
}

li.lastfm {
	background: url('/images/lastfm.png') no-repeat top left;
	position: relative;
}

li.bebo {
	background: url('/images/bebo.png') no-repeat top left;
	position: relative;
}

li.buzz {
	background: url('/images/buzz.png') no-repeat top left;
	position: relative;
}

li.flickr {
	background: url('/images/flickr.png') no-repeat top left;
	position: relative;
}

li.youtube {
	background: url('/images/youtube.png') no-repeat top left;
	position: relative;
}

