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


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

* {
	margin:0;
	padding:0;
	}
	
body.gallery {
	color:#6e6e6e;
	text-align: center;
	background:#131313 url(/wp-content/themes/meg/images/main-bg.gif) repeat-y;
	padding-bottom:25px;
	font:1em "Trebuchet MS", Verdana, Arial, sans-serif;
}

a {
	color:#e3e1da;
	text-decoration:none;
}

a img {
	border: none;
}

a:visited {
	color: #e3e1da;
	text-decoration:none;
}

a:hover {
	color:#BDC2A9;
}

h2 {
	font-size:130%;
	color:#e3e1da;
	border-bottom:1px solid #1b1b1b;
}

h2 a, h2 a:visited {
	color:#e3e1da;
	text-decoration:none;
	display:block;
}

h2 a:hover, h3 a:hover {
	color:#902a04;
	text-decoration:none;
	background:none;
}

.clear {
	clear: both;
}

.breadcrumb {
	float: right;
	color: #BDC2A9;
	font-size: 0.9em;
}

.block-core-BreadCrumb {
	float:right;
	}

.block-core-LoginBlock {
	margin-top:10px;
	}

.header {
}

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
}

li span {
	color:#e3e1da;
	border-bottom:1px solid #1b1b1b;
	display:block;
	}

/*.footer {
	font-size: 0.8em;
	color: #999;
	margin-top: 4em;
	padding-top: 1.5em;
	border-top: 1px solid #ddd;
}
*/
.gallery h2 {
	clear: both;
	margin: 1em 0;
	padding-bottom: 0.2em;
	font-size: 1.5em;
}

.gallery h3 {
	clear: both;
	margin: 1.5em 0 1em 0;
	font-size: 1.2em;
	color:#BDC2A9;
}

/* ---------------- Containers ------------------ */

#main {
	text-align: left;
	margin: 0 auto;
	position:relative;
	}

#main-wrapper {
	width:950px;
	}

#content {
	float:left;
	margin:0 0 0 150px;
	width:600px;
}


/* ---------------- Header ------------------ */

#header span {
	position: absolute;
	width: 206px;
	height: 195px;
	background: url(/wp-content/themes/meg/images/header.gif) no-repeat;
	}

#header a {
	display:block;
	height:100%;
	text-indent:-500em;
	text-decoration:none;
	}

#header a:hover {
	background:none;
	}

/* ---------------- Navigation ------------------ */

#navigation {
	margin:200px 0 0 0;
	width:152px;
	float:left;
	}

#nav {
	list-style:none;
	text-align:right;
	}

#nav li {
	margin-bottom:10px;
	}

#nav a, #nav a:visited {
	text-decoration:none;
	color:#e3e1da;
	font:150% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	padding:2px 10px;
	display:block;
	width:132px;
	}

#nav a:hover {
	color:#131313;
	background:#989137;
}

#journal #n-journal a, #archives #n-archives a, #about #n-about a, #gallery #n-gallery a, #contact #n-contact a {
	color:#131313;
	background:#989137;
	}

.navigation {
	width:600px;
	text-align: center;
	margin: 50px 0 50px 0;
	}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}


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

#gallery-section {
	float:left;
	margin:100px 0 0 0;
	}

#gallery-header {
	width:600px;
	margin-bottom:25px;
	height:26px;
}

#gallery-header span {
	position: absolute;
	width:600px;
	height:26px;
	background:url(/wp-content/themes/meg/images/gallery-header.gif) no-repeat right top;
}

#gallery-header a {
	display:block;
	height:100%;
	text-indent:-500em;
	text-decoration:none;
}

#gallery-header a:hover {
	background:none;
}


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

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

.gallery-thumb a img {
	border: 10px solid #eaf6fd;
}

.gallery-thumb a img {
}

.gallery-thumb a:hover img {
	border-width: 10px;
	border-color: #1b1b1b;
}


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

