/*
Theme Name: Easy Vibe Vit
Theme URI: http://www.morfarjenko.se/ 
Description: Ren design av morfar jenko
Version: 1.0
Author: Morfar Jenko
Author URI: http://www.morfarjenko.se/
*/

/* ============================= */
/* = Reset browser differences = */
/* ============================= */
a img {
	border: none;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% Georgia, serif;
	color: #333;
}

ul {
  padding-left: 20px;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	clear: both;
}
img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	clear: both;
}
.alignright
{
	float: right;
}
.alignleft
{
	float: left;
}

/* ============ */
/* = Header = */
/* ============ */

#header {
  background: #fff url(images/topbar-bg.gif) repeat-x top left;
}
#header, #content, #footer {
	width: 100%;
}
#header .wrapper, #content .wrapper, #footer p {
	width: 840px;
	margin: 0 auto;
}
#headerwrapper {
  height: 160px;
  padding-top: 40px;
}

#headerimages {
  position: absolute;
  top: 40px;
	width: 660px;
	margin: 0 auto;
	overflow: hidden;
	float: right;
}
#headerimg {
	clear: both;
	padding-top: 30px;
	padding-left: 660px;
	float: right;
}
#topbar form {
	width: 160px;
	height: 40px;
	float: right;
	border: 1px solid #fff;
	border-width: 0 0 0 1px;
	padding: 10px 8px 0;
}

#topbar form input {
	background-color: transparent;
	border: 1px solid #fff;
}
#topbar #s {
	color: #333;
	width: 100px;
	border: 1px solid #fff;
}
#topbar {
	color: #333;
}
#topbar #searchsubmit {
	color: #333;
	text-transform: uppercase;
}
#topbar .links {
	float: right;
	width: 300px;
	text-align: right;
	padding: 14px 8px 0 0;
	font-size: 120%;
}
#topbar a {
	color: #333;
}

#topmenu {
	background: #fff url(images/topmenu-bg.gif) repeat-x top left;
	float: left;
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#topmenu ul {
	width: 840px;
	margin: 0 auto;
	list-style-type: none;
	padding: 0 0 0 20px;
}
#topmenu li {
	float: left;
	padding: 10px 12px;
	vertical-align: middle;
	text-transform: uppercase;
	color:#333;
	border-right: 1px solid #999;
	background: url(images/menu-item-bg.gif) repeat-x top left;
}
#topmenu li.first {
	border-left: 1px solid #999;
}
#topmenu li:hover {
	background: url(images/menu-item-over-bg.gif) repeat-x top left;
	color:#000;
}
#topmenu li.current {
	background: url(images/menu-item-over-bg.gif) repeat-x top left;
	color:#000;
	font-size: 110%;
}
#topmenu li a {
  color:#333;
}

/* ============ */
/* = Content = */
/* ============ */

#content {
	clear: both;
	width: 100%;
	min-height: 448px;
	padding-top: 10px;
	margin: 0 auto;
	background: transparent url(images/content-bg.gif) repeat-x top left;
}
#content .box1, #content .box2, #content .entry { 
	float: left;
	background-color: #fff;
	width: 248px;
	height: 298px;
	margin: 10px 9px;
}
.mapdiv {
	padding-left: 30px;
	padding-top: 20px;
}

#content .box1 {
	font-size: 120%;
}


#content .threecol .entry {
	width: 208px;
	height: 278px;
	padding: 10px 20px;
	overflow: hidden;
	overflow-y: auto;
}

.narrowcolumn, #sidebar {
  width: 600px;
  margin-left: 10px;
  padding-left: 10px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #999;
}

#sidebar ul {
 	list-style-type: none;
}

#content .section .box1, #content .section .entry {
	height: auto;
}
#content .section .entry {
	width: 476px;
	padding: 0 20px;
	overflow: hidden;
	overflow-y: auto;
	font-size: 120%;
}

#content_box {
  background-color: #fff;
  border: 1px solid #999;
}

#content_home {
	float: left;
	background-color: #fff;
	border: 1px solid #999;
	width: 808px;
	padding: 10px;
	margin-left: 10px;
        overflow: hidden;
	overflow-y: auto;
}

.product_box {
	float: left;
	background-color: #fff;
	border: 1px solid #999;
	width: 198px;
	height: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.product_img, header_img {
	text-align:  class="narrowcolumn";
	margin: 0 auto;
	align: bottom;
}
.header_box {
	float: left;
	min-width: 50px;
	height: 160px;
	padding-left: 10px;
	margin: 0;
	margin-bottom: 10px;
}
.section .box1 ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 0;
	position: relative;
	top: 1px;
}
.section .box1 ul ul
{
	padding: 5px 0;
	position: static;
}
.section .box1 li {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.section .box1 li a {
	display: block;
	padding: 7px;
	border-bottom: 1px solid #999;
}
.section .box1 li li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.section .box1 li li a
{
	padding-left: 20px;
}
.section .box1 li li li a
{
	padding-left: 30px;
}
.section .box1 li.current_page_item a, .section .box1 a:hover {
	color: #000;
	background: transparent url(images/selected-submenu.gif) no-repeat  center right;
}
.section .box1 li.current_page_item li a {
  background-image: none;
  color: #333;
}

#footer {
	clear: both;
	background: #fff;
	margin-top:10px;
	border-top: 1px solid #999;
	min-height: 100px;
}
#footer p {
  margin: 0 auto;
	padding-top: 10px;
	width: 810px;
	color: #666;
	font-size: 120%;
}

#footer a {
  color: #666;
}
/* ================== */
/* = Actual content = */
/* ================== */
h1, h2, h3 {
	color: #000;
}
h1 {
	font-size: 140%;
	margin-top: 0;
}

#content p {
	line-height: 1.7;
	font-size: 120%;
}

/* ========== */
/* = Cheats = */
/* ========== */
.clear {
	clear: both;
}

.center {
  text-align: center;
  margin: 0 auto;
}

#lista {
  width: 840px;
  float: left;
  margin: 0 auto;
  min-height: 288px;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #999;
}

#lista ul {
  padding-left: 0;
}

Additional Form CSS for Service Form*/
FORM#cformsform .cf_li_err
{
	background-image: none !important;
	background-color: #000000 !important;
}
FORM#cformsform.cform OL LI.cf_li_err
{
	background-image: none;
	color: #FF3838;
}
P#ll.linklove
{
	display: none;
}
DIV.failure
{
	background-image: none !important;
	background-color: #9C0000 !important;
	color: #FFFFFF;
}
FORM#cformsform INPUT#sendbutton
{
	width: 180px;
}
DIV#usermessagea.success
{
	background-color: #003800;
	font-size: 15px;
	color: #FEFEFE;
	border: 1px solid #3ACE00;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

ol.cf-ol li {
	padding-top: 5px;
}
ol.cf-ol input.single {
	margin-left: 5px;
	margin-right: 5px;
}
