@charset "UTF-8";


#wallpaper h2{
	margin:20px 0 20px 0;
	font-size: 2.4em;
	font-family: "Ubuntu",sans-serif;
	font-weight: 400;
	color: #202020;
	letter-spacing: 1px;
}
#wallpaper .box{
	width:1000px;
	margin: auto;
	margin-bottom: 18px;
}
#wallpaper .box:after,
#wallpaper .box .howto:after,
#wallpaper .box .howto ul.contentsSwap:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#wallpaper .box,
#wallpaper .box .howto,
#wallpaper .box .howto ul.contentsSwap{
	zoom: 1;
}
#wallpaper .box h3.lead{
	float:left;
	margin:0 0 15px 0;
	font-size: 1.6em;
	font-family: "Ubuntu",sans-serif;
	font-weight: 400;
	color: #666;
	letter-spacing: 1px;
}
#wallpaper .box .howto{
	float:right;
}
#wallpaper .box .howto ul.contentsSwap li,
#wallpaper .box .howto ul.contentsSwap li a{
	float:right;
	margin-left:10px;
	color: #3FA536;
}

#wallpaper p.screenSize{
	text-align: center;
	color:#333;
}
#wallpaper p span{
	background-color:#FF9;
}

#wallpaper p a:visited {
	color:#CDCDCD;
	text-decoration:underline;
}

#wallpaper .pager{
	padding:10px 10px 10px 10px;
	background-color:#F3F3F3;
	margin: 20px 0 20px 0;
	font-size: 1.3em;
	color:#444;
	text-align:center;
}
#wallpaper .pager a{
	color:#444;
	text-decoration:none;
	padding: 4px 12px 4px 12px;

}
#wallpaper .pager a:hover{
	color:#3FA536;
	text-decoration:underline;
}
#wallpaper .pager span.current_page{
	padding: 4px 12px 4px 12px;
	color:#999900;
	border: 1px solid #CCC;
}



#backnumber{
}
#backnumber:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#backnumber{
	zoom: 1;
}
#backnumber a{
	color:#999900;
	text-decoration:underline;
}
#backnumber a:hover{
	color:#3FA536;
	text-decoration:underline;
}
#backnumber .boxlist .image{
	margin-bottom: 12px;
}
#backnumber .boxlist h3{
	font-size: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 4px;
}
#backnumber .boxlist{
	float:left;
	border: 1px solid #EFEFEF;
	border-radius: 6px;
	width:160px;
	margin-bottom: 12px;
	margin-right: 4px;
	margin-left: 8px;
	padding: 12px 16px 12px 16px;
}
#backnumber .boxlist ul{
	list-style-type: none;
}
#backnumber .boxlist ul li{
	font-size: 1.1em;
	margin-bottom: 4px;
}





/* GALLERY CONTAINER */
.gv-gallery { overflow: hidden; }

/* LOADING BOX */
.gv-loader { background: url(/wallpaper/css/loader.gif) center center no-repeat #fff; }


/*************************************************/
/**   PANEL STYLES								**/
/*************************************************/

/* GALLERY PANELS */
.gv-panel { filter: inherit; }

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.gv-panel .gv-panel-overlay,
.gv-panel .gv-overlay-background { height: 5em; padding: 1em;}

/* PANEL OVERLAY BACKGROUND */
.gv-panel .gv-overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.gv-panel .gv-panel-overlay { color: white; }
.gv-panel .gv-panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* CONTENT PANELS */
.gv-panel-content { overflow-y: auto; }




/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.gv-filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.gv-frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.gv-frame .gv-img_wrap {}

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.gv-frame.current .gv-img_wrap {}

/* FRAME IMAGES */
.gv-frame img { border: none; }

/* FRAME CAPTION */
.gv-frame .gv-caption { height: 2em; line-height: 2em; font-size: 1em; text-align: center; }

/* CURRENT FRAME CAPTION */
.gv-frame.current .gv-caption { }

/* POINTER FOR CURRENT FRAME */
.gv-pointer {
	border-color: black;
}

/* NAVIGATION BUTTONS */
.gv-nav-next {
	height: 22px;
	width: 22px;
	cursor: pointer;
	background: url(/wallpaper/css/themes/light/next.png) top left no-repeat;
}
.gv-nav-prev {
	height: 22px;
	width: 22px;
	cursor: pointer;
	background: url(/wallpaper/css/themes/light/prev.png) top right no-repeat;
}
.gv-panel-nav-next {
	height: 42px;
	width: 42px;
	cursor: pointer;
	background: url(/wallpaper/css/themes/light/panel-nav-next.png) top left no-repeat;
}
.gv-panel-nav-prev {
	height: 42px;
	width: 42px;
	cursor: pointer;
	background: url(/wallpaper/css/themes/light/panel-nav-prev.png) top right no-repeat;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .gv-pointer {
	filter: chroma(color=pink);
}




#myGallery {
	margin: 0 auto 15px;
	width: 730px;
	background: none repeat scroll 0 0 #000;
	position: relative;
	visibility: hidden;
	}
	.gv-panel-overlay h3 {
	color: white; margin-bottom: 0.25em;
	}
