/* 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;
	height: 66px;
}

/* End of hack */

/* --- GLOBAL STYLES --- */

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	border: 0;
	outline: 0;
	color: #5B96A6;
}

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: #6E8084;
	width: 968px;
	height: auto;
	font: normal 14px/18px "Arial", Helvetica, sans-serif;
	color: #666;
}

blockquote {
	font-family: "Arial", Helvetica, sans-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 {
	background: #e4f4c4;
	padding: 0 1px;
	font-style: normal;
}

fieldset {
	border: 0;
	margin: 1em 0;
	padding: 1em;
}

h1 {
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1em;
	color: #FFF;
	display: block;
	background-color: #6E8084;
}

h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	font-family: "Arial", Helvetica, sans-serif;
	margin: 0.66em 0 0 0;
	padding: 0;
	color: #4E5B5E;
}

h2 a {
	color: #6EA5B4;
	text-decoration: none;
}

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 {
	list-style-type: none;
}

/* --- TEMPLATE SPECIFICS --- */

div.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	background-color: #FFFFFF;
	width: 968px;
}

#image {
	margin: 0 auto;
	padding: 1em 3em 2em 3em;
	color: silver;
}

#logo {
	padding: 0px;
	margin: 0px;
}

#flashhead {
	margin: 0px;
	padding: 0px;
}

#flashright {
	margin: 0px;
	padding: 0px;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#solidblockmenu {
	float: left;
	font: bold 13px Arial;
	width: 100%;
	background: black url(assets/blockdefault.gif) center center repeat-x;
	background-color: #FFFFFF;
	margin: -3px 0px;
	padding: 0px;
}

#solidblockmenu li {
	display: inline;
}

#solidblockmenu li a {
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

#solidblockmenu li a:visited {
	color: white;
}

#solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: url(assets/blockactive.gif) repeat-x center center;
}

#navtop {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	background-color: #000000;
	font-size: .75em;
}

#navtop li {
	display: inline;
}

#navtop li a {
	float: left;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
}

#navtop li a:hover {
	text-decoration: underline;
}

#navtop ul {
	margin: 0;
}

#subheader {
	margin: 0 auto;
	padding: 0 4em 5em;
	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 #D8D8D8;
}

#search {
	position: relative;
	width: 24%;
	height: auto;
	margin-top: 1.33em;
	margin-left: 2em;
}

#search input.searchfield {
	background: #f6f4f4;
	border: 1px solid #d5d5d5;
	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: 55px 2em 2em;
}

#center input {
	max-width: 90%;
}

#center textarea {
	width: 90%;
	min-height: 200px;
	max-height: 360px;
	overflow: auto;
	border: 1px solid #d5d5d5;
}

#center textarea:hover, #center textarea:focus {
	border: 1px solid #d5d5d5;
	outline: 1px solid #89a;
}

#main {
	text-align: left;
	width: 53%;
	height: auto;
	margin: 0 0 0 2em;
	padding: 0px 1em;
	color: #424242;
}

#main h2 {
	font-weight: normal;
	font-size: 1.75em;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 1.3em;
	margin-bottom: 0.25em;
	color: #4E5B5E;
}

#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 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: 20px .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 solid #a99;
	background: #fff;
}

#side1 li:hover {
	background: #dedede;
}

#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: 20px .5em 0 0;
	font-size: 80%;
	line-height: 1.6em;
}

#footer {
	margin: 0 auto;
	padding: 1em 2em 2em 2.6em;
	background: #000000;
}

#footer p {
	text-align: center;
	font-size: .8em;
	color: #FFFFFF;
}

#footer p a {
	color: #424242;
}

#footer p a:hover, #footer p a:focus {
	color: #797979;
	text-decoration: underline;
}

#intro h2 {
	color: #000;
}

#intro {
	padding: 0px 10px 10px 10px;
	background: #F0F0F0;
	margin: 0px;
}

/* --- 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 #d5d5d5;
	border-top: 1px solid #d5d5d5;
}

div.article p {
	padding-top: .4em;
	padding-bottom: .25em;
}

div.paginator {
	border: 1px solid #edd;
	font-size: .9em;
	font-family: "Arial", Helvetica, sans-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 {
	border: 1px solid #d5d5d5;
	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;
}

.article {
	color: #645656;
	font-size: .88em;
	margin: 0 0 10px 0;
	border-left: 4px solid #dec;
}

.comment {
	color: #645656;
	font-size: .88em;
	margin: 0 0 10px 0;
	border-left: 4px solid #dec;
}

.commentsbox {
	color: #808080;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

.commentsbox, .contactbox {
}

p.date {
	font-size: 0.8em;
	margin: 0 0 1em 0;
	padding: 2em 1em 3em 4em;
	background: url(assets/squeegeeflat.gif) no-repeat left center;
	color: #666666;
}

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

p.important {
	color: #ff0000;
}

.gallery {
	border-top: 1px solid #eee;
	margin: 0 0 20px 0;
}

p.gallery {
	font-size: 0.8em;
	margin: 1em 0 1em 0;
	padding: 1em 0 1em 6em;
	background: url(assets/pictures.gif) no-repeat left center;
	color: #666666;
}

/* REMOVES BORDERS FROM IMAGES */

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* sNEWS FUNCTION STYLES ------------------------------------------------- */

