/*
Theme Name: Deep Blue
Theme URI: http://templates.arcsin.se/
Version: 1.0
Description: A two-column layout with a touch of blue. Based on the <a href="http://templates.arcsin.se/">free website template</a> Deep Blue.
Author: Viktor Persson
Author URI: http://arcsin.se
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #474747 url('img/body.jpg') repeat-y center top;
	font: normal 0.7em Calibri,Tahoma,TrebuchetMS, sans-serif;	
}
a {
	color: #FFF;
	text-decoration: none;
}

/* headings */
h1 {font: normal 1.6em Calibri,Tahoma,TrebuchetMS, sans-serif; margin-top: 1em; font-weight:bold;}
h2 {font: normal 1.6em Calibri,Tahoma,TrebuchetMS, sans-serif; margin-top: 0.8em;}
.archiefheader { margin-left: 1.2em; font-weight:bold;}
h3 {font: bold 1.3em Calibri,Tahoma,TrebuchetMS, sans-serif; margin-top: 0.6em;}
h4 {font: bold 1.1em Calibri,Tahoma,TrebuchetMS, sans-serif; margin-top: 0.4em;}

h1,h2,h3,h4 {color: #444;}

/* misc elements */
code {
	background: url('img/code.gif');
	border-left: 6px solid #1664D9;
	border: 1px solid #F0F0F0;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #F4F4F4 url('img/quote.gif') no-repeat;

	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #555;
	display: block;
	font: normal 1.1em Calibri,Tahoma,TrebuchetMS, sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}
ol {margin: 0 0 1.2em 2em;}

/* structure */
#main {
	width: 780px;
	border-top: 6px solid #FFF;
	margin: 0 auto;
}
#main_left {
	float: left;
	width: 520px;
	
}
#main_right {
	float: right;
	width: 253px;
}

/* misc */
.left {float: left;}
.right {float: right;}
span.comment {padding-left: 18px; background: url('img/icon_comment.gif') no-repeat left center;}
.clearer {clear: both; font-size: 0; height: 0;}

/* logo */
#header {
	background: #000000 url('img/header.jpg');
	border-bottom: 6px solid #FFF;
	height: 166px;
	width: 520px;
}
#header h1 {
	font: normal 2.2em Calibri,TrebuchetMS, sans-serif;
	margin: 0;
	padding: 124px 0 0 24px;
}

/* main navigation */
#navigation ul,#navigation li {margin: 0; padding: 0;}
#navigation li {list-style: none;}
#navigation {background: #4D92E4 url('img/grdnt_blue.jpg') repeat-x;}
#navigation a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 1em Calibri,TrebuchetMS, sans-serif;
	height: 1.8em;
	padding: 0.6em 0 0 1em;
	text-decoration: none;
}
#navigation a:hover {background: #444;}

/* sidebar label */
.label {
	background: #333;
	clear: both;
	color: #EEE;
	font: normal 1.4em Calibri,Trebuchet MS,sans-serif;
	font-weight:bold;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}

/* lists */
ul.block, .block ul {
	background: #2A2A2A;
	border-top: 1px solid #3A3A3A;
	margin: 0;
	padding: 0;
}
.block li {
	border-bottom: 1px solid #3A3A3A;
	list-style: none;
}
.block a {
	background: url('img/block.jpg') repeat-x left top;
	color: #CCC;
	display: block;
	font: normal 1.4em Calibri,TrebuchetMS, sans-serif;
	text-transform:uppercase;
	padding: 0.6em 2% 0.6em 5%;
	width: 92%;
}
.block a:hover {
	background: #222;
	color: #FFF;
}
.block a em {
	color: #999;
	display: block;
	font: normal 0.8em Calibri,TrebuchetMS, sans-serif;
	margin-top: 0.3em;
}


}

/* content */ 
#content {
	color: #444;
	font-size: 1.3em;
	font-family: Calibri,TrebuchetMS, sans-serif;
	line-height: 1.3em;
	padding: 2em 2em 1em 4em; 
	marging-left: 2em;
}
#content a {color: #c70000;}

