/* CSS-modifications and additions for http://metaphotorical.samwaulu.net by Sami Waulu */
/* Based on: Delicious Template for Pixelpost ||| CSS file for "Dark" theme ||| Author: JaySoto ||| Site: http://www.sotolicious.com/delicious ||| E-mail: jason.m.soto@gmail.com */

/* CSS Reset Reloaded-  From Eric Meyer http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; 
font-weight: inherit;font-style: inherit; font-size: 100%;	font-family: inherit;
	vertical-align: baseline;}
/* remember to define focus styles! */
:focus {	outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {quotes: "" "";}
/**/
/* ========== Universal Elements ========== */

body {
    height: 100%;
	background-color:#191919;
	font: 9px/20px verdana, helvetica, arial, sans-serif;
	color:#acacac;
	margin:0px;
	padding:0px;
	background-image:url(../images/darkbg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link {color: #eee;text-decoration: none;}
a:visited {text-decoration: none;color: #eee;}
a:hover {color: white;text-decoration: none;}
a:active {text-decoration: none;color: #eee;}

p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h2 h3 h4 {color:#fff;}
h5 {
	font-size:12px;
	color:#9dd5ed;
	padding-top: 0;
	margin:0px 0 10px 0;
}
#styleswitcher {
	top:0px;
	left:0px;
	z-index:100;
	position:absolute;
	width:100%;
	text-align:right;
}
#styleswitcher img {margin:3px 8px 1px 0;}

#image_wrapper, #browse_wrapper, #about_wrapper {
	position:relative;	
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
}
#browse_wrapper, #about_wrapper {width:712px;}

#header {
	top:0px;
	position:absolute;
	width:100%;
	height:60px;
}
#logo {
	height:60px;
	width:712px;
	position:absolute;
	left:0px;
	z-index:500;
}
#logo_sub {
	width:100%;
	position:absolute;
	bottom:0;
	padding-bottom:7px;
	font-size:24px;
	letter-spacing: -.05em;
	display: none;
}
#nav {
	height:60px;
	width:712px;
	position:absolute;
	right:0px;
	z-index:1000;
}
#nav_sub {
	position:absolute;
	bottom:0;
	right:0;
	padding:0px;
	margin:0px;
	color:white;
}
#nav_sub a {padding:2px;color:white;}
#nav_sub a:hover {background-color:#333;}
.current {color:white;font-weight:bold;}
.clear {clear:both;}



/* ========== IMAGE Page Specific ========== */

#photobox {
	text-align:center;
	background:#151515 url(../images/loading_d_dark.gif) no-repeat center;
	margin-left:-21px;
	position:absolute;
	top:60px;
	margin-bottom:20px;
}

#image_footer {
	text-align:center;
	float:none;
	margin-top:4px;
}

#info, #info2 {
	background-color: black;
	text-align: left;
	position: absolute;
	margin-left:-21px;
	top:53px;
	z-index: 1000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	font: 10px/12px verdana, helvetica, arial, sans-serif;
}

#info-in {
	position:relative;
	padding:15px;
	overflow:visible;
}
#title-heading{
	font-size: 20px;
	font-weight: normal;
	color: #9dd5ed;
	text-align: left;
	letter-spacing: -1px;
	padding-bottom:15px;
}
#title-heading .date {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
#description {
	margin-bottom:15px;
	background:#151515;
	padding:15px;
}
#notes {text-align: left;}
#image-border {position:relative;margin:0;}
#menu_browse{
	position: absolute;
	margin: 0px;
	margin-right:-10px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index:10;
}
#menu_browse a{outline: none;}
#menu_browse_prev, #menu_browse_next{
	width: 49.9%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#menu_browse_prev {
	top: 0px;
	left:0px;
	float: left;	
}
#menu_browse_next {
	top: 0px;
	right:0px;
	float: right;	
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: url('../images/prevImage.png') no-repeat center center;
	cursor: pointer;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url('../images/nextImage.png') no-repeat center center;
	cursor: pointer;
}

#thumbnails{
	text-align: center;
	margin:6px 0px 10px 4px;
	width:56px;
	float:left;
	position:absolute;
	top:53px;
	margin-left:-17px;
}

