/*
Theme Name: Dyrare mat, NU!
Theme URI: http://www.gobolito.se
Description: A theme by Mattias Jansson and Markus Jansson.
Version: 1.0
Author: Mattias Jansson

*/

body {
	}
a {
	color: #c92c2c;
}
a:visited {
	color: #c92c2c;
}
a:hover {
}
p {
	color: #000; /* #555 */
	margin: 10px 0;
}

ul li {
	color: #000;
	list-style-position: inside;
}

li {
}

h1 {
}
h1 a{
	color: #000;
}
h1 a:visited{
	color: #000;
}
h1 a:hover{
	color: #000;
}
h2 {
	color: #000;
}
h2 a, h2 a:visited {
	color: #000;
}
h2 a:hover {
	color: #000;
}
h3 {
	color: #4f5355;
	text-align: left;
}

.separator {
	border-bottom: #e4eff4 1px solid;
	margin-bottom: 10px;
}

form {
	margin:0px;
	padding:0px;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #c4ccd2;
	font-style: italic;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#page {
	margin: 0px auto;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
}

#nav {
	width: 460px;
}

#nav li {
	display:block;
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 17px 20px 3px 20px;
	height: 28px;
	background: url(images/navBgInactive.png);
	margin-left: 10px;
}

#nav li.current_page_item{
	display:block;
	font-size: 13px;
	float: left;
	padding: 17px 20px 3px 20px;
	height: 28px;
	background: url(images/navBg.png);
}

#nav a{
	display:block;
	height: 28px;
	color: #000;
	text-decoration: none;
}

#nav {
	color: #000;
	text-decoration: none;
	display: block;
	float: right;
}
#nav a:visited {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}
#content {
	color: #555;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 51px;
	float: left;
	background: url(images/date-bg.png);
}
.post-month {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display:block;
	line-height: 14px;
	padding-top: 4px;
}
.post-day {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 5px;
}

.post-title h2{
	border-bottom: #4f5355 5px solid;
	color: #4f5355;
	float: left;
	width: 565px;
	margin-left: 10px;
}
.post-title {
	
}

.entry {
	clear: both;
	padding-top: 10px;
	border-bottom: #e4eff4 1px solid;
	padding-bottom: 20px;
	margin-bottom: 0px;
	color: #555;
	min-height: 100px;
}

.post-cat {
	float:left;
	font-size: 110%;
}

.post-skribent {
	float: left;
	font-size: 110%;
	margin-left: 10px;
}

.post-comments {
	background: url(images/mini-comments.png) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 110%;
	margin-bottom: 40px;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
}
.navigation a, .navigation a:visited {
}
.previous-entries a{
	float: left;
	text-align: center;
	width: 106px;
	height: 16px;
	color: #ffffff;
	background: url(images/entryBg.png);
}

.next-entries a{
	float: right;
	text-align: center;
	width: 106px;
	height: 16px;
	color: #ffffff;
	background: url(images/entryBg.png);
}
#comments, #respond {
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 140%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
	list-style-image: url(images/commentcite.png);
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #fff;
	border-bottom: 1px solid #e4eff4;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	color: #000;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #656565;
	font-size: 95%;
}
#commentform input{
	width: 190px;
	height: 19px;
	background:#fafbfd;
	border: 1px solid #ced5d8;
	padding: 3px;
	margin-top: 3px;
}

	
#commentform textarea{
	width: 613px;
	height: 115px;
	background:#fafbfd;
	border: 1px solid #ced5d8;
	padding: 2px;
	margin-top: 3px;
}
#commentform:focus, #commentform input[type="text"]:focus {
	background: #fafbfd;
}
#commentform #submit{
	color: #fff;
	padding: -1px;
	background: url(images/subCommentBg.png);
	border: 0;
	float:right;
	width: 100px;
	height: 34px;
}
	
#sidebar{
	list-style: none;
	text-align: left;
	padding: 20px;
	margin: 20px;
}

#sidebar a:link, #sidebar a:visited {
	color: #555;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar2{
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

#sidebar2 a:link, #sidebar2 a:visited {
	color: #555;
	text-decoration: none;
}

#sidebar2 a:hover {
	text-decoration: underline;
}


#searchform {
	margin-left: 5px;
}
#searchform #s {
	border:1px solid #ced5d8;
	height: 23px;
	width: 190px;
	background: url(images/formBg.jpg);
}
#searchform #searchsubmit {
	width: 50px;
	height: 25px;
	background: url(images/submitBg.png);
	border: 0;
	padding-top: -1px;
	color: #fff;
}
#searchform label {
	font-size: 11px;
}
#sidebar h3 {
	text-align: left;
	padding: 0px 0px 0px 0px;
}

