/*
Theme Name: Guava Theme
Theme URI: http://guava.mobilahemsidan.se
Description: Theme for mobile website
Version: 1.0
Author: Johan Hultqvist
Author URI: www.guava.se
Tags: green, custom header, dynamic width, 


The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


body {
  background: #232323;
  color: #898a8e;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding:0;
  overflow-x: hidden;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;

}



#siteContainter {


height:100%;
padding:0px;
margin:0px;
background-color:#fff;
max-width:480px;
width:100%;




}


#header {
	background-image: url(images/banner.gif);
    background-repeat: repeat-x;
	width: 100%;
	height: 80px;
	max-width: 480px;
}



strong {
	color:#bc146a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

h1 {
	font-size:18px;
	color:#bc146a;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top:5px;
	padding-left:5px;
}

h2 {
	font-size:14px;
	color:#bc146a;
	font-weight: bold;
	margin-bottom: 0px;

	padding-left:5px;
}

p {
	font-size:12px;
	color:#222;
	margin: 0px;
	padding:0px;
	line-height: 17px;
	margin-bottom: 5px;
	padding-left:5px;
	width:auto;
	margin-right:6px;
	padding-right:10px;
}

img {border:0px;}

.menu4 {
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
	width:100%;
	height: 34px;
	color: #181818;
	font-size: 10px;
	font-weight: bold;
	max-width: 480px;
	
}


#container {
	width: 100%;
	max-width: 480px;
	height:auto;
	min-height: 153px;
	padding:0px;
	margin:0px;
	background-color: #fff;
	
}

.menu4 ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .menu4 li {
      
      float: left;
		width: auto;
      text-align: center;
		margin-right: 1px;
		font-weight:bold;
		min-width:6em;
		
    }
	 
	 .menu4 ul li a {
	 
	 font-size:1.1em;
	 font-weight:bold;
	 font-family: Arial, Helvetica, sans-serif;
	 
	 }
	 
    .menu4 a {
      display: block;
      width: auto;
      text-decoration: none;
		height:21px;
		padding-top: 9px;
    }
	 
	 .menu4 a:link {
	 	text-decoration: none;
			color: #181818;
	 }
	 
	 .menu4 a:active {
	 	text-decoration: none;
			color: #181818;
	 }
	 
	 .menu4 a:visited {
	 	text-decoration: none;
			color: #181818;
	 }
	 
    .menu4 a:hover {
      background: #88d52f;
		text-decoration: none;
		color: #fff;
    }
	 
.menu4 a.active {
	background-color: #ddd;
}

.current_page_item  {
	background-color: #88d52f;
	
}


.menu4 ul li.current_page_item a {
	color: #fff;
}


	 
	 .clear {
	 	clear:left;
	 }
	 
	 #footer {
	  background: #fff url(images/divider.gif);
	 background-repeat: repeat-x;
	  width:100%;
	  height: auto;
	  max-width: 480px;
	  
	 }
	 
	 
	 
	 
	 .actionEntry {
	 	width:100%;
		max-width: 480px;
		height: 42px;
		background-image: url(images/entrybgfirst.gif);
		background-repeat: repeat-x;
		
	 }
	 

	 
	 .actionIcon {
	 	width:28px;
		height:28px;
		float: left;
		margin-right:20px;
		padding-top: 7px;
		padding-left: 5px;
		
	 }
	 
	 .actionText {
	 	width:100%;
		height:28px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		color:#fff;
		padding-top:14px;
	 }
	 
	 
	 #footer a:link {
	 	text-decoration: none;
		color:#fff;
	 } 
	 
	 
	 	 #footer a:active {
	 	text-decoration: none;
		color:#fff;
	 }
	 
		 #footer a:visited {
	 	text-decoration: none;
		color:#fff;
	 } 
	 
	 
	 
	 
		 #footer a:hover {
	 	text-decoration: underline 2px solid #999;
		color:#ee62ad;
		
	 }
	 
	 .hide {
	 	display: none;
	 } 
	 
	 
	 
	 /* Link style */
	 
	 a:link {
	 	text-decoration: none;
		color:#bc146a;
	 } 
	 
	 
	 	a:active {
	 	text-decoration: none;
		color:#bc146a;
	 }
	 
		  a:visited {
	 	text-decoration: none;
		color:#bc146a;
	 } 
	 
	 
	 
	 
		 a:hover {
	 	text-decoration: underline 1px solid #999;
		color:#bc146a;
		
	 }
