* { font-family: 'Ubuntu', sans-serif; verdana, arial, Sans-Serif; color: #808080; }

img, html, body, header, #top, .ggo, #nav_top, #search, #menu, #adv_search, #content, #column, .box, footer, .nopadding {
  border: 0;
  margin: 0;
  padding: 0;
}

a:active, a:focus {outline: 0;}

a { cursor:pointer; }

body {
  background: url('/gfx/gray_jean.png');
  text-align: center;
}

h1 {
  margin: 5px 0 0 0;
  padding: 0px 30px 0px 0;
  color: #ff8000;
  text-shadow: 1px 1px 1px #ffffff;
    display: inline-block;
    font-size: 28pt;
    letter-spacing: 0.01em;
    font-weight: 700;
    border-right: 1px dotted #c0c0c0;
    position: relative;
}

#search {
      border-right: 1px dotted #c0c0c0;
}

h1 span {
  position: absolute;
  font-size: 9pt;
  top: 36px;
  left: 93px;
  font-weight: normal;
}

header#top {

  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0px 0px 5px #000000;
  padding: 10px 0 0 0;
  position: fixed;
  background: url('/gfx/gray_jean.png');  
}

#search {
  display: inline-block;
  margin: 3px 30px 0 0;
  padding: 15px 30px 5px 0;
  vertical-align: top;
}

input {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #c0c0c0;  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -moz-linear-gradient(top,  #ffffff, #eeeeee);
  background: -o-linear-gradient(#ffffff,#eeeeee);  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  padding: 5px; 
  color: #808080;
  font-size: 15pt;
  margin: -10px 0 0 30px;
  width: 400px;
}

#res {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 0 0;
}

input[type=button],input[type=button]:focus {
  width: 60px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d3c', endColorstr='#ff8000'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9d3c), to(#ff8000));
  background: -moz-linear-gradient(top,  #ff9d3c, #ff8000);
  background: -o-linear-gradient(#ff9d3c,#ff8000);
  border: #ff8000;
  color: #ffffff;
}

input[type=button]:hover {
  box-shadow: 0px 0px 5px #808080;
  cursor: pointer;
}

input:focus {
  border: 1px solid #ff8000;
  color: #000000;
}

.invis {
  display: none;
}

#thumbs {
  padding: 90px 0 20px 0;
  border-bottom: 1px dotted #c0c0c0;
}

#thumbs_loading {
  width: 100%;
  height: 500px;
  background: url('/gfx/loader.gif') no-repeat center center;
}

.thumb {
  width: 160px;
  height: 320px;  
  display: inline-block;
  padding: 0px;
  border: 1px solid #c0c0c0;
  margin: 5px;
  font-size: 9pt;
  border-radius: 5px;
  box-shadow: 0 0 5px #c0c0c0;
  overflow: hidden;
  -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;     
}

.thumb:hover {
  border: 1px solid #ff8000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -moz-linear-gradient(top,  #ffffff, #eeeeee);
  background: -o-linear-gradient(#ffffff,#eeeeee); 
  -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;     
}

.thumb a {
  display: block;
  padding: 10px;
  color: #4a4a4a;
  text-shadow: 1px 1px 1px #ffffff;
  text-decoration: none;
}

.thumb a:hover {
    background: url('/gfx/zoom.png') no-repeat 3px 3px;
}

.thumb img {
  display: block;
  margin: 0 auto 5px auto;
  padding: 0;
  max-width: 140px;
  max-height: 240px;
  border-radius: 5px;  
}

.thumb .th_image {
  height: 250px;
}

.thumb a p {
  margin: 0 0 3px 0;
  padding: 0 0 5px 0;
  height: 30px;
  border-bottom: 1px dotted #c0c0c0;
  color: #4a4a4a;
}

.thumb a:hover p {
  color: #ff8000;
}

.thumb a span {
  color: #9e9e9e;
  font-size: 8pt;
  letter-spacing: 0.005em;
}

 .thumb a span sup {
  color: #9e9e9e;
 }
 
 #x {
  width: 100%;
  text-align:center;
  margin: 0 auto 0 auto;
  top: 5px;
  z-index: 99; 
 }

footer {
  padding: 5px 0 5px 0;
  font-size: 9pt;
  text-shadow: 1px 1px 1px #ffffff;
  letter-spacing: 0.05em;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  color: #ff8000;
}
