/* CSS Document */


/* GENERAL STUFF */

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
	color: #C1DAE4;
}

p {
}


a:link {
	color: #FF99FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF99FF;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FF99FF;
}
a:active {
	text-decoration: none;
	color: #FF99FF;
}


h1 {
	font-size: 42px;
	line-height: 48px;
}
h2 {
	font-size: 36px;
	line-height: 42px;
}
h3 {
	font-size: 30px;
	line-height: 36px;
}
h4 {
	font-size: 24px;
	line-height: 28px;
}

strong {
	color: #FF99FF;
}


.main_content {
	padding-left: 325px;
	width: 550px;	
}

/* HEADER AND MAIN NAVIGATION BAR */

.header_title {
	left: 285px;
	top: 30px;
	position: absolute;
	letter-spacing: 10px;
}
.header_img {
	position: absolute;
	left: 30px;
	top: 30px;
}
.teeny {
	font-size: 12px;
	margin: 5px;
	padding: 5px;

}
.navbar {
	margin: 5px;
	padding: 5px;
	text-align:center;

}
.navbar a:link {
	color: #FF99FF;
	text-decoration: none;
	text-align:center;
}
.navbar a:visited {
	text-decoration: none;
	color: #FF99FF;
}
.navbar a:hover {
	text-decoration: none;
	font-size:24px;
	color: #000000;
	background-color: #FF99FF;
	text-align:center;
}

.about {
	position: absolute;
	left: 500px;
	top:85px;
	text-align:center;
}
.portfolio 
{	position: absolute;
	left: 600px;
	top:85px;
	text-align:center;
}
.contact 
{	position: absolute;
	left: 712px;
	top:85px;
	text-align:center;

}

/* HOMEPAGE */

.homepage {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
}

.homepage_headline {
	font-size: 42px;
	line-height: 48px;
}


/* PORTFOLIO PAGES */

.leftbar {
	color: #C1DAE4;
	line-height: 40px;
	letter-spacing: normal;
	text-align: left;
	top: 200px;
	width: 100px;
	left: 40px;
	position: absolute;
}

.leftbar a:link {
	color: #C1DAE4;
	text-decoration: none;
	text-align:center;
}
.leftbar a:visited {
	text-decoration: none;
	color: #C1DAE4;
}
.leftbar a:hover {
	text-decoration: none;
	font-size:24px;
	color: #000000;
	background-color: #C1DAE4;
	text-align:center;
}
	
.portfolio_content {
	position: absolute;
	left: 325px;
	width: 550px;
	top: 200px;
	}

.caption {
	position: absolute;
	top: 75px; 
	left: 350px;
	width: 150px;
}


#slideshow_title {
width: 370px;
padding:3px 0px 0px 0px;
background-color: #858360;
height:14px;
font-family: Tahoma, "Tahoma", Tahoma, sans-serif;
text-align:center;
font-weight:bold;
letter-spacing: 1px;
font-size: 9px;
color: #F5F2E4;
text-transform: uppercase;
border-bottom : 2px solid #C2C091;
}

#slideshow_img {
width: 320px; 
margin:0px 0px 0px 0px;
padding-bottom:0px;
border: 3px solid #C1DAE4;
}

#slideshow_nav {
position: absolute;
top: -10px; 
left: 325px;
width: 150px;
text-align:center;
font-size:12px;
}

#slideshow_nav #prev {
position: relative;
float:left;
left:5px;
margin:0px;
font-size : 30px;
font-weight:bold;
}

#slideshow_nav #next {
position: relative;
top: 12px;
left:-15px;
float:left;
margin:0px;
font-size : 30px;
font-weight:bold;
}

#slideshow_nav #caption {
position: absolute;
top:80px;
left:5px;
text-align:left;
width:90px;
}