/*    
Theme Name: Edithouse 
Description: A WordPress theme for Edithouse Communication AB. 
Author: Jimmy Nordlund 
Author URI: http://www.elabs.se
Version: 1.0 
*/



/* 1: BODY OCH UNIVERAL RESET
============================================================================= */

body {
	margin: 0;
	padding: 0;
	background: #dadada url(images/bg-body.gif) left top repeat-x;
	color: #6b6b6b;
	font: 12px/160% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	text-align: center;
	}

/* Reset margin and padding for all elements */

* {margin: 0; padding: 0;}


/* 2: NAVIGATION
============================================================================= */

#nav-main {
  clear: both;
  float: left;
  list-style: none;
  margin: 22px 0 0 23px;
  padding: 8px 10px 8px 0;
  background: url(images/bg-nav-main.png) top left repeat;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  }	
#nav-main li {display: inline;}
#nav-main li a {margin: 0 10px; padding: 9px 0; color: #fff;}
#nav-main li a:hover {border-bottom: 2px solid #36aabf; text-decoration: none;}
  
#blog #nav-blog a {border-bottom: 2px solid #707573;}

/* Footer navigation */

#nav-footer ul {list-style: none; margin: 0 0 1em;}


/* 3: PAGE STRUCTURE
============================================================================ */

/* Containers */

#page {
  float: left;
  width: 100%;
  background: url(images/bg-page.jpg) left top no-repeat;
  }

#wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: center;
	}

/* Header */

#header {
  float: left;
  width: 940px;
  height: 200px;
  margin: 0 0 20px;
  background: #000 url(images/bg-header.jpg) left top no-repeat;
	}

#logo {float: left; margin: 80px 0 0 30px;}
#logo span, #logo a {
  display: block;
  width: 188px;
  height: 28px;
  background: url(images/logo.png) no-repeat;
  }
#logo img {display: block; width: 0;}
 
/* Main content */

#article {float: left; width: 620px; text-align: left;}

.post {
  position: relative;
  float: left;
  width: 620px;
  margin-bottom: 20px;
  padding: 20px 0 0;
  background: #fff;
  }
  
.post .date {
  float: left;
  /* position: absolute; */
  /* top: 20px; */
  /* left: 0; */
  margin: 0 0 15px;
  padding: 4px 20px;
  background: #36aabf;
  color: #fff;
  font-size: 14px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  }
.post .body {padding: 0 20px;}
.post img.alignnone {margin: 5px 0 0 -20px;}
.post .tags-comments {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 10px;
  }

.nocomments {
  margin: 0 0 20px 20px;
  text-transform: uppercase;
  font-size: 10px;
  }

.addthis_container {margin-bottom: 20px;}

/* Sidebar */

#aside {
  float: right;
  width: 300px;
  margin-bottom: 20px;
  text-align: left;
  }
#aside .contact a {color: #45daf5;}

.contact {
  margin: 0 0 20px;
  padding: 20px;
  background: #707070;
  color: #fff;
  font-size: 11px;
  line-height: 150%;
  }
.contact p {margin: 0;}
.contact .h3-edithouse, .contact .h3-elabs {
	height: 16px;
	margin: 0 0 20px;
	padding: 0;
	text-indent: -9999px;	
	}
.contact .h3-edithouse {background: url(images/h3-edithouse.gif) no-repeat;}
.contact .h3-elabs {background: url(images/h3-elabs.gif) no-repeat;}

#sidebar {background: #fff; padding-bottom: 40px;}
#sidebar form {clear: both; padding: 30px 0 20px;}
#sidebar #s {
  float: left;
  width: 170px;
  margin: 5px 15px 0 0;
  padding: 3px;
  font-size: 12px;
  }
#sidebar #searchsubmit {margin-top: 7px;}

#widgets {padding: 0 20px;}
#widgets h3 {padding-left: 0;}
#widgets h3 a {color: #6b6b6b; text-transform: none;}
#widgets a {text-transform: lowercase;}
#widgets ul {
  float: left;
  list-style: none;
  }
