/*  
Theme Name: Pressmeddelande tema
Theme URI: http://
Description: Pressmeddelande tema
Version: 1.0
Author: iDenta Labs / Kristoffer Lidman
Author URI: http://identa.se/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #fff;
	color: #666;
	margin: 0px;
	padding: 0px;
}
a  {
	color: #949494;
	border: none;
	font-weight: bold;
}
a:hover  {
	color: #f40;
}
p {
	margin: 0 0 15px 0;
}
img  {
	border: none;
}
h1, h2, h3, h4, h5  {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1, h2, h3 {
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}
.frontpage {
	display: block;
	width: 299px;
	height: 68px;
	border: none;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	text-indent: -9009px;
	background: transparent url(images/logo.gif) no-repeat;
}

.frontpage a {
	display:block;
	outline:none;
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	border: none;
}
.alignleft  {
	float: left;
}
.alignright  {
	float: right;
}
#wrapper  {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
}
#header {
	width: 900px;
	height: 110px;
	margin: 0 0 18px 0;
	float: left;
	background: url(images/line.gif) no-repeat center bottom;
}
#menu {
	width: 600px;
	height: 30px;
	float: right;
	margin: 50px 0 0 0;
}
#menu ul  {
	padding: 0;
	margin: 0;
	float: right;
	list-style-type: none;
}
#menu ul li  {
	height: 30px;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	background: url(images/menu_link.gif) no-repeat right top;
}	
#menu ul li a {
	height: 25px;
	float: left;
	margin: 0;
	color: #333;
	text-align: center;
	padding: 5px 10px 0 10px;
	text-decoration: none;
	background: url(images/menu_link_left.gif) no-repeat left top;
}
#menu ul li a:hover  {
	height: 25px;
	float: left;
	margin: 0;
	color: #f40;
	text-align: center;
	padding: 5px 10px 0 10px;
}
#menu ul li.current_page_item {
	height: 30px;
	float: left;
	color: #f40;
	background: url(images/menu_active.gif) no-repeat right top;
}
#menu ul li.current_page_item a{
	height: 25px;
	float: left;
	margin: 0;
	text-align: center;
	padding: 5px 10px 0 10px;
	color: #f40;
	background: url(images/menu_active_left.gif) no-repeat left top;
}
#searchbox {
	width: 238px;
	height: 28px;
	padding: 1px;
	float: right;
	margin: 0;
	background: #eee url(images/searchbox.gif) no-repeat;
}
#content {
	width: 620px;
	float: left;
}
.post {
	width: 620px;
	margin: 0 0 30px 0;
	float: left;
}
.post ol {
	margin: 0 0 20px 40px;
}
.post h2 a {
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
.post h2 a:hover {
	color: #f40;
}
#sidebar {
	width: 240px;
	float: right;
}
#sidebar ul {
	margin: 0 0 30px 0;
	list-style-type: none;
}
#sidebar ul li {
	padding: 4px 0 4px 20px;
	border-bottom: 1px dotted #eee;
	background: url(images/bullet_cat.gif) no-repeat -3px 5px;
}
#sidebar ul li.current-cat a {
	color: #f40;
}
#sidebar ul.links li {
	background: url(images/bullet_link.gif) no-repeat -3px 6px;
}
#sidebar ul li a {
	color: #949494;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: none;
	color: #f40;
}
.navigation {
	width: 620px;
	float: left;
	margin: 0 0 20px 0;
}
#searchbox form {
	margin: 0;
	padding: 0;
}
#searchbox #s {
	width: 185px;
	height: 22px;
	padding: 6px 0 0 5px;
	float: left;
	background: none;
	border: none;
}
#searchbox #searchsubmit {
	width: 46px;
	height: 28px;
	float: right;
	background: none;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}
#footer {
	width: 900px;
	float: left;
	padding: 25px 0 0 0;
	margin: 0;
	background: url(images/line.gif) no-repeat center top;
}
