@charset "utf-8";

/* ------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	zoom: 1;
}

html {
	height: 100%;
}

html>/**/body{
	overflow: -moz-scrollbars-vertical;
}

html:first-child body {
	min-height: 100%;
	padding-bottom: 1px;
}

body {
	font-family:"Arial","Helvetica",sans-serif;
	line-height: 1.6;
	background-color: #fff;
	color: #333;
	font-size:82%;
	padding: 1em;
}

/* ------------------------------------------------------------------------- */
#header {
	background: #FFFFFF;
	width:100%;
}

#header form#query{
	display:none;
}

#content{
	width:98%;
}

#headline{
	margin-top:2px;
	border-top:3px solid #EAF3FF;
}

.postscount{
	font-size:0.8em;
	font-weight:bold;
	line-height:1.5em;
	margin-left:10px;
	margin-bottom:10px;
	display:none;
}

#images{
	clear:both;
	width:100%;
	padding:10px;
}

#footer {
	clear:both;
	border-top:3px solid #EAF3FF;
	text-align:center;
}

#footer a {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:none;
}

#footer a:visited {
	color:#000;
	text-decoration:none;
}


h1 {
	display: inline;
	font-size:1.2em;
	line-height:1.5em;
	margin-left:10px;
	margin-bottom:10px;
}

h2 {
	display: inline;
	font-size:1.0em;
	line-height:1.5em;
	margin-left:15px;
	margin-bottom:10px;
}

/* thumb view------------------------------------------------------------- */
#images{
	margin: 0px 0px 10px;
}

.wrap {
	border:3px solid #DDDDDD;
	float:left;
	font-size:0.8em;
	height:75px;
	list-style-type:none;
	margin:2px;
	text-align:center;
	width:75px;
}

.loader  {
	border:3px solid #FFFFFF;
	float: left;
	width: 75px;
	height: 75px;
	margin: 2px;
	text-align: center;
	margin-bottom:10px;
}

.loader img {
    margin-top:20px;
}

#next{
	cursor:pointer;
	margin-bottom:10px;
}

.link {
    border:0px;
 }
 
.thumb {
    border:0px;
}

.hoverover{
	border: 3px solid #0dd;
}

#captLink a{
	margin:0px;
}

#captLink img{
	border:0px;
	margin:0px;
}

/* settingn box------------------------------------------------------------- */

#trigger-box {
  position:fixed;
  width:10px;
  height:10px;
  margin:0;
  top:5px;
  right:5px;
  text-align:center;
  z-index:99999;
  overflow: auto;
}

* html #trigger-box{
	position:absolute;
    z-index:99999;
}

#setting-box{
  position:fixed;
  display:none;
  width:200px;
  top:15px;
  right:10px;
  padding:5px;
  font-size:95%;
  line-height:1.2em;
  border: 1px solid;
  color:#333;
  background-color:#fff;
  text-align:left;
  z-index:99999;
}

* html #setting-box{
	position:absolute;
    z-index:99999;
}

#setting-box a{
	color:#333;
	text-decoration:none;
}

#setting-box a:hover{
	text-decoration:none;
}

#setting-box a:active{
	text-decoration:none;
}

#setting-box a:visited{
	text-decoration:none;
}

#setting-box input{
	margin:3px;
}

#setting-box p#set-boxclose{
  margin-top:0px;
  margin-bottom:0px;
  width:auto;
  text-align:right;
  line-height:0.5em;
}

span#close{
  cursor:pointer;
}

#setting-box p{
  margin-top:5px;
  margin-bottom:5px;
  line-height:1.4em;
}

#setting-box hr{
  line-height:1.0em;
  height:2px;
}

p#set-url{
  font-size:100%;
  word-wrap:break-word;
}


/*def*/

#vform{
	width:100%;
	text-align:center;
}

#vform p{
	font-size:120%;
}

#vtext{
	width:200px;
	font-size:100%;
	margin-bottom:10px;
}

#vbutton{
	width:100px;
}

