/*
Theme Name: Improverket Kameleont
Theme URI: http://improverket.se/
Description: WordPress-mall för <a href="http://improverket.se/">Improverket</a>.
Version: 1.0
Author: Mikael Lirbank
Author URI: http://lirbank.com/
*/



/**
 * Begin Structure
 */

* {
	margin:0;
	padding:0;
}
body {
	margin: 28px auto;
	width: 990px;
}
a img {
	border: none;
}


/** Elements */

.narrowcolumn {
	float:right;
	padding:22px;
	padding-right:122px;
	width: 590px;
	background: url('images/barrier.png') no-repeat;
	min-height:270px;
}
.post {
	margin-bottom:22px;
}
#sidebar {
/*
	background:green;
*/
	padding:22px;
	width:212px;
	text-align:right; /* IE 6 */
	float:left;
}
#footer {
	clear: both;
	text-align:right;
}

textarea#comment {
	width:100%;
	width:588px; /* IE 6 */
}

/* End Structure */










/**
 * Begin Typography & Colors
 */
* {
	line-height: 1.6em;
}
body {
	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
/*	background: #f9fafa; */
	color: #333;
}

a {
	color: #c4006d;
	text-decoration: none;
}
a:hover {
/*	color: #147; */
	text-decoration: underline;
}

p {
	margin-bottom:8pt;
}


small,
a.more-link {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	display:block;
	margin-bottom:8pt;
}

p.postmetadata,
p.postmetadata * {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	margin-top:8pt;
}

h1, h1 a, h1 a:hover,
h2, h2 a, h2 a:hover,
h3, h3 a, h3 a:hover,
h4, h4 a, h4 a:hover {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #333;
	text-decoration:none;
}
h1, h1 a { font-size: 1.4em; }
h2, h2 a { font-size: 1.3em; }
h3, h3 a { font-size: 1.2em; }
h4, h4 a { font-size: 1.1em; }

h1, h1 a { font-size: 15pt; }
h2, h2 a { font-size: 13pt; }
h3, h3 a { font-size: 11pt; }
h4, h4 a { font-size: 9pt; }
/*
div#sidebar ul {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	list-style: none;
	font-weight: bold;
}
div#sidebar li.widget_pages h2.widgettitle {
	background:red;
	line-height:0;
	height:0;
	font-size:0;
	margin:0;
	padding:0;
	visibility:hidden;
	display:none;
}
div#sidebar ul  {
	background:purple;
	margin:0;
	padding:0;
}
div#sidebar ul li.widget_pages  {
	background:yellow;
}
div#sidebar ul li.widget_pages ul  {
	background:blue;
}
div#sidebar ul li.widget_pages ul li.page-item-3  {
	background:orange;
}
*/

div#sidebar h2.widgettitle {
	margin-top:13pt;
}
div#sidebar ul {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	list-style: none;
	font-weight: bold;
}
div#sidebar li.widget_pages h2.widgettitle {
	display:none;
}
div#sidebar li.widget_pages ul {
	font-size: 13pt;
}
div#sidebar li.widget_pages ul ul {
	color:black;
	font-weight: normal;
	font-size: 10pt;
}
div#sidebar li.widget_pages ul ul a {
	color:black;
}

ol.commentlist li {
	border:1px solid #ccc;
	padding:10px;
	margin:5px 0;
	list-style: none;
}
/* End Typography & Colors */




/**
 * Captions
 */
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

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

