/* *******************  default stuff ************************ */


html{
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: none;
	background-color: #000000;
	font-family: "Century Gothic", Georgia, "Century Gothic","Lucida Grande",Verdana;
	font-size: 10pt;
}

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

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
  color: #f00;
  text-decoration: underline;
}

a img {
  border:  none;
  text-decoration: none;
}

fieldset {
	border: 1px dotted #444;
	padding: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #888;
}

#imagepage-ramble {
	border: 1px dotted #444;
	padding: 20px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	color: #888;
}


/* *********************** main containers *********************** */

#container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: none;
	color: #eee;
}

#main {
  padding: 20px;
  background: #000 none repeat scroll 0% 50%;
  margin: 0px auto;
  position: relative;
}

#cycle-container {
	position: relative;
	overflow: hidden;
	width: 640px;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* **************************** navbar #1 ********************* */

.selected-tab {
	color: #aaa;
	background-color: #300;
	display: block;
}

#header {
}

#navbar {
	height: 26px;
	line-height: 26px;
	background: #600;
	/*border-bottom: 1px solid #333;*/
	text-decoration: none;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navbar li {
	float: left;
	color: #000;
	font-weight: bold;
}

#navbar a {
	color: #fff;
	display: block;
	font-weight: normal;
}

#navbar a:hover {
	color: #aaa;
	text-decoration: none;
}

/* ************************ navbar #2 *************************** */

#header2 {
}

#navbar2 {
	height: 26px;
	line-height: 26px;
	background: #000;
	text-decoration: none;
}

#navbar2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navbar2 li {
	float: left;
	color: #aaa;
	padding-left: 13px;
	padding-right: 13px;
	font-weight: bold;
}

#navbar2 a {
	color: #fff;
	display: block;
	font-weight: normal;
}

#navbar2 a:hover {
	color: #ccc;
	text-decoration: none;
}


/* ***********************  footer ************************ */

#footer {
  text-align: center;
  font-family: "arial"; 
  color: #aaa;
  margin-bottom: 30px;
  width: 800px;
  margin: 0px auto;
  padding-bottom: 20px;
}


/* ***********************  image ************************ */

.image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px; 
  margin-bottom: 250px; 
  text-align: center;
  width: 800px;
  color: #555;
}

.image:hover {
	color: #aaa;
}


/* ***********************  old thumbnail ************************ */

.thumbnail {
height: 100px;
}

.thumbnail a{
background-position:50% 50%;
background-repeat:no-repeat;
display:block;
float:left;
height:100px;
width:100%;
}


.albumlisting {
	margin-left:auto;
	margin-right:auto;
}


/* ***********************  new thumbnail ************************ */

.imgtext {
background:#000000 none repeat scroll 0 0;
color:#999;
display:block;
font-weight:bold;
opacity:0.6;
padding-left: 2px;
z-index: 10;
}


	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:200px;
		height:200px;
		line-height:200px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		width: 200px;    /* was 320px */
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			/*overflow:visible;*/
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:2px solid #000;	
			background:#fff;
			/*padding:2px;*/			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/************ Comment form and basic comment display *********************/

#comments, #commentform {
display: none; 
background: #000;
}
#comments {
border: 4px solid #333333;
padding: 25px;
text-align: left;
}
/* Comment display */
.commentname {
 	color: #bb0000;
 }
.comment > legend {
font-size: 8pt;
}
.commentname, .commentdate {
font-size:10pt;
}
#comments fieldset {
	overflow: hidden;
	width: 700px;
}	
#togglecomments {
	margin-top: 4px;
}
/* Comment form stuff */
#commentform {
	margin-left: auto;
	margin-right:auto;
}
#commentform table {
width:450px;
}
#commentform input, #commentform textarea {
color:#fff;
border:1px dotted #666;
background:#000;
width:200px;
}
input#userHumanity {
	width: 20px;
}
#commentform textarea {
height:100px;
width: 400px;
}
button {
background: #222;
color:#fff;
border: 1px dotted #666;
}
.fieldlabel {
	font-size:8pt;
	color:#bbb;
}
.humanitylabel {
margin-top: 5px;
   color:white;
}

