@charset "utf-8";

/*
	Cascading Style Sheet - gregfunnell.com
*/


/* Main */

body {
	background:#000 url("images/bg.gif") repeat-y fixed center top;
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	color:#ccc; }

a {
	color:#666; 
	text-decoration:none; }	

a:hover, a:active { color:#aaa; }

#currentpage { color:#ccc; }
#currentpage a { color:#ccc; }

h1 {
	text-align:left;
	font-size:large;
	color:#666;
	margin:-10px 0 0 20px;
	padding:0; }
	
h2 {
	text-align:left;
	font-size:medium;
	color:#069;
	margin:40px 0 0 20px;
	padding:0; }
	
h3 {
	text-align:left;
	font-size:small;
	font-style:italic;
	font-stretch:expanded;
	color:#666;
	margin:0 0 0 20px;
	padding:0; }


/* Bio */

#biotext {
	position:relative;
	text-align:justify;
	width:600px;
	height:460px;
	padding-left:20px;
	float:left; }
	
#bioimg {
	position:relative;
	width:300px;
	float:right;
	padding:20px 10px 0 0; }
	
#gregsface { border:#666 1px solid; }
	
/* News */

#blog { margin:-27px 0 -27px 0; }

.newsimg {
	margin:10px 0 0 0;
	padding:2px; }

.imgborder {
	border:#222 1px solid;
	padding:4px; }

.newstext {
	position:relative;
	text-align:justify;
	margin:10px 40px 30px 40px; }

#newsnavr {
	position:relative;
	float:right;
	margin:0 20px 10px 0;
	font-size:larger; } 
	
/* Contact */

.lightstalkers {
	font-size:12px;
	color:#ccc;
	background-color:#000; }
	
#contactmap {
	position:relative;
	float:right;
	padding-right:150px; }

#contactform {
	position:relative;
	float:left;
	width:330px;
	padding-left:20px; }

#sendbutton {
	text-align:right;
	margin:0 auto;}

input, textarea {
	width:25em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#666;
	background-color:#222;
	border:1px solid #222; }
	
.buttons {
	width:10em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	background-color:#333;
	border:1px solid #222; }

.contactbox:focus, textarea:focus {
	color:#000;
	background-color:#666;
	border:1px solid #222; }

.contact {
	font-style:italic;
	margin-left:10px; }
	
/* Galleries */

#docu { margin:-27px 0 -32px 0; }

#BananAlbum {
	z-index:100;
	position:relative;
	margin-top:-27px;
	margin-bottom:-27px;
	padding-top:-27px;
	padding-bottom:-27px; }

/* Header Image */

#headholder {
	position:relative;
	top:0;
	background:#000;
	margin:0 0 0 2px;
	width:950px;
	height:101px; }

#imgtitle {
	position:relative;
	background:#000 url("images/headroll.gif") no-repeat;
	width:950px;
	margin:0 auto;
	height:101px; }
	
#imgtitle li {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	top:0; }
	
#imgtitle li, #imgtitle a {
    height:101px;
	display:block; }
	
#panel {
	left:0;
	width:950px; }

#panel a:hover {
    background:#000 url("images/headroll.gif") 0 -101px no-repeat; }

/* Layout */

#wrap { position:relative; }

#content {
	position:relative;
	background-color:transparent;
	border:0;
	margin-left:-477px;
	top:0;
	left:50%;
	width:954px;
	visibility:visible; }

#lborder {
	position:absolute;
	left:0px;
	top:0px;
	width:2px;
	height:628px; }

#rborder {
	position:absolute;
	left:952px;
	top:0px;
	width:2px;
	height:628px; }

#imglinks {
	position:relative;
	background-image:url(images/links.gif);
	font-size:22px;
	font-weight:bold;
	color:#666;
	left:2px;
	top:0 ;
	width:950px;
	height:20px; }

#contentholder {
	position:relative;
	background-color:#000;
	text-align:center;
	left:2px;
	top:6px;
	width:950px;
	height:100%;
	padding:0px; }
	
#contentarea {
	position:relative;
	min-height:460px;
	padding-top:27px;
	padding-bottom:27px; }

/* Footer */

#imgfooter {
	position:relative;
	left:2px;
	width:950px;
	height:28px;
	padding:0;
	margin:0; }

#footerarea {
	position:relative;
	bottom:0;
	left:2px;
	width:950px;
	margin:0;
	padding:0; }

#footertext {
	position:relative;
	text-align:center;
	font-size:11px;
	color:#333; }

#footertext a { color:#333; }
#footertext a:hover { color:#444; }
