/*
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;*/
	background: url('img/body.gif') repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
        text-align:center;
	margin:0px;
	padding:0px;
	border-width:0px;
	display:block;
}
a {
	color: #FFF;
	text-decoration: underline;
}

/* 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 #da1623;
	border: 1px solid #F0F0F0;
	color: #555;
	display: block;
	font: normal 1em "Verdana",serif;
	margin-bottom: 12px;
	padding: 8px;
	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;
}
ol {margin: 0 0 1.2em 2em;}

/* structure */
#main {
	width: 780px;
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
	margin: 0 auto;
        text-align:left;
}
#main_left {
	float: left;
	width: 520px;

}
#main_right {
	float: right;
	width: 253px;
	border-left: 6px solid #FFF;

}

/* misc */
.left {float: left;}
.right {float: right;}
span.comment {padding-left: 18px; background: url('img/icon_comment.gif') no-repeat left center;}
span.tag {padding-left: 18px; background: url('img/tag_correct.gif') no-repeat left center;}
.clearer {clear: both; font-size: 0; height: 0;}

/* logo */
#header {
	background: #f2101b url('img/header.gif') repeat-x;
	border-bottom: 6px solid #FFF;
	height: 180px;
}
#header h1 {
	color: #f2101b;
	font: normal 2.7em Verdana,sans-serif;
	margin: 0;
	padding: 108px 0 0 20px;
}

/* main navigation */
#navigation ul,#navigation li {margin: 0; padding: 0;}
#navigation li {list-style: none;}
#navigation {background: #bd1119 url('img/grdnt_blue.jpg') repeat-x;}
#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: #220000;}

/* sidebar label */
.label {
	background: #333 url('img/label.gif') no-repeat;
	clear: both;
	color: #EEE;
	font: normal 1.6em "Verdana",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 0 0 2.5em;
	text-align: left;
}

/* 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: #ff000c;
	display: block;
	font: normal 1.2em Verdana,sans-serif;
	padding: 0.6em 2% 0.6em 5%;
	width: 92%;
	text-decoration: none;
}
.block a:hover {
	background: #000000;
	color: #FFF;
}
.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: #da1623;}
#content a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #bd1119;
}

/* here goes main paragraph style */
#content p {
	font: normal 1.2em Tahoma,Verdana,sans-serif;
	color: #222;
	line-height: 1.3em;
	margin: 0.4em 0 1em 0;
}

#content .descr {
	color: #898989;
	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 #FFF;
	padding: 9px 0 9px 9px;
	width: 507px;
	text-align: left;
}
#footer .right {
	margin-right: 1em;
	padding: 0.8em 0;
	text-align: right;
	width: 220px;
}

/* posting */
.post_info {
	background: #ffffff;
	border-bottom: 3px solid #222222;
	color: #555;
	margin-bottom: 2em;
	padding: 15px 1px;
}

/* 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: #ffffff;}
.commentmetadata a {
	background: #bd1119;
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width:100%; 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;}

#clock {
	width:auto;
	height:auto;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:10px;
	margin-right:6px;
	margin-top:10px;
    display:block;
}

.flickr_block {
	background-color:#222222;
	text-align:left;
	border-width:0px;
	padding:0px;
	margin:0px;
	margin-left:37px;
}

/*.flickr_image {
	background-image:none;
	background-color:#222222;
	border-width:1px;
	border-color:#222222;
	border-style:solid;
}
*/
.flickr_div a, .flickr_div a:visited {
	background-image:none;
	background-color:#222222;
	border-width:0px;
	border-color:#222222;
	border-style:solid;
	padding:0px;
	margin:10px;
}

.flickr_div a:hover {
	background-image:none;
	background-color:#222222;
	border-width:0px;
	border-color:#FF0000;
	border-style:solid;
	padding:0px;
	margin:10px;
}
/*
.spacer {
	width:10px;
	height:10px;
}*/

* html #main_right { width:250px;}

.nav { background-color:#cdcdcd; padding:5px; margin-top:2px }
.nav .previous { float: left; width: 250px; }
.nav .next { margin-left: 250px; text-align:right }
.nav .title { display: none; }
.nav span {  }

#content .nav a { position:relative; z-index:23; }
#content .nav a:hover .title {
            display:block;
            position:absolute;
            top:24px;
            left:0px;
            z-index:22;
            background-color:white !important;
            color:red;
            border-color:#cdcdcd;
            border-width:1px;
            border-style:solid;
            width:auto;
            padding:5px;
            text-align:left;
    }


/*.post .top .nav table { width:500px }
.post .top .nav table tr td { width:auto; min-width: 100px; }
.post .top .nav table tr td.right { text-align:right }

*/

