body {
  background: #000;
  color:#CCFFFF;
  padding:0;
  margin:0;
  font: 0.7em/1.5 Geneva, Arial, Helvetica, sans-serif;
  }
html, body {
     min-height:100.1%;
	}
select,option {
  background: #000;
  color:#CCFFFF;
  font-size:95%;
  width:auto;
	}

a:link {
	background: #000;
	color: #CFF;
	text-decoration: underline;
}
a:hover {
	background: #000;
	color: #C4CEBB;
	text-decoration: none;
}
a:visited {
	background: #000;
	color: #C4CEBB;
	text-decoration: underline;
}

div.content {
  position:absolute;
  background: url(http://www.firstgatedreamer.com/images/fgdglowtll.jpg) no-repeat -28px -1px;
  padding: 0 25px 0 0;
  margin:0;
     }

div.content h3{
  background: url(http://www.firstgatedreamer.com/images/fgdglowtrl.jpg) top right no-repeat;
  text-align:right;
  font-size:1.2em;
  padding: 50px 50px 50px 50px;
  margin: -1px -25px 0px 0px;
   }


div.image-info {
  background: url(http://www.firstgatedreamer.com/images/fgdglowrsl.jpg) top right repeat-y;
  margin:-1.5em -25px 0px 0px;
  padding:5px 15px 15px 15px;
  min-width:900px;
  max-width:1600px;
   }
.photobox {  text-align:center; margin:auto; margin-top:-10px;}
#page img {
    padding: 5px;
	border:0;
	background: #000;
	}
img {border:0;}
div.imagenav {
	width:75%
}

.title {
	font-weight:bold;
	font-size:1.5em;
	color:#cff;
	background: #000;
	}

div.image-info-sub {
  margin:auto;
  padding: 5px 100px 15px 100px;
   }



div.footer {
  position:relative;
  background: url(http://www.firstgatedreamer.com/images/fgdglowbll.jpg)	bottom left no-repeat;
  margin-left:-28px;
   } 


div.footer p {
  position:relative;
  background: url(http://www.firstgatedreamer.com/images/fgdglowbrl.jpg) bottom right no-repeat;
  display:block;
  padding: 0px 15px 60px 15px;
  margin:-2em -24px 0px 0px;
   }


/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
	border-bottom:1px solid #aaa;
	padding:5px;
	margin-bottom:25px;
	height:5px;
	}    

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0;
	padding:5px;
	}
	
#comments li {
	border-bottom:1px solid #aaa;
	display:block;
	margin:0 0 5px 0;
	color:#eee;
	text-decoration:none;
	padding:2px;
	}
	
#comments li a {
	color: #CFF;
	text-decoration: underline;
	background: #000;
	}
#comments li a:visited {
	background: #000;
	color: #C4CEBB;
	text-decoration: underline;
}

#comments li a:hover {
	color: #C4CEBB;
	text-decoration: none;
	background: #000;
	}
	
#comments li:hover {
	color: #C4CEBB;
	background: #000;
	}

#comment-middle {
	border-top:1px solid #aaa;
	background: #000;
	padding:5px;
	margin-top:5px;
	height:10px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	background: #515151;
	padding:5px;
	margin:0px auto;
	border:1px solid #aaa;
	}

.input {
    width:45%;
	font-size:95%;
	border:1px solid #aaa;
	background-color:#000;
	color:#eee;
	padding:3px;
    }
	
#addcomment textarea {
	width:90%;
	height:30px;
	border:1px solid #aaa;
	background-color:#000;
	color:#eee;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	}