/* indents icons in sitemap, archive & rss_links_sm - this package only. */

.icon_indent {
	margin-left: 20px;
}

fieldset {
	border: 1px solid #E4DF94;
	padding: 10px 8px;
	margin: 0 0 8px 0;
	background: #FFFBC0;
	color: #000;
}

input {
	padding: 2px;
}

textarea {
	width: 97%;
	height: 20em;
	padding: 3px;
}

.comment {
	background: #fcfeff;
	color: #808080;
	padding: 10px;
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
}

.commentsbox {
	background: #fff;
	color: #808080;
	padding: 10px;
	margin: 0 0 10px 0;
}

.date {
	border-bottom: 2px solid #D8D8D8;
	margin: 20px 0 20px 0;
}

/* For keyrock's custom admin panels mod only */

.admpanel {
	border: 1px solid #ccc;
	padding: 10px 8px 10px 15px;
	margin: 0 0 8px 0;
	background: #efefef;
	color: #000;
}

.fieldset {
	border: 1px solid #ccc;
	padding: 20px 8px 20px 15px;
	margin: 0 0 8px 0;
	background: #efefef;
	color: #000;
}

legend {
	font: bold 16px arial;
	margin: 10px 0 0 0;
}

input {
	padding: 3px;
	margin: 0;
}

textarea {
	width: 90%;
	height: 20em;
	padding: 3px;
}

/* span classes used in custom admin panels only */

.redtitle {
	font: bold 14px Arial;
	color: #ff0000;
	text-align: center;
}

.bluetitle {
	font: bold 14px Arial;
	color: #0054bc;
	text-align: center;
}

.admintitle {
	font: bold 16px Arial;
	color: #E23300;
	text-align: center;
}

.buttonmargin {
	margin-bottom: 10px;
}

/* div classes to float images or inserted blocks with text-wrap in articles */

.floatright {
	position: relative;
	float: right;
	padding: 0 0 0 10px;
	border: none;
}

.floatleft {
	position: relative;
	float: left;
	padding: 0 10px 0 0;
	border: none;
}

/* For div=class greybox used within article content textarea */

.greybox {
	border: 1px solid #ccc;
	background: #FFF;
	padding: 10px;
}

/* For <blockquote> tags used within article content textarea */

blockquote {
	padding: 15px 10px 10px 10px;
	border-left: 8px solid #e4d6d2;
	background: #fff2ef;
	margin: 10px 0 10px 15px;
}

/* FOR ARTICLE LEADS FUNCTION in mods/lead_articles.php */

/* division class for article lead */

.article_lead {
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	padding-bottom: 20px;
}

/* span classes for date and text */

.datelead {
	font: normal 10px Arial;
	color: #808080;
}

.leadtext {
	line-height: 1.2em;
}

/* Comments and comment panel styles */

.comment {
	color: #4e1a1a;
	background: #f6f0e8;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #C0C0C0;
}

.commentsbox {
	background: #FFF;
	color: #808080;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* Philmoz, Admin Links mod, May 23.07 */

.New_Admin_Links {
	font-size: 85%;
	text-align: center;
}

.new_links {
	font-size: 95%;
	color: #E23300;
}

/* mattonik's image links panel mod (keyrocks) */

#thumb {
	position: relative;
	z-index: 100;
	display: inline;
}

#thumb a img {
	border: 0;
}

#thumb a.p1:hover {
	text-decoration: none;
	background-color: #8c97a3;
	color: #000;
}

#thumb a .large {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
	top: 0;
	left: 0;
}

#thumb a.p1:hover .large {
	display: block;
	position: absolute;
	top: -35px;
	left: 400px;
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
}

/* mattonik's internal links mod */

#InterneLinky {
	padding: 0.3em;
	border: 1px solid #ccc;
}

#ILclanky {


/* articles list */
display: block;
	width: 35%;
	height: 20em;
	overflow: auto;
	float: left;
}

#ILsites {


/* pages list */
display: block;
	width: 30%;
	height: 20em;
	overflow: auto;
	padding-left: 0.3em;
	float: left;
	border-left: 1px solid #ccc;
}

#ILcat {


/* categories list */
display: block;
	width: 30%;
	height: 20em;
	overflow: auto;
	padding-left: 0.3em;
	border-left: 1px solid #ccc;
}

/* js slideshow */

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 

/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 5px solid #ff0000;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #ff0000; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #ff0000; 
} 

/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
}

/*innerfade */

.inner {
	margin: 0px;
	padding: 0px;
}

ul#news {
	border: 1px solid #ccc;
	padding: 2em;
	background:  #fffeb8;
}

ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 4px;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}