﻿

/* default elements */
* {margin: 0; padding: 0;}

body {
	color: #ccc;
	font: normal 62.5% Verdana;
	background-color: #000;
	background-image: url(/img/bg2.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

a {
	color: #eee;
	font-weight: normal;
	text-decoration: none;
	img-border: 0px;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

big {font-size: 1.1em;}

h1,h2,h3 {color: #ccc; padding: 8px 0 2px;}

h1 {font: normal 2.4em Verdana;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em Verdana;}
h3 {font: bold 1.1em Verdana;}
h4 {
	font: bold 1em Verdana;
	line-height: 30px;
	color: #ccc;
}

blockquote {
	background: url(/img/quote.gif) no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {
	background: #111;
	padding: 0px;
	text-align: left;	
}

label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

img.float-right {
  	margin: 5px 0px 10px 10px;  
	float: right;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
	float: left;
}
.media {
	text-align: center;
	vertical-align: middle;
}
.hr {
	text-align: center;
	vertical-align: middle;
	background-color: #333;
	color: #333;
	height: 1px;
	margin-bottom: 10px;
}
.ram {
	border: 0px solid #333;
}

/* structure */
#wrapper {
	margin: 0 auto;
	width: 802px;
}
#container {
	background-image: url(/img/sogoodback3.jpg);
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 800px;
}

/* header */
.title {
	background: #000 url(/img/top.jpg) repeat-x;
	border-top: 0px solid #111;
}
.title h1 {
	color: #4a422e;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 9px 0 9px 18px;
	height: 35px;	
}

.header {
	background: url(/img/header.jpg) no-repeat left bottom;
	height: 150px;
}

/* navigation */
.navigation {
	background: #000 url(/img/nav.jpg) repeat-x;
	height: 41px;
	border-right: 0px solid #000;
	border-left: 0px solid #000;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.navigation a {
	background: #FFF url(/img/nav.jpg) repeat-x;
	border-right: 0px solid #EEE;
	color: #999;
	float: left;
	font: bold 18px Verdana,sans-serif;
	padding: 0 25px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #999;}

/* main */
.main#two-columns {

}

.highlight2 {
	background-color: #111;
	border: 1px solid #ccc;
	color: #eee;

}


/* media */
.media {
	text-align: center;
	vertical-align: middle;
}

/* empty */
.empty {
	padding-top: 155px;
	
}

/* space */
.space {
	height: 1px;
	background-color: #222;
}
/* toppen */
.toppen {
	border-top: 0px solid #111;
	color: #ccc;
	padding: 14px 20px;
}

/* bottom */
.bottom {
	border-top: 0px solid #111;
	color: #ccc;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;
}

.49left {
	width: 48%;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.49right {
	width: 48%;
	text-align: center;
	vertical-align: middle;
	float: right;
}

/* footer */
.footer {
	background: url(/img/bottom.jpg) repeat-x;
	color: #ccc;
	padding: 0px;
	border: 0px solid #111;
	height: 43px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #37301e;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 700px;}
.col2 .right {width: 99px;}
.content {padding: 18px 20px 0px 20px;}
.content2 {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #111;
	margin: 4px 0;
	padding: 0;
	width: 95%;
}
.block li {
	border-bottom: 1px dashed #000;
	list-style: none;
	background-color: #111;
}
.block li a,.block li em {
	color: #ccc;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #222;
	color: #fff;
}

.right .block,.right .block li {border-color: #111;}
.right .block li a:hover {background: #F2F0EA;}
