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

@charset "utf-8";

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

p {
margin: 0 0 10px 0
}

body {
	color: #000;
	font-family:Verdana, arial, sans-serif;
	font-size:14px;
	background-image:url(images/background_patio.jpg);
	background-repeat:repeat-x;
}

h1 {

	font-family: arial, verdana, serif;
	font-size: 20px;
	margin-bottom: 8px;
	color: #790045
}	

h2 {

	font-family: arial, verdana, serif;
	font-size: 16px;
	margin-bottom: 10px;
	color:#790045;
	text-decoration: none;
}	


#page-wrap {
	width: 830px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 830px;
	height: 207px;
	background-image:url(images/top_image.jpg);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: 0% 0%;
}

#header .logo
{
	height: 207px;
}

#navigation {
	width: 799px;
	height: 25px;
	background-image:url(images/navigation_back.gif);
	background-attachment: scroll;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	background-position: center center;
	margin-left: 15px; 	
	list-style: none;
}

#navigation a
{
	border-left: 1px solid #fff;
	text-transform: uppercase;
	color:#fff;
	padding: 0px 15px;
	font-family: arial, verdana, serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	float:left;
	list-style: none;
}

#navigation a:hover
{
	color:#790045;
	background-image:url(images/nav_hover.gif);
	background-repeat:repeat-x;
	height:25px;
}

#navigation li.current_page_item a
{
	color:#790045;
	background-image:url(images/nav_hover.gif);
	background-repeat:repeat-x;
	height:25px;
}

#navigation li
{
	float:left;   
}

#maincontent {
	background-image:url(images/site_background.png);
	background-repeat:repeat-y;
	margin: 0 auto;
	padding:60px 60px 10px 60px;
	min-height:350px;
}

#maincontent .nextnews {
	border-bottom: 1px dotted #000;
	height:1px;
	width:700px;
	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 {
	text-decoration: underline;
	color: #790045;
}

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

#footer{
	background-image:url(images/bottom_image.jpg);
	height:260px;
	width: 830px;
	margin: 0 auto;
	background-repeat:no-repeat;
}

