/*
© Copyright ekermann reklambyrå 2008
*/
html {
	height: 100%;
	overflow-y: scroll;
	
}
/*
body {
	margin-left: 40px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	text-align: left;
	background: #15110D url('images/background.jpg') repeat;
	//background: #15110D;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	color: #918b70;
	line-height: 14px;
	font-weight: 100;
	cursor: default;
	
}

#wrapper {
	width: 900px; 
	margin: 0 auto;
	padding: 0;
	height: auto;
	text-align: left;
	position: absolute;
	float: left;
	
} 
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #15110D url('images/background.jpg') repeat;
	color: #918b70;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	font-weight: 100;
	cursor: default;	
}

#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

.twoCol {
	padding-left: 20px;

}

.threeCol {
	padding-left: 20px;

}


a {
	color: #E1C02B;
	text-decoration: none;
}

a:hover {
	color: #504631;
}


h1, h2, h3, h4 {
	font-family: Helvetica, Arial;
}

p {
	margin: 0;
	padding: 0;
}

h4	{
	margin-bottom: 0px;
}



/*------------- HEADER -------------*/

img {
	border: 0px;
}


#logo {
	float: left;
	width: 900px;
	height: 150px;
	background: url('images/header.png') no-repeat;
	padding: 0 0 0 0;
	_padding: 0 0 0 0;
}

#style {
	float:right;
	position: absolute;
	top: 10px;
	right: 0;
}


h1, h1 a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1 a:hover {
	color: #999;
}

h2{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin:0px;
	padding: 0px;
}

#logo h2 {
	margin: 0 0 0 0;
}







/*------------- NAVIGATION -------------*/


/*------------- RIGHT -------------*/

#nav {
	margin-left: 490px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: -110px;
	background: transparent;
	padding: 0 0 0 0;
	float: left;
	text-align: left;
	width: 900px;

} 

#nav  ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline; 
} 

#nav li a {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #15110D;
	font-size: 12px;
	text-transform: none;
	margin: 0 10px 0 10px;
}

#nav li a:hover {
	color: #4B3C2E;
	text-decoration: none;
}


#nav .home {
	margin-right:5px;
}



/*------------- BELOW -------------*/
/*ANVÄNDS INTE NU
#nav2 {
	background: #3c362c;
	padding: 6px 10px 8px 10px;
	float: left;
	text-align: left;
	margin: -10px 0 30px 0;
	clear: both;
}

#nav2  ul {
	margin: 0px;
	padding: 0px;
}

#nav2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav2 li a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #f4f6da;
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
}

#nav2 li a:hover {
	color: #fff;
	text-decoration: underline;
}


#nav2 .home {
	margin-right:5px;
}



/*------------- BELOW2 -------------*/
/*ANVÄNDS INTE NU

#nav3 {
	padding: 6px 0 8px 0;
	float: left;
	text-align: left;
	margin: -10px 0 30px 0;
	clear: both;
	border-bottom: 1px solid #595348;
	border-top: 1px solid #595348;
}

#nav3  ul {
	margin: 0px;
	padding: 0px;
	
}

#nav3 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	
}

#nav3 li a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #595348;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
	font-weight: bold;
}

#nav3 li a:hover {
	color: #fff;
	text-decoration: underline;
}


#nav3 .home {
	margin-right:5px;
}
/*




/*------------- CONTENT -------------*/

#content {
	margin-left: 0;
	margin-right: 0;
	margin-top: 40px;
	margin-bottom: 0;	
	line-height: 22px;
	min-height: 600px;
	float: left;	
}	



.left {
	float: left;
}

.left img {
	width: 456px;
	width: expression(this.width > 456 ? 456: true);
	height: auto;
}

.right {
	width: 400px;
	float: right;
	line-height: 22px;
	_margin-top: 5px;
	background-color: transparent;
	
}

.pageleft {
	width: 500px;
	float: left;
	line-height: 23px;
	
}

.pageright {
	width: 400px;
	float: right;
	line-height: 22px;
	
}



.post {
	padding-bottom: 30px;
	float: left;
	width: 900px;
	font-family: 'Helvetica', Arial;
	
	
}

.post li {
	list-style: none;
}



.alignleft {
	margin: 5px 10px 5px 0;
}

.alignright  {
	margin: 5px 0 5px 10px;
}


#content h2 {
	font-size: 22px;
	color: #F2EEE3;
	line-height: 22px;
	padding-bottom: 5px;
}

#content h2 a {
	text-decoration: none;
	color: #F2EEE3;
}

#content h2 a:hover {
	color: #E2C12B;
}

