/*  
Theme Name: AlltOmRenovering
Description: Ett renoveringstema detta minsann
Version: 1.0
Author: Apan och Joke
Author URI: None

*/

body {
	background-color: #dedede;
	margin:0px;
	padding:0px;

}
* {
	padding:0;
	margin:0;
}

.postmetadata{
	clear: both;
}
.navigation{
	padding-bottom: 10px;
}

#container {
	width: 870px;
	background-image: url('gfx/contentbg.png');
	margin: 0 auto;
}
#top {
	width: 850px;
	margin-left: 10px;
	background-image: url('gfx/logotype.png');
	height:150px;
	border-top: 3px solid #000000;
}

#top h1{
	text-indent: -7777px;
}

#menu {
	margin-left: 10px;
	width: 850px;
	height: 30px;
	border-top: 2px solid #b27100;
	background-color: #d78700;
	
}
#menu ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top:8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#menu li {
	display: inline;
	float: left;
	display: block;
	
	margin-left: 20px;
}
#menu li a {
	color: #ffffff;
	text-decoration:none;
}
#menu li a:visited {
	color: #ffffff;
}
#menu li a:hover {
	background-color: #b27100;
	text-decoration: none;
}

#middle {
	margin-left: 10px;
	width: 840px;
	background-image: url('gfx/middlebg.png');
	background-position: bottom left;
	padding-top: 0px;
	padding-left: 10px;
}
#middleleft {
	width: 600px;
	float:left;
	padding-top: 30px;
}
#middleright {
	width: 200px;
	float:right;
	padding-top: 13px;
	padding-left: 15px;
}
#middle table {
	font-family:Arial;
	font-size: 12px;
}
#middle table tr td {
	
}
#middle table tr td.h {
	font-weight: bold;
	background-color: #ffffff;
	border-bottom: 1px solid red;
}
.seek {
	float:right;
	margin: 10px 0 10px 0;
	border: 0px;
}
#content {
	margin-left: 10px;
	width: 850px;
	background-color: #ffffff;
	margin-top: 20px;
}
#content h1 {
	font-family: Arial;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 15px;
}
#content h2 {
	font-family: Arial;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 0px;
}
#content h2 a {
	color: #000000;
	text-decoration: none;
}
#content h2 a:visited {
	color: #000000;
	text-decoration: none;
}
#content p {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 1.2em;
	color: #585858;
}
#content a {
	color: #4593c5;
}

#content h3{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

#content small {
	color: #999999;
	font-family: Arial;
	font-size: 11px;
}
#left {
	width: 600px;
	float: left	;
	padding-left: 15px;

}
#right {
	width: 200px;
	float: right;
	padding-top: 50px;
	
}
#right ul {
	list-style: none;
	font-family: arial;
	font-size: 11px;
	color: #B3B3B3;
}
#right ul li a {
	color: #B3B3B3;
	text-decoration:none;
}
#right ul li b a{
	color: #81a61d;
}
#footer {
	clear: both;
	width: 840px;
	margin-left: 10px;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	border-top: 1px solid #999999;
	background-color: #e9e9e9;
	line-height: 18px;
	padding: 10px 0px 10px 10px;
}

#footer a{
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;
}

.alignleft a{
	font-family: Arial;
	font-size: 13px;
}

.alignright a{
	font-family: Arial;
	font-size: 13px;
}

.entry p img{
	float: right;
	padding-left: 10px;
	border: 0px;
}

#content ul{
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #585858;
	margin-left: 15px;
	margin-bottom: 10px;
}

#content ol{
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #585858;
	margin-left: 20px;
	margin-bottom: 10px;
}

/*Related posts */
abbr {
	display: none;
}

.relaterade {
	clear: both;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}

.post ol {
	list-style-type: decimal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

.post ol li {
	list-style-type: decimal;
	padding: 0px;
	margin: 0px;
}

.post ol li a{
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #555;
	font-size: 12px;
	font-family: verdana;
}

/* HERE END MY CSS */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	/*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 */

ol {
	list-style-type: none;
}

.text-child {
	font-size: 8px;
	color: red;
}
.banner {
  margin-left: 850px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 240px;
  width: 160px;
}
.banner p {
  margin: 0; 
  padding: 4px 4px;
  font-family: Arial, sans-serif;
  background: #ffffff;
  #border: thin outset #ffffff;
  color: black;
}

.banner a, .banner em { display: block; margin: 0 0.5em }
.banner a, .banner em { border-top: 2px groove #ffffff }
.banner a:first-child { border-top: none }
.banner em { color: #CFC }

.banner a:link { text-decoration: none; color: #2200CC }
.banner a:visited { text-decoration: none; color: #2200CC }
.banner a:hover { background: white; color: "CC }

