/*
Theme Name: Thoby Loth
Author: Rasmus Tåg
Author URI: www.ramedus.com
Version: 1.0

*/


/* ----------- Basic ----------- */

img{
	border:none;
	behavior: url(iepngfix.htc);
	}

a img { border:none }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

  
body{
	background:#000000;
	text-align:center;
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family:GillSans, Calibri, Trebuchet, sans-serif;
	color:#eeeeee;
	}

#headimg{
background:#000000 url('img/thoby_bg.jpg') no-repeat;
height: 466px;
width: 934px;
position: absolute;
    top: 0px;
left: 50%;
    margin-left: -460px;
z-index: -50;

}
	
p a{
	color:#cde6e3;
	text-decoration:none;
	}
	
p a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
	
li a{
	color:#cde6e3;
	text-decoration:none;
	}
	
li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}

	
.wrapper{
	width:100%;
	padding-top:90px;
	}
	
h1{
	padding:0;
	margin:0;
	}
	
h1 a{
	color: #8db7ab;
    font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 3.0em;
	text-decoration:none;
	font-weight:100;
	}
	
h3{
	font-size: 1.4em;
	}
	
h4{
	font-size:1.2em;
	font-weight:bold;
	}
	
strong{
	
	}	
	
em{
	color:#8db7ab;
	}
	


	
	
	
/* ----------- Menu ----------- */
		
#topnavi{
	width:100%
	margin:0;
	height: 20px;
margin-right:80px;
text-transform:uppercase;
	font: 1.3em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	}
	
#topnavi a{
	color: #b0c2c6;
	text-decoration:none;
	}
	
#topnavi a:hover{
	color: #ffffff;
	}

#menu{
	float:right;

	}

ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	
	}

ul#menu li{
	display: block;
	float: left;
	padding: 10px 3px 0px 3px;
	margin: 0;
	
	}

ul#menu li a{
	width: 85px;
	height: 20px;
	padding: 0px;
	margin: 0 0 10px 0;
	color: #b0c2c6;
	text-decoration: none;
	display: block;
	text-align: center;
	}

ul#menu li a:hover{
	color: #ffffff;
	}
	
ul#menu li:hover{
	 
	}


ul#menu .current_page_item{
	color: #ffffff;
  	
	}
	
#rightnavi{
	float:right;
	text-align:right;
	margin-right:0;
	padding: 20px 15px 0px 5px;
	height: 20px;
	color: #b0c2c6;
	text-decoration: none;
	display: block;
	}
	
	
	
	
	
	
/* ----------- Centerpieces ----------- */
	
#main{
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
	}
	
#content{
	width:550px;
	padding:25px;
	margin-left:0;
	float:left;
	font-size:1.2em;
	line-height:1.4em;
	}
	
#content h2{
	font-size:1.6em;
	font-weight:100;
	text-transform:uppercase;
	color:#8db7ab;
	}
	
#content h2 a{
	color:#8db7ab;
	text-decoration:none;
	}
	
#content h2 a:hover{
	color:#eee;
	}

#content .time{
	
	margin-top:-12px;
	border-bottom:#8db7ab solid 1px;
	color:#8db7ab;
	}
	
#content .gray{
	color:#8db7ab;
	}
	
#content .edit{
	float:right;
	}
	
#content .time a{
	color:#cde6e3;
	text-decoration:none;
	}
	
#content .time a:hover{
	color:#ffffff;
	text-decoration:none;
	border-bottom:#ffffff solid 1px;
	}
	
.post{
	padding:0 0 30px 0
	}
	
.details{
	padding:2px 15px 2px 15px;
	}
	
.details a:hover{
	color:#ffffff;
	border-bottom:#ffffff solid 1px;
	}
	

/* ----------- Previous & Next link ----------- */
	
.navigation{
	text-align:center;
	}
	
	
	
	
/* ----------- Sidebar ----------- */
	
.sidebar{
	font-size:1.2em;
	width:200px;
	float:left;
	margin-right:0px;	
	background:url('img/sidebarbg.png');
	color:#eeeeee;
	}
	
.sidebar h2{
	padding:0;
	margin:5px;
	color:#8db7ab;
	font-weight:200;
	border-bottom:#3c4946 solid 1px;
	}
	
.sidebar ul{
	margin: 0;
	padding: 2px;
	list-style-type: none;
	}
	
.sidebar ul li{
	background:none;
	padding:2px 0 2px 0;
	margin:5px;
	}
	
.sidebar ul li li{
	border-bottom:#3c4946 solid 1px;
	}

.sidebar a{
	text-decoration:none;
	color:#cde6e3;
	}
	
.sidebar ul li li:hover{
	background:url('img/sidebarbg.png');
	border-bottom:#3c4946 solid 1px;
	}
	
	
	
	
	
	
/* ----------- Search ----------- */
	
#searchform{
	padding:0;
	margin:5px;
	}
	
#searchform #s{
	background:url('img/contentbg.png');
	border:0;
	color:#FFFFFF;
	font:1.0em Geneva, Arial, Helvetica, sans-serif;
	}
	
	
	
	
	
	
/* ----------- Footer ----------- */

#footer{
	

	height:16px;
	width:100%;

	clear:both;
	margin-bottom:0;
	color:#eeeeee;
	}
	
#footerimg{
background: url('img/footer.jpg') no-repeat;
	height:198px;
	width:100%;
z-index: -60;
	clear:both;
	margin-bottom:0;
width: 778px;
position: absolute;
left: 50%;
    margin-left: -400px;

	color:#FFFFFF;
	}
	
	
	
/* ----------- Comments ----------- */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	color:#ffffff;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#d8e5ed;
	}

.commentlist a:hover, .commentlist a:active {
	color:#ffffff;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #d8e5ed;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em GillSans, Calibri, Trebuchet, sans-serif;
	text-decoration:underline;
	}

.commenttext {
	background: url('img/sidebarbg.png');
	border-top:1px solid #ffffff;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}
