/*

Theme Name: Bebe WordPress
File: style.css
Description: Main theme for Bebe 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: 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: #343434;
	text-decoration: none;
}

a:hover{
	color: #6d9124;
}

h1{
	color: #6d9124;
	font-family: georgia, serif;
	font-size: 16px;
	padding-bottom: 0.5em;
}

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


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

.right{
	float: right;
}

.left{
	float: left;
}

.meny-heading{
	padding-bottom: 1em;
}

.meny-cat{
	float: left;
	width: 170px;
	margin-right: 6em;
}

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

p.english{
	color: #8b6e5b;
}

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

.column2{
	width: 420px;
	margin: 2em 2em 0 0;
}

.push{
	margin-right: 10em;
}

/* LAYOUT ELEMENTS */
#wrapper{
	width: 1044px;
	margin:0 auto;	
	height: 100%;
}

#main_content{
	background: url(images/content_bg.png) repeat-y;
	width: 1044px;
	min-height: 100%;
}

#top_push{
	height: 50px;
}

#header{
	margin: 0 auto;
	width: 976px;
	height: 68px;
	background: url(images/header_bg.jpg) no-repeat;
	overflow: hidden;
}

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

#navigation{
	float: left;
	margin-top: 3em;
	margin-left: 15em;
	padding-bottom: 2em;
}

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

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


.menu li.current_page_item a {
	color: #6d9124;
	text-decoration: underline;
	font-weight: bold;
}


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

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;
}

.sub li.current_page_item a {
	color: #6d9124;
	text-decoration: underline;
	font-weight: bold;
}

#columns{
	width: 976px;
	margin: 0 auto;
	padding-top: 1.5em;
	padding-left: 20px
}

#wide-column{
	margin: 0 auto;
	width: 976px;
}

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

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

#adress{
	margin-top: 2em;
	margin-right: 20px;
}

.foot-p{
	color: #4c3716;
}

#footeraddress {
	/*background: url(images/content_bg.png) repeat-y;*/
	width: 1044px;
	padding-top: 2em;
}

#footeraddress div {
	margin-left: 35px;
	margin-right: 40px;
}

#footeraddress div p {
	text-align: right;
}
