/*
Theme Name: Forsbykvarnkafe
Theme URI: 
Description: 
Author: Mats Thorburn
Author URI: http://underhuset.com
Template: ari
Version: 1.0
Tags: 
*/



@import url(https://fonts.googleapis.com/css?family=Lekton);


/* Reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body ul li a, a {
	-webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

body ul li a, a {
	-webkit-transition: size linear 0.5s;
    -moz-transition: size linear 0.5s;
    -o-transition: size linear 0.5s;
    -ms-transition: size linear 0.5ss;
    transition: size linear 0.5s;
}



/* General Structure and Styles
--------------------------------------------- */
body {
	/*font-family:'Droid Sans', arial, sans-serif;
	color: #4C4C4C;
	background-color:#fff;*/
}
#wrap {
	z-index: 0;
}
#sidebar-primary {
	width:20%;
	margin:0;
	float:left;
	padding-left: 1em;
	overflow: visible;
	position: relative;
}

#main {
	width: 78%;
	margin-top:2em;
	float:left;
}

#content {
	padding: 0;
	float:left;
	font-size: 1.2em;
	width: 77%;
	margin: 0;
}
#sidebar-secondary {
	width:22%;
	margin:0px 0 60px 0px;
	float:right;
	margin-right: 0.5%;
	padding-right: 0.2%;
}
#sidebar-secondary ul {
	padding: 0;
	margin-top: 0.2em;;
}
#sidebar-secondary li {
	/*padding-bottom: 0.4em;*/
}
#sidebar-secondary ul a {
	color: black;
}


#footer {
	width:70%;
	float:right;
	padding: 0 0 30px 0px;
	clear: both;
	/*font-size: 1em;*/
	overflow:hidden;
}
/* Alignment
--------------------------------------------- */
.alignleft {
	display: inline;
	float:left;
	margin-right: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 10px;
}
/* Headings
--------------------------------------------- */
#content .post h1 {
	padding:0;
	font-size: 1.4em;
	line-height:1.8em%;
}
#content h2, #page h2, #content h1, #page h1 {
	padding:0;
	padding-bottom: 0.5em;
	font-size: 2em;
	line-height: 1.1em;
	font-weight: normal;
	font-style: normal;
	color: #940e26;
}
#content h3 {
	padding:1.4em 0 1em 0;
	font-size: 1.1em;
	line-height:1.4em;
}
#content h4 {
	padding:1.8em 0 10px 0px;
	font-size: 1.3em;
	line-height:21px;
}
#content h5 {
	padding:1.4em 0 8px 0px;
	font-size: 1.2em;
	line-height:1.8em;
}
#content h6 {
	padding:10px 0 5px 0px;
	font-size: 1.1em;
	line-height:1.7em;
}

/* Links
--------------------------------------------- */
#content h2 a {
	color:#940e26;
}
a, #content h2 a:hover{
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* --- Link Colors --- */
a, ul.sidebar li.widget_text a {
	color: #940e26;
}
ul.sidebar a, p.meta a, .comment-meta a, p.logged-in-as a, a.post-edit-link, #footer a {
	color:#999;
}
#content h2 a:hover, ul.sidebar a:hover, .comment-meta a:hover, p.logged-in-as a:hover, p.meta a:hover, a.post-edit-link:hover, #footer a:hover {
	color:#97cf5c;
}
#searchsubmit:hover, form#commentform p.form-submit input#submit:hover, input.wpcf7-submit:hover  {
	background: #97cf5c;
}

/* Lists
--------------------------------------------- */
#content #page ul, #content .post ul {
	padding:1.8em 0 0 25px;
}
#content #page ul li, #content .post ul li {
	padding:0px 0 1.8em 0px;
	line-height:21px;
	list-style: square !important;
}
#content #page ol, #content .post ol {
	padding:1.8em 0 0 30px;
}
#content #page ol li, #content .post ol li {
	padding:0px 0 1.8em 0px;
	line-height:21px;
	list-style: decimal;
}
#content  #page ol ol li, #content .post ol li ol li {
	list-style: upper-alpha !important;
}
#content  #page ol ol ol li, #content .post ol li ol ol li{
	list-style: lower-roman !important;
}

