/* 
Theme Name: Unthemed01
Theme URI: http://unthemed.com/
Description: A simple 2 column wordpress theme
Version: 1.0
Author: unthemed
Author URI: http://unthemed.com/
Modified By: Inline Styles
*/

body {
  background: #333 url('images/bg.gif') top repeat-x;
  color: #fff;
  font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

#wrap {
  border-bottom: 1px #fff solid;
  display: table;
  margin: 10px auto;
  padding-bottom: 20px;
  text-align: left;
  width: 775px;
}

#left {
  float: left;
  width: 485px;
}

#header {}
#header h1 {
  font-size: 42px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

  #header h1 a {
    color: #fff;
    text-decoration:none;
  }
  
    #header h1 a:hover {
      color: #ff008a;
    }

  #header h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

#content {
  /*background: url('images/collage.gif') 0 16px no-repeat;*/
  padding-top: 150px;
}

  #content a {
    color: #ff008a;
    text-decoration: none;
  }
  
    #content a:visited {
      color: #f9b5da;
    }
  
    #content a:hover {
      color: #ccc;
    }

.post {
  margin-bottom: 25px;
}

.post_info {
  font-size: 10px;
  margin-top: 20px;
}

#content h2 {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
}

  #content h2 a {
    color: #ff008a;
    text-decoration: none;
  }
  
#content h3 {
  color: #ff008a;
}  

#right {
  background: url('images/shon.gif') no-repeat;
  float: right;
  padding-top: 240px;
  width: 260px;
}
  
  #right h3 {
    color: #ff008a;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 4px;
  }

  #right .sidebar_item {
    font-size: 13px;
    width: 190px;
  }
  
    #right .sidebar_item ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

    #right .sidebar_item  a {
      color: #fff;
      font-size: 12px;
      text-decoration: none;
    }
    
      #right .sidebar_item a:hover {
        color: #ff008a;
      }

#footer {
  clear: both;
  margin: 0 auto;
  text-align: left;
  width: 767px;
}

  #footer p {
    font-size: 9px;
    margin: 0;
  }

  #footer a {
    color: #ff008a;
    text-decoration: none;
  }
  
    #footer a:hover {
      color: #ccc;
    }

/* Comments*/
#left textarea {
  width: 460px;
}
/* Comments*/


dl.awards {
  margin: 0;
  padding: 0;
}

  dl.awards dt {
    float: left;
    padding: 2px 0;
    width: 90%;
  }
  
  dl.awards dd {
    padding: 2px 0;
  }
  
.hide {
  display: none;
}  

.thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}

  .thumbnails li {
      float: left;
      width: 110px;
  }
  
.clear {
  clear: both;
}  