@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

body {
	background-color: #000000;
}
a:link {
	color: #CC99CC;;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC33;
}
a:hover {
	text-decoration: none;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}

/* Header Navigatior */

#HeaderNavBox {
	margin: 0px auto 20px auto;
	height: 3em;
	width: 100%;
	z-index: 0;
	position: relative;
	text-align:center;
	background-color: #000000;
	font-size: 14px;
}

#HeaderNavBox a {
	color:#669966;
	text-decoration: none;
	}

#HeaderNavBox a:hover {
	color: #CC99CC;
}

#HeaderNavBox ul li {
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
	display:inline;
}

#HeadNavBox li a {
	display: inline;
	padding: 5px 5px 5px 0.5em;
}
	

/*  Main Image Box */

#photobox {
	position: relative;
	width: auto;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}

#photobox a:link a:visited {
	color: #CC99CC;;
	}

/* Footer Items */
	

#FooterNavBox {
	margin: 20px auto 40px auto;
	height: 20px;
	width: 100%;
	z-index: 8;
	position: relative;
	background-color: #000000;
	font-size: 14px;
	height: 3em;
	color:#669966;
}

#FooterNavBox a {
	color:#669966;
	}

#FooterNavBox a:hover {
	color: #CC99CC;
	}
	
#FooterNavBox ul li {
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
	display:inline;
}

#FooterNavBox li a {
	display: inline;
	padding: 5px 5px 5px 0.5em;
}
	
#atom {
	position: absolute;
	visibility: visible;
	z-index: 9;
	height: 20px;
	width: 57px;
	left: 393px;
	top: 0px;
}

	

#addit {
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 20px;
	width: 132px;
	left: 250px;
	top: 0px;
}

#RSS {
	position: absolute;
	visibility: visible;
	z-index: 11;
	height: 20px;
	width: 46px;
	left: 460px;
	top: 0px;
}

#photoblog {
	position: absolute;
	visibility: visible;
	z-index: 12;
	height: 20px;
	width: 158px;
	left: 506px;
	top: 0px;
}

#validCSS {
	position: absolute;
	visibility: visible;
	z-index: 13;
	height: 20px;
	width: 143px;
	left: 99px;
	top: 0px;
}


#validator {
	position: absolute;
	visibility: visible;
	z-index: 14;
	height: 20px;
	width: 140px;
	left: 664px;
	top: 0px;
}

#wrapper {
	position: relative;
	visibility: visible;
	z-index: 0;
	width: auto;
	margin: 10px auto 10px auto;
	margin: 0px auto 0px auto;
	background-color: #000000;
	background-image: none;	
}

a.tooltip {
	position: relative;
	}
	
a.tooltip span {
	display :none;
	}

a.tooltip:hover span {
	display: block;
	position: absolute;
	text-align: left;
	width: auto;
	top: -200px;
	left: 0px;
	padding: 10px;
	border: 1px dotted #CC99CC;
	color: #99CC99;
	background-color: #000000;
	z-index: 50;
}

a.tooltip:hover {
	font-size: 100%; /* Fixes IE5.x Win Bug */
	}

#comment-top {
	text-align: left;
	word-spacing: normal;
	display: block;
	float: left;
	width: 600px;
	border: 1px dotted #9999CC;
	padding: 10px 10px 10px 40px;
	margin: 10px;
	position: relative;
}
#comments {
	text-align: left;
	word-spacing: normal;
	display: list-item;
	padding: 10px 10px 10px 40px;
	width: 600px;
	border: 1px dotted #99CC99;
	list-style-position: inside;
	list-style-type: none;
	position: relative;
	visibility: visible;
	float: left;
	margin: 10px;
}



li {
	
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#commentbox {
	margin: 10px;
	padding: 10px;
	width: 600px;
	border: 1px double #CC99CC;
	position: relative;
	visibility: visible;
	z-index: 10;
	left: auto;
	right: auto;
}

#image-info {
	position: relative;
    background:#000000;
	border: 1px dotted #CC99CC;
	padding: 20px;
	text-align: left;
	width: auto;
	margin: 20px auto 20px auto;
	line-height: 16px;
	}
		
#image-notes {
	width:70%;
	color:#669966;
	text-align:left;
	}

#addcomment {
	text-align: left;
	margin: 10px;
	padding: 10px;
	float: left;
	width: 600px;
	position: relative;
	padding-left: 40px;
	border: 1px dotted #9999CC;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
	background-color: #CCCCCC;
}
#uppercomment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC99CC;
	text-align: justify;
	display: block;
	width: 800px;
	padding-left: 40px;
	border: 1px dotted #CC99CC;
	position: relative;
	margin: 0px auto;
	visibility: visible;
	padding-right: 10px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC99CC;
}

.style1 {
	color: #669966;
}
