/*
    copyright (c) 2008 Picsviewr Team
*/
* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 79px;}  /* must be same height as the footer */
body{color:#999999;margin:0;font:11px Georgia,"Times New Roman",Times,serif;background:#333333;}
a{color:#666666;outline:none;}
a:hover{color:#fff;}

#toolbar{height: 30px; width: 100%; background:#000000; color:white; font-weight:bold; border-bottom:3px solid white; font-size:12px;line-height:24px; font-family:Georgia,"Times New Roman",Times,serif;}
#toolbar a{color:#FFFFFF; font-size:1em; height:24px; line-height:24px; display:block; text-decoration:none}
#toolbar a:hover{text-decoration:underline;}
#toolbar #left{position: absolute; top: 3px; left: 3px; }
#toolbar #right{position: absolute; top: 3px; right: 3px; }
#toolbar #center{ width:600px; margin: 0 auto 0 auto; text-align: center; padding-top:3px}

#toolbar #latest_label{padding-left:28px;  background:url(../images/latest.png) bottom left no-repeat; }
a#latest_label {text-decoration: underline;}
#toolbar #albums_label{}
#toolbar #tags_label{ margin-left: 13px;}
#toolbar #change_label{padding-left:28px; background:url(../images/change.png) bottom left no-repeat;}

#header{margin: 25px 0 25px 0}
#header h1{font:18px Georgia,"Times New Roman",Times,serif;}
#container{padding:0px 147px 0px 147px;}
img.imgcontainer{width:80px;height:80px;overflow:hidden;margin:5px;border:1px solid #fff;float:left;cursor:pointer;}
.imgcontainer:hover{border:1px solid #000;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
#colofon{padding:20px 0px 0px 0px;clear:both;text-align:center;}
#description{
/*width:150px;margin:0px;padding:0px 10px 0px 0px;float:left;*/
}

div.loading{clear:both; margin:100px auto;background:transparent url(../images/dark/loading.gif) no-repeat center;width:32px;height:32px;}
#pagination{text-align:center;clear:both;margin:20px 0 0 0;padding-top:20px;font-size:1.2em;}
#pagination a{border:1px solid #999; margin:2px 4px 0 4px; padding:2px 6px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#FFF;}
#pagination a:hover{border:1px solid #666; background:#9A9A9A;}
#pagination a.selected{border:1px solid #666; background:#9A9A9A; cursor:Default;}

.adhere {
border: #555; padding: 20px 0pt; background: #444; color: #666; font-weight: bold; font-size: 12px; text-align: center; display: block; font-family: verdana; text-decoration: none; width: 234px; float:left; margin-right:2px;
}

.adhere:hover {
color: #E7E7E7;
background: #666;
}

#footer {
	display:none;
	position: relative;
	margin-top: -79px; /* negative value of footer height */
	height: 79px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:952px;
	text-align:center;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */