/*
Theme Name: Nötesjö Wärdshus Custom Theme
Theme URI: http://www.buildit.net/
Description: Custom made theme for Nötesjö Wärdshus
Version: 1.0
Author: Christer Olsson
Author URI: http://www.buildit.net/

*/

/* Reset browser defaults */
@import url('reset.css');

/* Apply basic typography styles */
@import url('typography.css');


/* =Global Elements
-------------------------------------------------------------- */

body {
	background: #fff url(bilder/body-bg.gif);
    font-family: "Trebuchet MS";
    font-size: 12px;
	font-size: 12px;
}

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

a:hover {
	text-decoration: underline;
}

#wrapper {
	background: url(bilder/wrapper-bg.png);
	width: 840px;
    margin: 0 auto;
}

#container, #bottom-dummy {
	position: relative;
	background:#fff;
	width: 800px;
    margin: 0 auto;
}

#qtranslate-chooser {
	position: absolute;
	top: 5px;
	left: 12px;
	z-index: 10;
}

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

.qtrans_language_chooser li {
	float:left; margin-right: 3px;
}

#header {
	height: 145px;
}

#menu, #footer, #menu a, #footer a {
	color: #063;
	text-align: center;
}

#menu {
	position: absolute;
	top: 43px;
	left: 30px;
	width: 370px;
    font-size: 14px;
	line-height: 22px;
}

#menu .menu-child{
	color: #063;
	text-align: left;
	line-height: 18px;
}

#menu .menu-child{
	display: none;
	position: absolute;
	z-index: 10;
	list-style: none;
	margin: 0;
}

#menu .menu-child li{
	background: url(bilder/menu-child-bg.png) top right;
	padding: 0 26px 0 12px;
}

#menu .menu-child li.menu-child-top{
	background: url(bilder/menu-child-top-bg.png) top right;
	padding: 0px 24px 0 10px;
}

#menu .menu-child li.menu-child-bottom{
	background: url(bilder/menu-child-bottom-bg.png) bottom right;
	height: 24px;
	padding: 0 24px 0 10px;
}

#menu a{
	line-height: 18px;
}

#logo {
	position: absolute;
	top: 10px;
	right: 30px;
}

#content {
	position: relative;
	background:#fff;
	width: 800px;
    margin: 0 auto;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#content small {
	font-size: 10px;
}

#content-img {
	margin: 0 30px;
	float: left;
	heigh: 100%;
}

#content-text,  #content #comments{
	float: left;
	width: 325px;
	padding-top: 25px;
}

#content #comments div.comment{
	margin-bottom: 14px;
}

#content #comments p{
	margin: 0;
}

#content #respond p{
	margin-bottom: 8px;
}

#content #respond textarea{
	width: 325px;
}

#content #respond h3 {
	margin-bottom: 8px;
}

#content-text p {
	margin: 0 0 8px 0;
}

ul#teaser {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-top: 2px solid #063;
	border-bottom: 2px solid #063;
}

ul#teaser li{
	padding: 0 6px;
}

ul#teaser li a{
	display: block;
	background: url(bilder/pil-hoger-dubbel-gron.gif) no-repeat 0 4px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 17px;
}

#footer {
	padding-top: 25px;
    clear: both;
}

#bottom {
	background: url(bilder/bottom-bg.png);
	width: 840px;
	height: 40px;
    margin: 0 auto;
    clear: both;
}

#bottom-dummy {
	height: 20px;
}