/* Sidebars
--------------------------------------------- */
ul.sidebar {
	font-size: 1em;
	line-height:1.6em;
	margin-top: 1.7em;
}
ul.sidebar li.widget-container, ul.sidebar li.pagenav, ul.sidebar li.categories {
	margin:0;
	padding:0;
	overflow:hidden;
	line-height:23px;
}
ul.sidebar h3.widget-title {
	padding:0px 0 5px 0px;
	font-size: 1em;
	font-weight:bold;
}

/* Sidebar Primary
--------------------------------------------- */
/* --- Theme Logo --- */
#sidebar-primary .logo {
	margin:0;
	overflow:hidden;
}
#sidebar-primary .logo h1 {
	padding:5px 0 0 0px;
	font-size:30px;
	line-height:35px;
}
#sidebar-primary .logo h1 a:hover {
	text-decoration:none;
}
#sidebar-primary .logo p {
	font-style:italic;
	font-size:1.1em;
}
#sidebar-primary .logo img {
	max-width:100%;
	margin:0;
	padding:0;
}
/* --- Text Widget --- */
ul.sidebar li.widget_text p {
	line-height:1.6 !important;
}
#sidebar-primary ul.sidebar li.widget_text img {
	margin:3px 10px 0 0px;
	float:left;
}

/* Sidebar Secondary
--------------------------------------------- */
#sidebar-secondary img {
	max-width: 100%;
	display: block;
	margin:0px;
	padding: 0;
}
#sidebar-secondary img.banner {
	max-width: 100%;
	display: block;
	margin:0px 0 10px 0px;
	padding: 0;
}

