/* Default stylesheet for the sNews HTML template “Stockholm”. Released under a Creative Commons NC-BY-SA 3.0 license. Created by Fred K/Dzyn Lab, 2007. Image replacement courtesy of Andy Clark (www.stuffandnonsense.co.uk). Made for standards compliant, graphic web browsers. */

/* --- STAPLE STYLES -- */

.clearer {
	height: 1%;
	font-size: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

.mir { letter-spacing: -1000em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing: normal; text-indent: -999em; overflow: hidden; } 
/* End of hack */

/* --- GLOBAL STYLES --- */

* { margin: 0; padding: 0; }

a { text-decoration: underline; border: 0; outline: 0; color: #900; }
a img { text-decoration: none; border: 0; outline: 0; }

address {
	text-align: left;
	font-style: normal;
	margin: 1em 0;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
	font-weight: bold;
	color: #eba020;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #000;
	width: 968px;
	height: auto;
	font: normal 13px/18px "Lucida Grande",Calibri,Geneva,Tahoma,sans-serif;
	color: #191919;
}

blockquote {
	font-family: Cambria,Georgia,"Bookman Oldstyle",serif;
	color: #962408;
	background: url(assets/quote.gif) no-repeat 100% 80%;
	margin: .8em 0;
	padding: 0 1.5em;
}

blockquote p {
	font-size: 1.33em;
	line-height: 1.6245em;
	margin: .3em 0;
}

blockquote p.indented {
	text-indent: 1em;
	margin: 0;
	padding: 0;
}

cite {
	font-size: .85em;
	font-style: italic;
	letter-spacing: .0552em;
	padding: 1.6em 0;
	line-height: 1.25em;
} 

em {
	padding: 0 1px;
	font-style: normal;
}

fieldset {
	border: 0;
	margin: 1em 0;
	padding: 1em;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0.66em 0 0 0;
	padding: 0;
}

h3 {
	font-size: 1.2em;
	line-height: 1.45em;
	margin: 1em 0 0.15em 0;
	padding: 0;
}


p { margin: 0.2em 0; text-align: left; }

ul, ol, dl, div  
{
	position: relative;  
}

/* --- TEMPLATE SPECIFICS --- */

#wrap {
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	background: url(assets/scantop2.jpg) no-repeat center top;
}

#image {
	margin: 0 auto;
	padding: 1em 3em 2em 3em;
	color: silver;
}

#logo h1 {
	font-weight: normal;
	font-size: 3em;
	font-family: Cambria,Georgia,"Bookman Oldstyle",serif;
	text-transform: lowercase;
	line-height: 1.5em;
	color: silver;
	text-align: left;
	width: 60%;
	height: auto;
	margin-left: 0;
}

#logo {
	margin: 0 auto;
	padding: 1.5em 3em 1em 1.5em;
	height: 140px;
}

#menu {
	list-style-type: none;
	border-bottom: 1px solid #dcc;
	text-align: left;
	margin: .6em auto 1em auto;
	padding: .2em 0 .3em .5em;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .8em;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

#menu li a {
	padding: .6em .8em .5em .8em;
	text-decoration: none;
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #fff;
	color: #766;
	background: #f9f6f6;
}

#menu li a.aktiv {
	border-color: #cbb;
	color: #000;
	border-bottom: 1px solid #fff;
}

#menu li a:hover, #menu li a:focus {
	background: #edd;
	color: #191919;
	border-color: #dcc;
}

#menu li a.aktiv:hover, #menu li a.aktiv:focus {
	background: #fff;
	color: #644;
	border-color: #caa;
	border-bottom: 1px solid #fff;
}

#subheader {
	margin: 0 auto;
	padding: 1em 4em 5em 4em;
	background: url(assets/scanbottom.jpg) no-repeat 50% 97%;
	color: #887676;
	font-size: .85em;
}

#breadcrumbs {
	padding-top: .5em;
	padding-left: .6em;
	border-top: 1px solid #cbb;
}

#search {
	position: relative;
	width: 24%;
	height: auto;
	margin-top: 1.33em;
	margin-left: 2em;
}

#search input.searchfield {
	background: #f6f4f4;
	border: 1px solid #a99;
	color: #677;
	padding: .5em;
	vertical-align: middle;
	margin-right: .5em;
}

#search input.searchfield:hover, #search input.searchfield:focus {
	background: #fff;
	color: #362424;
	border: 1px solid #424040;
	outline: 1px solid #002;
}

#search input.searchbutton {
	background: #dfefff;
	border: 1px solid #a99;
	color: #688;
	padding: .5em;
	vertical-align: middle;
}

#search input.searchbutton:hover, #search input.searchbutton:focus {
	background: #64e8f8;
	color: #243648;
	cursor: pointer;
	border: 1px solid #404042;
	outline: 1px solid #002;
}

