/*  
Theme Name: In Lingua Mortua
Theme URI: http://www.inlinguamortua.com/
Description: Custom theme for In Lingua Mortua
Version: 1.0
Author: Geir Arne Brevik
Author URI: http://www.gab.net/

*/


*{
	border: 0;
	padding: 0;
	margin: 0;
}

body{ 
	background: #000 url(/wp-content/themes/inlinguamortua/images/background.jpg) no-repeat fixed; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	color: #8f8c96;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3{
	font-weight: normal;
	margin-bottom: 8px;
}

h1{
	margin: 45px 0 24px 24px;
}

h3{
	margin-top: 32px;
}

p{
	margin-bottom: 10px;
}

textarea {
	width: 300px;
}
label, input, textarea{
	clear: both;
}

a, a:link, a:visited{
	color: #fff;
}

a:hover, a:active{
	color: #dd5e00;
}

h2 a, h2 a:link, h2 a:visited{
	text-decoration: none;
	color: #8f8c96;
}


div#wrapper{
	margin: 0 0 0 32px;
}

div#header ul{
	height: 42px;
	margin: 0px;
	padding: 0px;
	margin-left: 18px;
}

div#header li{
	height: 42px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#content{
	background-color: #2e4252; 
	width: 410px;
	padding: 48px 169px 64px 22px;
	float: left;
	clear: left;
}

div#content li{
	margin-left: 16px;
}

.linklist li{
	list-style:none;
	margin-left: 0px;
}
.linklist li ul{
	margin-left: -16px;
	padding: 0px;
}


.news-item{
	margin-bottom: 48px;
}

.metadata{
	font-style: italic;
}
.metadata a, .metadata a:link, .metadata a:visited, #footer a, #footer a:link, #footer a:visited{
	text-decoration: none;
}

div#footer{
	margin: 48px 0 48px 22px;	
	font-size: 0.9 em;
	line-height: 1.6em;
	clear: both;
}

div#guestbook-posts .metadata{
	margin-top: 4px;
}

.guestbook-post{
	margin-bottom: 32px;
}

ol.commentlist{
	margin-left: -16px;
}

.commentlist li{
	list-style: none;
	margin-left: 0px;
}

.borderimage{
	height: 39px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.borderimage p{
	margin: 0;
	padding: 0;
}

.post{
	margin-bottom: 48px;
}

div#sidebar{
	font-size: 0.8em;
	position: absolute;
	top: 265px;
	left: 560px;
	width: 210px;
}

.textinput{
	background: #515F6B; 
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d1d0d3;
	color: #fff;
	width: 250px;
}