/*
Theme Name: 4fod
Theme URI: http://www.imyourfriend.dk
Description: Tema baseret paa 4fod.dk
Version: 2.9.2
Author: Mark Helmich
Author URI: http://www.markhelmich.dk
Tags: 4fod
*/

@charset "utf-8";

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

p {
margin: 0 0 10px 0
}

left {
	float:left;
}

right {
	float:right;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(images/background_4fod.jpg);
	background-repeat:repeat-x;
	background-color:#c7c7c8;
}

h1 {
	font-family: arial, verdana, serif;
	font-size: 22px;
	color:#000;
	margin-bottom: 10px;
}	

h2 {

	font-family: arial, verdana, serif;
	font-size: 18px;
	margin-bottom: 5px;
	text-decoration: none;
}

hr {

	color: #FFF;
	text-decoration: none;
}

#page-wrap {
	width: 840px;
	margin: 0 auto;
	background-image:url(images/site_shadow.png);
	background-repeat:repeat-y;
}

#header {
	position: relative;
	width: 800px;
	height: 350px;
	margin: 0 auto;
	background-image:url(images/4fod_top.jpg);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-color: #fff;
}

#header .logo
{
	height: 180px;
}

#navigation {
	width: 800px;
	height: 31px;
	background-attachment: scroll;
	background-position: center center;
	list-style: none;
	margin: 0 20px;
	
}

#navigation a {
	color:#000;
	padding: 0px 15px;
	font-family: arial, verdana, serif;
	font-size: 14px;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
	float:left;
	list-style: none;
}

#navigation a:hover
{
	color:#7a1000;
	background-repeat:repeat-x;
	height:31px; 
}

#navigation li.current_page_item a
{
	color:#7a1000;	
	background-repeat:repeat-x;
	height:31px;
}

#navigation li
{
	float:left;
}


#maincontent {
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	min-height:400px;
	list-style: circle;
}

#maincontent .content {
	background-image:url(images/conten_back.gif);
	background-repeat:repeat-x;
	color: #OOO;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	list-style: circle;
	width:465px;
	float:left;
	margin:5px 15px 20px 32px;
	min-height:400px;
	padding:20px 20px 20px 20px;
}

#maincontent .contentbig {
	background-image:url( images/conten_back.gif);
	background-repeat:repeat-x;
	color: #OOO;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	list-style: circle;
	width:700px;
	float:left;
	margin:5px 32px 20px 50px;
	min-height:400px;
	padding:20px 20px 20px 20px;
}

#maincontent .sidebar {
	margin:5px 32px 20px 6px;
	width:250px;
	float:right;
	min-height:400px;
	background-color:#fff;
	list-style: none;
}

#maincontent .seperator {
	border-bottom: 1px dotted #000;
	height:1px;
	width:475px;
	margin-top:15px;
	margin-bottom:15px;

}

#maincontent .clear
{
clear:both
}

#maincontent ul { 
	padding: 5px 0 20px 20px
}
#maincontent li {
	margin: 0 0 5px 0
}


#maincontent a {
	color: #000;
	text-decoration: none;
}

#maincontent a:hover {
	background-color: #980404;
	color:#FFF;
}

#footer{
	background-image:url(images/footer_pic.jpg);
	background-repeat:no-repeat;
	height:90px;
	width: 840px;
	margin: 0 0 0 0px;
}

p.facebook img {
border:none;
}
