/*
THEME NAME: Virserums K&ouml;ping
THEME URI: http://virserum.se/
DESCRIPTION: Andreas S&ouml;derman
VERSION: 1.0
AUTHOR: <a href="mailto:info@andreassoderman.se">Andreas S&ouml;derman</a>
AUTHOR URI: http://www.andreassoderman.se
*/

@import "reset.css";

body {
	background: url(images/bg3.jpg) repeat-y;  
	background-position: center;
        background-color: #EFEFEF;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #585858;
}

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

em {
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 1020px;
	background: #FFF;
	margin: 0 auto;
}

#header {
        background: url(images/header.jpg);
	overflow: hidden;
	width: 940px;
	height: 120px;

	margin: 0 auto;
}

#header a {

       top: 0;
       left: 705;
       width: 275px;
       height: 133px;
}
 
#header a h1 {
    display: none;
}

.header img {
	float: right;
	//border: 1px solid #EFEFEF;
	//margin: 0 0 15px 25px;
	//padding: 4px;
}

#infomenu {
        background: #FFFF;
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}


#infomenu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 80%;
        font-family: Verdana;
	padding-top: 10px;
	padding-bottom: 10px;

}

#infomenu ul li a {
	color: #585858;
}

#infomenu ul li a:hover {
        color: #585858;
}

#infomenu ul li a:current {
        color: #585858;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}




#menu {
        background: url(images/menu_fadegreen_1000-50.png); 
        height: 50px;
	width: 1021px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
        height: 50px;
	float: left;
	text-transform: uppercase;
	font-size: 110%;
        font-family: Verdana;
        font-weight: bold;
        text-align: center;
	color: #fff;
	padding-top: 17px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 10px;
}

#menu ul li a {
	color: #fff;
}

#menu ul li a:hover {
        color: #ffd420;
}


#submenu {
	width: 300px;

	margin: 0 auto;
}

#submenu ul li {
	border-bottom: 1px solid #EFEFEF;

	line-height: 1.2;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}


#submenu ul li a {
	color: #666666;
}

#container {
	width: 940px;
	overflow: hidden;
	margin: 25px auto;
}

#divider {
        float: left;   
        width: 528px;
        border-right: 1px solid #EFEFEF;
        border-left: 1px solid #EFEFEF;
        margin-right: 15px;
}

#divider-page {
        float: left;   
        width: 634px;
        border-left: 1px solid #EFEFEF;
        margin-left: 35px;
}

#divider-marknad {
        float: left;   
        width: 634px;
        border-right: 1px solid #EFEFEF;
        margin-right: 35px;
}

#news-content {
	float: left;
	width: 500px;
	margin-right: 14px;
	margin-left: 14px;
}

#content {
	float: left;
	width: 600px;
	margin-left: 34px;
}

#marknad-content {
	float: left;
	width: 600px;
	margin-right: 34px;
}

#map-content {
	float: left;
	width: 600px;
}

#content-header {
	font:1.0em Verdana;
        font-weight: bold;
        color:#fff;	
        background: url(images/menu_brown_1000.png);
        height: 18px;
	padding-top:2px;
	padding-bottom:2px;	
	padding-left:5px;
	padding-right:5px;
}

#slider {
	width: 940px;
        margin-bottom: 20px;
}

#breadcrumbs {
        font-color: #336633;
	font-size: 80%;
	color: #999;
	margin-top: 2px;
	margin-bottom: 10px;
}

#breadcrumbs a {
	color: #336633;
        text-decoration: underline;
}

#crumbs {
       width: 940px;
       font-size: 90%;
       margin-bottom: 10px;
       font-weight: bold;
}

#crumbs a {
       color: #336633;
}

.post {
	margin-bottom: 20px;
}

.post-title {
	font-family: Georgia;
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}


.post-title a {
	color: #333333;
}

#cat-post-title {
	border-bottom: 1px solid #EFEFEF;

	line-height: 1.2;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

#cat-post-title a {
	color: #464646;	
        text-decoration: none;
	}

.subpost-title {
	font-family: Georgia;
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
}


.subpost-title a {
	color: #333333;
}


.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}



.post-meta {
	font-size: 80%;
	color: #999;
	margin-top: 2px;
}

.post-meta a {
	color: #666666;
}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

#like-page {
	width: 100px;
        height: 21px;
        margin-top: 5px;
        margin-bottom: 5px;
}