#content a img {border: 2px solid #000000; }

#content a:hover {
	text-decoration: none;
	color: #06F;
}
#content p {
margin: 0.4em 0 1em 0;
font-size:1.3em;
}

#content .descr {
	color: #666;
	margin-bottom: 0.5em;
}
#content ul li {list-style: url('img/li.gif');}
#content ul {margin-left: 1.8em;}


/* footer */
#footer {
	color: #666;
	clear: both;
}
#footer .right {color: #555;}
#footer .right a {color: #555;}
#footer .right a:hover {
	color: #777;
	text-decoration: none;
}
#footer .left a {color: #777;}
#footer .left a:hover {
	color: #333;
	text-decoration: none;
}
#footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 507px;
}
#footer .right {
	margin-right: 1em;
	padding: 0.8em 0;
	text-align: right;
	width: 220px;
}

/* posting */
.post_info {
	background: #FAFAFA;
	border: 1px solid #EEE;
	color: #555;
	margin-bottom: 1em;
	padding: 0.6em 0.7em;
}
.post {
	margin: 0 1em 0 2em;
	}

/* comments */
.commentlist {margin: 1em 0 0 2em; padding: 0;}
#comments {margin: 1em 0 0 1em; padding: 0;}	
.commentlist li {margin-bottom: 1.2em; list-style: none;}
#commentform {
	margin: 1em 2em 0 2em;
	
	width: 360px;
}
.commentmetadata {padding: 0.2em 0 0.4em; color: #469;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 320px; overflow: auto;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

#respond {
	margin: 2em 2em 0 1em;
	}
	
.execphpwidget a {
	background-color:#2A2A2A;
	color: #CCC;
	/*display: block;*/
	font: normal 1.4em Calibri,TrebuchetMS, sans-serif;
	text-transform:uppercase;
	padding: 0.6em 2% 0.6em 5%;
	padding:0;
	width: 100%;
	border-color:#000000;
}

.pp_empty, .pp_empty a {
	border-color:#000000;
	}

/*ANNOUNCEMENT*/

#announcement {
	background-color:#cccccc;
	margin-left: 0;
	margin-right: 0;
	padding: 0.1em 1.5em 0.1em 2em;
	background-image:url(img/featured_bg.gif);
	background-repeat:no-repeat;
	}

#announcement h1 {
	margin-left:25px;
	font-size:1.4em;
	margin-top:0.7em;
	}
#announcement h1 a {
	color: #0066ff;
	}
#announcement h1 a:hover{
	color: #c70000;
	text-decoration:none;
	}	
#announcement .descr{
	margin-left:25px;
	color: #666666;	
	}
	
#announcement .post_info {
	background-color:#E0E0E0;
	border: 0;
	display:none;
	}
	
#announcement .more-link {
	color:#0066ff;
	}
	
#announcement a:hover{
	color:#c70000;
	}
	
#announcement .post_body {
	margin-left:25px;
	color: #333333;
	font-size:0.8em;
	}

.more-link {
	margin-left:80%;
	}
	
	
/*NEWSLETTER*/
	
.newsletterTextInput{ 
	width:120px; margin-right:15px; }

.newsletterContainer{ width:100%; padding:10px; }

.success {
	background: #CFEBF7;
	border: 1px solid #2580B2;
}

.error {
	background: #FFEFF7;
	border: 1px solid #c69;
}

.error, .success {
	margin: 3px 0px;
	padding: 2px;
}

/*login*/

#login_error {
	border: 1px solid #000000;
	background-color:#666666;
	}

/*PREVIOUS / NEXT*/	
#previous-next {
	padding-left:1.2em;
	display:block;
	}

#previous-next a {
	color:white;
	background-color:#c70000;
	}
	
#previous-next a:hover {
	color:white;
	background-color:#0066ff;
	}