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

body {
	background-color:#002242;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
	/*border-bottom:6px solid #5b8025;
	position:relative;
	top:-6px;*/
}

#greenline {
	height:6px;
	background-color:#5b8025; 
	float:left;
	width:100%;
	position:relative;
	top:30px;
}
	
#container {
	margin:0 auto;
	width:760px;
	
}

#content {
	float:left;
	width:760px;
	margin-top:15px;
	}

#dustin {
	float:left;
	height:54px;
	width:437px;
	display:block;
}

#nav {
	float:right;
	display:block;
	margin-top:11px;
}

#nav li {
	float:left;
	margin-left:15px;
}

#nav li a {
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	text-decoration:none;
}

#nav li a:hover {
color:#9ecefd;
}

#footercontainer {
	width:760px;
	margin:0 auto;
}

#twitterbird {
	float:left;
	z-index:900;
	position:relative;
	top:55px;
}

.tweet_text {
	color:#505050;
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	text-align:left !important;
	line-height:13px;
	display:block;
}

.tweet_text a {
	color:#002242;
}

.tweet_text a:hover {
	color:#2865a1;
}

#tweetballoon {
	background-image:url(../images/tweet.gif);
	background-repeat:no-repeat;
	width:247px;
	height:73px;
	float:left;
	text-align:left !important;
	padding:5px 5px 6px 6px;
	margin-left:5px;
}

#homenav {
	float:left;
	width:750px;
	margin-left:30px;
	margin-top:20px;
}


#homenav a {
	display:block;
	width:170px;
	height:317px;
	float:left;
	margin-left:3px;
}

#homenav a.aboutme {
	background-image:url(../images/aboutme.jpg);
	background-position:top left;
}
#homenav a.aboutme:hover {
	background-position:top right;
}

#homenav a.portfolio {
	background-image:url(../images/portfolio.jpg);
	background-position:top left;
}
#homenav a.portfolio:hover {
	background-position:top right;
}

#homenav a.resume {
	background-image:url(../images/resume.jpg);
	background-position:top left;
}
#homenav a.resume:hover {
	background-position:top right;
}

#homenav a.contact {
	background-image:url(../images/contact.jpg);
	background-position:top left;
}
#homenav a.contact:hover {
	background-position:top right;
}

#copy {
	width:500px;
	float:left;
	clear:both;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:12px;
	margin-bottom:25px;
}

#copy p {
	margin-bottom:15px;
	line-height:18px;
}

#portfoliocopy {
	width:560px;
	float:left;
	clear:both;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:11px;
	margin-bottom:25px;
	margin-right:10px;
}

#portfoliocopy p {
	text-align:right;
	color:#fff;
	margin-right:14px;
}

#portfoliocopy a {
	color:#fff;
}


#details {
	width:170px;
	float:left;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:11px;
}

#details p {
	margin-bottom:16px;
}

#details a {
	color:#fff;
}