ul#sidebar {
	padding: 0px 0px 0px 0px;
}

ul#sidebar li{
	list-style-image: none;
}

.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #6e94a4;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #6e94a4;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #6e94a4;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #6e94a4;
}
.ul-archives li a, .ul-archives li a:visited{
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}

/*	Sidfot	*/

#footer {
	clear: both;
	background-color: none;
	margin-top: 10px;
}
#footer a, #footer a:visited{
	color: #4d626b;
}

#footer h4 {
	color: #9cdbfb;
}

.footerBox {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	display: block;
	width: 500px;
}

.footerCont {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 25px;
	width: 190px;
}

#footerCol1 {
	text-align: right;
	background: url(images/footContact.png) no-repeat right top;
}

#footerCol2 {
	background: url(images/footMenu.png) no-repeat 30px 0px;
	border-left: 1px solid #b2ccd8;
	height: 130px;
	padding-left: 30px;
}

ul#menu-sidfotsmenyn {
	list-style: none;
}

#menu-sidfotsmenyn a{
	font-weight: normal;
	font-size: 12px;
	line-height: 25px;
	color: #5d747e;
}

hr.footHR {
	border-color: #b2ccd8;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footLogin {
	background: url(images/icoLock.png) no-repeat right;
	padding-right: 14px;	
}

.footContact {
	background: url(images/icoMail.png) no-repeat right;
	padding-right: 18px;
}

.footRSS {
	background: url(images/icoRss.png) no-repeat right;
	padding-right: 15px;
}
/*	End Sidfot	*/

.separator {
	border-bottom: #e4eff4 1px solid;
	margin-bottom: 10px;
}

.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}

.rss {
	padding-bottom: 2px;
	color: #d6614c;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:right;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	border: 1px solid #c1cacf;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline;
}

.alignleft {
	float: left;
	margin-right: 10px;
	border: 1px solid #c1cacf;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline;
}

.aligncenter {
	border: 1px solid #c1cacf;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a:hover .alignleft, a:hover .alignright, a:hover .aligncenter {
	border: 1px solid #5c6b70;
}

.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

li.cat-item {
	list-style: none;
	border-bottom: 1px solid #b7c0c4;
	margin-bottom: 4px;
	padding-bottom: 4px;
	display: block;
	font-weight: bold;
	color: #4f5355;
	font-size: 105%;
}

li.cat-item a{
	list-style: none;
	color: #4f5355;
	background: url(images/bullet.png) no-repeat;
	padding-left: 20px;
}

ul.xoxo li {
	list-style: none;
	border-bottom: 1px solid #b7c0c4;
	margin-bottom: 4px;
	padding-bottom: 4px;
	display: block;
	font-weight: bold;
	color: #4f5355;	
}

ul.xoxo a{
	list-style: none;
	color: #4f5355;
	background: url(images/bullet.png) no-repeat;
	padding-left: 20px;
}

/* Shop ny */
.shopPost {
	width: 100%;
	height: 100%;
}

.shopLeft {
	float: left;
	width: 350px;
}

.shopRight {
	float: right;
	width: 270px;
}

.shopBuy {
	float: left;
	margin-left: 5px;
}

.shopImg {
	float: right;
	margin-bottom: 15px;
}