#share {
	width: 500px;
        height: 25px;
	overflow: hidden;
	margin: 0 auto;
}


#share ul li {
	float: left;
	text-transform: none;
        font-family: verdana;
	font-size: 80%;
        font-weight: bold;
        margin-right: 10px;
        border-right: 1px solid #fff;
}

#share ul li a {
	color: #585858;
}

#share ul li a:hover {
        color: #585858;
}

#share ul li a:current {
        color: #585858;
}

#share img {
        padding: 10px;
}

.post-comments {
        background: #FAFAFA;
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h1 {
	font-family: Georgia;
	font-size: 200%;
	margin-bottom: 10px;

	padding: 10px 0 5px;
}

.post-content h2 {
	font-family: Georgia;
	font-size: 140%;
	margin-bottom: 10px;

	padding: 10px 0 5px;
}

.post-content h3 {
	font-family: Georgia;
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;

	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	//border: 1px solid #EFEFEF;
	//padding: 4px;
}

.post-content img.alignleft {
	float: left;
	//border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	//padding: 4px;
}

.post-content img.alignright {
	float: right;
	//border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	//padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.post-content td {
	line-height: 2.0;
	margin-bottom: 20px;
}

.archive-content {
        float:left;
	font-size:0.90em;
	line-height: 1.3;
	margin-bottom: 10px;
        display:block;
}

.archive-content img {
        float:left;
	padding-bottom:5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 7px;
	}

.archive-content story {
	display:block;
	margin-top:3px;
	}

.archive-content p {
	padding:0px;
	margin-top: 5px;
	}

.archive-content h1 {
	font-size: 100%;
	color: #585858;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.archive-content .clearfloat {
	padding-bottom:5px;
	}

.subarchive-content {
        float:left;
	font-size:0.75em;
	margin-bottom: 10px;
        display:block;
}

.subarchive-content img {
        float:left;
	padding-bottom:5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 7px;
	}

.subarchive-content story {
	display:block;
	margin-top:3px;
	}

.subarchive-content p {
	padding:0px;
	margin-top: 5px;
	}

.subarchive-content h1 {
	font-size: 100%;
	color: #585858;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.subarchive-content .clearfloat {
	padding-bottom:5px;
	}


.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
        font-family: Georgia;
	font-size: 140%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#header-marknaden {
        background: url(images/marknadenheader2.jpg);
	overflow: hidden;
	width: 940px;
	height: 233px;
	margin: 0 auto;
}

#menu-marknaden {
        background: #98002d; 
        height: 35px;
	width: 940px;
	overflow: hidden;
	margin-bottom: 25px;
}

#menu-marknaden ul li {
	float: left;
	text-transform: uppercase;
	font-size: 100%;
        font-family: Verdana;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
}

#menu-marknaden ul li a {
	color: #fff;
}

#menu-marknaden ul li a:hover {
        color: #fff;
}

#menu-marknaden ul li a:current {
        color: #fff;
}

#index-rss {
        //border-right: 1px solid #EAEAEA;
	float: left;
	width: 600px;
	margin-bottom: 30px;
	margin-right: 40px;
}

#index-rss h4 {
	font:1.0em Verdana;
        font-weight: bold;
        color:#fff;	
        background: url(images/menu_green_1000.png);
        height: 18px;
	padding-top:2px;
	padding-bottom:2px;	
	padding-left:5px;
	padding-right:5px;
	}

#index-rss h4 a {
	color: #fff;	
        text-decoration: none;
	}

#index-rss h4 a:hover {
	color: #fff;	
        text-decoration: underline;
	}

#index-rss ul li {
	border-bottom: 1px solid #EFEFEF;

	line-height: 1.2;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

#index-rss p {
	margin-top: 8px;
	line-height: 1.3;
	padding-left:5px;
	padding-right:5px;
}

#index-rss a {
	color: #464646;	
        text-decoration: none;
	}

#index-rss a:hover {
	color: #3366ff;	
        text-decoration: underline;
	}

#comments ol li {
	width: 400px;
	margin-top: 2px;
	border-bottom: 1px solid #336633;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}


.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	margin-left: 5px;
	line-height: 1.3;
	font-family: Verdana;
	font-size: 80%;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
	margin-left: 5px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	background: #FAFAFA; 
        margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
       	margin-left: 10px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 80%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;

}

