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


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

/** DH ADDITIONS 20090904 **/
p.DH_download_photo{
	display:block;
	float:right;
	padding-right:25px;
}


body.gallery {
	margin: 0;
	top: 0;
	color: #333;
	text-align: left;
	font: small Helvetica, Arial, Geneva, sans-serif;
	background: #eeeeee url(http://astusuk.co.uk/uploads/astustheme/bg.png) repeat-x 0 top;
	padding-right: 0;
}

a {
	color: #86e55e;
}

a:hover {
	color: #54d21e;
}

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

.clear {
	clear: both;
}

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

#header {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	height:100px;
	width: 970px;
	/*background: url(http://astusuk.co.uk/photos/astus-gallery.png) no-repeat center 0;*/
	position: absolute;
}

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

.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-color: #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: #54d21e;
	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 auto;
	clear: both;
	padding-left:35px;
	padding-top: 25px;
	text-align:center;
	width:800px;
}

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


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

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

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

#prevArrow img, #nextArrow img {
	border-style: none;
	font-size:18px;
}


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

.block-core-Navigator {
	float: right;
	margin: 1.5em 0;
	font-size: 0.9em;
	color: #333;
	padding-right: 25px;
}

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

.gbBusy {
    background-color: #86e55e;
}

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

.gbSystemLinks, .block-core-ItemLinks {
	clear: both;
	
	margin: 1.5em 0;
	padding: 0.5em 0.5em 0;
}

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

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


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

#toolbar {
	clear: both;
	border: 1px solid #ccc;
	background-color: #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 {
	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-color: #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-color: #fff;
}

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

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border: 1px solid #404040;
    background-color: #fff;
    border-top: 0px;
    border-bottom: 1px dotted rgb(0, 172, 0);
    margin-bottom: -1px;
    margin-top: 0px;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}

/* @group Astus Styling */
#nav {
	width: 970px;
	height:10px;
	z-index:0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	/*background: url(../images/banner.gif) no-repeat;*/
}

#subhead {
	position:absolute;
	width: 970px;
	height: 10px;
	/*background: url(http://astusuk.co.uk/images/subhead.gif) no-repeat;*/
	margin-right: auto;
	margin-left: auto;
}

#home {
	position: absolute;
	width:133px;
	height:29px;
	z-index:42;
	margin-right: auto;
	margin-left: auto;
}
#best {
	position:absolute;
	left:278px;
	top:0px;
	width:132px;
	height:29px;
	z-index:41;
}
#work {
	height: 29px;
	width: 132px;
	left: 137px;
	position: absolute;
	z-index: 36;
}

#credit {
	position:absolute;
	left:415px;
	top:0px;
	width:193px;
	height:29px;
	z-index:40;
}
#financials {
	position:absolute;
	left:614px;
	top:1px;
	width:134px;
	height:28px;
	z-index:39;
}
#client {
	position:absolute;
	left:753px;
	top:0px;
	width:136px;
	height:29px;
	z-index:38;
}
#contact {
	position:absolute;
	left:894px;
	top:0px;
	width:127px;
	height:29px;
	z-index:37;
}


/* NAVIGATION */
.nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: center;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
	padding-top: 4px;
	}

.nav a:hover{
    font-family:Arial, Helvetica, sans-serif;
	background-color: inherit;
	color: #000;
    text-decoration:none;
	}
.pagination{
font-size: 14px;
}

/* @end */