/* Sidebar Widgets (can be used for both Sidebars)
--------------------------------------------- */
ul.sidebar li.widget_archive ul li, ul.sidebar li.widget_pages ul li.page_item, ul.sidebar li.widget_categories ul li.cat-item, ul.sidebar li.widget_links ul.blogroll li, ul.sidebar li.widget_nav_menu ul#menu-navigation li.menu-item, ul.sidebar li.widget_meta ul li {
	line-height:23px;
}
/* --- Text Widget --- */
ul.sidebar li.widget_text img {
	margin:3px 10px 0 0px;
	float:left;
}
/* --- Custom Menu Widget --- */
ul.sub-menu {
	margin: 0 0 0 1.3em;
}
ul.sidebar li.widget_categories ul li.cat-item ul.children {
	margin:0px 0 0 1.3em;
}
/* --- Pages Widget --- */
ul.sidebar li.widget_pages ul li.page_item ul.children {
	margin:0px 0 0 1.3em;
}
/* --- Search Widget --- */
.search-input {
	max-width: 100%;
	width: 95%;
	margin:0px 0 4px 0px;
	font-size:1em;
	float:left;
}
#searchsubmit {
	margin:0px 4px 0 0px;
	padding:4px 7px 4px 7px;
	float:right;
	background:#4C4C4C;
	border:none;
	font-family:'Droid Sans', arial, sans-serif;
	font-size:1em;
	color:#fff;
	cursor:pointer;
}
/* --- Recent Post Widget --- */
ul.sidebar li.widget_recent_entries ul li {
	line-height:1.1em;
	padding: 0 0 0.7em 0px;
}
ul.sidebar li.widget_recent_entries ul li a {
}
/* --- Recent Comments --- */
ul.sidebar li.widget_recent_comments ul#recentcomments li.recentcomments {
	padding: 0 0 1em 0px;
	line-height:1.4em;
}
ul.sidebar li.widget_recent_comments ul#recentcomments li.recentcomments a {
	padding: 0 0 1em 0px;
}
/* --- Calendar Widget --- */
table#wp-calendar caption {
	font-family:'Droid Serif',  Times, serif;
	font-size:1em;
	line-height:1.6em;
	font-style:italic;
	text-align:left;
	padding:0px 0 3px 0px;
}
table#wp-calendar td {
	padding:3px;
}
/* --- Social Links Custom Widget --- */
ul.sidebar li.widget_sociallinks a {
	padding:0px 1.8em 0 1.8em;
	line-height:23px;
}
ul.sidebar li.widget_sociallinks a.rss {
	background:url(images/rss-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.twitter {
	background:url(images/twitter-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.facebook {
	background:url(images/fb-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.googleplus {
	background:url(images/googleplus-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.flickr {
	background:url(images/flickr-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.vimeo {
	background:url(images/vimeo-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.xing {
	background:url(images/xing-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.linkedin {
	background:url(images/linkedin-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.delicious {
	background:url(images/delicious-icon.png) 0 0 no-repeat;
}

/* Posts
--------------------------------------------- */
#content .post, #content .page {
	padding:0px 0 1px 0px;
	margin:0px 0 50px 0px;
	width: 90%;
}
#content .post p, #content .page p, #content #page p {
	padding: 0px 1em 0.8em 0px;
	margin-bottom: 0;
	font-size: 1.2em;
	line-height: 137%;
	letter-spacing: -0.05em;
}
#content .post p small {
	font-size:1.1em;
}
#content blockquote {
	margin:10px 0 30px 0px;
	padding:0px 0 0 1.4em;
	background:url(images/blockquote-border.jpg) 0 0 repeat-y;
	font-family:'Droid Serif',  Times, serif;
	line-height:21px;
	font-style:italic;
}
#content blockquote p {
	padding:0 !important;
}
#content blockquote p cite {
	padding:5px 0 0 0px;
	font-size:1em;
	font-weight:bold;
}
#content address {
	padding:0px 0 1.8em 0px;
	line-height:1.8em;
}
#content pre {
	padding:0px 0 1.8em 0px;
}
#content table {
	margin:10px 0 30px 0px;
}
#content table tr {
}
#content table tr th {
	padding: 10px 1.8em 10px 1.8em;
	border-top:1px solid #4C4C4C;
	border-left:1px solid #4C4C4C;
	border-right:1px solid #4C4C4C;
}
#content table tr td {
	padding: 10px 1.8em 10px 1.8em;
	border-left:1px solid #4C4C4C;
	border-right:1px solid #4C4C4C;
}
#content img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#content img.wp-post-image {
	margin: 5px 1.3em 5px 0 !important;
	padding: 0;
	float: left;
}
#content img.wp-smiley {
	display: inline;
}
#content img.alignleft {
	margin: 5px 10px 10px 0px;
}
#content img.alignright {
	margin: 5px 0 5px 10px;
}
#content img.alignnone {
	margin: 10px 0 10px 0px;
}
#content .wp-caption {
	max-width: 100%;
	display: block;
}
#content p.wp-caption-text {
	font-family:'Droid Serif',  Times, serif;
	font-size:1em;
	font-style:italic;
	line-height:1.6em;
	padding:7px 0 10px 0px;
}
#content object,
#content embed,
#content iframe {	
	display: block;
	max-width: 100%;
	margin: 3px 0 10px 0;
}
#content .post p.meta, #content .page p.meta {
	margin:1.3em 0 0 0px;
	padding:10px 0 5px 0px;
	font-size:1em;
	line-height:1.7em;
	clear:both;
}
#content .post p.meta span, #content .page p.meta span {
	padding:0px 0 0 0px;
	font-size:1em;
	line-height:1.7em;
	font-style:italic;
}
a.post-edit-link {
	font-family:'Droid Serif',  Times, serif;
	font-size:1em;
	font-style:italic;
}
#content p.previous {
	float:left;
	font-size:1.2em;
}
#content p.next {
	float:right;
	font-size:1.2em;
}
#content .sticky h3.sticky-label  {
	font-size:10.5px;
	font-weight:normal;
	padding:0;
	text-transform:uppercase;
	letter-spacing:2px;
}
/* Single Post
--------------------------------------------- */
#content .post #author-info {
	margin:1.8em 0 30px 0px;
	padding:10px 0 0 0px;
	border-top:1px dotted #4C4C4C;
	overflow:hidden;
}
#content .post #author-avatar {
	margin:5px 1.3em 0 0px;
	float:left;
}
#content .post #author-description {
	overflow:hidden;
}
#content .post #author-description h2 {
	padding:0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:1em;
	font-weight:normal;
}
#content .post #author-description h2 span {
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
#content .post #author-description p, .page-link  {
	font-family:'Droid Serif',  Times, serif;
	font-size:1.1em;
	line-height:1.6em;
	font-style:italic;
}