#comment-form textarea {
	width: 400px;
	height: 50px;
	margin-top: 15px;

	font-family: Verdana;
	font-size: 80%;
}


/* Sidebar pages left*/
#left-sidebar {
	float: left;
	width: 250px;
	margin-bottom: 30px;

}

#left-sidebar h4 {
	font:1.0em Verdana;
        font-weight: bold;
        color:#fff;	
        background: url(images/menu_green_1000.png);
        height: 18px;
	padding-top:2px;
	padding-bottom:2px;	
	padding-left:5px;
	padding-right:5px;
	}


#left-sidebar ul {

}

#left-sidebar li {

	border-bottom: 1px solid #EFEFEF;

	line-height: 1.2;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}

#left-sidebar p {
	margin-top: 8px;
	line-height: 1.3;
	padding-left:5px;
	padding-right:5px;
}

#left-sidebar a {
	color: #336633;	
        text-decoration: none;
	}

#left-sidebar a:hover {
	color: #3366ff;	
        text-decoration: underline;
	}



/* Sidebar index right*/
#right-newssidebar {
	float: left;
	width: 190px;
	margin-bottom: 30px;
}

#right-newssidebar h4 {
	font:1.0em Verdana;
        font-weight: bold;
        color:#fff;	
        background: url(images/menu_green_1000.png);
        height: 18px;
	padding-top:2px;
	padding-bottom:2px;	
	padding-left:5px;
	padding-right:5px;
	}

#right-newssidebar h4 a {
	color: #fff;	
        text-decoration: none;
	}

#right-newssidebar h4 a:hover {
	color: #cccc33;	
        text-decoration: underline;
	}

#right-newssidebar ul li {
	border-bottom: 1px solid #EFEFEF;

	line-height: 1.2;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

#right-newssidebar p {
	margin-top: 8px;
	line-height: 1.3;
	padding-left:5px;
	padding-right:5px;
}

#right-newssidebar a {
	color: #464646;	
        text-decoration: none;
	}

#right-newssidebar a:hover {
	color: #3366ff;	
        text-decoration: underline;
	}

/* Sidebar index left*/
#left-newssidebar {
	float: left;
	width: 190px;
	margin-bottom: 30px;
	margin-right: 15px;
}

#left-newssidebar h1 {
	font:1.5em Verdana;
        font-weight: bold;
	margin-top: 8px;
	}

#left-newssidebar h4 {
	font:1.0em Verdana;
        font-weight: bold;
        color:#fff;	
        background: url(images/menu_green_1000.png);
        height: 18px;
	padding-top:2px;
	padding-bottom:2px;	
	padding-left:5px;
	padding-right:5px;
	}

#left-newssidebar h4 a {
	color: #fff;	
        text-decoration: none;
	}

#left-newssidebar h4 a:hover {
	color: #cccc33;	
        text-decoration: underline;
	}

#left-newssidebar ul li {
	border-bottom: 1px solid #EFEFEF;

	line-height: 1.2;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

#left-newssidebar p {
	margin-top: 8px;
	line-height: 1.3;
	padding-left:5px;
	padding-right:5px;
}

#left-newssidebar a {
	color: #464646;	
        text-decoration: none;
	}

#left-newssidebar a:hover {
	color: #3366ff;	
        text-decoration: underline;
	}
	

/* Sidebar content*/
#sidebar-puffleft {
	color: #585858;
	width: 500px;
	overflow:auto;
	float:left;	
        margin-top: 20px;
	margin-right:20px;	
	display: inline;
	}
	
#sidebar-puffleft h4 {
	font:1.0em Verdana;
        font-weight: bold;
        color:#fff;	
        background: url(images/menu_green_1000.png);
        height: 18px;
	padding-top:2px;
	padding-bottom:2px;	
	padding-left:5px;
	padding-right:5px;
	}

#sidebar-puffleft h4 a {
	color: #fff;	
        text-decoration: none;
	}

#sidebar-puffleft h4 a:hover {
	color: #cccc33;	
        text-decoration: underline;
	}

#sidebar-puffleft ul li {
	border-bottom: 1px solid #EFEFEF;

	line-height: 1.2;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

#sidebar-puffleft p {
	margin-top: 8px;
	line-height: 1.3;
	padding-left:5px;
	padding-right:5px;
}

