/*
	glamour Gallery 2 Theme
	Copyright 2005-2006 Nico Kaiser.
*/


.album {
	width: 720px;
	height:240px!important;
	background-color: #FF00BC;
}
#albumGlamour {
	background-image: url(/glamour/themes/glamour/images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#album2 {
	background-image: url(/glamour/themes/glamour/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#album3 {
	background-image: url(/glamour/themes/glamour/images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#album4 {
	background-image: url(/glamour/themes/glamour/images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
.header {
	width: 720px;
	background-image: url(/glamour/themes/glamour/images/ml-logo.gif);
	background-repeat: no-repeat;
	height: 101px;
}
.thumbs img{
	height: 80px;
	width: 120px;
	float: left;
}
.thumbs {
	height: 80px;
	width: 120px;
	float: left;
}
.header-nav {
	padding: 10px;
	float: right;
	height: 95px;
	width: 500px;
	text-align:right;
}
.breadcrumb-sub {margin-top:4px}
.breadcrumb-sub img{vertical-align:bottom}


/* -- Main layout definitions ------------- */




input#giFormUsername,input#giFormPassword{color:#fff}

body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #000000;
	background-image: url(/glamour/themes/glamour/images/bg-top.jpg);
	background-repeat: repeat-x;
}
body.gallery {
/*	margin: 1.5em;
	background-color: #fff;*/
	padding: 0;

	font-size: small;
	color: #999;

}

img {padding:0px;margin:0px;border:none}

a {
	color: #FF00BC;
	font-weight:bold;

}

a:hover {
	color: #999999;
}

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb {
	float: right;
	color: #333;
	font-size: 0.9em;
	font-weight:bold;
}

.header {
}

.content {

}

.footer {
	font-size: 0.8em;
	color: #999;
	margin-top: 4em;
	padding-top: 1.5em;
	border-top: 1px solid #ddd;
}

.gallery h2 {
	border-bottom: 1px solid #ddd;
	font-size: 1.5em;
}

.gallery h3 {
	font-size: 1.2em;
}


/* -- Gallery thumbnails ------------------ */

.gallery-thumb {


}

.gallery-thumb img {

}

.gallery-thumb a img {

}

.gallery-thumb a:hover img {

}

/* -- Gallery Album listing --------------- */

.gallery-albums {

}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {

}

.gallery-album {
	/*width: 46%;  Change to 96% if you want 1 Album per line 
	padding-right: 3%;
	display: block;
	float: left;
	overflow: hidden;*/
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {

}

.gallery-empty {

}


/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {width:100%;text-align:center;padding:15px

}

img.gallery-photo {

}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	width:100%;text-align:center;padding:15px;font-size: 0.9em;
	color: #333;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #999;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	border-collapse: collapse;
}

table.gbDataTable td {

	border-bottom: 1px solid #eee;
}

table.gbDataTable td.gbEven {
	font-weight: bold;
}


/* -- System- / Item-Links ---------------- */

.gbSystemLinks, .block-core-ItemLinks {
}

.block-core-SystemLink { font-weight: bold; }

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {

}


/* -- Toolbar ----------------------------- */

#toolbar {
}


/* -- Admin ------------------------------- */

.gallery-admin {
	font-size: 0.9em;
}

.gallery-admin h2 {
	font-size: 1.2em;
	margin-top: 2em;
	overflow: hidden;
}

.gallery-admin h4 {
	margin-bottom: 0.5em;
}

.giSuccess, .giWarning, .giError  {
	font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.gallery-admin .gbBlock {
	margin: 1.5em 0 2em 0;
}

#gsSidebar {
	width: 13em;
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 1%;
}

#gsSidebar ul {
	padding: 0.2em 0 1.5em 0;
	margin: 0;
	font-weight: bold;
}

#gsSidebar ul ul {
	font-weight: normal;
}
#gsSidebar li.gbAdminLink {
	background: none;
	list-style: none;
	padding: 0.2em 0;
	margin: 0;
}

.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background: #eee;
	margin: 0 0.2em;
}

.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background: #fff;
}

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

#giFormUsername, .giFormUsername {
	background: url(/glamour/themes/glamour/images/userinfo.png) no-repeat 0 1px;
	padding-left: 17px;
}

#giFormGroupname {
	background: url(/glamour/themes/glamour/images/groupinfo.png) no-repeat 0 1px;
	padding-left: 17px;
}

#giFormPassword {
	background: url(/glamour/themes/glamour/images/key7-16-bw.gif) no-repeat 0 1px;
	padding-left: 17px;
}
.rearrangeTable {width:720px;border:white 1px solid}
.riFloat {width:120px;border:#fff 1px solid}

.header-nav img {
border:none;
filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55;

}
.header-nav img:hover {
filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;

}

#gallery-img {position:absolute;top:22px;left:270px}

form input {background:#fff!important;color:#000!important}
/*
#gallery-photo-top {
	background-image: url(images/gallery-photo-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#gallery-photo-left {
	background-image: url(images/gallery-photo-left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#gallery-photo-right {
	background-image: url(images/gallery-photo-right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#gallery-photo-bottom {
	background-image: url(images/gallery-photo-bottom.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.gallery-photo div#gallery-photo-* {
	width:15px;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
}*/