/* 
SeeLeeDesign.com style sheet
All Rights Reserved
Copyright SeeLeeDesign.com 2010
*/

/* Main Structure */
body {
	background-image: url('./images/background.jpg');
	font-family: Georgia, Times;
	font-style: italic;
	font-size: 9.5pt;
	color: #646464;
	text-align: center;
}
#autoloader {
	position: relative;
	top: 300px;
}
#content {	
  	width: 916px;
  	margin: auto;
  	position: relative;
  	top: 175px;
}
#content-top {
  	background-image: url('./images/whitebox_top.png');
  	background-repeat: no-repeat;
  	height: 12px;
  	width: 914px;
  	padding: 0;
  	margin: 0;
  	border: 0;
}
#content-middle {
  	background-image: url('./images/whitebox_middle.png');
  	background-repeat: repeat;
  	height: 100%;
  	width: 914px;
  	padding: 0;
  	margin: 0;
  	border: 0;
  	z-index: 100;
}
#content-bottom {
  	background-image: url('./images/whitebox_bottom.png');
  	background-repeat: no-repeat;
  	height: 38px;
  	width: 914px;
  	padding: 0;
  	margin: 0;
  	border: 0;
}
#resume_contact {
	position: relative;
	top: 15px;
}

img {
	border: 0;
}

/* Link Styles */
a {
  	color: #68ac96;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #646464;
}

#resume_contact a {
  	color: #ffffff
}
#resume_contact a:hover {
  	text-decoration: underline;
}
a:active {
	outline: none;
	color: #646464;	
}

/* Home Style */
#home_logo {
	padding: 80px 0 80px 100px;
	width: 200px
}
#welcome {
	padding: 80px 100px 0 0;
	float: right
}
#welcome_text {
	position: relative;
	top: -49px;
	left: 12px;	
}

/* Portfolio Style */
#logo_sub {
	float: left;
	position: relative;
	top: 75px;
	left: 30px;
	text-align: left;
	display: none;
	opacity: 0;
}

#portfolio-navigation {
	margin: 70px 0 0 0;
	line-height: 18px;
	display: none;
	opacity: 0;
}

.portfolio-navigation-header {
	margin: 20px 0 5px 0;
}

#portfolio-slides {
	position: absolute;
	bottom: 60px;
	right: 30px;
	display: none;
	opacity: 0;
}

.portfolio-slide-frame {
	position: absolute;
	bottom: -8px;
	right: -8px;
	z-index:1;
}

.next_hit_zone {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:200;
}

.portfolio-image {
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 0;
}

.portfolio-index-next {
	position: absolute;
	top: -30px;
	left: 75px;
	z-index: 100;
}

.portfolio-index-prev {
	position: absolute;
	top: -30px;
	left: 15px;
	z-index: 100;
}

.portfolio-index-total {
	position: absolute;
	top: -467px;
	left: -585px;
	z-index: 100;
	width: 26px;
	padding: 0;
	margin: 0 0 0 5px;
	text-align: left
}

.portfolio-image-index {
	position: absolute;
	top: -30px;
	left: 24px;
	z-index: 100;
	padding: 0;
	text-align: right;
	width: 18px;
	
}

.project-name {	
	position: absolute;
	top: -620px;
	left: -629px;
	z-index: 100;
	color: #ff4133;
	text-align: left;
	width: 120px
}

.project-description {	
	position: absolute;
	top: -620px;
	left: -280px;
	z-index: 100;
	font-family: Verdana;
	font-style: normal;
	font-size: 8pt;
	line-height: 16px;
	text-align: left;
	width: 258px;
}
.project-deliverables {	
	position: absolute;
	top: -620px;
	left: -473px;
	z-index: 100;
	line-height: 16px;
	text-align: left;
}
.georgia-italic {
	font-family: Georgia;
	font-style: italic;
	font-size: 9.5pt;
	display: block;
	padding: 0 0 6px 0;
}

.dot {
  padding: 0 5px 0 0
}

.active {
  opacity: 1
}

.inactive {
  opacity: 0
}