/*
    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{margin:0px;padding:0px;background:#000000;font:12px Georgia,"Times New Roman",Times,serif;}
a{outline:none;text-decoration:none; }

#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;}
#left{position: absolute; top: 3px; left: 3px; }
#right{position: absolute; top: 3px; right: 3px; }
#center{ width:600px; margin: 0 auto 0 auto; text-align: center; padding-top:3px}

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


#container{background:#333333 url(../images/dark/bg_body.jpg) repeat-x left top;color:#FFFFFF;line-height:18px;margin:15px auto;width:1124px;padding:5px 20px 20px 20px;border:1px solid #000;}
#maintitle h1{color:#76B41C;letter-spacing:1px;padding:5px;margin:10px;font:bold 18px Georgia,"Times New Roman",Times,serif;text-transform:capitalize;}
#description{background:#000000;border:1px solid #333333;padding:10px;margin:5px;width:90%;float:left;height:auto;font-weight:bold;}
#description a{color:#fff;text-decoration:underline;}
#content{text-align:left;padding:0px; margin:0px;color:#FFFFFF;}
.date{font-weight:normal;color:#666666;}
#content a{color:#fff;text-decoration:underline;}
#content a:visited{color:#999999;text-decoration:underline;}
#content a:hover{color:#000000;text-decoration:underline;background:#CCCCCC;border-bottom:1px solid #000000;}
#content .category img{background:#fff;padding:7px;border-top:1px solid #FFFFFF;border-right:1px solid #333333;border-bottom:1px solid #333333;border-left:1px solid #FFFFFF;float:right}
#content .category{margin:60px 0px 50px 0px;padding:30px 0px 10px 0px;clear:both;height:auto;}
.imageborderlarge{padding:7px;margin:5px 0px;border:1px solid #CCCCCC;background:#FFFFFF;}
.unvisible{display:none; }
.thumbnail{float:left;margin:5px;padding:8px;text-align:center;color:#CCCCCC;width:254px;}
.thumbnail img{background:#000;padding:7px;margin:auto;display:block;}
.thumbnail a{color:#999999;text-decoration:none;}
/* non IE  hover */
div.thumbnail:hover{background:#000;color:#76B41C;font-weight:bold;}
a img{border:none;}
#gallerycontainer{padding:0px;text-align:center;}

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;float:none;margin:0px;font-size:1.2em;}
#pagination a{border:1px solid #999; margin:0 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: #222; padding: 20px 0pt; background: #111; 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 {
	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 */