/* --- Comments --- */
.post .comments-content {
	margin:6px 0 0 0px;
	border-top:1px dotted #4C4C4C;
}
#content .post #comments-content h3#comments {
	padding:80px 0 8px 0px;
	font-size:1.4em;
}
#comments-content .comment-body p {
	padding:0px 0 10px 0px;
	font-size:1.1em;
	line-height:1.7em;
}
#comments-content p.moderation {
	font-family:'Droid Serif',  Times, serif;
	font-size:1em;
	font-style:italic;
	color:#999;
}
#content .post #comments-content ol,
#content #page #comments-content ol {
	padding:0px;
}
#content .post #comments-content ol li ul.children,
#content #page #comments-content ol li ul.children  {
	padding:0px;
}
#content .post #comments-content ol li.depth-1 {
	padding:25px 0 10px 0px;
	overflow:hidden;
}
#comments-content ol li.depth-2,
#content #page #comments-content ol li.depth-2,
#comments-content ol li.depth-3,
#content #page #comments-content ol li.depth-3,
#comments-content ol li.depth-4,
#content #page #comments-content ol li.depth-4,
#comments-content ol li.depth-5,
#content #page #comments-content ol li.depth-5 {
	margin:10px 0 0 30px;
	padding:25px 0 0 0px;
	border-top:1px dotted #4C4C4C;
	border-bottom:none;
	overflow:hidden;
}
.comment-meta {
	padding:0px 0 10px 0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:1em;
	font-style:italic;
}
.comment-gravatar {
	margin:1px 1.3em 0 0px;
	float:left;
}
#comments-content .comment-body {
	padding:0px;
	overflow:hidden;
}
.reply {
	margin:10px 0 0 0px;
	float:right;
}
a.comment-reply-link {
	font-size:1em;
	font-weight:bold;
}
p.logged-in-as {
	font-family:'Droid Serif',  Times, serif;
	font-size:1em;
	font-style:italic;
}
#comments-content ol li.post.pingback {
	margin:0px;
	padding: 1.8em 0 10px 1.8em;
	list-style:none;
}
#content #comments-content .comment-body ol {
	padding:6px 0 6px 30px;
	line-height: 1.3;
}
#content #comments-content .comment-body ol li {
	list-style: decimal !important;
}
#content #comments-content .comment-body ol li ol li {
	list-style: upper-alpha !important;
}
#content #comments-content .comment-body ol li ol ol li{
	list-style: lower-roman !important;
}
.bypostauthor {
}
/* --- Comment Reply --- */
a#cancel-comment-reply-link {
	padding:3px 0 0 0px;
	float:right;
	font-size:1em;
}
#content .post #comments-content #respond h3#reply-title {
	padding:80px 0 6px 0px;
	
	font-size:1.4em;
}
#content .post form#commentform p {
	font-size:1.1em;
}
form#commentform p.comment-notes {
	padding:5px 0 1.3em 0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:1em;
	font-style:italic;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	font-family:'Droid Sans', arial, sans-serif;
	height:22px;
	display: block;
}
form#commentform textarea#comment {
	width:90%;
	padding:3px;
	font-family:'Droid Sans', arial, sans-serif;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:10px 0 0 0px;
}
form#commentform p.form-submit input#submit {
	margin:8px 0 10px 1px;
	padding:6px 8px 6px 8px;
	background:#4C4C4C;
	border:none;
	font-family:'Droid Sans', arial, sans-serif;
	font-size:1em;
	color:#fff;
	cursor:pointer;
}
/* --- Comments Navigation --- */
.nav-previous {
	float:left;
	margin:1.8em 0 0 0;
}
.nav-next {
	float:right;
	margin:1.8em 0 0 0;
}

/* WordPress Image Gallery
--------------------------------------------- */
.gallery {
	margin: auto;
	padding:5px 0 5px 0px;
}
.gallery .gallery-item {
	float: left;
	margin: 10px 5px 0 5px;
	text-align: center;
	width: 30%;
	vertical-align: top;
}
.gallery img {
	border: 1px solid #cfcfcf;
}
.gallery .gallery-caption {
	margin-left: 0;
	padding: 5px 0 8px 0px;
	font-family:'Droid Serif',  Times, serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.6em;
}

/* Footer
--------------------------------------------- */
#footer p {
	line-height:1.7em;
}

/* Archives 
--------------------------------------------- */
h1.archive {
	margin:0px 0 25px 0px;
	padding: 0 0 10px 0px;
	
	font-family:'Droid Serif',  Times, serif;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	letter-spacing:0.1em;
}
h1.archive strong {
	font-style:normal;
	text-transform:uppercase;
}

