/* General */

body {
font-family:'Georgia', Times New Roman, Times, serif;
font-style:normal;
font-variant:normal;
font-weight:normal;
color:#fff;
background:transparent url(images/design/v01/body_bg.jpg) fixed;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin:0 0 14px 0;
}

a {
	text-decoration:none;
	color:#9dd021;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
}


/* Main DIV's */

#wrapper {
background-color:#000;
width:810px;
margin:0 auto 0 192px;
}
#main {
	position:absolute;
	width:810px;
	margin:0;
}
#content {
	width:560px;
	float:left;
	padding:0;
}


/* TYPOGRAFI */
h1 a, h2 a {
	color:#fff;
}

h1 {
	font-size:36px;
	line-height:46px;
}

h2 {
	font-size:28px;
}
h3 {
	font-size:18px;
	margin:0 0 12px 0;
}


/* Navigation */

#nav {
	position:fixed; 
/* Ändrade från fixed så att navigation åker med i scroll och man kan se även nedre delen i stora förstoringar, men sedan vi reducerat antalet sidor som visas så satte jag tillbaka fixed*/
	left:0;
	top:150px;
/* Ändrade från 150px för att det går utanför nedtill men tillbaka till 150px enligt ovan, lite snyggare */
}
* html #nav { position:absolute; }

#nav ul {
	margin:0;
/* Ändrade från 0 men återställde */
	padding:0;
	list-style:none;
	background-color:#000;
	width:200px;  
/* Ändrade till 70% från 100% för 100% orsakade radbrytningar under rutorna till höger, men sen åter till 100% för det funkade inte. Ändrade till 200px vilket verkar fungera med radbrytningar */
}
#nav li {
	margin:0;
/* Ändrade från 0 men återställde*/
	padding:5px 10px;
/* Ändrade padding från 10px 12 px; */
}
#nav ul li a {
	font-size:14px;
/* Ändrade till 14px från 18px för det var onödigt stor och gav onödiga radbrytningar */
	color:#fff;
}
#nav ul li a:hover {
	color:#ec5cb4;
	text-decoration:none;
}


/* Header */

#header {
background-color:#000;
float:left;
width:810px;
height:68px;
margin:0 0 10px 0 ;
}
#logo {
	float:left;
	width:auto;
}


/* FEATURE */
#feature {
	background: #fff url(images/design/v01/feature/feature_01.jpg) no-repeat;
	margin:0 0 0 0;
	padding:0px;
	width:810px;
	height:auto;
/* Ändrade height från 312 till auto */
	clear:both;
}
#feature #cont {
	padding:30px 40px 0px 40px;
}
#feature h1 {
	font-size:45px;
	line-height:50px;
/* 2014-04-09: Ändrade font-size från 80 till 45 px och line-height från 85 till 50 px */
	margin-bottom:15px;
}
#feature p {
	font-size:16px;		
}
#feature a {
	color:#fff; 	
}


/* Post */
.post {
	margin:0 0 13px 0;
	padding:12px;
	background-color:#000;
}

.post p img{
margin:0 10px 10px 0;
}
.post em{
font-style:italic;
}
.post .header {
	position:relative;
	margin:0 0 11px 0;
	padding:0;
	background-color:none;
}
.post .edge, #karta .edge {
position:absolute;
background:transparent;
height:64px;
width:59px;
right:438px;
}
* html .post .edge, #karta .edge { right:470px; }
#karta .edge {
	right:658px;
}

.post .share {
	position:relative;
	height:30px;
}
.post .share ul {
	margin:0;
	padding:0;
	list-style:none;
}
.post .share ul li {
	float:left;
	margin:0 4px 0 0;
}
.post .share ul li h4 {
	background-color:#9dd021;
	padding:5px 8px 7px 8px;
	font-size:16px;
}
.post .share ul .magenta h4 { background-color:#ec5cb4; }
.post .share ul .cyan h4 { background-color:#3aa4e5; }
.post .commentForm {
	position:relative;
	clear:both;
}
.addthis_container {
	float:left;
}
p.fbconnect_share {
	border:0;
	margin:0;
	padding:0;
	float:left;
	width:auto;
}
a.fb_share_button {
	background-color:#00CC00;
}


.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .share a{
	color:#fff;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}


/* SIDEBAR */

#sidebar {
width:214px;
float:left;
margin:0 0 0 12px;
}
#sidebar .block{
	background-color:#000;
	padding:12px;
	width:100%;
}

#sidebar .block .edge {
position:absolute;
background:transparent;
height:42px;
width:46px;
left:160px;
}
.sidebar .block .header {
	position:relative;
	margin:0 0 11px 0;
	padding:0;
	background-color:none;
}
#sidebar .block { margin:0 0 12px 0; float:left;}
#sidebar .block ul {
	padding:0;
	margin:0 0 0 0;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
}
#sidebar .block li a {
list-style:none;
margin:0 10px 10px 0;
padding:0;
display:block;
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #ccc;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
}
#footer {
position:fixed;
right:10px;
bottom:7px;
}


/* COMMMENTS */
#comments {
	position:relative;
	width:470px;
}
#comments h3, #comments h4{
position:relative;
font-size:16px;
letter-spacing: 0px;
font-weight:normal;
background-color:#9dd021;
padding:5px 10px 0 10px;
height:25px;
}
#comments cite a{
	color:#9dd021;
	font-size:16px;
	margin:0 10px 0 5px;
}
#comments cite a:hover{
	text-decoration:underline;
}
#comments cite small{
	font-size:10px;
	color:#9dd021;
	float:right;
	margin:3px 5px 0 0;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist {
	background-color:#000;
}
#comments ol.commentlist li {
color:#fff;
margin-top:20px;
border-right:0;
padding:10px 5px 10px 10px;
}
#comments p {
margin:10px 10px 0 58px;
width:auto;
}

#comments form#commentform {
	background-color:#000;
	padding:10px;
}
#comments ul.formlist li {
margin:4px 0 0 0;
}
#comments ul.formlist p{
margin:10px 0 0 0;
}
#comments input {
font-size:13px;
font-weight:normal;
width:448px;
height:25px;
border:0;
border:none;
}
#comments textarea {
font-size:13px;
font-weight:normal;
border:0;
border:none;
width:450px;
height:70px;
}
#comments li.submitbutton input {
background-color:#9dd021;
font-size:16px;
color:#fff;
border:0;
height:28px;
width:85px;
text-align:left;
cursor:pointer;
cursor:hand;
}
#comments li.submitbutton input:hover {
color:#000;
}




.wGallery li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.wGallery img {
	width:97px;
	height:97px;
	overflow:hidden;
}