/*  
Theme Name: Many O's
Theme URI: http://www.ovander.se/
Description: Many O's custom blog theme.
Version: 1.0
Author: Djonka
Author URI: http://www.ovander.se/
*/

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Georgia, Baskerville, Times, serif;
  color: #282727;
  font-size: 70%;
  text-align: left;
  margin: 0 0 0 30px;
  background-color: #ebebe8;
}

#wrapper {
 	width: 627px;
 	text-align: left;
  float: left;
	margin-left: auto;
}

#header {  /*  header with repeated background pattern */
  background-image: url('img/header.gif');
 	background-repeat: no-repeat;
  width: 627px;
  margin: 0 0 0 0px;
  height: 81px;
}

#titleHolder {  /*  contains big imagen */
  background-image: url('img/startbild2.jpg');
  background-repeat: no-repeat;
  background-position: 0px 21px;
  width: 627px;
  margin: 0 0 0 0 0px;
  height: 460px;
}

#mainTop {  /*  header with repeated background pattern */
  background-image: url('img/topLines.gif');
 	background-repeat: no-repeat;
  width: 627px;
  height: 27px;
  
}

#mainColumn {  /*  container for posts and pages */
  float: right;
  position:relative;
  width: 465px;
  margin: 0 0 0 0px;
}

#navColumn {  /*  container for remainding nav */
  float: left;
  position:relative;
  width: 162px;
  display: inline;
  margin: 0 0 0 0;         
  padding: 0 0 0 0px;
}

#footer { 
  float: right;
  display: inline;
  width: 465px;
  margin: 0 0 0 0px;
  height: 88px;
}

.post {  /*  container for single post */
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  float:left;
  
}

#postDate {  /*  container post date */
  font-size: 0.94em;
	color: #282727;
	letter-spacing: -0.03em;
	margin: 0px 0px 4px 0px;
  width: 465px;
}

.postInfo {  /*  container info and meta */
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  float:left;
}

.ruler {  /*  ruler */
  height: 3px;
  width:465px;
  background-image: url('img/postAvdelare.gif');
 	background-repeat: no-repeat;
 	text-align: left;
  float:left;
  display:inline;
  margin-bottom: 16px;
  margin-top: 16px;
}

.separator {  /*  navruler */
  height: 3px;
  width:141px;
  background-image: url('img/navAvdelare.gif');
 	background-repeat: no-repeat;
 	text-align: left;
  float:left;
  display:inline;
  margin-top: 21px;
  margin-bottom: 16px;
}

.separatorBird {  /*  navruler */
  height: 3px;
  width:141px;
  background-image: url('img/navAvdelare.gif');
 	background-repeat: no-repeat;
 	text-align: left;
  float:left;
  display:inline;
  margin-top: 21px;
  margin-bottom: 8px;
}

.navigation {  /*  nav previuos and next */
  height: 30px;
  width:465px;
 	text-align: left;
  float:left;
  display:inline;
}

.twitterBirds {  /*  birds */
  background-image: url('img/birds.gif');
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 141px;
  margin: -5 0 5 0px;
  padding: -5 0 0 0px;
  height: 39px;
  float:left;
  display:inline;
}

.contentImage {  /*  birds */
  background-image: url('img/content.gif');
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 141px;
  margin: -5 0 5 0px;
  padding: -5 0 0 0px;
  height: 39px;
  float:left;
  display:inline;
}

.clear { 
  clear:both; 
  display: block;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.entry p, .entry ul, .entry ol{
  margin-top: 10px;
  margin-right: 0pt;
  margin-bottom: 10px;
  margin-left: 0pt;
}

.entry ul, .entry ol, .entry blockquote{
  padding: 0 0 0 40px;
  margin-right: 40px;
}

strong {
  font-weight: bold;
  letter-spacing: -0.02em;
	color:#282727; 
}

#navWrapper {
	width:141px;
  float:left;
  vertical-align: top;
}

#navWrapper ul, #navWrapper ul ol {
  margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

#navWrapper ul li {
	list-style-type: none;
	margin: 0 0 0 0px;
  padding: 0 0 0 0px;
  padding-left: 7px; 
}

#navWrapper ul p, #navWrapper ul select {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0px;
}

#navWrapper ul ul, #sidebar ul ol {
	margin: 0px 0 0px 0px;
	padding: 0 0 0 0px;
}

#navWrapper ul ul ul, #navWrapper ul ol {
	margin: 5px 0px 5px 15px;
	padding: 0 0 0 0px;
}

ol li, #navWrapper ul ol li {
	list-style: decimal outside;
	}

#navWrapper ul ul li{
	margin: 3px 0 0;
	padding: 0;
  padding-left: 7px; 
  background-image: url('img/plus.gif');
  background-repeat: no-repeat; 
	background-position: 0 5px; 
}

#navWrapper h3 {
	font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -0.02em;
	color:#282727; 
  margin: 0px 0px 4px 0px;
  padding: 0;
}
	
.navLinks ul li {
	color: #282727;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

.navLinks ul li a {
	color: #282727;
	font-size: 1.02em;
	text-decoration: none;
}

.navLinks ul li a:hover  {
	color: #282727;
	text-decoration: underline;
}

.postMeta a, li a, #footer a, .commentlinks, .entry a, .navigation a{
	color: #5b9875;
	text-decoration: none;
}