.thumbnails {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.current-thumbnail{
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.thumbnails:hover {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.exif {color: #9dd5ed;}

/* ========== COMMENTS Specific ========== */

#recentcomments {
	margin-bottom:15px;
	padding:15px;
	background:#151515;
}

#recentcomments ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#recentcomments li {
	color:#666;
	margin:0px 0px 15px 0px;
	padding-left:16px;
	background: url(../images/comment.gif) no-repeat;
}

#addcomment {
	margin-bottom:15px;
	padding:15px;
	background:#151515;
}
/* ========== COMMENTS FORM Specific ========== */

.comment-button {border:1px solid #CCC;}
.input {border:1px solid #CCC;width:90%;}
.textarea {border:1px solid #CCC;width:100%;}
.formfield{
	width:250px;
	padding:2px;
	margin:0px auto;
	font:10px verdana, arial, helvetica, sans-serif;
	color:#444;
	border:1px solid #464646;
	background:#white;
}
.formfield:hover, .formfield:focus{
	border-top:1px solid #3F7795;
	border-bottom:1px solid #3F7795;
	border-left:1px solid #3F7795;
	border-right:1px solid #3F7795;
	background:#464646;
	color:yellow;
}
.formbutton{
	font:10px verdana, arial, helvetica, sans-serif;
	padding:5px;
	margin:0px auto;
	color:#7D7D7D;
	background:#272727;
	border:1px solid #464646;
}
.formbutton:hover{
	color:#2CCBE9;
	background:#272727;
	border-top:1px solid #3F7795;
	border-bottom:1px solid #3F7795;
	border-left:1px solid #3F7795;
	border-right:1px solid #3F7795;
}

/* ========== BROWSE Page Specific ========== */

#browse_box {
	text-align:center;
	position:absolute;
	top:60px;
}
#browse_thumbs {
	width:540px;
	float:left;
	text-align:left;
	margin-right:2px;
}

#browse_thumbs .thumbnails {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#browse_thumbs .thumbnails:hover {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=50);

	-moz-opacity:.5;
	opacity:.5;
}
#browse_categories {
	width:150px;
	float:right;
	text-align:left;
	background:#222;
	padding:10px;
	height:100%;
}

.viewing {
	font-size:14px;
	font-weight:bold;
	color:white;
}
/* ========== ABOUT Page Specific ========== */

.announce, #cat_cloud {
	background-color: #333;
	padding: 4px;
	border-top: 1px solid orange;
	border-bottom: 1px solid orange;
	color:#999;
	text-align: left;
	margin-bottom:5px;
}

.announce p {
	line-height: 1.2em;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#about_box {
	text-align: justify;
	padding:0px;
	margin:0px;
	position:absolute;
	top:60px;
}

#about_box h3 {
	color:white;
}
#about_box img {
	margin:0 10px 5px 0;
	border:3px solid #444;
}

#footer {
	width:100%;
	margin-top:12px;
	text-align:center;
}

#footer a:hover, #image_footer a:hover, #cat_cloud a:hover {color: orange;}
/* WARCHIVE TAG SUPPORT */
   .tags01 { font-size: 10px !important; }
   .tags02 { font-size: 12px !important; }
   .tags03 { font-size: 14px !important; }
   .tags04 { font-size: 16px !important; }
   .tags05 { font-size: 18px !important; }
   .tags06 { font-size: 20px !important; }
   .tags07 { font-size: 22px !important; }
   .tags08 { font-size: 24px !important; }
   .tags09 { font-size: 26px !important; }
   .tags10 { font-size: 28px !important; }
 
 /* AJAX STAR-RATING CSS */
/* @group Rating Star */

.ratingblock {
	width: 100%;
	display:block;
	padding-bottom:4px;
	margin-bottom:4px;
}
.loading {
	height: 18px;
	background: url('../images/working.gif') 50% 50% no-repeat;
}
.unit-rating {
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 12px; /* ****************************************** Change to new image width */
	position: relative;
	background: url('../images/stars/dark_star-12px.gif') top left repeat-x; /* Change image name / path */		
}
.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.unit-rating li a {
	outline: none;
	display:block;
	width:12px; /* ******************************************** Change to new image width */
	height: 12px; /* ****************************************** Change to new image width */
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover{
	background: url('../images/stars/dark_star-12px.gif') left center; /* Change image name / path */
	z-index: 2;
	left: 0px;
}

.unit-rating li.current-rating {
	background: url('../images/stars/dark_star-12px.gif') left bottom; /* Change image name / path */
	position: relative;
	height: 12px; /* *************************************** Change to new image width */
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* @end */

/* @group Rating Star Hover */

/* ************************************************
If you have used the Ajax Rating CSS Calculator, 
please remove the code BELLOW and replace it with
the dynamically generated CSS calculator output
************************************************* */

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width: 12px;}
.unit-rating a.r2-unit{left: 12px;}
.unit-rating a.r2-unit:hover{width: 24px;}
.unit-rating a.r3-unit{left: 24px;}
.unit-rating a.r3-unit:hover{width: 36px;}
.unit-rating a.r4-unit{left: 36px;}
.unit-rating a.r4-unit:hover{width: 48px;}
.unit-rating a.r5-unit{left: 48px;}
.unit-rating a.r5-unit:hover{width: 60px;}
.unit-rating a.r6-unit{left: 60px;}
.unit-rating a.r6-unit:hover{width: 72px;}
.unit-rating a.r7-unit{left: 72px;}
.unit-rating a.r7-unit:hover{width: 84px;}
.unit-rating a.r8-unit{left: 84px;}
.unit-rating a.r8-unit:hover{width: 96px;}
.unit-rating a.r9-unit{left: 96px;}
.unit-rating a.r9-unit:hover{width: 108px;}
.unit-rating a.r10-unit{left: 108px;}
.unit-rating a.r10-unit:hover{width: 120px;}

/* ************************************************
If you have used the Ajax Rating CSS Calculator, 
please remove the code ABOVE and replace it with
the dynamically generated CSS calculator output
************************************************* */

/* @end */

/* @group Status Messages */

#voted {
	color:#999;
}
#thanks {
	color:#36AA3D;
}
#shame {
	color:#CC3333;
}

/* @end */

   
/* ========== END OF FILE ========== */

