/*  
Theme Name: 
Theme URI: http://
Description: 
Version: 1.0
Author: Kristoffer Lidman
Author URI: http://www.kristofferlidman.se/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background: #fff url(images/bg.gif) repeat-x  0 -20px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
a  {
	color: #7597a8;
	border: none;
	text-decoration: none;
}
a:hover  {
	color: #666;
}
p {
	margin: 0 0 15px 0;
}
img  {
	border: none;
}
h1, h2, h3, h4, h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	font-weight: bold;
}
.frontpage {
	width:260px;
	height:69px;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	text-indent:-9009px;
}

.frontpage a {
	outline:none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
}
.alignleft  {
	float: left;
}
.alignright  {
	float: right;
}
.big {
	width: 580px;
	height: 26px;
	float: left;
	background: #eee url(images/linkplate.gif) no-repeat;
	margin: 0 0 15px 0;
	padding: 9px 0 0 40px;
	font-size: 17px;
	cursor: pointer;
	font-weight: bold;
	color: #3caed4;
}
.big:hover {
	color: #333;
	background: #eee url(images/linkplate_hover.gif) no-repeat;
}
#wrapper  {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}
#header {
	width: 960px;
	height: 80px;
	float: left;
	background: url(images/header.gif) no-repeat;
}

#menu {
	width: 580px;
	height: 30px;
	float: right;
	margin: 45px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}
#menu ul  {
	padding: 0;
	margin: 0;
	float: right;
	list-style-type: none;
}
#menu ul li  {
	height: 25px;
	float: left;
	margin: 0 0 0 7px;
	text-align: center;
}	
#menu ul li a {
	height: 25px;
	float: left;
	margin: 0;
	color: #fff;
	text-align: center;
	padding: 5px 9px 0 10px;
	text-decoration: none;
	background: #7c9fb1 url(images/link.gif) no-repeat;
	text-shadow: 0px 1px 0px #607b89;
	border-right: 1px solid #7192a2;
}
#menu ul li a:hover  {
	height: 25px;
	float: left;
	margin: 0;
	text-align: center;
	padding: 5px 9px 0 10px;
	color: #555;
	background: #9fcde4 url(images/link_active.gif) no-repeat;
	text-shadow: 0px 1px 0px #eee;
}
#menu ul li.current_page_item a{
	height: 25px;
	float: left;
	margin: 0;
	text-align: center;
	padding: 5px 9px 0 10px;
	color: #555;
	background: #9fcde4 url(images/link_active.gif) no-repeat;
	text-shadow: 0px 1px 0px #eee;
}
#content {
	width: 900px;
	float: left;
	margin: 10px 0 0 0;
	padding: 30px 30px 20px 30px;
	background: #fff url(images/content_bg.gif) no-repeat;
}
#left {
	width: 620px;
	float: left;
}
#right {
	width: 250px;
	float: right;
}
#slider_container {
	width: 608px;
	float: left;
	padding: 5px;
	border: 1px solid #eee;
	margin: 0 0 20px 0;
}
#slider {
	width: 608px;
	float: left;
	background: #f1f1f1;
}
#myGallery {
	margin: 0;
}
#left h1 {
	padding: 0 0 12px 0;
	margin: 0 0 15px 0;
	background: url(images/line.gif) repeat-x bottom;
}
#right h5 {
	padding: 0 0 12px 0;
	margin: 0 0 5px 0;
	background: url(images/line.gif) repeat-x bottom;
}
.adbox {
	width: 250px;
	float: left;
	margin: 0 0 20px 0;
}
#right ul {
	margin: 0 0 15px 0;
	list-style-type: none;
	font-weight: bold;
}
#right ul li {
	padding: 5px 0 5px 22px;
	border-bottom: 1px dotted #eee;
}
#right ul.articles li {
	background: url(images/bullet_cat.gif) no-repeat 0 6px;
}
#right ul.links li {
	background: url(images/bullet_links.gif) no-repeat 0 6px;
}
#right ul li.current_page_item a {
	color: #333;
}
.searchbox {
	width: 250px;
	height: 30px;
	background: #eee url(images/searchbox.gif) no-repeat;
	float: left;
	margin: 0 0 20px 0;
}
#s {
	width: 200px;
	margin: 6px 0 0 33px;
	display: inline;
	border: none;
	font-size: 14px;
	color: #888;
	background: none;
}
#searchsubmit {
	display: none;
}
#footer {
	width: 900px;
	float: left;
	padding: 15px 0 0 0;
	margin: 0 0 0 30px;
	background: url(images/line.gif) repeat-x top;
}
