/*
THEME NAME: THUS
THEME URI: http://www.counsell.com/
DESCRIPTION: a new design for John Kelly's THUS Magazine
VERSION: 2.1
AUTHOR: <a href="http://www.counsell.com/">Damian Counsell</a>, after Daniel Taghioff <a href="http://andy.wordpress.com/">Andy Skelton</a> and <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>, and <a href="http://www.highresolution.info/">Dirk Jesse</a> and the <a href="http://www.yaml.de/en/">YAML</a> team.
AUTHOR URI: http://www.counsell.com/
TAGS: THUS Magazine, YAML, Yet Another Multicolumn Layout, sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* last modified: $Date: $ */
/* version:       $Revision: $ */

/* import a two-column layout from builder.yaml.de */
@import url("./css/my_layout.css");


/* LAYOUT                              */

/* two-column; one sidebar             */
/*  sidebar: one-quarter width of page */
/*  column order: 1-3                  */

body
  {
    font-size: 100%;
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, Garamond, Palatino, serif;
    color: #111111;
    background-color: #ffffff;
    line-height: 1.6em;
  }
.page_margins
  {
    background-color: #666666;
    overflow: auto;
  }
#page
  { 
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    max-width: 122em;
    overflow: auto;
    background-color: #ffffff;
  }
#wrapper
  {
    min-width: 960px;
    max-width: 117em;
    overflow: auto;
  }
#container{ width: 960px; }
#content{ width: 960px; }
#main
  {
    width: 960px;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
.skip-link
  { 
    display: none;
  }
#header
  {
    width: 960px;
    height: 200px;
    background-color: transparent;
    background: url(./images/banner.png);                                      
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0;
    display: block;                                                            
  }
#header #blog-title
  {
    display: none;
  }
#blog-description
  { 
    display: none;
  }
#access
  {
    width: 960px;
    height: 36px;
  }
#nav
  {
    display: none;
  }
#nav-above
  {
    display: none;
  }
#col1
  {
    padding-top: 0.8em;
    overflow: hidden;
  }
#col1 p
  {
     text-align: justify;
  }
#col2
  {
    display: none;
  }
#col3
  {
    padding-top: 0.8em;
    overflow: hidden;
  }
#col1_content
  {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
#col2_content
  {
  }
#col3_content
  {
    margin-right: 0.5em;
  }
.entry-content
{ 
    padding-top: 0.5em;
 }
.entry-meta
{ 
   padding-bottom: 1.0em;
 }
#footer
  {
    width: 960px;
    height: 180px;
    background-color: transparent;
    background: url(./images/footer.png);                                      
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-top: 2.0em;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;                                                            
    overflow: auto;
    text-align: center;
    color: #cccccc;
    font-family: Arial, Helvetica, Trebuchet, Verdana, sans-serif;
  }
#footer a
{ 
   color: #ffffff;
   font-weight: bold;
 }
#footer p
  {
    line-height: 4.0em;
  }
#menu
  {
    display: none;
  }
#superfishnav
  {
    width: 960px;
    height: 36px;
    background:  #ffffff;
  }

/* typography */
p
  {
    line-height: 1.6em;
    margin-top: 0.4em;
    margin-bottom: 1.2em;
  }

/* all header styling */
h1,h2,h3,h4,h5,h6
  {
    font-family: Arial, Helvetica, Trebuchet, Verdana, sans-serif;
    font-weight: normal;
    color:#000000;
    margin: 0 0 0.2em 0;
  }
/* individual header styling */
h1 { font-size: 200%; line-height: 3.2em; letter-spacing: -0.04em; }  /* 30px */
h2 { font-size: 180%; line-height: 2.0em; letter-spacing: -0.04em; }  /* 24px */
h3 { font-size: 150%; line-height: 1.6em }                            /* 18px */
h4 { font-size: 133.33%; line-height: 1.6em }                         /* 16px */   
h5 { font-size: 116.67%; line-height: 1.6em }                         /* 14px */
h6 { font-size: 116.67; font-style:italic; line-height: 1.6em }       /* 14px */

.linkcat h2, .xoxo li h3 { font-size: 125%; line-height: 1.6em }      /* 18px */


/* sidebar lists */

.xoxo ul, .xoxo li, .widget ul, .widget li
  {
    display: block;
    list-style: none;
    background: none;
    margin-left: 0px;
    line-height: 1.6em;
  }
li h3, h2.entry-title
  {
    padding-top: 0.2em;
  }
li.widget
  {
    margin-bottom: 1.6em;
  }
ul.feeditem li
  {
    border-top: 1px #cccccc dotted;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
  }
ul#recentcomments li, li#recent-posts-3 li
  {
    border-top: 1px #cccccc dotted;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
  }

/* standard WordPress image caption styling */
.aligncenter, div.aligncenter
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
.alignleft
  {
    float: left;
  }
.alignright
  {
    float: right;
  }
.wp-caption
  {
    border: 1px solid #999999;
    text-align: center;
    background-color: #cccccc;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
.wp-caption img
  {
    margin: 0;
    padding: 0;
    border: 0 none;
  }

.wp-caption p.wp-caption-text
  {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
  }




/* LINKS */

a
  {
    color: #993333;
    text-decoration: none;
  }
a:visited
  {
    color: #663366;
    text-decoration: none;
  }
a:hover
  {
    color: #9999cc;
    text-decoration: none;
  }

/* TO GET AROUND cufon LINE-HEIGHT BUGS */
.cufon
  {
    margin: 3.0em 0;
  }
