/*
Theme Name: Andreas Ekström
Theme URI: http://www.andreasekstrom.se/
Description: The theme for www.andreasekstrom.se
Version: 1.0
Author: Hugo Wetterberg
*/
 
/*
 Green: #e0ffdf
 Blue: #008fd4
 Turquoiseish: #4fe8d7
 Orange: #ff3346
*/
 
ul{
	margin: 0;
	padding: 0;
         padding-bottom: 10px;
  	list-style: none;
}

li{
  margin-bottom: 5px;
}
div#sidebar ul{
	padding-left: 15px;
}
 
body {
  margin: 0;
  background: #e0ffdf url(images/background.png) repeat-y top center;
  font-family: Georgia;
  font-size: 14px;
  color: #38403f;
}
 
a {
  color: #008fd4;
  text-decoration: none;
  font-style: italic;
}
 
a img {
  border: 0;
}
 
#page {
  width: 980px;
  margin: 0 auto 0 auto;
}
 
#content-wrapper {
  position: relative;
  margin-left: 151px;
  padding-bottom: 40px;
  width: 640px;
  background: #FFFFFF url(images/drawing.png) top right no-repeat;
}
 
#content {
  display: inline;
  float: left;
  width: 501px;
  margin: 0 0 0 85px;
}
 
#headerimg {
  background: url(images/logo.png) top left no-repeat;
}
 
#headerimg h1 {
  margin: 0;
}
 
#headerimg h1 a {
  display: block;
  height: 134px;
  text-indent: -999em;
  overflow: hidden;
}
 
#headerimg .description {
  display: none;
}
 
#main-nav {
  float: left;
  width: 140px;
  padding: 4px 11px 0 0;
}
 
#main-nav li {
  text-align: right;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 6px 0 6px 0;
}
 
#main-nav li a {
  color: #008fd4;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
}
 
.navigation {
  padding-top: 12px;
}
 
#sidebar {
  position: absolute;
  top: 185px;
  left: 640px;
  width: 171px;
}
 
#sidebar .widget {
  list-style: none;
  background: #FFFFFF;
  margin: 0 0 25px 0;
}

#sidebar .widget_search{
  background-color: #008fd4;
}

.twitter_title_link{
	color: #fff;
 font-style: normal;
}

li.twitter-item{
	list-style-type: none;
	padding-bottom: 10px;
}

.twitter-timestamp{
display: block;
font-family: "Trebuchet MS";
font-size: 12px;
text-transform: uppercase;
color: #999;
}
 
#sidebar .widget .widgettitle, #sidebar #search label, #sidebar .widget_search {
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  background-color: #008fd4;
}
 
.widget_sclw ul {
  margin: 0;
  padding: 0 10px 10px 10px;
}
 
.widget_sclw ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 0.5em 0;
  width: 100%;
  overflow: hidden;
}
 
.widget_sclw a {
  font-style: italic;
}
 
.widget_tag_cloud {
  padding-bottom: 10px;
}
 
.widget_tag_cloud a {
  color: #4FE8D7;
  padding: 0 0 0 10px;
}
 
.post {
  position: relative;
}
 
.post h2 {
  margin: 50px 0 0 0;
  font-family: "Trebuchet MS";
  font-size: 36px;
  font-style: italic;
  color: #ff3346;
}
 
.post h2 a {
  text-decoration: none;
  color: #ff3346;
}
 
.post .published {
  color: #4fe8d7;
  text-transform: uppercase;
}
 
.post .bookmarkify {
  line-height: 16px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
 
.static-page .bookmarkify {
  position: static;
}
 
.post .tags {
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 6px;
}
 
.post .tags a {
  color: #4fe8d7;
}
 
.post .postmetadata {
  padding: 10px;
  background-color: #4fe8d7;
  margin: 0;
font-family: Trebuchet MS, sans-serif;
color: #fff;
}
 
.post .postmetadata-full {
  padding-bottom: 30px;
}
 
.post .comment-link a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-style: normal;
}

.entry a {
  font-style: normal;
}

.clear {
  clear: both;
}
 
#sidebar #search {
  background: transparent;
}
 
#sidebar #search #s {
  width: 100%;
  border: 0;
  font-size: 1.5em;
}
 
#sidebar #search #searchsubmit {
  display: none;
}
 
#footer {
  font-family: "Trebuchet MS";
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0 0 40px 0;
}
 
#footer .default-info {
  float: left;
  padding: 12px 11px 12px 0;
  color: #008fd4;
  text-align: right;
  margin-left: 151px;
  width: 310px;
  background-color: #FFFFFF;
}
 
#footer .default-info a {
  border-bottom: 1px solid #008fd4;
}
 
#footer .extra-info {
  color: #4fe8d7;
  margin: 12px 0 0 11px;
  float: left;
}
 
#footer .extra-info a {
  color: #4fe8d7;
  border-bottom: 1px solid #4fe8d7;
}
 
ul#main-nav li a, div.published, div.comment-link a, div.tags, h3#comments, small.commentmetadata{
	font-family: Trebuchet MS, "MS Trebuchet", sans-serif;
}
 
h3.rubrik{
	font-family: Trebuchet MS, "MS Trebuchet", sans-serif;
	color: #008fd4;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
 
a.mer{
	float:right;
	font-size: 16px;
}

/* 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
	}
	
div.navigation div.alignright{
	margin-right: 100px;
}
/* End Images */