.shopPrice {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

.shopBesk {
	color: #000;
	font-size: 12px;
}

/* Shop */

.shopText {
	float: left;
}

.shopRub {
	font-size: 15px;
}

.shopPrice {
	
}

.shopImg {
	float: right;
}


/* Share on */
.shareblock {
	height: 16px;
	width: 110px;
	position: relative;
	float: right;
	
}
.shareon {
	float: left;
	margin-left: 0px;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}

.sharefb a{
	height: 16px;
	width: 16px;
	margin-left: 6px;
	background: url(share/facebook.png) 0 0 no-repeat;
	display: block;
	float: left;
}

.sharetwitter a{
	height: 16px;
	width: 16px;
	margin-left: 4px;
	background: url(share/twitter.png) 0 0 no-repeat;
	display: block;
	float: left;
}

.sharemyspace a{
	height: 16px;
	width: 16px;
	margin-left: 4px;
	background: url(share/myspace.png) 0 0 no-repeat;
	display: block;
	float: left;
} 

.sharedel a{
	height: 16px;
	width: 16px;
	margin-left: 4px;
	background: url(share/delicious.png) 0 0 no-repeat;
	display: block;
	float: left;
} 

.sharered a{
	height: 16px;
	width: 16px;
	margin-left: 4px;
	background: url(share/reddit.png) 0 0 no-repeat;
	display: block;
	float: left;
}

/* Sidebar f?r statisk sida */

.sidebar2 {
	text-align: left;
	padding: 10px;
	margin: 10px;
	height: 500px;
}

ul.sidebar2 li {
	list-style: none;
	margin-bottom: 4px;
	padding-bottom: 4px;
	display: block;
	font-weight: bold;
	color: #4f5355;		
}

ul.sidebar2 a {
	list-style: none;
	color: #4f5355;
	background: url(images/bullet.png) no-repeat;
	padding-left: 20px;
}

h2.widgettitle2 {
	font-family: Helvetica, Arial;
	font-size: 1.5em;
	border-bottom: #4f5355 5px solid;
	color: #4f5355;
	margin-bottom: 20px;
	margin-top: 10px;
}

.pagenav ul li {
	border-bottom: 1px solid #b7c0c4;

}

/* Author sidan */

.autavatar {
	float: left;
	padding: 3px;
	border: 1px solid #c1cacf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 10px;
}

.autinfo {
//	border: 1px solid #c1cacf;;
	padding: 6px;
	min-height: 100px;
	margin-bottom: 0;
}

/* Bildtext */

.wp-caption-text {
	font-style: italic;
	font-size: 10px;
	color: #797979; 
	text-align: center;
	padding: 0;
	margin: 0;
}

.donera {
	float: left;
	left:15px;
	margin-top: -2px;
	position: fixed;
}

/* Startsida */

.startTop4 {
	height: 33px;
	background: url(images/temamer.jpg);
	padding-left: 10px;
	clear: both;
	top: 5px;
	position: relative;
	display: block;
}

.startColLeft {
	float: left;
	width: 695px;
//	margin-top: 40px;	/* IE fix */
	position: relative;
	background-color: white;
	display: block;
}

.startColRight {
	float: right;
//	margin-top: 40px;	/* IE fix */
	width: 222px; 460px
	position: relative;
	display: block;
}

.startColRightBox1 {
	border: 1px solid #adadad;
	border-top: 3px solid #000000;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 15px;
	display: block;
	margin-bottom: 15px;
}

.startColRightBox2 {
	border: 1px solid #adadad;
	border-top: 3px solid #000000;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	margin-bottom: 15px;
}

.startColLeftLeft {
	width: 190px;
	height: 320px;
	position: relative;
	border: 1px solid #adadad;
	border-top: 3px solid #000000;
	padding-left: 6px;
	padding-right: 6px;
	float: left;
	display: block;
}

.startColLeftRight {
	width: 485px;
	position: relative;
	float: right;
	margin-top:;
	display: block;
}

.startPost {
//	border: 1px solid #adadad;
	height: 155px;
	padding-left: 7px;
	margin-bottom: 10px;
}

.startPost2 {
	border: 1px solid #adadad;
	height: 155px;
}

.startTop1 {
	height: 33px;
	background: url(images/startTop1.jpg);
	color: #fff;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}

.start_entry {
	font-size: 10px;
	color: #000;
}

.start_entry a{
	font-size: 11px;
	color: #000;
}

.start_rubrik a{
	color: black;
	font-weight: bold;
}

.start_metatext {
	color: gray;
	font-size: 10px;
}

.start_metatext a{
	color: gray;
	font-size: 10px;
}

ul.post-meta {
	color: #000;
	list-style: none;
}

.startBoxRub {
	font-family: Verdana;
	font-size: 18px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
}

.startBoxText {
	font-size: 11px;
	line-height: 15px;
	padding: 0 7px 0 7px;
}

.startBoxText li{
	list-style-position: inside;
	margin: 0 0 5px 0;
}

.startBoxText a{
	font-size: 11px;
	line-height: 20px;
	color: #000;
	list-style-image: none;
}

.startBoxBild {
	padding: 5px;
	display: block;
}

.startBox1left {
	float: left;
	display: block;
}

.startBox1right {
	float: right;
	display: block;
}

#startBoxTextWidth {
	width: 310px;
}

.startBoxBild2 {
	margin: 0px;
	padding: 0px;
	padding-left: -7px;
}

/* Startsidan listar senaste poster */

.startTop2 {
	height: 33px;
	background: url(images/startTop2.jpg);
	color: #000;
	padding-left: 10px;
	font-size: 18px;
	margin-bottom: 10px;
	clear: both;
	top: 20px;
	position: relative;
	display: block;
}

ul.startList a{
	color: #000;
	line-height: 15px;
	font-size: 11px;
}

ul.startList p{
	font-size: 11px;
}

ul.startList li {
	list-style: none;
	font-family: Verdana;
	font-size: 11px;
	border-bottom: #d0d0d0 1px solid;
	color: #4f5355;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 7px;
	margin-right: 15px;
	display: block;
	width: 690px;
	min-height: 110px;
}


.startImgLeft {
	float: left;
	margin-right: 10px;
	display: block;
	clear: both;
}

.startTextRight {
	float: right;
	display: block;
	clear: both;
}

.startUtdrag {
	font-size: 11px;
	line-height: 15px;
}

.startUtdrag a {
	font-size: 11px;
	line-height: 8px;
}

.startList {
	top: 15px;
	position: relative;
	display: block;
	clear: both;
}

.startComments {
	background: url(images/discuss.png) no-repeat 0 -0px;
	margin-top: 0px;
	margin-left: 24px;
	float: right;
	opacity: .8;
	width: 68px;
	height: 18px;
	position: absolute;
}

a:hover.startComments {
	opacity: .3;
}

.startCommentsNumb {
	position: absolute;
	font-family: "Lucida Grande", Verdana;
	color: #fff;
	margin-left: 29px;
	margin-top: 1px;
	font-size: 8px;
	z-index: 3;
}
/* Trekolumns listing */

.startTop3 {
	height: 33px;
	background: url(images/kategoribar.jpg);
	padding-left: 10px;
	clear: both;
	top: 5px;
	position: relative;
	display: block;
}

.colList {
	width: 230px;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 15px
	font-family: Verdana;
	font-size: 11px;
}

.colListPad {
	width: 220px;
	height: 300px; /* Om kolumerna kr�nglar, ta bort denna */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.colList a {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}

#colListL {
	float: left;
	border-right: 1px #d0d0d0 solid;
	border-left: 1px #d0d0d0 solid;
}

#colListM {
	float: left;
}