.gallery-albums {
	clear: both;
}

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

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	width: 96%; /* 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 {
	margin: 0;
	clear: both;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	background: #BDC2A9;
	font-size: 1.2em;
	color:#131313;
	clear:both;
	}

.gallery-empty a, .gallery-empty a:visited {
	color:#131313;
	}

.gallery-empty a:hover {
	text-decoration:underline;
	}

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

div.gallery-photo {
	text-align: center;
	clear:both;
	padding-top:15px;
}

img.gallery-photo {
	background: #f3f3f3;
	border: 10px solid #eaf6fd;
	padding: 7px;
}

.gallery-photo #navprev,
.gallery-photo #navnext {
	display: none;
	position: absolute;
	top: 80px;
	z-index: 50;
}

.gallery-photo #navprev { left: 65px; }
.gallery-photo #navnext { right: 65px; }

.gallery-photo #navprev img,
.gallery-photo #navnext img {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

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

.one-comment h3 {
	background:#1b1b1b;
	padding: 0.2em 0.5em;
	}

h3 span {
	font-size:.8em;
	}

p.info {
	background:#1b1b1b;
	padding: 0.2em 0.5em;
	}
	
p.comment {
	padding:0 1em .4em 1em;
	}

.gbItemImage {
	text-align:center;
	}

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

.block-core-Navigator {
	clear:both;
	float: right;
	margin: 1.5em 0;
	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 {
	padding: 5px;
	background:#1b1b1b;
	border-bottom:1px solid #131313;
}

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


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

.gbSystemLinks, .block-core-ItemLinks {
	clear: both;
	background: #1b1b1b;
	margin:20px 0;
	padding: 5px;
	text-align:right;
	display:block;
	width:590px;
	}
	
.block-core-SystemLink { font-weight: bold; }

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
	display: inline;
	padding: 0.3em;
	}

textarea {
	width:385px;
	}
	
/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
	background: #1b1b1b;
	margin: 1em 0;
	padding: 0.5em;
	width:584px;
	}


/* -- 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: #BDC2A9; }
.giWarning { color: #c50; }
.giError { color: #902a04; }

.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 #BDC2A9;
}

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

.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	font-weight: bold;
	background: #BDC2A9;
	border: 1px solid #BDC2A9;
	color:#1b1b1b;
}

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

#giFormUsername, .giFormUsername, #giFormGroupname, #giFormPassword,.inputTypeSubmit, input {
	border:1px solid #BDC2A9;
	background:#e3e1da;
	color:#131313;
	padding:5px;
}

#giFormUsername:focus, .giFormUsername:focus, #giFormGroupname:focus, #giFormPassword:focus,.inputTypeSubmit:focus, input:focus {
	border:1px solid #131313;
	}

span.autoCompleteHighlight {
	color:#131313;
	text-decoration:underline;
	}
	
div.autoCompleteNotSelected {
	background:#e3e1da;
	color:#131313;
	padding:5px;
	border:1px solid #131313;
	}
	
div.autoCompleteSelected {
	background:#BDC2A9;
	color:#131313;
	padding:5px;
	border:1px solid #131313;
	}		
		
/* ---------------- Footer ------------------ */

#footer {
	float:left;
	background:url(/wp-content/themes/meg/images/bottom-eagle.gif) no-repeat bottom left;
	width:950px;
	height:195px;
	display:block;
	margin-top:25px;
	font-size:90%;
	}
	
#footer-content {
	margin-left:302px;
	margin-top:35px;
	background:#1b1b1b;
	width:570px;
	padding:15px;
	float:left;
	}
	
* html  #footer-content {
	margin-left:150px;
	}

.footer-heading {
	color:#BDC2A9;
	}

#footer p {
	font-size:90%;
	}
	
#footer a, #footer a:visited {
	color:#BDC2A9;
	}
	
#footer a:hover {
	text-decoration:underline;
	}

#footer-left {
	width:190px;
	float:left;
	}
		
#footer-center {
	width:190px;
	float:left;
	}
	
#footer-right {
	width:190px;
	float:left;
	}