/*
Theme Name: Viktpuls
Description: Anpassat tema för viktpuls.se.
Version: 0.1
Author: Marcus Andersson
Author URI: http://mediascreen.se/
*/


/* Begin Typography & Colors */
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:solid #DDD 1px;
}

img.alignright {
	padding: 4px;
	margin: 0 0 5px 12px;
	display: inline;
	border:solid #DDD 1px;
}

img.alignleft, img.thumbnail {
	padding: 4px;
	margin: 0 12px 5px 0;
	display: inline;
	border:solid #DDD 1px;
	float:left;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


#content ol, #content ul {
	padding: 0 0 0 0;
	margin: 0 0 1em 1.5em;
	display:block;
}

#content ol li, #content ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



/* Begin Form Elements */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */






/* New */
#main-middle {
	overflow:hidden;
}
#content {
	float:left;
	width:500px;
	padding-left:15px;
	padding-right:15px;
	border-right:dotted #DDD 1px;
}
#sidebar {
	float:right;
	width:255px;
	padding-right:0px;
}

#sidebar h2 {
	color:#999;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	padding-bottom:4px;
}

#about, #tagcloud, #find {
	padding:12px;
	background-color:#9EC547;
	color:#FFFFFF;
	overflow:hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#about {
	font-weight:bold;
	font-size:11px;
	line-height:1.4;
}
#about a {
	color:#FFF;
	text-decoration:underline;
}
#tagcloud {
	padding:12px 16px;
	text-align:justify;
	line-height:1.3;
}
#tagcloud a {
	color:#FFF;
}
#tagcloud a:hover {
	text-decoration:underline;
}
#find {
	padding:12px 16px;
}
#find form {
	padding-bottom:10px;
}
#find input {
	width:40px;
}
#find input#s {
	width:172px;
}
#find select {
	width:224px;
}



.wp-pagenavi {
	text-align:center;
	font-size:12px;
	margin-top:10px;
}

.post {
	border-bottom:dotted #DDD 1px;
	padding-bottom:10px;
	margin-bottom:0;
}
.postmetadata {
	font-size:11px;
	border-top:dotted #DDD 1px;
	padding-top:4px;
}
.meta {
	text-transform:uppercase;
	font-size:10px;
	padding-bottom:12px;
	margin-top:0em;
}
#respond {
	margin-top:12px;
}


h1 {
	font-size:20px;
	font-weight:bold;
}

/* END new */







/* ---------------------------------------------------------------------------------- From root Viktpuls */
html, body, h1, h2, h3, p, a, div, span, ul, ol, li, dl, dt, dd, img, form, fieldset {
	margin:0;
	padding:0;
	border:none;
}
body {
	background:#FCFCFC url(/themes/default/img/bg-header.png) repeat-x top center;
	font-family: "Lucida Grande","Lucida Sans", Arial, sans-serif;
	font-size:13px;
	line-height:1.4;
	color:#333;
}
#wrapper {
	width:822px;
	margin:0 auto 16px auto;
} 

/* Basic */
h1, h2, h3 {
	padding-bottom:0;
	font-size:22px;
	font-weight:normal;
	color:#333;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin:.8em 0 0 0;
}
h2.pagetitle {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:dotted #DDD 1px;
	color:#999;
	padding-bottom:2px;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
p {
	margin-bottom:.8em;
}
ul {
	margin-left:1.5em;
}
li {
	margin-bottom:1em;
}
a {
	color:#5DC7DB;
	text-decoration:none;
}
a:hover {
}
a:focus {
	outline:none;
}

/* Header */
#header {
	position:relative;
	height:50px;
	width:822px;
}
#header #logo {
	position:relative;
	top:8px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:15px;
	right:0px;
}
#header li {
	display:block;
	float:left;
	margin-left:10px;
}
#header li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	height:21px;
	background: transparent url(/themes/default/img/bg-nav.png) no-repeat center;
	text-indent:-999em;
	width:50px;
}

#header li.vikt a {
	width:37px;
	background-position:0px 0px;
}
#header li.vikt a:hover, #header li.vikt a:focus, .vikt #header li.vikt a {
	background-position:0px -21px;
}

#header li.installningar a {
	width:102px;
	background-position:-100px 0px;
}
#header li.installningar a:hover, #header li.installningar a:focus, .installningar #header li.installningar a {
	background-position:-100px -21px;
}

#header li.toplista a {
	width:64px;
	background-position:-300px 0px;
}
#header li.toplista a:hover, #header li.toplista a:focus, .toplista #header li.toplista a {
	background-position:-300px -21px;
}

#header li.hjalp a {
	width:44px;
	background-position:-400px 0px;
}
#header li.hjalp a:hover, #header li.hjalp a:focus, .hjalp #header li.hjalp a {
	background-position:-400px -21px;
}

#header li.logga_ut a {
	width:70px;
	background-position:-500px 0px;
}
#header li.logga_ut a:hover, #header li.logga_ut a:focus {
	background-position:-500px -21px;
}


/* Footer */

#footer #social {
	width:400px;
	float:left;
}
#footer #contact {
	width:200px;
	float:right;
	text-align:right;
}
#footer {
	color:#999;
	vertical-align:middle;
	padding:4px 4px;
	overflow:hidden;
}
#footer img {
	vertical-align:middle;
	margin:0 2px;
}
#footer a {

}


/* Content */
#main {
	margin-top:30px;
}
#main-top {
	background:transparent url(/themes/default/img/bg-content-top.png) no-repeat top center;
	height:10px;
} 
#main-middle {
	position:relative;
	background:transparent url(/themes/default/img/bg-content-middle.png) repeat-y center;
	min-height:380px;
	padding:2px 11px;
} 
#main-bottom {
	background:transparent url(/themes/default/img/bg-content-bottom.png) no-repeat bottom center;
	height:10px;
} 


/* inner */
.inner {
	background-color:#9EC547;
	color:#FFF;
}
.blue {
	background-color:#5DC7DB;
	margin-bottom:12px;
}
.pink {
	background-color:#DD4C82;
	margin-bottom:12px;
}
.orange {
	background-color:#F1813A;
	margin-bottom:12px;
}

.inner .top {
	background:transparent url(/themes/default/img/bg-inner-top.png) no-repeat top center;
	height:8px;
	z-index:100;
}
.inner .bottom {
	background:transparent url(/themes/default/img/bg-inner-bottom.png) no-repeat bottom center;
	height:8px;
	z-index:100;
}


/* Statiska sidor */
.textpage {
	padding:20px;
	color:#333;
}
.inner .textpage {
	color:#FFF;
}