#colListR {
	float: right;
	border-right: 1px #d0d0d0 solid;
	border-left: 1px #d0d0d0 solid;
}

.colListText p{
	font-size: 11px;
	line-height: 15px;
	font-size: 11px;
}

.wp-post-image {
	margin-bottom: 5px;
}

/*	Visar de fyra senaste posterna utan tema	 */

#startCat a {
	color: gray;
	float: left;
}

ul.startPostNoTh li {
	width: 320px;
	float: left;
	margin-right: 17px;
	margin-left: 10px;
	list-style: none;
	color: #4F5355;
	display: inline;
}

ul.startPostNoTh a{
	color: #000;
	line-height: 15px;
	font-size: 11px;
}

ul.startPostNoTh p{
	font-size: 11px;
}

.startPostNoThCont {
	height: 100%;
	width: 100%;
	margin: -25px 0 0 0;
}

.post-comments-start {
	background: url(images/start-comments.png) no-repeat 4px;
	font-size: 110%;
	width: 320px;
	height: 25px;
	background-color: #000;
 	filter: alpha(opacity=80);
	opacity: 0.8;
	position: relative;
	top: -29px;
	left: 0px;
}

div.post-comments-start div{
	padding: 5px 0 0 22px;
}

#post-comments-start a{
	color: #ffffff;
}

.fbLikeHome {
	float: right;
	margin-top: -30px;
	left: 211px;
	position: absolute;
}


/*	Inforutan Startsidan	*/

.startInfoSquare {
	width: 670px;
	height: 172px;
	background: url(images/InfoBoxBg.jpg);
	margin-left: 5px;
	margin-bottom: 20px;
	font-size: 11px;
}

.startInfoSquare a{
	color: #424242;
}

.startInfoText {
	width: 365px;
	height: 145px;
	float: left;
	background: url(images/InfoBoxRub.png) no-repeat;
	margin: 20px 0px 30px 20px;
}

.startInfoBild {
	margin-right: 30px;
	width: 248px;
	height: 168px;
	background: url(images/InfoDmn.png);
	float: right;
}

/*	Inforutan - COP16 Theme */

.startInfoTextCOP16 {
	width: 365px;
	height: 145px;
	float: left;
	background: url(images/Themes/COP16/infoBoxRubCOP16.png) no-repeat;
	margin: 20px 0px 30px 20px;
}

.startInfoBildCOP16 {
	width: 248px;
	height: 168px;
	background: url(images/Themes/COP16/startCOP16.png) no-repeat 0 3px;
	float: right;
}

img.ReadmoreRight{
	float: right;
	margin-top: -30px;
	position: relative;
}

hr.wide {
	background-color: #000000;
	height: 5px;
	border: 0;
	margin-bottom: 10px;
}
hr.white {
	background-color: #fff;
	height: 5px;
	border: 0;
	margin-bottom: 0;
}

li.listheight {
	height: 380px;
}

/*	twitter bar	*/
.twtr-tweet-text {
	font-size: 80%;
}

.container_12 {
	position:relative;
}

/* Banner */
#top_banner {
	position: absolute;
	top: 15px;
	right: 0px;
}

#top_banner a {
	border: 0;
}
