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


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

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

.clear {
	clear: both;
}

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

.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 thumbnails ------------------ */

.gallery-thumb {
	margin: 3px;
	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: #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: 200px; /* 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 #cacaca;
	background-color: #b5b6b1;
	font-size: 1.2em;
}



.gallery-album-desc {
	font-size: 1em;
	color: #8f8f8f;
	padding: 0.5em;
	margin: 0.1em 1em;
}

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


/* -- 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;
	float: left;
}

.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: #ae9 !important;
}

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

.gbSystemLinks, .block-core-ItemLinks {
	clear: both;
	border-top: 3px solid #6f6f6f;
	border-bottom: 1px solid #6f6f6f;
	background-color: #dcdcdc;
	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-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-color: #404040 #404040 #0a0;
    background-color: #fff;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}
body a:link {
	color: #000;
	text-decoration: none;
}

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

body a:active {
	color: #000;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
	color: #000;
}

body {

	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
.header {
	padding-top:30px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}

div.row span.left {
	float:left;
	text-align: left;
	width: 49%;
	height: 50px;
  }
div.row span.right {
	top:10px;
	float: right;
	text-align: right;
	width: 49%;
	height: 50px;
	display: table;
  }
.bar {
	background-image: url(http://static.baicapture.com/img/bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 950px;
	height:1px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}

.bar2 {
	background-image: url(http://static.baicapture.com/img/bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 900px;
	height:1px;
	position: static;
	margin-left:auto;
	margin-right:auto;
}
.body3 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.body4 {
	height: 501px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	width: 950px;
	position:relative;
}
.footer a:link {
	color: #999;
	text-decoration: none;
}
.footer a:visited {
	color: #999;
	text-decoration: none;
}
.foot a:active {
	color: #999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #999;
}

/*---*/
.gallery h3 {
  font-size: 18pt;
  font-family: Georgia, serif;
  color: #333;
  margin: 0px;
  padding: 0px;
}

h1, h2, h5 {
  font-size: 12pt;
  color: #333;
  margin: 0px;
  padding: 0px; }

.gallery-album-title {
  color: #333;
	font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 14pt; }
p {
	
  font-family: Helvetica, Arial, sans-serif;
  font-size: 8pt;
  text-align: left; }

a:hover {
  text-decoration: underline; }
img {
  border: 0px; }
select {
  border:1px solid #BDC7D8;
  font-family: Helvetica, Arial, sans-serif;
  font-size:10pt;
  padding:2px;
}

/*  ------------------------------|  FORMS  |-------------------------------  */

form {
  margin: 0px;
  padding: 0px; }

label {
  color: #666666;
  font-weight: bold; }

.ecard {
  padding-left: 22px !important;
  background: url(bullet.png) left center no-repeat;
  background-image: url(img/ecard.png);
}

.facebook {
  padding-left: 22px !important;
  background: url(bullet.png) left center no-repeat;
  background-image: url(img/facebook.png);
}
.multiply {
  padding-left: 22px !important;
  background: url(bullet.png) left center no-repeat;
  background-image: url(img/multiply.png);
}

.download {
  padding-left: 22px !important;
  background: url(bullet.png) left center no-repeat;
  background-image: url(img/download.png);
}

.searchboxhack {
	border:0;
	background-color: transparent;
	background-image: url(img/search.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 2px;
	height: 18px;
	width: 145px;
	text-align: center;
	color: #cacaca;
}
.search
{
	float: right;
}
.block-core-Pager {
float: right;
margin: 1.5em 0;
font-size: 0.9em;
}

.BreadCrumb-1 {text-decoration: underline;}
.BreadCrumb-2 {text-decoration: underline;}
.BreadCrumb-3 {text-decoration: underline;}
.BreadCrumb-4 {text-decoration: underline;}
.BreadCrumb-5 {text-decoration: underline;}
.BreadCrumb-6 {text-decoration: underline;}
.BreadCrumb-7 {text-decoration: underline;}
.BreadCrumb-8 {text-decoration: underline;}
.BreadCrumb-9 {text-decoration: underline;}
.BreadCrumb-10 {text-decoration: underline;}
