﻿/*#############################################################
Name: Blackbox
Date: 2006-06-01
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
	border-width:0px;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	margin: 20px 0;
	text-align: center;
	font: normal 12px sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}
p{
	text-align:justify;
}
h1{
	font-size:15px;
}
img{
	border-width:0px;
}
/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 900px; 
}


/* Header */

.gfx h1 {
	color: #444;
	font: normal 2.6em Tahoma,sans-serif;
	padding-top:30px;
	padding-left:14px;
    padding-bottom:14px;
}


/* Menu */
.menu{
	background: #000 url(img/bgmenu.png) repeat-x;
	width: 900px;	
  	float:left;
  	border-top: 1px solid #1A1A1A;
}
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	color: #444;
	font-size:15px;
	float: left;
	height: 26px;
	width:149px;
	padding-top:10px;
	text-align:center;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background:#030303; 
	clear: both;
	float:left;
	width:100%;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}
.aboutcontent {
	border-top: 1px solid #1A1A1A;
	background:#030303; 
	clear: both;
	float:left;
	width:100%;
}
.aboutcontent h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.aboutcontent p {
	margin: 0 0 12px;
}
.aboutitem {
	
	padding: 8px 10px;
	width:50%;
	margin:auto;
}

.indexdiv{
	background:#030303 ;
}
.formdiv{
	text-align: center;
}
.formdiv table {
	margin: auto;
	text-align:left;
}
.formtitle{
	margin:auto;
	border-width:1px;
	padding:5px 5px 5px 5px;
	margin-bottom:10px;
}
.formtitle legend{
	text-align:left;
	margin-left:5px;
	color:#666;
}

#groupcontact{
	width:500px;
	border:1px solid #222;
}

.guestbookp {
	margin:10px 0;
	background-color:#222;
}

.alsovisit{
	margin:5px 5px 5px 5px;
}
.inputelement{
	border: 2px solid #444;
}
/*Image containers*/
.image_container_430x335 {
	width:430px;
	height:335px;
	border: 2px solid #222;
	
}
.image_container_120x120 {
	
	margin-left:15px;
	text-align:center;
	float:left;
	min-height:260px;
	margin-top:15px;
}
.image_container_120x120 p{
	text-align:center;
}

.image_container_120x120 img{
	border: 2px solid #222;
	padding:10px 10px 10px 10px;
	background-color:#151515;
}
.photoview_container{
	padding:5px 5px 5px 5px;
	border: 2px solid #222;
	margin-left:15px;
	margin-top:15px;
	text-align:center;
	width:95%;
}
.photoview_container p{
	text-align:center;
}

/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
	text-align:center;
} 
