/* ---------------------------------------------
 * 		STANDARD TAGS
 *----------------------------------------------*/
body {
	background-color: #000000;
	color: #FFFFFF;
}
.spacer {
  clear: both;
}
a:link,  a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}
img {
	border-style: none;
}
/* ---------------------------------------------
 * 	HEADERS and FOOTERS
 *----------------------------------------------*/
#header {
	border-bottom: medium double #666666;
	width: 100%;
	padding: 5px;
	margin: 0;
}
#header .mainTitle {
	font-size: x-large;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	display:inline;
	width: 300px;
}
#header .secondTitle{
	font-style:italic;
	font-size:larger;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	display:inline;
	width: 200px;
}
#header .nav{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header .icons{
	float:right;
}
#footer {
	border-top: medium double #666666;
	background-color:#000000;
	width: 100%;
	padding: 5px;
	text-align: center;
}
.footspacer:after {}
#content {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:20px;
}
/* ---------------------------------------------
 * 		ALBUMS
 *----------------------------------------------*/
.gallery  { 
margin-left: auto;
margin-right: auto;
/* max-width: 98%; */
display: table;
/* text-align: center; */
border: 1px dotted #f00;
}
.gallery-inner {
  display: table-cell;
  border: 1px dotted #00f;
}
.gallery .album  {
	text-align:center;
	padding-top: 25px;
	font-size: large;
	background-color: #222222;
	border: thin solid #333333;
	margin: 5px;
	width: 175px;
	height: 200px;
	float: left;
}
.gallery img  {
	border-style:double;
	border-width:medium;
}
.gallery .album  a:link, .gallery .album  a:visited {
	color: #FFCC00;
	text-decoration: none;
	padding: 1px;
}
.gallery .album a:hover {
	color: #FFFF00;
}
.gallery .photo {
	text-align:center;
	padding-top: 25px;
	border: thin solid #333333;
	background-color: #111111;
	margin: 4px;
	width: 175px;
	height: 200px;
	float: left;
}
.gallery .photo  a:link, .gallery .photo  a:visited {
	color: #0099FF;
	text-decoration: none;
	padding: 1px;
}
.gallery .photo a:hover {
	color: #00FFFF;
}
.img_box {
	border: medium groove #666666;
}
.info  {
	font-family: Helvetica, Verdana, "Times New Roman", Times, serif;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.info .title {
	font-weight: bold;
	padding-bottom: 2px;
}
.info  .content {
	overflow: auto;
	height: 100px;
	border-top: medium dotted #666666;
	padding-top: 5px;
}
/* ---------------------------------------------
 * 		VIEW
 *----------------------------------------------*/
.view  h2 {
	display: inline;
}
.view .time{
	font-weight: lighter;
	text-align: right;
}
.view  .location{}
.view .photo{
	border: medium solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.view .title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.view  .description{}
.view .keywords{}
/* ---------------------------------------------
 * 		CONTACT
 *----------------------------------------------*/
.contact p{
	min-width:150px;
}
.contact h1{}
.contact h2 {
	font-size:medium;
	color:#0099FF;
	display:inline;
}
.contact ul {
	list-style-type:square;
	list-style-position:inside;
	display:inline;
}
.contact img {
	border:thick double #003366;
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}
.contact .sales{
	color:#CC0000;
	text-align:center;
	margin-top:15px;
}
.contact .email{
	color:#CC6600;
	display:inline;
}
 
/* ---------------------------------------------
 * 					LOGS
 *----------------------------------------------*/
.updatelog table{
	background-color: #001C00;
}
.featurelog table{
	background-color: #00001C;
}
.errlog table{
	background-color: #1C0000;
}
.updatelog .heading{
	font-weight: bold;
	background-color: #003300;
}
.featurelog .heading{
	font-weight: bold;
	background-color: #000033;
}
.errlog .heading{
	font-weight: bold;
	background-color: #330000;
}
.updatelog .title{
	font-size: x-large;
	font-weight: bold;
	text-align:center;
	color: #009900;
}
.featurelog .title{
	font-size: x-large;
	font-weight: bold;
	text-align:center;
	color: #000099;
}
.log_UPDATE{
	font-weight: bold;
	color: #FFCC00;
}
.log_NEW{
	font-weight: bold;
	color: #3399FF;
}
.errlog  .title{
	font-size: x-large;
	font-weight: bold;
	text-align:center;
	color: #990000;
}