#widgets ul li {
  display: inline;
  float: left;
  width: 110px;
  margin-right: 20px;
  }
#widgets ul li a {text-transform: none;}
#widgets ul.twitter li {width: 260px !important; margin: 0 !important;}

#links {list-style: none;}
#links li {
  padding: 8px 20px 8px 125px;
  border-bottom: 1px solid #dcdcdc;
  }
#links .vimeo {background: url(images/logo-vimeo.gif) 20px 50% no-repeat;} 
#links .smugmug {background: url(images/logo-smugmug.gif) 20px 50% no-repeat;} 
#links .flickr {background: url(images/logo-flickr.gif) 20px 50% no-repeat;} 
#links .twitter {background: url(images/logo-twitter.gif) 20px 50% no-repeat;} 

#sidebar form#newsletter-signup {
  margin: 0;
  padding:  0 20px;
}

#newsletter-signup input#vuruj-vuruj {
  font-size: 12px;
  padding: 3px;
  width: 160px;
}

/* Comments */

#respond {padding-top: 20px; border-top: 1px solid #dcdcdc;}

h3#comments {margin-bottom: 20px; padding: 2em 0 1em 20px; }

.commentlist {
  list-style: none;
  float: left;
  width: 620px;
  padding-top: 20px;
  }
.commentlist li {
  float: left;
  width: 580px;
  padding: 0 20px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dcdcdc;
  }
.commentlist p {float: right; padding: 0 20px 0 0; width: 420px;}
.commentlist .comment-author {
  clear: both;
  float: left;
  width: 120px;
  padding: 0 20px 15px 0;
  line-height: 140%;
  text-align: right;
  }
.commentlist .comment-author img {
  float: right;
  display: block;
  margin: 0 0 8px 80px;
  padding: 3px;
  border: 1px solid #ddd;
  }
.commentlist cite {font-style: normal;}
.commentlist .says {display: none;}
.commentlist .commentmetadata {font-size: 10px; width: 420px;}  

#commentform {padding: 10px 20px;}  
#commentform textarea {width: 400px; padding: 3px; font-size: 12px;}  
#commentform #author, #commentform #email, #commentform #url {
  margin-right: 5px;
  padding: 3px;
  font-size: 12px;
  }  

/* Contact */

.wpcf7 {float: left; width: 620px; border-top: 1px solid #dcdcdc;}
.wpcf7 form {padding: 10px 0;}

.your-name input, .your-email input, .your-subject input,
.your-message textarea {
  margin-top: 5px;
  padding: 3px;
  font-size: 12px;
  } 

/* Footer */

#footer {
  clear: both;
  float: left;
  width: 940px;
  padding: 20px 0;
  background: #000 url(images/bg-footer.gif) repeat-y;
  color: #8b8b8b;
  font-size: 11px;
  text-align: left;
  }
#footer a {color: #fff;}
#footer p {margin: 0;}

#nav-footer {float: left; width: 200px; margin-left: 20px;}
#nav-footer p {
  padding-left: 14px;
  background: url(images/icon-rss.gif) center left no-repeat;
  }
  
#contact-details {float: left; width: 220px; margin-left: 20px;}

#copyright {float: right; width: 220px; margin-left: 20px;}

			
/* 6: TYPOGRAPHY
============================================================================= */

/* Links */

a:link, a:visited {color: #36aabf; text-decoration: none;}
a:hover {text-decoration: underline;}

/* Typography */

p {margin: 0 0 1.5em;}

h1, h2, h3 {
  clear: both;
  margin: 0 0 0.5em;
  font-family: "Trebuchet MS", Arial, sans-serif; 
  font-size: 20px;
  font-weight: normal;
  }
h1 {font-size: 26px;}
h3 {font-size: 16px; padding: 20px 20px 0;}

/* Images */

img {border: none;} 

fieldset {border: none;}


/* 6: MISC
============================================================================= */

.hide {display: none;}

/* Clear floats */

.clearall {
	display: block;
	clear: both;
	height: 1px;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	}