/*#############################################################
Author: Viktor Persson
URL: http://arcsin.se
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	color: #1B4263;
	padding-top: 64px;
	background: #E7E7E2 url('../img/body.jpg') no-repeat center top;
}

/* bg image maps */

#bgmap-home a {
	position: absolute;
	height: 80px;
	width: 210px;
	top: 10px;
	text-decoration: none;
   }

#bgmap-home a i { visibility: hidden; }

a#home {
	left: 120px;
	position: absolute;
}

#bgmap-owner a {
	position: absolute;
	height: 40px;
	width: 210px;
	top: 30px;
	text-decoration: none;
   }

#bgmap-owner a i { visibility: hidden; }

a#owner {
	left: 880px;
}


p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em ans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1.2em sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 920px;
}

.outer-container {
	padding-bottom: 20px;
}

/* headere & title */
.header {
	background: #222 url('../img/header.jpg') no-repeat;
	height: 222px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 0px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
	background-image: url(../img/wood-trim.jpg);
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	text-decoration: underline;
}

/* main */
.main {
	background: url(../img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 15px 10px 20px 0;
}

/* content */
.content {
	float: right;
	width: 650px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}
.content p {
}

/* navigation */
.navigation {
	float: left;
	width: 150px;
	margin-top: 20px;
}
.navigation h2 {
	color: #5A5A43;
	line-height: 30px;
	margin: 0;
	padding-left: 5px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	color: #FFF;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* footer */
.footer {
	background: #949494;
	color: #F7F7F7;
	font: 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}


/* 
   Posts 
------------------------------------------------------------------- */

.post a {text-decoration: none;}
.post a:hover {text-decoration: underline;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
	color: #777;
	margin: 2px 0 10px;
}
.post-date a {color: #444;}

.post-title h1, .post-title h2, .post-title h3 {margin-bottom: 0;}

.post-meta {
	background: #F6F6F6;
	border: 1px solid #DDD;
	color: #777;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

.post-body {
	font-size: 10pt;
	margin-top: 21px;
}
.post-body a {color: #039;}
.post-body a:hover {color: #039;}

.post-body img.left, .post-body img.right {margin-bottom: 1em;}

.post li {
	list-style: url(../img/li.gif);
	margin-left: 0px;
}

.post2 li {
	list-style: url(../img/li.gif);
	margin-left: 0px;
	margin-top: 0.5em;
}


/* Main */

.main {
	margin-bottom: 4px;
}

/* .main#main-three-columns {background: url('img/main-three-columns.gif') repeat-y right top;} */
.main#main-three-columns .sidebar {
	width: 193px;
}
.main#main-three-columns #main-left {
	width: 510px;
	margin-left: 33px;
}

/* .main#main-two-columns {background: url('img/main-two-columns.gif') repeat-y right top;} */
.main#main-two-columns .sidebar {width: 260px;}
.main#main-two-columns #main-left {width: 671px;}

.sidebar a {text-decoration: none;}
.sidebar a:hover {text-decoration: underline;}

#sidebar-1 {
	margin-left: 17px;
}


/* Columns */
.col2 {
	width: 48%;
}
.col2-right {
	margin-left: 4%;
}

.col3 {width: 32%;}
.col3-mid {margin-left: 2%;}


/* Sidebar */

#sidebar-wrapper {}
#sidebar {}


/* Sidebar sections */
.section {margin-bottom: 16px;}
.section-title {
	background-color: #F2F6FA;
	border-top: 2px solid #ABC;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

.network-section .section-title {
	background-color: #F6F6F6;
	border-color: #D6D6D6;
}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 4px;
	margin-bottom: 17px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 17px;
}


/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .content-separator1, .content-separator2, .event-separator, .archive-separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 15px 0;}
.content-separator1 {margin: 12px 0;}
.content-separator2 {margin: 24px 0;}
.event-separator {margin: 25px 125px;}
.archive-separator {margin: 10px 0;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.medium {
	font-size: 12pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	font-weight: bold;
}

.large {
	font-size: 16pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet {color: #999;}
.loud {color: #000;}
.highlight {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

/* 
   Misc classes
------------------------------------------------------------------- */

/* slideshow */
.slideshow { height: 200px; width: 900px; }
.slideshow img { padding: 10px; /*border: 1px solid #ccc;*/ background-color: #333; }
.clear-top { height: 0px; width: 900px; padding-top:4px; /*margin: auto*/ }