@charset "utf-8";
/* CSS Document */

/*  
Theme Name: templatr
Theme URI: http://templatr.cc/
Description: templatr is written and provided by <a href="http://kex.cc">Hans-Peter Kohnle</a>
Version: 1.0
Author: http://templatr.cc
Author URI: http://templatr.cc/

	templatr v1.0
	 http://templatr.cc/

*/* html {
  height: 1%;
}

body {
  font-size: 100.01%;
  height: 100%;
  text-align: left;
  background-color: #0D0152;
}

h1 {
font-size: 44px;
font-style: italic;
font: "Imprint MT Shadow";
color:  #F5B800;
}

#mainwrap {
}

#header {
  height: 120px;
}

#wrap {
}

#wrap2 {
}

#content {
  margin-left: 180px;
}

#sidebar {
  float: left;
  width: 180px;
  background-color:#006699 
}

#footer {
  clear: both;
  height: 40px;
}

body {
  color: #FFFFFF;
}

body a:link {
  color: #FFFF00;
}
body a:visited {
  color: #FFFF00;
}

#page {
  background-color: #0D0152;
}

#page div {
  font-family: Arial;
  font-size: 12px;
  padding-left: 10px;
}

#headerimg a {
  color: #FFFF00;
  font: "Imprint MT Shadow";
}

.page_item a {
  color: #FFFF00;
}

.postmetadata a {
  color: #FFFFFF;
}

.posttitle {
  background-color: #110266;
}