/* Pages 
--------------------------------------------- */
#page {
	margin-bottom:50px;
	padding:0px 0 6px 0px;
	width: auto;
}
#page h1 {
	padding:0px 0 1.8em 0px;
	font-size: 1.8em;
	line-height:1.8em;
}
#page p {
	padding:0px 0 1.3em 0px;
	font-size: 1.2em;
	line-height:23px;
}
#page p small {
	font-size: 1.1em;
}

/* Plugin Styles
--------------------------------------------- */
/* --- Contact Form 7 --- */
#content .wpcf7 {
	padding:1.8em 0 1.8em 0px;
}
#content #page .wpcf7 p {
	padding:0px 0 10px 0px;
	font-size:1.1em;
}
input.wpcf7-text {
	height:22px;
}
.wpcf7 textarea {
	font-family:'Droid Sans', arial, sans-serif;
	font-size:1.2em;
}
input.wpcf7-submit {
	margin:0px;
	padding:6px 8px 6px 8px;
	background:#4C4C4C;
	border:none;
	font-family:'Droid Sans', arial, sans-serif;
	font-size:1em;
	color:#fff;
	cursor:pointer;
}
.wpcf7-response-output, .wpcf7-not-valid-tip {
	margin:0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:1em;
	line-height:1.6em;
	font-style:italic;
}
/* --- jQuery Thickbox --- */
#TB_window img#TB_Image {
	border-bottom:none ! important;
	border-left:none ! important;
	border-right: none ! important;
	border-top: none ! important;
	margin: 1.3em 0 0 1.3em;
}
#TB_caption {
	height: 30px ! important;
	padding: 7px 1.3em 1.3em 1.3em ! important;
}
#TB_secondLine {
	padding: 4px 0 0 0px;
}
#TB_closeWindow {
	height: 30px ! important;
	padding: 11px 1.3em 10px 0 ! important;
}
#TB_window a {
	color: #4C4C4C ! important;
}

/* Responsiveness
--------------------------------------------- */


@media screen and (max-width: 880px) {
#wrap {
	max-width: 880px;
	
	padding: 0 1.3em 0 1.3em;
	overflow:hidden;
}
#sidebar-primary {
	width:20%;
}
#main {
	width: 76%;
	float:right;
	overflow:hidden;
}
#content {
	width: 100%;
	float:none;
}
#sidebar-secondary { 
	width: 88.5%;
	margin:0px 0 50px 0px;
	padding:50px 0 0 60px;
	float:none;
	overflow:hidden;
	visibility: hidden;
	display: none;
}

#wrap #sidebar-primary #nav_menu-2 li a {
	font-size: 1.2em;}

#framsidesbilder .framsbild {
	float: left;
	width: 47%;
	padding-right: 1%;
}
#framsbild5, #framsbild6 {
	display: none;
	visibility: hidden;
}
#content .menu-bildmeny-container {
	width: 75%;
}
.menu-bildmeny-container ul#menu-bildmeny li.menu-item {
	width: 45%;
	padding-left: 4%;
}

}

@media screen and (max-width: 612px) {
#wrap {
	padding: 0 10px 0 10px;
	overflow:hidden;
	position:relative;
	border: none;
	width: 100%;
	margin-top: 2%;
}
#sidebar-primary {
	width: auto;
	position:relative;
	float: none;
	clear: both;
}
#sidebar-primary ul li.widget_social_links ul li {
	float:left;
}
#main {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}
#content {
	width: auto;
	padding-left: 4%;
	float: none;
	clear: both;
	padding-right: 4%;
}
#sidebar-secondary {
	width: auto;
	padding:50px 0 0 0px;
	margin:0px 0 50px 0px;
	float: none;
	clear: both;
}
#content img.wp-post-image {
	width: 100px;
	margin: 3px 10px 5px 0 !important;
}
/* --- Secondary Sidebar Widgets --- */
#sidebar-secondary ul.sidebar li.widget-container {
	width:100%;
	margin:0px 1.8em 30px 0px;
	padding:0px 0 10px 0px;
	float:left;
	
	overflow:hidden;
}
form#searchform {
	width:99%;
}
#sidebar-secondary ul .search-input {
	width:60%;
	margin:0px 0 4px 0px;
	padding:2px 3px 3px 3px;
	border:1px solid #999;
	font-size:1em;
}