.postMeta a:hover, li a:hover, #footer a:hover, .commentlinks:hover, .navigation a:hover {
	color: #282727;
	text-decoration: underline;
}

.entry a:hover{
	color: #282727;
	text-decoration: underline;
  margin: 0px;
  padding: 0px;
}

.imgMiddle, .imgMiddle a {
  margin-left: 21px;
margin-top: 10px;
text-decoration: none;
border: 0px;
}

.bild a {
  border: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
	text-decoration: none;
}

a .bild:hover {
  border: 0px;
  margin: 0px;
  padding: 0px;
	text-decoration: none;
  background-color: transparent;
}

.twitter-link, .twitter-user  {
	color: #5b9875;
	text-decoration: none;
}

.twitter-link:hover, .twitter-user:hover   {
	color: #282727;
	text-decoration: underline;
}

.twitter-user  {
	color: #5b9875;
	text-decoration: none;
}

.twitter-user:hover   {
	color: #282727;
	text-decoration: underline;
}

img {
  border: 0;
}

.post h2 { 
	font-size: 1.35em;
	color:#282727; 
	padding: 0 0 0 0px;
}

.post h2 a {
  font-size: 1.15em;
  font-weight: normal;
  letter-spacing: -0.02em;
	color: #282727;
	text-decoration: none;
}

.post h2 a:hover  {
	color: #282727;
	text-decoration: underline;
}

.entry { 
  font-size: 1.05em;
  line-height: 1.7em;
	margin: 0px 0px 0px 0px;
}

.postDate { 
	font-size: 0.95em;
	letter-spacing: -0.02em;
	margin-bottom: 4px;
	Width: 465px;
  display:inline;
  float: left;
}

.twitter-timestamp { 
	font-size: 0.95em;
	letter-spacing: -0.02em;
	margin-bottom: 4px;
  Width: 141px;
  display:inline;
  float: left;
}

.snestreck { 
  background-image: url('img/snestreck.gif');
 	background-repeat: no-repeat;
  width: 10px;
  height: 24px;
  display:inline;
  float: left;
  margin-top: 6px;
  margin-left: 4px;
  margin-right: 2px;
}

.postMeta { 
	font-size: 0.95em;
	letter-spacing: -0.02em;
  Width: 440px;
  margin-top: 14px;
  margin-bottom: 0px;
  display:inline;
  float: left;
}

.footerText { 
	font-size: 0.95em;
	line-height: 1.6em;
	color: #282727;
	letter-spacing: -0.02em;
	margin: 0px 0px 0px 0px;
}

/* Comments and forms. */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 141px;
	margin: 5px 5px 1px 0;
	border: 1px solid #fff;
	background: #fff;
	height: 15px;
	padding: 2px 0 2px 4px;
	font-family: Georgia, Baskerville, Times, serif;
	font-size:1.1em;
	color:#282727; 
}

#commentform textarea {
	width: 99%;
	padding: 2px;
	margin: 5px 0px 5px 0;
	border: 1px solid #fff;
	background: #fff;
	font-family: Georgia, Baskerville, Times, serif;
	font-size:1.1em;
	color:#282727; 
}

#commentform #submit {
	border: 1px solid #000;
	background: #000;	
	width: 60px;
	height: 30px;
  padding:  0px;
  margin-top:  0px;
	font-family: Georgia, Baskerville, Times, serif;
	vertical-align: top;
	font-size:1.1em;
	text-transform: uppercase;
	color:#fff; 
}

/* Begin Comments*/

h2.comments  {
	font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -0.02em;
	color:#282727; 
  margin: 0px 0px 4px 0px;
  padding: 0;
	}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0px 20px;
	padding: 0px 0px 5px 0px;
	border-top: 1px dotted #282727;
	list-style: none;
}

.commentlist p {
	margin: 10px 0px 0px 0;
  font-size: 1.05em;
  line-height: 1.7em;
  color: #282727;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


.commentmetadata {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-family: Georgia, Baskerville, Times, serif;
	font-size: 0.94em;
	color: #282727;
	letter-spacing: -0.03em;
	margin-top: 4px;
}

.commentmetadata a {
	color: #5b9875;
	text-decoration: none;
}

.commentmetadata a:hover {
	color: #282727;
	text-decoration: none;
	background-color: #fff;
}
/* End Comments */






.searchHolder #searchform {
  float:left;
  width:210px;
  background-repeat: no-repeat;
  padding: 14px 0px 14px 0px;
}

.searchHolder input#s  {

	height: 19px;
margin: 0 0 0 20;
	padding: 2px 0 2px 2px;
	width: 96px;
	vertical-align: middle;
	font-size:0.9em;
	color:#6f6f6f; 
  vertical-align: bottom;
}

.searchHolder input#searchsubmit {
  margin-top: 0px;
	width: 64px;
	height: 18px;
	vertical-align: middle;
	padding:  0;
	font-size:0.8em;
	color:#6f6f6f; 
	}



.authcomment {
background-color: #fff;
} 