#sidebar-puffleft a {
	color: #464646;	
        text-decoration: none;
	}

#sidebar-puffleft a:hover {
	color: #3366ff;	
        text-decoration: underline;
	}
	
/* Style for first level child categories*/	
#sidebar-startleft .sidebar_box li ul li {
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

/* Style for second level child categories*/	
#sidebar-startleft .sidebar_box li ul li ul li{
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

#sidebar-startleft .sidebar_box li ul li:before {
	content: "&#65533;0BB &#65533;020";
	}

/* Sidebar marknaden*/
#sidebar-puffcenter {
	float: left;
	width: 270px;
}

#sidebar-puffcenter h4 {
	font:1.0em Verdana;
        font-weight: bold;
        color:#fff;	
        background: url(images/menu_red_1000.png);
        height: 18px;
	padding-top:2px;
	padding-bottom:2px;	
	padding-left:5px;
	padding-right:5px;
	}

#sidebar-puffcenter h4 a {
	color: #fff;	
        text-decoration: none;
	}

#sidebar-puffcenter h4 a:hover {
	color: #cccc33;	
        text-decoration: underline;
	}

#sidebar-puffcenter ul li {
	border-bottom: 1px solid #EFEFEF;

	line-height: 1.2;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

#sidebar-puffcenter p {
	margin-top: 8px;
	line-height: 1.3;
	padding-left:5px;
	padding-right:5px;
}

#sidebar-puffcenter a {
	color: #464646;	
        text-decoration: none;
	}

#sidebar-puffcenter a:hover {
	color: #3366ff;	
        text-decoration: underline;
	}

	
/* Style for first level child categories*/	
#sidebar-startcenter .sidebar_box li ul li {
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

/* Style for second level child categories*/	
#sidebar-startcenter .sidebar_box li ul li ul li{
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

#sidebar-startcenter .sidebar_box li ul li:before {
	content: "&#65533;0BB &#65533;020";
	}
	
/* puff right Sidebar*/
#sidebar-puffright {
	color: #585858;
	width:220px;
	overflow:auto;
	float:left;	
        margin-top: 50px;	
	display: inline;
	}
	
#sidebar-puffright .sidebar_nobox h4 {
	font:1.5em Georgia;
        font-weight: bold;
	color:#333;	
        height: 18px;
	padding-top:2px;
	padding-bottom:5px;	
	padding-left:5px;
	padding-right:5px;
	text-transform: none;
        text-decoration: none;
        text-align: left;
	}

#sidebar-puffright .sidebar_nobox li {
	list-style:none;
	border-bottom:1px solid #EAEAEA;
	display:block;
	padding:2px 0px 2px 0px;
	padding-left:5px;
	padding-right:5px;	
	}

#sidebar-puffright h4 a {
	color: #ff6600;	
        text-decoration: none;
	}

#sidebar-puffright h4 a:hover {
	color: #ff6600;	
        text-decoration: underline;
	}

#sidebar-puffright  a {
	color: #464646;	
        text-decoration: none;
	}

#sidebar-puffright a:hover {
	color: #3366ff;	
        text-decoration: underline;
	}

#sidebar-puffright p {
	color:#333;
	margin-top: 1px;
	line-height: 1.3;
	padding-left:5px;
	padding-right:5px;
}

	
/* Style for first level child categories*/	
#sidebar-startright .sidebar_box li ul li {
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

/* Style for second level child categories*/	
#sidebar-startright .sidebar_box li ul li ul li{
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

#sidebar-startright .sidebar_box li ul li:before {
	content: "&#65533;0BB &#65533;020";
	}


.sidebar_box {
	margin-top:5px;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
	}

.sidebar_nobox {
	margin-top:5px;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
	}

#footer {
	margin: 0 auto;
	width: 940px;
	border-top: 1px dotted #000;
	padding-bottom:20px;
}

#footermenu {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}

#footermenu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 100%;
        font-family: Verdana;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#footermenu ul li a {
	color: #336633;
}

#footermenu ul li a:hover {
        color: #336633;
}

#footermenu ul li a:current {
        color: #336633;
}

#footer p {
        font-family: verdana;
	font-size: 80%;
}

#footer h4 {
        color: #336633;
        text-transform: uppercase;
}

.footer-img {
	margin-right: 20px;
	padding: 20px;
        float: left;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
