/*
    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:1200px;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;}
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;margin-top: 10px;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: #000; background: #9A9A9A}
#pagination a:hover{border:1px solid #666; background:#FFF;}
#pagination a.selected{border:1px solid #666; background:#FFF; 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,.photoportrait{margin:30px;position:relative;width:240px;height:210px;float:left;text-align:center;}
.photoportrait{margin:10px 30px 50px 30px;}
.photo img,.photoportrait img{background:#fff;border:solid 1px #ccc;padding:4px;}
.photo span,.photoportrait span{width:77px;height:27px;display:block;position:absolute;top:-12px;left:85px;background:url(../images/wall/tape.png) no-repeat;}
.photo a,.photoportrait a{text-decoration:none;}
.pin span{width:28px;height:21px;display:block;position:absolute;top:-12px;left:120px;background:url(../images/wall/pin.png) no-repeat;}
.tape span{width:77px;height:27px;display:block;position:absolute;top:-12px;left:85px;background:url(../images/wall/tape.png) no-repeat;}
.scotch span{width:115px;height:32px;display:block;position:absolute;top:-13px;left:64px;background:url(../images/wall/tape2.png) no-repeat;}
.clip span{width:30px;height:60px;display:block;position:absolute;top:-5px;left:-5px;background:url(../images/wall/paper-clip.png) no-repeat;}
.floral span{width:122px;height:72px;display:block;position:absolute;top:-22px;left:-15px;background:url(../images/wall/floral-corner.png) no-repeat;}


.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 */
