/* snaplog.css */

body {
	background: #fff;
	color: #000000;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	margin: 10px;
	padding: 0px;
	text-align: center;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}	
div#about {
	margin: 48px auto 0 auto;
	width: 400px;
	padding: 12px;
	background-color: #111111;
	border: 1px solid #222222;
}
div#about p{
	text-align: left;
	color: #999999;
	line-height: 175%;
}
div#about p#about_pic{
	text-align: center;
}

#addcomment {
	background: #000000;
	font-family: Georgia,Verdana, Helvetica, sans-serif;
	padding: 11px;
}
div#browse{
	margin: 48px auto 0 auto;
	width: 640px;
}
div#browse img{
	margin: 8px;
	border: 1px solid #999999;
}
.input,textarea,select{
	background: #333333;
	color: #CCCCCC;
	font-family: Georgia,Verdana, Helvetica, sans-serif;
	border: 0px solid #666666;
	padding: 2px;
	margin: 2px 0;
}
.input2{
	background: #333333;
	color: #CCCCCC;
	border: 1px solid #666666;
	margin: 2px 0;
}
.input3{
	background: #333333;
	color: #CCCCCC;
	border: 0px solid #666666;
	font-family: Georgia,Verdana, Helvetica, sans-serif;
	margin: 2px 0;
}
#comment-body {
	background: #333333;
	color: #CCCCCC;
	font-family: Georgia,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

#comment-imageinfo {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
}

#comments {
	border: 0px solid #444444;
	font-family: Georgia,Verdana, Helvetica, sans-serif;
	width: 100%;
}

#comments li {
	border-bottom: 1px dotted #444444;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
}

#comments li a {
	color: #CCCCCC;
	text-decoration: none;
}

#comments li:hover {
	background: #1A1A1A;
}

#comments ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#comment-wrapper {
	border: 1px dotted #444444;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	width: 400px;
}

div#header {
	width: 100%;
	background-color: black;
	border-bottom: 1px solid #2A2A2A;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	display: block;
	float: right;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFFFFF;
	text-align:center;	
}
div#header_wrap{
	width: 760px;
	margin: 0 auto;
	text-align:center;
}
div#header_left {
	width: 420px;
	float: left;
	text-align: left;
	padding: 10px 0;
}
div#header_right {
	width: 340px;
	float: right;
	text-align: right;
	padding: 10px 0;
}
.thumbnails {
    padding:5px;
    border: 1px solid black;
    }
#image {
	background: #1A1A1A;
	border-width:20px 8px 40px 8px;
	border-color:#eeeeee;
	padding: 2px;
	margin-top: 10px;
}
div#img{
	text-align: center;
}

#info-notes {
border: 0px;
	color: #4F8FFF;
	display: block;
	font-size: 11px;
	padding: 16px 10px;
	margin: 16px auto;
	width: 760px;
	text-align: left;
	border-bottom: 1px solid #2A2A2A;
	border-top: 1px solid #2A2A2A;
}

#title {
	font-family: Georgia,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#wrapper {
	margin: 0x auto 0 auto;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}
div#header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#header a:hover {
	color: #0066FF;
	text-decoration: underline;
}	
#poweredby {
vertical-align:middle;
}