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


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

body.gallery {
	margin: 1.5em;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #000000;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;

}




body {
	font-family: ariel, helvetica, sans;
	font-size: 62.5%;
	color: #555;
	text-align:center;
	margin-top: 0px;
        margin-bottom: 0px;
	background: #000000 url(http://www.everlan.com/news/wp-content/themes/rdc/images/background_edges1.gif) repeat-y center top;
}


/* The body * will remove all default browser styles */

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	color: #444;
	list-style-type: none;
	font-weight: normal;
}

/* put this back in for testing, it helps with the layout...
div {
	border: 1px solid #FF0000;
} */

/* set up header sizes */

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; }

/* format form items */

input, textarea {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
}

/* the main wrap div */
#wrap {
	text-align:left;
	margin: 0 auto;
	width: 766px;
}


/* header styles */

#header {

	position: relative; 

        left: -0px;  
	height: 150px;
	width: 766px;

	background: transparent url(/images/header_770x150DIEE.jpg) no-repeat center top;
	border-bottom: 2px solid #000;
}

#header h1 {
	font-family: "verdana bold italic", tahoma, ariel, helvetica, sans;
	text-align: right;
	margin: 0;
	padding-top: 20px;
}

#header h1 a {
	font-family: "verdana bold italic", tahoma, ariel, helvetica, sans;
	font-size: 1.8em;
	color: #ffffff;
}

#header h1 a:hover {
	color: #fff;
	background: #0143FF;
}

#header p {
	text-align: right;
	font-size: 1.4em;	
}


/* new in 0.5 - page support! */

#header #toppagenav {

        text-align: right;
        font-family: verdana;
        font-weight: bold;
        font-style: italic;
 	position: relative;
	bottom: -112px;
	overflow: visible; 
}

#header #toppagenav li {
	font-family: verdana, tahoma, ariel, helvetica, sans;
	font-size: 1.0em;
	display: inline;
	padding: 0px;
}



#header #toppagenav a {
	font-family: verdana, tahoma, ariel, helvetica, sans;
	font-size: 1.0em;
    color: #16166F;
    font-weight: bold;
    font-style: italic;
	padding: 2px 4px 4px 4px;
 	background: #FFF;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	margin-right: 1px;
	margin-left: 1px;
}

#header #toppagenav a:hover {
	color: #ffffff;
        background: #5070EB;
		text-decoration: none;
}

#header #toppagenav .current_page_item a {
	color: #ffffff;
       background: #5070EB;
}
#header #toppagenav .current_page_item a:hover {
	color: #ffffff;
       background: #5070EB;
}

/* mid section */

#middle {
	clear: both;
	margin-top: 10px
}




a {
	color: #38c;
}

a:hover {
	color: #05a;
}

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;
}

.header {
}

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

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

.gallery h2 {
	clear: both;
	margin: 1.5em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ddd;
	font-size: 1.5em;
}

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


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

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

.gallery-thumb img {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 5px;
}


/* -- 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: 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 {
	margin: 0;
	clear: both;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background: #ffe;
	font-size: 1.2em;
}


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

div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}

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


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

.block-core-Navigator {
	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: 0.2em 0.5em 0.2em 0;
	border-bottom: 1px solid #eee;
}

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


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

.gbSystemLinks, .block-core-ItemLinks {
	clear: both;
	border-top: 3px solid #9c9;
	border-bottom: 1px solid #9c9;
	background: #efe;
	margin: 1.5em 0;
	padding: 0.5em;
}

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

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


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

#toolbar {
	clear: both;
	border: 1px solid #ccc;
	background: #f1f1f1;
	margin: 1em 0;
	padding: 0.5em;
}


/* -- 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('../siriux/images/userinfo.png') no-repeat 0 1px;
	padding-left: 17px;
}

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

#giFormPassword {
	background: url('../siriux/images/key7-16-bw.gif') no-repeat 0 1px;
	padding-left: 17px;
}


/* classes for top borders */

.border_diary {
	border-top: 3px solid #ffd305;
}
.border_main {
	border-top: 3px solid #193EA9;
}


/* footer */

#footer {
	clear: both;	
	height: 60px;
	width: 766px;
	background: transparent url(/images/footer_background1.gif);
    background-repeat: repeat;
	font-size: 1.0em;
}

#footer p {
	margin-left: 7px;
	padding-top: 7px;
	text-align:center;
}

#footer a {
	color: #292920;
	text-decoration: none;
	border-bottom: 1px dotted #292920;
}

#footer a:hover {
	color: #c6c6c3;
	border-bottom-color: #c6c6c3;
}

