/* CLEAR */
#container:after,
#content:after,
#sidebar:after,
ul#posts li:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;}

/* STYLES */
#ie {display:none;}
html {overflow-y:scroll;}
body {
  
  margin:0;
  padding:0;
  font-size:12px;
  font-family:Arial, Verdana, Sans-Serif;
  background:#fff;
  color:#666;}

a {
  color:#000;
  text-decoration:none;
  outline:none;}
  a:hover {text-decoration:underline;}

p {margin:0;}

#container {
  margin:100px auto 0 auto;
  padding:0 20px;
  width:960px;}
  #content {
    float:left;
    width:740px;}
    ul#posts {
      list-style:none;
      margin:0 0 20px 0;
      padding:0 0 0 220px;}
      ul#posts li.post {}
        ul#posts li.post a {
          background:#d43680; 
          color:#fff;}
        ul#posts li.post p {
          margin:0 0 20px 0;
          color:#000;}
        ul#posts li.post p.date {
          margin:0 0 3px 0;
          color:#666;
          font-size:10px;}
        ul#posts li.post p.info ,
        ul#posts li.post p.marcus {
          display:block;
          float:left;
          margin:0 0 60px -220px;
          width:200px;
          color:#666;
          text-align:right;}
        ul#posts li.post p.image {
          float:left;
          margin-bottom:60px;
          width:520px;}

#sidebar {
  float:left;
  margin-left:20px;
  width:200px;
  color:#000;}
  #sidebar h1 {
    margin:0 0 10px 0;
    text-indent:-9999px;
    display:block;
    width:200px;
    height:48px;
    background:url(http://www.fagerabraham.se/wp-content/themes/marcus/images/logo.jpg);}
  #sidebar h2 {
    margin:0 0 7px 0;
    font-size:18px;
    font-weight:normal;}
  #sidebar a {color:#000;}
  #sidebar ul {
    list-style:none;
    margin:15px 0 0 0;
    padding:0;}
    #sidebar ul li {
      margin:0;
      padding:0;
      text-transform:uppercase;}
      

      #sidebar.calendar ul li.cat-item-1 a {background:#d43680; color:#fff;}
      #sidebar.projects ul li.cat-item-4 a {background:#d43680; color:#fff;}
      #sidebar.about ul li.cat-item-5 a {background:#d43680; color:#fff;}
      #sidebar.press ul li.cat-item-6 a {background:#d43680; color:#fff;}

      
      #sidebar ul li a {
        display:block;
        width:180px;
        padding:2px 10px;}
        #sidebar ul#menu li a:hover {text-decoration:none;}

a img{border:none;}