#center {
	margin: 0 auto;
	padding: 1em 2em;
	background: url(assets/scanmiddle.jpg) repeat-y center center;
}
#center input { max-width: 90%; }
#center textarea { width: 97%; height: 20em; padding: 3px; }
#center textarea:hover, #center textarea:focus {
	border: 1px solid #edd;
	outline: 1px solid #89a;
	background: #fff;
}
#main {
	text-align: left;
	width: 55%;
	height: auto;
	margin: 0 0 0 2em;
	background: #fff;
	padding: 0 1em;
}
#main h2 {
	font-weight: normal;
	font-size: 1.75em;
	font-family: Georgia,"Bookman Oldstyle",serif;
	line-height: 1.3em;
	margin-bottom: .25em;
	color: #901200;
}
#main h3 { font-size: 1.15em; }
#main h4 {
	font-size: 1em;
	line-height: 1.3em;
	padding-top: .6em;
	padding-bottom: .2em;
	text-transform: lowercase;
}
#main img {

	padding: .6em;
	margin: .6em auto;
	border: 1px solid #ccc;
}
#main fieldset { border: 1px solid #edd; }

#main fieldset p {
	font-size: .9em;
	line-height: 1.75em;
	padding: .3em 0;
}

#main legend {
	font-size: .8em;
	text-transform: uppercase;
	padding: 0 .3em;
}

#main fieldset input { margin: .4em .25em .8em 0; }

#side1 {
	text-align: left;
	width: 17%;
	height: auto;
	padding: 0 .8em 0 .4em;
	font-size: 80%;
	line-height: 1.6em;
}

#side1 h2, #side1 h3 { font-size: 1.3em; }

#side1 li {
	padding: .33em;
	border-bottom: 1px dotted #a99;
	background: #fff;
}

#side1 li:hover { background: #fee; }

#side1 li a {
	text-decoration: none;
	margin: .66em 0;
	line-height: 2.05em;
	font-weight: bold;
}

#side1 li a:hover, #side1 li a:focus { color: #000; }
#side1 .current { font-size: 120%; }

#side2 {
	text-align: left;
	width: 18%;
	height: auto;
	padding: 0 .5em 0 0;
	font-size: 80%;
	line-height: 1.6em;
}

#footer {
	margin: 0 auto;
	padding: 1em 2em 2em 2.6em;
	background: #000;
}

#footer p {
	text-align: center;
	font-size: .8em;
	color: #a5a2a2;
}

#footer p a { color: #582020; }
#footer p a:hover, #footer p a:focus { color: #fcb131; }

/* --- SPECIAL GLOBAL CLASSES --- */

.left { float: left; }
.right { float: right; }
.red { color: #a81800; }
.blue { color: #249dd9; }

/* --- SNEWS SPECIFIC --- */

div.article {
	margin: 1em 0 3em 0;
	padding: 0;
	border-bottom: 1px solid #edc;
}

div.article p { padding-top: .4em; padding-bottom: .25em; }

div.paginator {
	border: 1px solid #edd;
	font-size: .9em;
	font-family: Cambria,Georgia,"Bookman Oldstyle",serif;
	color: #322828;
	padding: .66em; text-align:
	center; background: #f4f2f2;
}

ul.relation { margin-bottom: 1.5em; }
ul.relation li { display: inline; font-size: .8em; }

#txt {
	min-height: 200px;
	max-height: 600px;
	overflow: auto;
}

#name, #email, #calc, #url, #weblink {
	background: #f2f0f0;
	border: 1px solid #dcc;
	padding: .4em;
	margin: .6em 0;
}

#name:hover, #email:hover, #calc:hover, #url:hover, #weblink:hover {
	background: #fff;
	color: #191919;
	border: 1px solid #efe;
	outline: 1px solid #89a;
}

#name:focus, #email:focus, #calc:focus, #url:focus, #weblink:focus {
	background: #fff;
	color: #191919;
	border: 1px solid #efe;
	outline: 1px solid #89a;
}

#contactform, #comment {
	background: #def;
	border: 1px solid #dcc;
	padding: .4em;
	margin: .6em 0;
}

#contactform:hover, #contactform:focus {
	background: #def;
	border: 1px solid #dcc;
	outline: 1px solid #89a;
	cursor: pointer;
}

#comment:hover, #comment:focus {
	background: #def;
	border: 1px solid #dcc;
	outline: 1px solid #89a;
	cursor: pointer;
}

#calc { width: 3em; padding: .4em; }

.comment {
	background: #fff;
	color: #645656;
	font-size: .88em;
	padding: 6px;
	margin: 0 0 10px 0;
	border-left: 4px solid #dec;
}

.commentsbox {
	background: #fff;
	color: #808080;
	padding: 10px 0;
	margin: 0 0 10px 0;
	border-top: 1px solid #edd;
}

.commentsbox, .contactbox { font-size: .9em; line-height: 1.5em; }

p.date {
	font-size: .8em;
	margin: 1em 0 .6em 0;
	padding: 1em 0 1em 3em;
	background: #F8FDF2 url(assets/required.gif) no-repeat left center;
	color: #364848;
}

p.rap {
	font-size: .9em;
	margin: .45em 0 .6em 0;
	padding: 0 0 1em 3em;
	background: url(assets/bubble.gif) no-repeat 2px 1px;
	color: #364848;
}