/*
Theme Name: SD Kvinnor
Theme URI: http://sdkvinnor.se/
Description: -
Version: 1.0
Author: Sverigedemokraterna
Author URI: http://sdkvinnor.se/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, p, blockquote, pre, a, code, em, img, ol, ul, li, fieldset, form, label, legend, textarea, input, select {border: 0; font-family: inherit; font-size: 100%; font-style:	inherit; font-weight: inherit; margin: 0; padding: 0; vertical-align: baseline;}
blockquote:before, blockquote:after {content: "";}
blockquote {quotes: "" "";}
a img {border: none;}
a, a:focus, a:hover, a:active, a:visited {outline: none;}


/* 
   asd
------------------------------------------------------------------- */

/* Begin Typography & Colors */
body {
	background: #BACBFF url('img/body.gif') repeat-y center top;
	color: #333;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 1.5;	
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4 {
	color: #6A8BBC;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h1 {font-size: 1.8em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h3,h4 {font-weight: bold;}

.pagetitle {
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}


/* Paragraphs */

p {margin-bottom: 1em;}


/* Links */

a {
	cursor: pointer;
	color: #6A8BBC;
	text-decoration: none;

}
a:hover {
	color: #F63;
	text-decoration: underline;
}


/* Text elements */

blockquote {
	margin: 1.2em;
	line-height: 1.4em;
}
em, blockquote {font-style: italic;}
strong,.strong {font-weight: bold;}

code {
	color: #840;
	display: inline;
	padding: 0 3px;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code {
	font: 1em monospace;
	line-height: 1.5;
}

p code {font-size: 1.1em;}


/* Misc classes */

.small {font-size: 0.9em;}
.large {font-size: 1.1em;}

.hidden {display: none;}


.quiet {color: #777;}

.loud {color: #000;}

.highlight {background-color: #FFA;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

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

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* 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 */


/* 
   Post
------------------------------------------------------------------- */

.post-info {margin-bottom: 1em;}
.commentlist .post-info {margin-bottom: 0.5em;}

.post-meta {
	background-color: #F9F6F0;
	color: #665;
	font-size: 0.9em;
	padding: 6px 10px;
	margin-bottom: 1em;
}
.post-tags {margin-bottom: 1em;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.8em;}
.box-title {
	background-color: #FFF;
	border-bottom: 1px solid #E4E6E8;
	border-top: 0px solid #52758A;
	color: #111;
	font-weight: bold;
	padding: 5px 10px;
}
.box-content {padding: 6px 0 0;}
.box-content .container {margin-bottom: 6px;}


/* 
   Layout
------------------------------------------------------------------- */

#content-wrapper {
	background: url('img/content-wrapper.gif') no-repeat center top;
	font-size: 1.1em;
	min-height: 100%;
}
#content-wrapper-2 {
	width: 730px;
	margin: 0 auto;
	min-height: 100%;
}
#content {padding: 4px 0;}
#main-wrapper {width: 567px; margin-left: 4px;}
#main {padding: 16px 12px; background: #FFF;}

#header {background: url('img/header.jpg') no-repeat left top;}
#header a {
	display: block;
	height: 91px;
	margin: 4px 0;
	width: 730px;
}
#footer {
	background: url('img/footer.png') no-repeat center;
	background-color: #FFF;
	padding: 12px;
}


#navigation {
	padding: 5px 10px;
	background-color: #FFF;
}

#navigation a {
	font: bold 1.1em Verdana,sans-serif;
	display: block;
	padding: 4px 6px;
}
#navigation li {margin-right: 12px;}


input, textarea {padding: 2px 3px; border: 1px solid #D5D5D5; border-color: #999 #CCC #CCC #999; background-color: #FAFAFA;}
#comment {width: 80%;}
#comments {padding-top: 1em; border-top: 1px solid #DDD; margin-top: 2em;}
#s {padding: 4px 6px;}
.input-submit {background-color: #E5E5E5; border-color: #CCC #999 #999 #CCC; font-weight: bold; padding: 4px 6px; margin: 0px -7px 0px 0px;}


.commentlist li {list-style: none;}
.commentlist {margin: 1em 0 2.5em;}


/* Tabs */
.tab-list {
	margin: 0;
	padding: 0;
}
.tab-list li {
	float: left;
	list-style: none;
}
.tab-list, .tab-list li {display: inline;}



/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* 
   Sidebar
------------------------------------------------------------------- */

#sidebar-wrapper {width: 150px; margin-right: 4px;}
#sidebar {padding: 12px; background-color: #FFFFFF;}

#sidebar ul {margin: 0 0 0.5em 0.5em; list-style-type: none;}

#sidebar ul ul li { padding-bottom: 0.5em; }

#sidebar ul
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}