
/*
 * Oog Photo-Gallery v3.2 Beta7
 * http://www.oog-gallery.de/ 
 * Copyright (C) 2011 Torben Rottbrand
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */


/**** links and h-tags ****/

a:link, a:visited {
  color: #FFFFFF; 
  text-decoration: none;
  font-weight: bold;
  font-size:16px,
}
a:hover {
  color: #560101;
  text-decoration: none;
  font-weight: bold;
}
h1 {
  font-size: 21px;
  font-weight: normal;
  color: #666666;
  margin: 26px;
}
h2 {
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
}
h4 {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
h5 {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

/**** main-elements ****/

#main {
  width: 880px;
  margin: 0 auto;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 11px;
  text-align: center;
}
#header {
  float: left;
  width: 882px;
  height: 145px;
  background: url(imgdata/headerback.png) no-repeat;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: right;
}
#header img {
  margin-left: 6px;
  opacity: 0.5;
  border-color: transparent;
}
#header img.selectedLang {
  margin-left: 6px;
  opacity: 0.8;
}
#header img:hover {
  margin-left: 6px;
  opacity: 0.8;
}
#menu {
  float: left;
  width: 174px;
  text-align: left;
}
#content {
  text-align: center;
  float: left;
  margin-bottom: 20px;
  margin-left:10px;
  width: 696px;
}
#navi_page_top  { font-weight: bold; text-align: center; color: #ffffff; }
#navi_page_top p { display: inline; }
#navi_page_top u { color: #666; }
#navi_page_top a { color: #ffffff; text-decoration: none; }
#navi_page_top a:hover { color: #666; text-decoration: none; }
#navi_page_bottom  { font-weight: bold; text-align: center; color: #ffffff; }
#navi_page_bottom p { display: inline; }
#navi_page_bottom u { color: #666; }
#navi_page_bottom a { color: #ffffff; text-decoration: none; }
#navi_page_bottom a:hover { color: #666; text-decoration: none; }
#all_thumbnails { min-height: 400px; }

/**** album-info-box ****/

#album_info_box {
  width: 100%;
  background: #A6B1B3;
  text-align: left;
  margin-bottom: 16px;
  color: #FFF;
  padding: 3px;
}

/**** user-login ****/

#login_button {
  background: transparent url(imgdata/login.png) no-repeat;
  height: 24px;
  width: 24px; 
  background-position: 0px 0px;
  cursor: pointer;
  border-width: 0px;
  margin-left: 5px;
  margin-bottom: 0;
  margin-top: 8px;
}
#login_form {
  display: none;
  float: left;
  margin-left: 5px;
  margin-top: 0;
  color: #666;
  width: 140px;
}
#login_form p {
  margin-left: 0;
  margin-top: 6px;
  margin-bottom: 9px;
}
#login_form .input {
  width: 100px;
  height: 14px;
  margin-top: 0;
  margin-left: 3px;
  margin-bottom: 5px;
  border: 1px solid #888;
  opacity: 0.75;  
}
#login_form .button {
  font-size: 10px;
  width: 52px;
  margin-left: 3px;
  margin-top: 5px;
  opacity: 0.65;
}
#login_form ul {
  margin: 9px;
  padding: 0;
}
#login_form ul li {
  margin: 0;
  padding: 0;
}

/**** search-form ****/

#search_form {

}

#search_form .input {
  width: 85px;
  height: 16px;
  margin-left: 4px;
  border: 1px solid #999;
  opacity: 0.70;  
}
#search_form .button {
  font-size: 14px;
  width: 66px;
  margin-left: 5px;
  opacity: 0.60;
}

/**** most-viewed & newest albums ****/

.most_viewed_albums {
  float: left;
  width: 180px;
  padding: 5px;
  padding-top: 8px;
  padding-bottom: 11px;
  margin: 20px;
  margin-top: 6px;
  background: #F7F7F9;
  border: 1px solid #D7D7DD;
  color: #666666;
}
.most_viewed_albums a {
  color: #727272;
}
.most_viewed_albums a:hover {
  color: #929292;
}
.most_viewed_albums_thumb {
  border: 0px solid #fff;
}
.most_viewed_albums .video_thumb {
  margin-left: 28px;
}
.most_viewed_albums .audio_thumb {
  background: url(imgdata/audio_thumb.png) no-repeat center;
  margin-left: 28px;
}
.newest_albums {
  float: left;
  width: 180px;
  padding: 5px;
  padding-top: 8px;
  padding-bottom: 11px;
  margin: 20px;
  margin-top: 6px;
  background: #F7F7F9;
  border: 1px solid #D7D7DD;
  color: #666666;
}
.newest_albums a {
  color: #727272;
}
.newest_albums a:hover {
  color: #929292;
}
.newest_albums_thumb {
  border: 0px solid #fff;
}
.newest_albums .video_thumb {
  margin-left: 28px;
}
.newest_albums .audio_thumb {
  background: url(imgdata/audio_thumb.png) no-repeat center;
  margin-left: 28px;
}

/**** CSS for thumbnails ****/

.thumbnail_border .audio_thumb {
  background: url(imgdata/audio_thumb.png) no-repeat center;
  margin: 7px;
}
.thumbnail_box { 
  float: left;
  margin: 7px;
}
.thumbnail_box_found {
  float: left;
  margin: 7px;
}
.thumbnail_shad {
  padding-bottom: 7px;
  background: url(imgdata/shad_thumb.png) no-repeat bottom right;
}
.thumbnail_border {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F2F2F4;
  border: 1px solid #C4C4CA;
  cursor: pointer;
}

.thumbnail_border .video_thumb {
  margin: 7px;
}

.thumbnail_border:hover {
  border: 1px solid #999;
}
.thumbnail_legend {
  height: 32px;
  color: #5A5A5A;
}