/*  
Theme Name: Mats
Theme URI: http://wordpress.org/
Description: Mats own theme.
Version: 1.0
Author: Mats Leval
Author URI: http://www.leval.se/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin added from tutorial */

*
{
  padding: 0;
  margin: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	}
	
body
{
  font-size:   1.3em;
  line-height: 1.8em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 20px;
}

hr
{
  display: none;
}

#wrapper
{
  width: 820px;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden; /*force the height of the wrapper container to the height of the tallest element*/
  background: #fff url(images/contentbg.png) repeat-y;
}

#header
{
  padding-top: 27px;
  background: #000 url(images/topbg.jpg) repeat-x;
}
 
#headerimg
{
  font-size: 1.2em;
  height: 6.5em;
  color: #FEF4DF;
  padding-left: 7.5%;
}
 
#header a
{
  text-decoration: none;
  color: white;
}
 
#header h1
{
  font-size: 3em;
}

.levalselink
{
  margin-top: 20px;
}

#content
{
  width: 750px;
  float: left;
  padding-left: 20px;
}

.post
{
  width: 720px;
  margin-bottom: 25px;
  color: #242B3D;
  font-size: 1.1em;
  background-color: #D3DEFF;
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 2em;
}
 
h2
{
  color: #fff;
  height: 40px;
  font-size: 1.2em;
  background: #fff url(images/postheadingbg.png) no-repeat;
  padding-left: 5px;
}
 
h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  color: #fff;
  background-color: #28324b; 
}

small
{
  padding: 0;
  margin: 0;
  //font-size: 0.6em;
  display: inline;
}

 
.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto; 
  text-align: center;
}

.entry a:hover, .entry a:visited, .entry a
{
  text-decoration: none;
  color: #777; 
}

.entry p {
  margin-top: 10px;
  margin-bottom: 10px;
}
 
.postmetadata
{
  padding: 2px;
  font-size: 0.6em;
  border-top: 1px solid #28324B;
}
 
.postmetadata a
{
  color: #4a2c00;
}

#sidebar
{
  width: 250px;
  _width: 230px;
  margin-left: 550px;
  
  background-color: #fff;
  color: #fff;
  
  font-size: 0.8em;
  font-weight: normal;
}

#sidebar ul
{
  list-style: none;
  margin-bottom: 10px;
}

#sidebar ul ul
{
  list-style-image: url(images/a001.gif);
  list-style-type: circle;
  margin-left: 20px;
}

#sidebar ul ul ul
{
  margin-bottom: 0;
}

#sidebar ul h2
{
  background-color: #B7C9ED;
  font-size: 1.2em;
  font-weight: normal;
  padding: 2px;
  padding-left: 10px;
  margin-bottom: 5px;
  background: #fff url(images/sidebarheadingbg.png) no-repeat;
}

#sidebar a
{
  text-decoration: none;
  color: #4A2C00;
}
 
#sidebar a:hover
{
  text-decoration: underline;
}

#searchform
{
  text-align: center;
}
 
#searchform input
{
  border: 1px solid #4A2C00;
  background-color: #FDE5C3;
}
 
#searchform #s
{
  width: 50%;
  background-color: white;
}

#footer
{
  background-color: #282F42;
  clear: both;
  padding: 20px 20px 20px 7.5%;
  margin-top: 2em;
  height: 3em;
  color: #fff;
}

#footer a:hover, #footer a:visited, #footer a
{
  text-decoration: none;
  color: #aaa;
  font-size: 0.8em; 
}

blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #FADA96;
  background: #FCF1E2 url(images/blockquote.png) no-repeat   scroll top left;
}
 
.post li
{
  margin-left: 20px;
}
 
.post ul
{
  list-style-image: url(images/listitem.png);
  list-style-type: bullet;
  margin-bottom: 10px;
}
 
acronym, abbr, span.caps
{
  cursor: help;
}
 
acronym, abbr
{
  border-bottom: 1px dashed #999;
}
 
blockquote cite
{
  margin: 5px 0 0;
  display: block;
}
 
.center
{
  text-align: center;
}
 
a img
{
  border: none;
}
 
h3
{
  margin-top: 1.5em;
  font-size: 1.4em;
}
 
h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
}
 
h5
{
  margin-top: 1em;
  font-size: 1em;
}
 
.post a
{
}





.navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 0.6em; 
}

.navigation a:hover, .navigation a:visited, .navigation a
{
  text-decoration: none;
  color: #28324b; 
}
 
.alignleft
{
  float: left;
  text-align: left;
  width: 50%;
}
 
.alignright
{
  float: right;
  text-align: right;
  width: 50%;
}

h2.pagetitle 
{
  font-size: 1.4em;
  background-image: none;
  color: #28324B;
}

h3
{
  color: #fff;
  height: 40px;
  font-size: 1.2em;
  background: #fff url(images/postheadingbg.png) no-repeat;
  padding-left: 5px;
}

h3 a:hover, h3 a:visited, h3 a
{
  text-decoration: none;
  color: #fff;
  background-color: #28324b; 
}

.adsense {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* End added from tutorial */









/* Begin Typography & Colors */
/* End Typography & Colors */



/* Begin Structure */
/* End Structure */



/*	Begin Headers */
/* End Headers */



/* Begin Images */
p img {
	}

/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/* End Entry Lists */



/* Begin Form Elements */
/* End Form Elements */



/* Begin Comments*/
/* End Comments */



/* Begin Sidebar */
/* End Sidebar */



/* Begin Calendar */
/* End Calendar */



/* Begin Various Tags & Classes */
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