#content img{
			padding: 5px;
			margin: 0 0 0 0;
			display: block;
			text-align: center;
			background-color: #191919;
		}
		
		#content img, #content .border {
			border: 1px solid #2D271B;
		}
		
		#content a:hover img {
			border-color: #E2C12B;
		}		
		
		#content .flashmovie {
			border: 1px solid #2D271B;
			padding: 5px;
			margin: 10px auto 10px 0;
			width: 456px;
			text-align: center;		
		}
	

.meta {
	font-size: 9px;
	color: #504631;
	text-decoration: none;
	margin: 5px 0 10px 0;
	border: 0px;
	text-transform: uppercase;
	background: url('images/lineposts.png') no-repeat top;	
}


.meta a {
	color: #E1C02B;
	text-decoration: none;
	margin: 0 0 10px 0;
	border: 0px;
}

.meta a:hover  {
	color: #504631;
	text-decoration: none;
}

.metaComment {
	font-size: 10px;
	color: #E1C02B;
	text-decoration: none;
	margin: 0 0 10px 0;
	border: 0px;
	text-transform: uppercase;
	background: url(images/comments.png) no-repeat top 0px;
}


.metaComment a {
	color: #E1C02B;
	text-decoration: none;
	margin: 0 0 0 0;
	border: 0px;
}

.metaComment a:hover  {
	color: #504631;
	text-decoration: none;
}


#browse {
	width: 900px;
	margin: 10px 0 40px 0;
}

div.alignleft,  div.alignright{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	//font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
	display: block;
	width: auto;
	margin: 0 0 50px 0;
}

div.alignleft {
	float: left;
	text-align: left;
	margin 0 0 0 0;
}

div.alignright {
	float: right;
	text-align: left;
	margin 0 0 0 0;
}

div.alignleft a, div.alignright a {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #E1C02B;
	
}

div.alignleft a {
	padding: 2px 7px 2px 20px;
	background: url('images/arrow-left-off-dark.png') top left no-repeat;
	color: #E1C02B;
}

div.alignleft a:hover {
	background: url('images/arrow-left-on-dark.png') top left no-repeat;
	color: #504631;
}

div.alignright a {
	padding: 2px 20px 2px 7px;
	background: url('images/arrow-right-off-dark.png') top right no-repeat;
	color: #E1C02B;
}

div.alignright a:hover {
	background: url('images/arrow-right-on-dark.png') top right no-repeat;
	color: #504631;
}





/*------------- COMMENTS -------------*/

#comments {
	font-size: 12px;
	color: #F2EEE3;
	width: 400px;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
}

#comments a {
	text-transform: none;
	color: #E1C02B;
	text-decoration: none;
	margin: 0 0 0 0;
	border: 0px;
}

#comments a:hover {
	color: #F2EEE3;
	text-decoration: none;
}

#comments h3 {
	text-transform: uppercase;
	font-size: 12px;
	color: #E1C02B;	
	margin: 10px 0 10px 0;
}

#commentform {
	text-transform: uppercase;
	font-size: 9px;
	color: #E1C02B;
	width:400px;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
}

#commentform a {
	text-transform: uppercase;
	color: #E1C02B;
	text-decoration: none;
	margin: 0 0 0 0;
	border: 0px;
}

#commentform a:hover {
	color: #F2EEE3;
	text-decoration: none;
}

.commentdate{
	font-size: 9px;
	color: #504631;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}


div.avatar {
	width: 50px;
	float: left;
}

div.comment {
	width: 400px;
	float: left;
	margin-bottom: 40px;
	
}

.comment span{
	color: #E1C02B;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-size: 9px;
}



ul.commentlist {
	padding: 0;
	margin: 0;
	float: left;
	
}

.commentlist li {
	padding: 10px 0 0;
	list-style: none;
}

form textarea {
	margin: 5px 0 0 0;
	width: 390px;
	padding: 5px;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

form input {
	margin: 5px 5px 0 0;
	padding-left: 5px;
}



/*------------- FOOTER -------------*/

#footer {
	font-family: Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif ;
	font-size: 10px;
	color: #F2EEE3;
	line-height: 12px;
	font-weight: 100;
	cursor: default;
	width: 900px;
	margin: 0 auto;
	display: block;
	float: left;
	margin: 60px 0 50px 0;
	background: url('images/line.png') no-repeat top;
	padding: 20px 0 20px 0;
}

#copyright {
	float: left;
}


#copyright a:hover {
	color: #F2EEE3;
	text-decoration: none;
}

#icons {
	text-transform: uppercase;
	float: right;
	font-size: 10px;
}

#icons a:hover {
	color: #F2EEE3;
}

#icons img {
	float: left;
}


#footer a {
	color: #918b70;
	text-decoration: none;
}


#footer img {
	border: none;
	margin: 0 5px 0 0;
}