* {
	outline:none;
}
body {
	margin:0;
	padding:0;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#050505;
}
.container {
	width:100%;
	font-size:small;
	color:#999;
}
a:link, a:visited {
	color:#0099ff;
	text-decoration:none;
}
a:hover {
	color:#0099ff;
	text-decoration:underline;
}
table#outside {
	background-color:#151515;
}
h1, h1 a:link, h1 a:visited {
	margin:0;
	padding:0 10px;
	line-height:100px;
	font-size:200%;
	font-weight:100;
	color:#333;
}
h1 a:hover {
	color:#0099ff;
	text-decoration:none;
	background:none;
}
h2 {
	margin:0;
	padding:0;
	font-size:300%;
	font-weight:100;
	line-height:100%;
	color:#fff;
}
h3 {
	font-size:140%;
	font-weight:100;
	line-height:100%;
	color:#FFF;
}
table#banner td.nav a:link, td.nav a:visited {
	text-decoration:none;
	padding:0 10px;
	border-left:1px solid #252525;
	color:#777;
	line-height:35px;
	display:block;
	background-color:#151515;
	font-size:100%;
}
table#banner td.nav a:hover {
	color:#09f;
}
#hphoto, #vphoto {
	display:none;
}
.photocell {
	background-color:#000;
	background-image:url(../images/loading_dark.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.photo {
	display:none;
}
.sidecol {
	width:250px;
	background-color:#252525;
}
.details {
	background-color:#252525;
	font-size:100%;
	line-height:150%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.comment ul {
	list-style:none;
	margin:0;
	padding:0;
}
.comment ul li {
	display:none;
}
.viewAll {
	display:none;
}
#footer {
	padding:20px;
	font-size:90%;
	background-color:#111;
}

/* COMMENT TEMPLATE */

#commentTop {
	padding:8px 20px;
	background-color:#252525;
}
#commentMid {
}
#commentMid ul {
	list-style:none;
	margin:0;
	padding:0;
}
#commentMid ul li {
	padding:6px 20px;
}
.odd {
	background-color:#222;
}
.even {
	background-color:#333;
}
#commentBottom {
	padding:8px 20px;
}
#commentBottom input.input, #commentBottom textarea {
	background-color:#111;
	color:#FFF;
	padding:4px;
	border:1px solid #666;
}
/* ARCHIVE */

table td#thumbs {
	background-color:#333;
}
table td#thumbs a:link, table td#thumbs a:visited {
	border:2px solid #444;
	display:block;
	float:left;
	margin:12px;
}
table td#thumbs a:hover {
	border:2px solid #666;
}
table td#thumbs a img {
	border:none;
}
td.sidecol ul {
	list-style:none;
	margin:0;
	padding:0;
}
td.sidecol ul li {
	margin-bottom:4px;
}
/* ------- EXIF icons ---------- */	
.icon_aperture {
	width:25px;
	background-image:url(../images/icon_aperture_dark.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.icon_cameramodel {
	width:20px;
	background-image:url(../images/icon_cameramodel_dark.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.icon_capturedate {
	width:20px;
	background-image:url(../images/icon_capturedate_dark.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.icon_flash {
	width:20px;
	background-image:url(../images/icon_flash_dark.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.icon_focallength {
	width:20px;
	background-image:url(../images/icon_focallength_dark.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.icon_iso {
	width:20px;
	background-image:url(../images/icon_iso_dark.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.icon_exposure {
	width:20px;
	background-image:url(../images/icon_exposure_dark.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
/* ------- EXIF icons ---------- */
