/*
    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: 60px;}  /* must be same height as the footer */
body{color:#000000;background:#FFF;margin:0;padding:0;}
#container{margin:0 auto;padding:0;width:1140px;font:normal 80%/120% Georgia,"Times New Roman",Times,serif;}
a{color:#000000;}
h1{font:normal 320%/100% Georgia,"Times New Roman",Times,serif;margin:20px 0 5px 10px;letter-spacing:-2px;text-align:center;}
#descr{border-bottom:solid 1px #ccc;padding-bottom:5px;margin:0 0 30px 10px;font:120% Garamond,Georgia,serif;text-align:center;}
#descr a{color:#FFF;}
img{border:none;}

/* ---------- toolbar ----------------------- */
#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;}
#sticker_label{padding: 3px 0 3px 14px; background:url(../images/wall/pin_toolbar.png) bottom left no-repeat;}
#bg_label{padding: 0 0 0 14px; background:url(../images/wall/bg.png) bottom left no-repeat;}

/* ---------- pagination ----------------------- */
#pagination{text-align:center;clear:both;float:none;margin:0px;padding-top:25px;font-size:1.2em;margin-bottom:25px;}
#pagination a{border:1px solid #999; margin:0 4px 0 4px; padding:2px 6px; font-family:Arial, Helvetica, sans-serif; text-decoration:none;  
	color:#BBB; }
#pagination a:hover{border:1px solid #666; background:#555;}
#pagination a.selected{border:1px solid #666; background:#555; cursor:Default;}
div.loading{clear:both; margin:100px auto;background:transparent url(../images/dark/loading.gif) no-repeat center;width:32px;height:32px;}
/* ---------- gallery styles start here ----------------------- */

.photo{margin:10px;position:relative;width:75px;height:75px;float:left;text-align:center;}
.photo img{background:#fff;border:solid 1px #ccc;padding:4px;}
.photo span{width:20px;height:25px;display:block;position:absolute;top:-12px;left:40px;background:url(../images/wallmini/pin.png) no-repeat;}
.photo a{text-decoration:none;}
.pin span{width:20px;height:25px;display:block;position:absolute;top:-12px;left:40px;background:url(../images/wallmini/pin.png) no-repeat;}
.floral span{width:75px;height:44px;display:block;position:absolute;top:-12px;left:-10px;background:url(../images/wallmini/floral-corner.png) no-repeat;}
.roundw span,.roundb span,.roundg span{width:75px;height:75px;display:block;position:absolute;top:0;left:0;background:url(../images/wallmini/round-w.png) no-repeat;}
.roundb span{background:url(../images/wallmini/round-b.png) no-repeat;}
.roundg span{background:url(../images/wallmini/round-g.png) no-repeat;}
.roundw img,.roundb img,.roundg img{border:none;padding:0;}
.brushw span,.brushb span,.brushg span{width:86px;height:89px;display:block;position:absolute;top:-6px;left:-4px;background:url(../images/wallmini/brush-w.png) no-repeat;}
.brushb span{background:url(../images/wallmini/brush-b.png) no-repeat;}
.brushg span{background:url(../images/wallmini/brush-w.png) no-repeat;}
.brushw img,.brushb img,.brushg img{border:none;padding:0;}
.maskw span,.maskb span,.maskg span{width:75px;height:77px;display:block;position:absolute;top:0;left:0;background:url(../images/wallmini/mask-w.png) no-repeat;}
.maskb span{background:url(../images/wallmini/mask-b.png) no-repeat;}
.maskg span{background:url(../images/wallmini/mask-g.png) no-repeat;}
.maskw img,.maskb img,.maskg img{border:none;padding:0;}

.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: -60px; /* negative value of footer height */
	height: 60px;
	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 */
