body {
	background: 		#111 url(../images/bg.png);
	font-size: 			10px;
	font-family: 		verdana, helvetica, arial, sans-serif;
	/*font-family:		Helvetica,Arial,Helvetica,sans-serif;*/
	margin: 			30px 0 30px 0;
	padding: 			0;
	text-align: 		center;
}
a img {
	border: 0;
}
a:link, a:visited {
	text-decoration: none;
	color:#99CCFF;
}
a:hover, a:active, a:focus {
	color: orange;
}
a.rss:link, a.rss:visited {
	color: #ff950b;
}
a.rss:hover, a.rss:active, a.rss:focus {
	color: #8fc80d;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 span {
	display: none;
}
h3 {
	margin: 20px 0 6px;
	color:#ccc;
	font-size:20px;
	font-family:		Helvetica, Arial, Helvetica, sans-serif;
	text-shadow:		1px 1px 3px #111;
	letter-spacing:		-1px;
	font-weight:normal;
}
h4 {
	color:#ccc;
	margin: 20px 0 6px;
	text-align:right;
	font-size:24px;
	font-family:		Helvetica, Arial, Helvetica, sans-serif;
	text-shadow:		1px 1px 3px #111;
	letter-spacing:		-1px;
	font-weight:normal;
}
div.line {
	width:100%;
	height:5px;
	background: url(../images/line.gif) repeat-x;
}
.ita {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#container {
	background: #2f2f2f;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	color: #888;
	-webkit-box-shadow: 1px 1px 6px #000;
	-moz-box-shadow: 1px 1px 6px #000;
}
#header {
	height: 40px;
	text-align:			right;
	padding: 			3px 6px 0 0;
	color: #444;
}
#header_main {
	margin:0 auto;
	height: 22px;
	text-align:			right;
	padding: 			3px 6px 0 6px;
	color: #666;
	text-shadow: 0px 1px 0px #111;
}
#header a, #panel a, #header_main a {
	font-size: 			10px;
	color: 				#777;
	text-decoration: 	none;
}
#header_main a:hover {
	color:#eee;
	text-shadow: 0px -1px 3px #000;
}
#header_main a.active {
	color:#99CCFF;
	text-shadow: 0px -1px 3px #000;
}
#header a:hover, #panel a:hover {
	color: 				orange;
}
#header #title, #header_main #title {
	color:				#999;
	letter-spacing:		2px;
	font-weight:		bold;
	cursor:pointer;
}
#main_content {
	position:relative;
}
#content {
	padding: 			1px;
	color:				#CCC;
}
#content a {
	color:#99CCFF;
	font-weight:normal;
	text-decoration:none;
}
#content a.pba {
	color:orange;
}
#content a.pba:hover {
	text-decoration:underline;
}
#content a:visited, .image-info a:visited {
	color:#99CCFF;
}
#content a:hover {
	color:orange;
}
p {
	margin: 0 0 1px;
	padding: 5px;
	line-height: 15px;
}
i {
	font-style: normal;
	color: #7AA62F;
}
#menu_browse {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#menu_browse a {
	outline: none;
}
#menu_browse_prev, #menu_browse_next {
	width: 				49%;
	height: 			99%;
	background: 		transparent url('../images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: 			block;
}
#menu_browse_prev {
	left: 				0;
	float: 				left;
}
#menu_browse_next {
	right: 				0;
	float: 				right;
}
#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: 		url('../images/prev.png') no-repeat 10% 45%;
	cursor: 			pointer;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: 		url('../images/next.png') no-repeat 90% 45%;
	cursor: 			pointer;
}
#images {
	width:320px;
	float:left;
}
#categories {
	width:170px;
	float:right;
}
#images .thumbnails {
	padding: 			1px;
	margin: 			0;
	background-color:	none;
}
.thumbnails:hover {
	padding: 			1px;
	margin: 			0;
	background-color:	#eee;
}
#image {
	padding: 0px;
	position: relative;
	margin: 0 auto;
	background: #0f0f0f url('../images/loading.gif') 50% 50% no-repeat;
}
.rest {
	padding:0 12px;
}
#panel a {
	color:#99CCFF;
}
.rest a:hover {
	color:orange;
}
.thumb {
	margin:18px 10px 10px 0;
	float:left;
	-webkit-box-shadow: 1px 1px 3px #222;
	-moz-box-shadow: 1px 1px 3px #222;
}
.image-title {
	font-family:		Helvetica, Arial, Helvetica, sans-serif;
	font-size: 			36px;
	font-weight: 		normal;
	letter-spacing: 	-2px;
	color:				#ccc;
	text-shadow:		1px 1px 3px #222;
	text-align: 		left;
	padding-top:18px;
}
.image-date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: 				#999;
	font-size: 			10px;
	font-weight: 		normal;
	letter-spacing: 	0px;
	text-shadow:		1px 1px 3px #222;
}
.image-exif {
	clear:both;
	display:block;
	font-size:9px;
	color:#999;
	margin-top:10px;
}
.image-info {
	color: 				#ddd;
	font-size: 			11px;
	text-align: 		left;
	margin:				16px 0;
	display:			block;
}
.image-share {
	display:block;
	margin:16px 0 18px;
}
#comments {
	color: 				#000;
	font-size: 			11px;
	padding: 0 12px;
}
#comments ul {
	margin:0 0 16px 0;
	padding:0;
	list-style-type:none;
}
#comments li {
	margin: 			12px 2px;
	color: 				#999;
	text-decoration: 	none;
	padding: 			0 0 0 18px;
	background:url('../images/comment.gif') 0px 1px no-repeat;
}
#comments li p {
	color:#ddd;
	padding:0;
	margin:0;
}
#comments li.admin_comment p {
	color:#F9F;
	padding:0;
	margin:0;
}
#comments li a {
	color: 				#99CCFF;
	text-decoration: 	none;
	font-weight:		bold;
}
#comments li a:hover {
	color: 				orange;
}
#comments .header, #form_container .header {
	font-family:		Helvetica, Arial, Helvetica, sans-serif;
	text-shadow:		0px 1px 1px #222;
	letter-spacing:		-1px;
	color:#777;
	font-size: 24px;
	margin:10px 0 0 0;
	padding:0;
}
#comments .dates {
	margin-left:10px;
	padding-left:10px;
	border-left: 1px solid #666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#form_container {
	color:				#ccc;
	margin: 			0;
	padding: 0 12px;
}
label {
	display:block;
	margin:10px 0 4px 0;
	font-size:11px;
}
.formfield {
	width: 				400px;
	font-size: 			11px;
	color:				#efefef;
	border: 			1px solid #666;
	padding:5px;
	background:#444;
}
.formfield:hover {
	border: 			1px solid #99ccff;
}
.formfield:focus {
	border: 			1px solid #99ccff;
	background: 		#333;
}
.formbutton {
	display:block;
	font-size: 			11px;
	padding: 			5px;
	color: 				#868686;
	background: 		#444;
	border: 			1px solid #666;
}
.formbutton:hover {
	color: 				#99ccff;
	cursor:				pointer;
	border: 			1px solid #99ccff;
	background:#333;
}
#about_footer {
	color:#444;
	text-align:center;
	padding: 12px 0 8px;
}
#footer {
	color:#5f5f5f;
	text-align:center;
	margin: 20px 0 0;
}
#footer a {
	color:#5f5f5f;
	font-weight:normal;
	text-decoration:none;
}
#footer a:hover {
	color:orange;
}
#footer .foot2 {
	color:#444;
}
#panel {
	margin:0 auto;
	display: none;
	text-align:left;
	height: auto;
	filter: alpha(opacity=90);
	opacity: .90;
	z-index:100;
}
#panel_in {
	padding:0;
	margin-bottom:20px;
}