#content .post p {
	padding:0px 0 1.3em 0px;
	font-size: 1.1em;
	line-height:22px;
}
#content p.previous {
	float:left;
	font-size:1.1em;
}
#content p.next {
	float:right;
	font-size:1.1em;
}
/* --- Comments Reply --- */
#content .post #comments-content #respond h3#reply-title {
	padding:80px 0 3px 0px;
	
	font-size:1.4em;
	clear:both;
}
a#cancel-comment-reply-link {
	display:block;
	padding:0;
	float:none;
	font-size:1em;
}
/* --- Footer --- */
#footer {
	width: 100%;
	float:none;
}

#framsbild3, #framsbild4, #framsbild5, #framsbild6, .menu-bildmeny-container {
	display: none;
	visibility: hidden;
}

#framsidesbilder {
	padding-top: 1em;
}

#sidebar-primary, #sidebar-secondary {
	width: 100%;
}

	#sidebar-primary .logo {
	float: left;
	max-width: 35%;
}
	
	#sidebar-primary .logo img {
	max-width: 100%;
	margin-left: -10px;
}

	#sidebar-primary ul.sidebar {
	max-width: 100%;
	margin-top: 1em;
}

	#sidebar-primary #nav_menu-2 li {
	width: 90%;	
	background-color: rgba(138,138,140,0.1);
	margin-bottom: 3%;
}
	#sidebar-primary #nav_menu-2 li a {
	display: block;
	padding: 4%;
	padding-left: 1em;	
	margin-bottom: 3%;
	font-size: 1.4em;
}
	#sidebar-primary #nav_menu-2 li a:hover {
	background-color: #dedede;
}
	#sidebar-primary #nav_menu-2 li a:active {
	background-color: #efefef;
}




}

/* FLOATS CLEARING
--------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}


/*MT*/

/*Framsidesbilder*/
#framsidesbilder {
	overflow: auto;
}

.framsbild {
	float: left;
	width: 32%;
	padding-right: 1%;
}

.menu-bildmeny-container {
	position: absolute;
	left: 22%;
	width: 55%;
	padding-top: 1%;
}

ul#menu-bildmeny li.menu-item {
	width: 37%;
	float: left;
}
ul#menu-bildmeny li.menu-item a {
	display: block;
	color: white;
	font-size: 1.3em;
}

/*Main typo*/ 

p, ul, ol, dl, blockquote, #page p, #content, ul.sidebar {
    font-size: 1em;
    line-height: 1.618em;
    margin-bottom: 1.618em; 
    /*max-width: 30em;*/
	color: black;
}


body {
	background: #efefef url(./img/bakgr.png);
	font:1em/1.5em 'Lekton', sans-serif;
}

ul.sidebar li.widget-container, ul.sidebar li.pagenav, ul.sidebar li.categories {
	border-bottom: none;
}

#wrap {
	width: 100%;
	padding-left: 0;
	padding-top: 2%;
	overflow: hidden;
}

#sidebar-primary .logo, #sidebar-primary .logo a {
		overflow: visible;
}

#sidebar-primary .logo img {
	max-width: 100%;
	margin-left: -1em;
}
#sidebar-primary #nav_menu-2 li {
	line-height: 1.2em;
}	

#sidebar-primary #nav_menu-2 li a {
	font-size: 1.3em;
	color:#940e26;
	padding-right: 1em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	display: block;

}
#sidebar-primary #nav_menu-2 li a:hover {
	color:#97cf5c;
}
#sidebar-secondary li{
	overflow: visible;
}
#sidebar-secondary #recent-posts-2 .widget-title {
	color: #00b034;
	font: 2.1em 'Cookie', cursive;
	-moz-transform: scale(1) rotate(-4deg) translate(0px, 0px) skew(-5deg, -4deg);
-webkit-transform: scale(1) rotate(-4deg) translate(0px, 0px) skew(-5deg, -4deg);
-o-transform: scale(1) rotate(-4deg) translate(0px, 0px) skew(-5deg, -4deg);
-ms-transform: scale(1) rotate(-4deg) translate(0px, 0px) skew(-5deg, -4deg);
transform: scale(1) rotate(-4deg) translate(0px, 0px) skew(-5deg, -4deg);
margin-left: -0.3em;;
}

#facebook-like-button-generator .widget-title {
	display: none;
}
li#facebook-like-button-generator {
	padding-left: 0.5em;
}

.page p.meta {
	display: none;
}

p#footercredit a{
	font-size: 0.7em;
	text-align: right;
	float: right;
	padding-right: 1%;
	color: #c3c2c3;
}


