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


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

body.gallery {
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
	background-color: #2f2010;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
}

a {
	color: #fff;
}

a:hover {
	color: #66CC99;
}

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: #000000;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: bottom;
	padding: 5px 0px 0px;
}

.header {
	clip: rect(auto,auto,10px,auto);
	border-right-color: #000000;
	border-bottom-color: #000000;
}

.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: 1em 0;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #ddd;
	font-size: 1.4em;
}

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


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

.gallery-child-title  a:link {
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
} 
.gallery-child-title  a:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
} 
.gallery-child-title  a:active {
	color: red;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
} 
.gallery-child-title  a:hover {
	color: #84c1ff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

 
 .gallery-child-title {
	text-align: center;
	margin-bottom: 3px;
	margin-top: 5px;
	font-weight: bolder;
	font-size: 1.2em;
	width: 100%;
	color: #FFFFFF;
}

.gallery-thumb {
	margin: 5px 0px 5px 11px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}

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

.gallery-thumb a img {
	margin: 1px;
}

.gallery-thumb a:hover img {
	border-width: 1px;
	border-color: #84C1FF;
	margin: 0;
	-moz-border-radius: 2px;
}


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

.gallery-albums {
	clear: none;
	background: #000000 center top;
	height: 100%;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}

.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: 2px !important;
}

.gallery-album {
	width: 32%;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	background: center;
	clear: none;
	padding-left: 3px;
	margin-left: 3px;
	padding-bottom: -3px;
}

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

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


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

.gallery-items {
	clear: both;
	background: #000000;
	height: 100%;
	width: 100%;
}

.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;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

img.gallery-photo {
	background-color: #f3f3f3;
	border: 30px solid #000000;
	padding: 1px;
	-moz-border-radius: 3px;
	margin-top: 1px;
	margin-bottom: 15px;
}

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


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

.block-core-Navigator {
	float: none;
	margin: 1.5em 0;
	font-size: 0.9em;
	color: #000000;
}

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

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

.gbSystemLinks, .block-core-ItemLinks {
	clear: both;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 1.5em 0;
	padding: 0.5em;
	border-right-color: #333333;
	border-left-color: #333333;
	color: #333333;
}

.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;
	margin: 1em 0;
	padding: 0.5em;
	background: #333333;
}


/* -- 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;
	margin: 0 0.2em;
	background: #FFFFFF;
	color: #000000;
}

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

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



@charset "utf-8";

.body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2f2010;

}



	a:link {
	color:#000000;
	font-weight: bold;
}
	a:hover {
	color:#990000;
	font-weight: bold;
}

	a:visited {
	color:#000000;
	font-weight: bold;
}

	a:active  {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}


.body-links  a:link {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
} 
.body-links  a:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
} 
.body-links  a:active {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
} 
.body-links  a:hover {
	color: #993300;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.header-links  a:link {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
} 
.header-links  a:visited {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
} 
.header-links  a:active {
	color: #990000;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
} 
.header-links  a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}


.borderProducts {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #302316;
	border-right-color: #302316;
	border-bottom-color: #302316;
	border-left-color: #302316;
	background-color: #f6f6f6;
}


.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #302316;
	border-right-color: #302316;
	border-bottom-color: #302316;
	border-left-color: #302316;
	background-color: #DCDCCD;
	padding: 15px;
}




.border2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #302316;
	border-right-color: #302316;
	border-bottom-color: #302316;
	border-left-color: #302316;
	background-color: #D1D1C2;
}

.border3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #302316;
	border-right-color: #302316;
	border-bottom-color: #302316;
	border-left-color: #302316;
	background-color: #D1D1C2;
}

.border4 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	vertical-align: middle;
	top: 33px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


.border5 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


.border-top {
	border: 2px solid #FFFFFF;
}

.flashbox {
	height: 200px;
	width: 983px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.woodbox {
	height: 132px;
	width: 983px;
	background-image: url(../../../../images/top-wood.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.links {
	background-image: url(../../../../images/linksbak.jpg);
	height: 17px;
	width: 635px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	top: 94px;
	left: 347px;
	position: relative;
	z-index: 2;
	visibility: visible;
}



.rollover  {
	display: block;
	text-decoration: none;
	float: left;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	height: 17px;
	width: 87px;
	text-align: center;
} 


.rollover a:visited  {
	z-index: 1;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
} 

.rolloveron {
	display: block;
	width: 100px;
	height: 17px;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
} 
.background {
	background-image: url(images/bottombak.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	vertical-align: bottom;
	width: 983px;
	background-color: #CACAB9;
	z-index: -1;
	display: table-header-group;
	visibility: visible;
	height: 100%;
}

.text {
	width: 983px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../../../../images/bottombak.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #CACAB9;
	text-align: left;
	z-index: 4;
	margin: 0px;
	padding: 0px;
	display: table-cell;
}
.bottombox {
	text-align: center;
	background-position: center;
	background-image: url(../../../../images/pixhorz.gif);
	background-repeat: repeat-x;
}


.phonebott {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

.copyright {
	font-size: 11px;
	font-weight: bold;
}

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.img-border {
	border: 2px solid #000000;
}

.img-border2 {
	border: 2px solid #FFFFFF;
}

.img-border3 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.description {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}