/*
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.gif') repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;	
}
a {
	color: #FFF;
	text-decoration: none;
}

/* headings */
h1 {font: normal 2em sans-serif; margin-top: 1em;}
h2 {font: normal 1.8em sans-serif; margin-top: 0.8em;}
h3 {font: bold 1.3em sans-serif; margin-top: 0.6em;}
h4 {font: bold 1.1em 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: #FAFAFA url('img/quote.gif') no-repeat;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #555;
	display: block;
	font: normal 1.2em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}
.code {
/*
	border-bottom: 1px solid #0161DC;
	border-top: 1px solid #0161DC;
	border-left: 5px solid #0161DC;
	border-right: 1px solid #0161DC;
	background: #FAFAFA;
	padding-left:20px;
	color: #555;
	display: block;
	font: normal 1.2em sans-serif;
	margin:15px 30px 0pt 10px;
	*/
	font: normal 1.2em sans-serif;
	background: #FAFAFA;
	border-bottom: 1px solid #0161DC;
	border-top: 1px solid #0161DC;
	border-left: 5px solid #0161DC;
	border-right: 1px solid #0161DC;
	margin:10px 30px 0px 10px;
	padding:0.4em 0.6em 0em 0.4em;
}
ol {margin: 0 0 1.2em 2em;}

fieldset {
	padding: 20px ;
	border: 1px solid #0161DC;
}
legend {
	padding-left: 10px;
	padding-right: 10px;
	color: #0161DC ;
}

/* structure */
#main {
	width: 780px;
	border-top: 6px solid #FFF;
	margin: 0 auto;
	background-color: #FFF;
}
#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: #1664DA url('img/header.gif') repeat-x;
	border-bottom: 6px solid #FFF;
	height: 100px;
}
#header h1 {
	font: normal 2.2em Verdana,sans-serif;
	margin: 0;
	padding: 50px 0 0 24px;
}

/* main navigation */
#navigation ul,#navigation li {margin: 0; padding: 0;}
#navigation li {list-style: none;}
#navigation {background-color: #0062dd;}
#navigation a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 1em Verdana,sans-serif;
	height: 1.8em;
	padding: 0.6em 0 0 1em;
	text-decoration: none;
}
#navigation a:hover {background: #444;}

.current_page_item {
	background: #444;
}

/* sidebar label */
#sidebar {background-color: #FFF; padding-top: 10px;}
.label {
	background: #0161dc;
	clear: both;
	color: #EEE;
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
	overflow: hidden;
	text-align: left;
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

/* lists */
ul.block, .block ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #0161dc;
}
.block li {
	border-top: 1px solid #0161dc;
	border-left: 1px solid #0161dc;
	border-right: 1px solid #0161dc;
	list-style: none;
}
.block a {
	color: #0161dc;
	display: block;
	font: normal 1em Verdana,sans-serif;
	padding: 0.4em 3% 0.4em 5%;
	width: 92%;
}
.block a:hover {
	color: #0161dc;
	font-weight: bold; 
}
.block a em {
	color: #999;
	display: block;
	font: normal 0.8em Verdana,sans-serif;
	margin-top: 0.3em;
}


/* content */ 
#content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 1em 1em; 
}
#content a {color: #1664DA;}
#content a:hover {
	text-decoration: underline;
	color: #06F;
}
#content p {margin: 0.4em 0 1em 0;}
#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: underline;
}
#footer .left a {color: #777;}
#footer .left a:hover {
	color: #333;
	text-decoration: underline;
}
#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;
}

/* comments */
.commentlist {margin: 1em 0 0 0.5em; padding: 0;}
.commentlist li {margin-bottom: 1.2em; list-style: none;}
#commentform {
	margin: 1em 0;
	width: 360px;
}
.commentmetadata {padding: 0.2em 0 0.4em; color: #469;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

#commentform textarea {
	width: 320px; 
	overflow: auto;
	font-size: 1.1em;
	background: #F8F7F6;
	/* border: 1px solid #D6D3D3; */
	border: 1px solid #939793;
	line-height: 1.3em;
	margin:4px;
	padding:4px;	
}

#commentform textarea:hover {
	background: #FFF;
	border: 1px solid #0161DC;
}
#commentform textarea:focus {
	background: #FFF;
	border: 1px solid #0161DC;
}

#commentform input {
	font-size: 1.1em;
	background: #F8F7F6;
	/* border: 1px solid #D6D3D3; */
	border: 1px solid #939793;
	line-height: 1.3em;
	margin:4px;
	padding:4px;
}
#commentform input:hover {
	background: #FFF;
	border: 1px solid #0161DC;
}
#commentform input:focus {
	background: #FFF;
	border: 1px solid #0161DC;
}
#commentform input {margin-bottom: 3px;}

#secureimgdiv input {margin: 3px;}

#securitycode {
	font-size: 1.1em;
	background: #F8F7F6;
	/* border: 1px solid #D6D3D3; */
	border: 1px solid #939793;
	line-height: 1.3em;
	margin:4px;
	padding:4px;
}

#securitycode:hover {
	background: #FFF;
	border: 1px solid #939793;
}
#securitycode:focus {
	background: #FFF;
	border: 1px solid #0161DC;
}

.contactright.styled {width: 320px; overflow: auto;}

.contactright {
	font-size: 1.1em;
	line-height: 1.3em;
	background: #F8F7F6;
	border: 1px solid #939793;
	margin:4px;
	padding:4px;
}
.contactright:hover {
	background: #FFF;
	border: 1px solid #0161DC;
}
.contactright:focus {
	background: #FFF;
	border: 1px solid #0161DC;
}
#contactform input {margin-bottom: 3px;}

#sidebar .search {
	border-left: 1px solid #0161DC;	
	border-right: 1px solid #0161DC;	
	padding: 10px; 
	font-size: 0.8em;
}

#sidebar .tr_embed_t_js {
	border-left: 1px solid #0161DC;	
	border-right: 1px solid #0161DC;
	border-top: 1px solid #0161DC;
}


#searchform input {margin-bottom: 3px;}

#searchform input {
	font-size: 1.1em;
	line-height: 1.3em;
	background: #F8F7F6;
	border: 1px solid #939793;
	margin:4px;
	padding:4px;
}

#searchform .text {
	background: #FFF;
	border: 1px solid #939793;
}

#searchform input:hover {
	background: #FFF;
	border: 1px solid #0161DC;
}
#searchform input:focus {
	background: #FFF;
	border: 1px solid #0161DC;
}