/*

Theme Name: Dado WordPress
File: style.css
Description: Main theme for Dado website.
Version: 0.5b
Author: Magnus Grönberg, Houdini Interactive
Author URI: http://www.houdini.se

*/


/* GENERIC ELEMENTS */
*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
}

img{
	border: 0;
}

body{
	background: #fff;
	background: url(images/main_bg.png) repeat-x #fff;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	color: #343434;
}

p{
	padding-bottom: 1em;
}

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

a:hover{
	color: #343434;
}

h1{
	color: #343434;
	font-size: 16px;
	padding-bottom: 0.5em;
}

h2{
	color: #343434;
	font-size: 14px;
	padding-bottom: 0.5em;
}

h3{
	color: #343434;
	padding-bottom: 0.5em;
}


/* GENERIC CLASSES */
.clear{
	clear: both;
}

.right{
	float: right;
}

.left{
	float: left;
}

.meny-cat{
	float: left;
	width: 180px;
	margin-right: 2em;
}

p.meny-desc{
	padding-bottom: 0;
}

p.english{
	color: #8b6e5b;
}

.column{
	width: 200px;
	margin: 2em 2em 0 0;
}

.current_page_item a{
	text-decoration: underline;
	color: #000;
}

.current_page_parent a{
	text-decoration: underline;
	color: #000;
}

/* LAYOUT ELEMENTS */
#wrapper{
	width: 980px;
	margin:0 auto;
	background: #fff;
	padding-left: 1em;
	height: 100%;
}

#top_push{
	height: 50px;
}

#header{
	width: 964px;
	height: 76px;
	background: url(images/header_bg.jpg) no-repeat;
	padding-bottom: 3em;
}

#click_area{
	width: 128px;
	height: 45px;
	position: absolute;
	top: 1em;
	cursor: pointer;
}

#navigation{
	float: left;
	margin-top: 3.5em;
	margin-left: 15em;
}

.menu{
	list-style-type: none;
}

.menu li{
	float: left;
	font-size: 12px !important;
	font-weight: bold;
	padding-right: 2em;
}

ul.sub  {
	margin-top: 2.7em;
	position: absolute;
}

.sub li{
	float: left;
	padding-right: 2em;
	font-size: 11px !important;
	font-weight: normal;
	list-style-type: none;	
}

#submenu {
	height: 30px;
	margin-bottom: 2em;
	width: 800px;
}

#main_content{
	padding-right: 1em;
	min-height: 100%;
}

#wide-column{
	
}

#video{
	width: 960px;
	margin: 0 auto;
}

#left-column{
	width: 170px;
	float: left;
}

#right-column{
	float: left;
	margin-left: 3em;
}

#footer{
	padding-top: 2em;
}

.foot-p{
	color: #8b6e5b;
}
