/*
Template name: Blackbox
Template URI: http://templates.arcsin.se/blackbox-website-template/
Release date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}
blockquote 
{
	margin: 10px 0px 10px 5px;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}

h2
{
	color: #445566;	
}


/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 798px; 
}


/* header */
.gfx {
	background: #222 url(img/bg.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #585858;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	float: left;
	font-size: 1.2em;
	padding-top: 4px;
	width: 161px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 150px;
}


/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}

table.tabular
{
	font-size: 9pt;		
}

.tabular td
{
	padding: 2px;
}

.tabular th
{
	font-weight: bold;
	padding: 2px;
}

.tabular tr
{
	background-color: #B3A8A2;
	color: Black;
}

.tabular tr.alt
{
	background-color: #5F5956;
	color: black;
}

.tabular tr.header, .tabular tr.footer
{
	background-color: #E0D2CB;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #444;}
.footer .right a:hover {color: #999;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

#videoplayer { 
    width: 450px; 
    height: 350px; 
    float:left;
}

div#videocontainer{
	float:right;
}

div#videoscroller
{
	width: 320px; 
	height: 295px;
}

div.videoitem{
	height: 100px;
	overflow: hidden;
}

div#galleries
{
	float: right;
}

div#interior
{
	float:left;
	width: 650px;
}

div#galleryscroller
{
	width: 109px;
	height: 255px;
}

a:hover .thumbnail, a:hover 
{
	cursor: pointer;
}

.white 
{
	color: white;
}

p.siteheader
{
	display: block;
	width: 150px;
	margin: 0px 0px 0px 15px;
}

div#photoscroller
{
	width: 647px;
	height: 305px;
}

div#photonav
{
	float:right;
	font-size: 12pt;
}
 
/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    height:600px; 
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:800px;     
    min-height:600px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(img/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.blue
{
	color: #445566!important;
}

p.news
{
	margin-top: 5px;
}

span.email
{
	margin-left: 165px;
}

#galleryTip
{ 
    display:none; 
    /*background:transparent url(/tools/img/tooltip/black_arrow.png); */
    font-size:12px; 
    height:20px; 
    border: 1px solid white;
    width:100px; 
    padding:5px; 
    color:black;
    margin-right: 10px;
    background: silver;
}

div.phototitle
{
	display: none;
	background-color:White;
	color:Black;
	font-size:1.3em;
	height:20px;
	left:-14px;
	padding:2px 0 0 3px;
	position:absolute;
	top:-30px;
	width:260px;
}

div.photodescription
{
	display: none;
	background:transparent url(img/photo_bg.png) repeat scroll 0 0;
	color:black;
	font-size:1.2em;
	height:150px;
	padding:5px;
	position:absolute;
	text-align:justify;
	top:440px;
	left:0px;
	width:790px;
	overflow:hidden;
}

#login
{
	text-align: center;
	padding: 20px 0px 20px 0px;
}

div#divEditPhotoButton
{
	display: none;
	background-image:url(img/overlay/edit.png);
	cursor:pointer;
	height:35px;
	position:absolute;
	right:15px;
	top:-15px;
	width:35px;
}

div#divEditPhoto
{
    display:none; 
     
    z-index:10001; 
     
    background-color:#333; 
     
    width:780px;     
    min-height:580px; 
    border:1px solid #666; 
     
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;    
    
    position:absolute;
    top: 10px;
    left: 10px;
    padding: 0px 0px 0px 10px;
	
}

label
{
	font-size: 1.5em;
	color: white;
}

.center
{
	text-align: center;
}

.padding-right
{
	padding-right: 3px;
}