/********************************************************************************
	$Id: Darkgreen.css,v 1.5 2008-03-24 21:34:11 martin Exp $

	JAlbum Project Skin 'NospOfTombl'
	CSS-Style

	Version: 2.1
	Author: Martin Milinovsky
	E-mail: jalbum@milinovsky.at
********************************************************************************/

body {
	margin: 0px 0px 0px 0px;
	background: #f7f7f2;
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.page_bg {
	background: #121A1D;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited {
	color: #ff6600;
	background: #121A1D;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #9AB6C2;
	background: #121A1D;
	text-decoration: none;
	font-weight: bold;
}

table.index_all {
	width: 100%;
	color: #cccccc;
	background: #121A1D;
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
}

table.index_all th {
	background: url(horizontal_bar.png) no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	height: 24px;
	text-transform: uppercase;
}

table.index_all td.up_link {
	padding-top: 0;
	text-align: left;
}

table.index_all td.hbar {
	background: url(horizontal_bar.png) no-repeat;
	text-align: left;
}

table.index_all td.picture_fileinfo {
	text-align: left;
}

table.index_all td.navbuttons {
	text-align: right;
}

table.index_all td.footer_left {
	text-align:left
	vertical-align: top;
	width: 20%;
}

table.index_all td.footer_middle {
	vertical-align: top;
	text-align: center;
	width: 60%;
}

table.index_all td.footer_right {
	vertical-align: top;
	text-align: left;
	width: 20%;
}

table.picture {
	border-width: 1px;
	border-color: #999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.picture td.comment {
	color: #ffffff;
	background: #121A1D;
}

table.index_all td.picture {
	text-align: center;
	vertical-align: top;
}

table.index_all td.thumbs {
	text-align: center;
	vertical-align: middle;
}

table.thumbs {
	border-width: 1px;
	border-color: #999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

table.thumbs td {
	text-align: center;
	vertical-align: middle;
}

.albuminfo {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	background: #121A1D;
	padding-bottom: 15px;
}

img.thumb {
	border-width: 1px;
	border-color: #999;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}

img.picture {
	border: 1px solid #999;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}

img.folder {
	border-width: 0px;
	margin: 2px;
}

.original_picture {
	text-align: center;
	margin: 0px;
}

.gmap_infowindow {
	font-weight: normal;
	color: #111111;
	background: #121A1D;
	text-align: center;
	border: 1px solid #999;
	padding: 5px;
	margin: 0px;
}

div#map {
	border-width: 1px;
	border-color: #999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

/* ======= DIV-style for show/hide of text ============= */
div#links {
	position: absolute;
	left:200px; 
	top:100px; 
	width: 300px;
	text-align: left;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	z-index:1;
	background-color: #333333;
	border: 1px dashed #999;
	padding: 5px 5px 5px 5px;
}

div#links a:link {
	color: #ff6600;
	background-color: #333333;
}

div#links a:visited {
	color: #ff6600;
	background-color: #333333;
}

/* ======= DIV-style for show/hide of text ============= */
div#slidemap {
	position: absolute;
	left:10px; 
	top:65px; 
	width: 300px;
	z-index:2;
	border: 1px dashed #999;
	padding: 5px 5px 5px 5px;
}

.small {
	font-size: 9px;
}


/* ======= stuff from drupal for header ============= */


#header {
  height: 75px;
}

#header #logo-floater {
  position: absolute;
}


#header h1, #header h1 a:link, #header h1 a:visited {
  line-height: 75px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#header h1 span {
  font-weight: bold;
}

#header h1 img {
  padding-top: 0;
  padding-right: 20px; /* LTR */
  padding-left: 12px;
  float: left; /* LTR */
  border: 0;
}

