/*
 * Oog Photo-Gallery v3.1.1
 * http://www.oog-gallery.de/ 
 * Copyright (C) 2009 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.
 */


#main {
  width: 95%;
  margin: 0 auto;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 10px;
  text-align: center;
}

#content {
  text-align: center;
  float: left;
  margin-bottom: 10px;
  margin-left:0px;
  width: 95%;
}
#album_info_box {
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
  margin-top: 11px;
  color: #1454b6;
  padding: 3px;
}
#main a:link, a:visited {
  color: #1454b6; 
  text-decoration: none;
  font-weight: bold;
}
#main a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 2px;
}

#main #Menu1 a:hover {

  line-height: 20px;
}


#main h1 {
  font-size: 21px;
  font-weight: normal;
  color: #1454b6;
  margin: 26px;
}
#main h2 {
  font-size: 17px;
  font-weight: normal;
  color: #1454b6;
}
#main h4 {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #1454b6;
}
#main h5 {
  font-family: sans-serif;
  font-size: 12px;
  color: #1454b6;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.most_viewed_albums {
  float: left;
  height: 168px;
  width: 180px;
  padding: 5px;
  padding-top: 8px;
  margin: 20px;
  margin-top: 6px;
  background: #d9ebf7;
  border: 1px solid #D7D7DD;
}
.most_viewed_albums a {
  color: #727272;
}
.most_viewed_albums a:hover {
  color: #929292;
}
.most_viewed_albums_thumb {
  border: 0px solid #fff;
}
.newest_albums {
  float: left;
  height: 168px;
  width: 180px;
  padding: 5px;
  padding-top: 8px;
  margin: 20px;
  margin-top: 6px;
  background: #d9ebf7;
  border: 1px solid #D7D7DD;
}
.newest_albums a {
  color: #727272;
}
.newest_albums a:hover {
  color: #929292;
}
.newest_albums_thumb {
  border: 0px solid #fff;
}

/**** CSS for thumbnail_mode = 0 ****/

.thumb {
  border-style: solid;
  border-color: transparent;
}
.thumb:hover {
  border-color: #0a77c4;
}

/**** CSS for thumbnail = 1 ****/

.thbox { 
  float: left;
  margin: 7px;

}

.thbox li, a, a:link, a:hover, a:visited { 

  line-height:0px;
}


.thshad {
  padding-bottom: 7px;
  background: url(?img=gallery_imgdata/shad_312.gif) no-repeat bottom right;
}

.thshad li, a, a:link, a:hover, a:visited { 

  line-height:0px;
}




.thborder {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #d9ebf7;
  border: 1px solid #C4C4CA;
  cursor: pointer;
}
.thborder li, a, a:link, a:hover, a:visited{
	  line-height:0px;

}



.thborder:hover {
  border: 1px solid #999;
  background-color:0a77c4;
  
}

.thborder:hover li, a, a:link, a:hover, a:visited{
  line-height:0px;
  
}

	#Menu1 {
			margin-left: 0;
			margin-top: 0;
			margin-bottom: 10px;
			list-style: none;	
			margin: 10px;
			text-align: center;
			padding-bottom:10px;
		
		}
		
		
		#Menu1  a, a:link, a:visited, a:hover {
				line-height:20px;
				
				
			}
