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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(images/graph.gif);
}

a:focus {outline-style: none;}
a img {border: none;}

a {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:visited {
	color: #999;
}

.clear {clear: both;}

br {clear: left;}

/*=============== STRUCTURE ===============*/

#wrapper {
	background: url(images/background.jpg) center top no-repeat;
	min-height: 829px;
	height: auto !important;
	height: 829px;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#header, .content {
	margin: 0 60px 20px 60px;
}

h1, h2 {
	margin: 0;
	font-size: 3.1em;
	letter-spacing: -4px;
	line-height: normal;
}

h2 {
	font-size: 2em;
	letter-spacing: -2px;
}

#nav {
	height: 38px;
	margin: 0 0 10px 60px;
	padding-top: 10px;
}

/*==================== Navigation ====================*/

#nav a {
	display: block;
	height: 38px;
	float: left;
	background: url(images/nav.png) top left no-repeat;
	text-indent: -5000px;
}

#nav #nav1 {width: 69px;}
#nav #nav1:hover {background-position: left bottom;}
.home #nav #nav1 {background-position: left bottom; cursor:default;}

#nav #nav2 {width: 105px; background-position: -69px top;}
#nav #nav2:hover {background-position: -69px bottom;}
.portfolio #nav #nav2 {background-position: -69px bottom; cursor:default;}

#nav #nav3 {width: 115px; background-position: -174px top;}
#nav #nav3:hover {background-position: -174px bottom;}
.about #nav #nav3 {background-position: -174px bottom; cursor:default;}

#nav #nav4 {width: 101px; background-position: -289px top;}
#nav #nav4:hover {background-position: -289px bottom;}
.think #nav #nav4 {background-position: -289px bottom; cursor:default;}

#nav #nav5 {width: 90px; background-position: -390px top;}
#nav #nav5:hover {background-position: -390px bottom;}
.contact #nav #nav5 {background-position: -390px bottom; cursor:default;}

/*==================== Home ====================*/

.intro {
	margin: 0;
	font-weight: bold;
	font-size: 1.25em;
}

span {
	padding: 0 2px;
	background: #fff6b1;
}

.text {
	line-height: 1.6em;
	font-size: .85em;
	font-family: "Lucida Grande",helvetica,verdana,sans-serif;
}

#homecontent {
	height: 726px;
	margin-bottom: 20px;
	background: url(images/frame.png) center top no-repeat;
}

#loopedSlider {
	width: 960px;
}

.container {
	float: left;
	width: 658px;
	height: 454px;
	overflow: hidden;
	position: relative;
	left: 62px;
	top: 81px;
	/*cursor: pointer;*/
}

.slides {
	position: absolute;
	top: 0;
	left: 0;
}

.slides div {
	position: absolute;
	top: 0;
	width: 658px;
	display: none;
}

a.previous {
	display: block;
	float: left;
	width: 49px;
	height: 66px;
	margin: 300px 0 0 40px;
	background: url(images/previous.png) center top no-repeat;
	text-indent: -5000px;
}

a.previous:hover, a.next:hover {
	background-position: center bottom;
}

a.next {
	display: block;
	float: right;
	width: 49px;
	height: 66px;
	margin: 300px 40px 0 0;
	background: url(images/next.png) center top no-repeat;
	text-indent: -5000px;
}

.pagination {
	clear: both;
}

ul.pagination {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 92px 0 0 148px;
	width: 132px;
}

ul.pagination li {
	float: left;
	margin: 0 5px;
}	

ul.pagination a {
	display: block;
	width: 12px;
	padding-top: 12px;
	height: 0;
	overflow: hidden;
	background: url(images/pagination.png) 0 0 no-repeat;
}

ul.pagination li.active a {
	background-position: 0 -12px;
}

/*==================== Portfolio ====================*/

#portfolio a {
	display: block;
	float: left;
	width: 270px;
	height: 200px;
	margin: 0 15px 15px 0;
}

#p1 {background: url(images/dhp.jpg) center top no-repeat;}
#p2 {background: url(images/horn.jpg) center top no-repeat;}
#p3 {background: url(images/all3.jpg) center top no-repeat;}
#p4 {background: url(images/peak.jpg) center top no-repeat;}
#p5 {background: url(images/nugget_old.jpg) center top no-repeat;}
#p6 {background: url(images/callspider.jpg) center top no-repeat;}
#p7 {background: url(images/cairn.jpg) center top no-repeat;}
#p8 {background: url(images/loren.jpg) center top no-repeat;}
#p9 {background: url(images/melika.jpg) center top no-repeat;}
#p10 {background: url(images/rl.jpg) center top no-repeat;}

#portfolio a:hover
{background-position: center bottom;}

#portfolio .right {
	margin-right: 0;
}

.display {
	display: none;
}

.display img {
	margin-bottom: 10px;
}

/*==================== About ====================*/

#about {
	padding-right: 270px;
	background: url(images/me.png) top right no-repeat;
}

/*==================== Contact ====================*/

#contact h2 {
	font-family: Arial, Helvetica, sans-serif;
}

#left {
	width: 400px;
	float: left;
}

#right {
	width: 400px;
	float: right;
}

form {
	margin-top: 20px;
}

label {
	float: left;
	width: 120px;
	font-weight: bold;
}

input, textarea {
	width: 270px;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px #999 solid;
}

textarea {
	width: 270px;
	height: 150px;
}

.boxes {
	width: 1em;
}

#submit {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
	background: #999;
	color: #fff;
	cursor: pointer;
}

br {
	clear: left;
}

#resume {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left:10px;
}

#thanks {
	margin: 20px 0 0 232px;
}

/*==================== Footer ====================*/

#footer {
	padding: 10px 0 10px 20px;
	margin: 0 60px 0 60px;
	background: url(images/footer_back.png) center bottom no-repeat;
	font-size: .8em;
	line-height: 1.5em;
}

#footer div {
	width: 150px;
	float: left;
}

#footer .clear {
	width: auto;
	float: none;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #flickr {
	width: 330px;
}

#footer .flickr_badge_image {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	background: #999;
}

#footer .flickr_badge_image img {
	width: 50px;
	height: 50px;
}

#copyright {
	padding-top: 10px;
	text-align: center;
	color: #999;
	font-size: .9em;
}






