
/*
Theme Name: Anoit
Theme URI: http://anoit.se/
Version: 1.0
Author: Johan Nordberg
Author URI: http://johan-nordberg.com/
*/

body {
  margin: 0;
  padding: 0;
  font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  color: #000;
  background: #e6e6e6 url(images/bg.png) repeat-x center top;
}

#container {
  width: 670px;
  margin: 0 auto;
}

#inner {
  position: absolute;
  width: 670px;
}

#header {
  padding-top: 20px;
}

#anoit {
  background: url(images/anoit.png) no-repeat center center;
  height: 56px;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#anoit h1 {
  display: none;
}

#nav {
  width: 345px;
  height: 44px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#nav ul {
  margin: 0; padding: 0;
}

#nav li {
  margin: 0; padding: 0;
  float: left;
}

#nav li a {
  margin: 0; padding: 0;
  display: block;
  height: 44px;
  background: url(images/menu.png) no-repeat;
}

#nav li.blog a {
  width: 90px;
  background-position: 0 0;
}

#nav li.blog a:hover {
  background-position: 0 -44px;
}

#nav li.support a {
  width: 125px;
  background-position: -90px 0;
}

#nav li.support a:hover {
  background-position: -90px -44px;
}

#nav li.om a {
  width: 130px;
  background-position: -215px 0;
}

#nav li.om a:hover {
  background-position: -215px -44px;
}

#nav li a span {
  display: none;
}

#footer p {
  text-align: right;
  font-size: 11px;
  margin: 5px;
}

#overlay {
  position: absolute;
  left: 590px;
  top: 90px;
  height: 120px;
  width: 140px;
}

#overlay.blog {
  background: url(images/blog.png) no-repeat center center;
}

#overlay.support {
  background: url(images/support.png) no-repeat center center;
}

#overlay.om {
  top: 90px;
  background: url(images/om.png) no-repeat center center;}

#content {
  background: url(images/content_bg.png) center center;
}
#content_top {
  height: 20px;
  background: url(images/content_top.png)
}
#content_bottom {
  height: 20px;
  background: url(images/content_bottom.png)
}
#content_inner {
  padding: 0 20px;
}

.title {
  position: relative;
  left: -60px;
  height: 44px;
}

.title .text {
  float: left;
}

.title a {
  font-size: 25px;
  line-height: 40px;
  margin-left: 8px;
  color: #000;
  font-weight: normal;
}

.title .date {
  float: left;
  height: 40px;
  width: 50px;
  background: url(images/date.png);
  color: #fff;
  padding-top: 4px;
  padding-right: 2px;
}

.title .date span {
  display: block;
  text-align: center;
}
	
.title .date .day {
  font-size: 20px;
  line-height: 20px;
}

.title .date .month {
  font-size: 10px;
  line-height: 10px;
}


/*typography*/

a {
  text-decoration: none;
  font-weight: bold;
  color: #007dc5;
}
a:link {}
a:visited {}
a:active {}
a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 2.0em;
  font-weight: normal;
  margin-top: 0em;
  margin-bottom: 0em;
}

h2 {
  font-size: 1.7em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: normal;
}

h3 {
  font-size: 1.4em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: normal;
}

h4 {
  font-size: 1.2em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}

h5 {
  font-size: 1.0em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}

img {
  border: 0;
}

ol, ul, li {
  font-size: 1.0em;
  line-height: 1.8em;
  margin-top: 0.2em;
  margin-bottom: 0.1em; 
}

p {
  font-size: 1.0em;
  line-height: 1.8em;
  margin: 1.2em 0em 1.2em 0em;
}

li > p {
  margin-top: 0.2em;
}

pre {
  font-family: monospace;
  font-size: 1.0em;
}

strong, b {
  font-weight: bold;
}



