/*
THEME NAME: Chubrub Sandbox
THEME URI: 
DESCRIPTION: Theme for Chubrub based on Sandbox
VERSION: 0.1
AUTHOR: Ben Mauer
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
float:left;
margin:0 -320px 0 0;
width:100%;
}

div#content {
margin:0 180px 0 180px;
margin-bottom: 8em;
}

div.sidebar {
float:right;
overflow:hidden;
width:300px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
font-style: italic;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

div.comments div.comment-meta {
  font-size: 0.875em;
}

div.comments div.comment-meta span.meta-sep {
  display: none;
}

div.comments div.comment-author img.photo.avatar {
  background: #FFFFFF;
  padding: 3px;
  border: 1px solid #CCCCCC;
}

div.comments div.comment-author span.fn.n {
  font-size: 1.3125em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:0 0 1em 1em;
}

.alignleft,img.alignleft{
float:left;
margin:0 1em 1em 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}



div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}



/* Chubrub styles */

body {
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background: #F0EBE5 url(images/background-plaid-black-yellow.png) fixed;
}

  a {
    color: #FF9703;
    text-decoration: none;
  }

  div#wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  
    div#navigator {
      background: url(images/background-accent.png);
      padding: 20px;
      position: fixed;
      bottom: 0px;
      width: 920px;
    }
      
      div#header {
        margin-top: 2em;
      }
      
      div#header h1#blog-title {
        height: 188px;
        width: 623px;
        margin: 0;
        padding: 0;
        margin-right: auto;
        margin-left: auto;
      }
      
        div#header h1#blog-title a {
          display: block;
          text-indent: -5000px;
          background: url(images/logo.png) top left no-repeat;
          height: 211px;
          width: 623px;
        }
        
        div#header h1#blog-title a:hover {
          background-position: 0 -300px;
        }
    
    div#access {
    }
    
    div#access div.skip-link {
      display: none;
    }
    
    div#access ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      text-align: center;
    }
    
      div#access ul li {
        display: inline;
        margin: 0;
        padding: 0;
      }
      
      div#access ul li:first-child {
        border-left: 0;
      }
      
      div#access ul li a {
        padding: 0px 15px;
        color: #FFFFFF;
        font-size: 2.25em;
        text-decoration: none;
        margin: 0;
      }
      
      div#access ul li:first-child a {
        padding-left: 0
      }
      
        div#menu {
          height:1.5em;
          margin:1em 0;
          width:100%;
        }
          
        div#menu ul,div#menu ul ul {
          line-height:1;
          list-style:none;
          margin:0;
          padding:0;
        }
          
        div#menu ul a {
          display:block;
          margin-right:1em;
          padding:0.2em 0.5em;
          text-decoration:none;
        }
          
        div#menu ul ul ul a {
          font-style:italic;
        }
          
        div#menu ul li ul {
          left:-999em;
          position:absolute;
        }
          
        div#menu ul li:hover ul {
          left:auto;
        }

    
    div#nav-above {
      display: none;
    }
    
    div#content p, 
    div#content li, 
    div#content blockquote,
    div#content .entry-meta  {
      line-height: 1.4em;
    }
    
      div#content div.post,
      div#content div.page,
      div#content div#comments-list,
      div#content div#comments div#respond {
        background: #F0EBE5;
        padding: 25px;
        margin-bottom: 2em;
      }
    
      div#content div.entry-meta {
        font-size: 0.875em;
        font-style: italic;
      }

      div#content .entry-title,
      div#content .page-title {
        font-weight: normal;
        font-size: 4.5em;
        margin-bottom: 0;
        letter-spacing: -0.08em;
        line-height: 0.95em;
        padding-bottom: 0.25em;
        border-bottom: 3px solid #000000;
        margin-top: 0;
      }
      
      div#content h3.entry-title {
        font-size: 1.5em; 
      }
      
      div#content div.entry-date {
        margin-left: -115px;
        margin-top: -6.25em;
        padding: 10px;
        width: 70px;
        background: url(images/background-accent.png);
        color: #FFFFFF;
        letter-spacing: 0.3em;
        text-transform: uppercase;
      }
    
      
      div#content div.entry-date span.entry-date-month {
        display: block;
        font-size: 1.5em;
        letter-spacing: 0.2em;
        line-height: 1em;
      }
      
      div#content div.entry-date span.entry-date-day {
        display: block;
        font-size: 3.375em;
        line-height: 1em;
      }
      
      div#content div.entry-schedule {
        font-size: 1.3125em;
        background-color: #000000;
        padding: 8px 10px 10px 10px;
        font-weight: bold;
        color: #FFFFFF;
        margin: 0;
      }
      
      div.sidebar li.widget.ec3_widget_list ul.ec3_events > li.ec3_list,
      div.sidebar div#wp-calendar table.nav tbody tr td {
        margin: 0;
        font-size: 0.75em;
        letter-spacing: 0.3em;
        text-transform: uppercase;
      }
      
      div#content div.entry-schedule span.label {
        text-transform: none;
        font-style: italic;
      } 
      
      div#content div.category-projects div.entry-date {
        display: none;
      }
      
      div#content div.page div.entry-date {
        display: none;
      }
      
      div#content div.post div.entry-content p:first-child {
      }
      

    div.sidebar h3 {
      font-size:1em;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: .3em;
      color: #8E6A01;
      color: #908146;
      margin-bottom: 1em;
    }
    
    div.sidebar input#s {
      width:16em;
    }
    
    div.sidebar li {
      list-style:none;
      margin:0 0 2em;
    }
    
    div.sidebar li form {
      margin:0.2em 0 0;
      padding:0;
    }
    
    div.sidebar ul ul {
      margin:0 0 0 1em;
    }
    
    div.sidebar ul ul li {
      list-style:disc;
      margin:0;
    }
    
    div.sidebar ul ul ul {
      margin:0 0 0 0.5em;
    }
    
    div.sidebar ul ul ul li {
      list-style:circle;
    }
      
    div.sidebar li.widget.ec3_widget_list ul.ec3_events {
      color: #FFFFFF;
      margin: 0;
    }
    
      div.sidebar li.widget.ec3_widget_list ul.ec3_events li.ec3_list {
        color: #FFFFFF;
        list-style-type: none;
        margin: 0;
      }
      
        div.sidebar li.widget.ec3_widget_list ul.ec3_events > li.ec3_list {
          color: #FFFFFF;
          margin: 1em 0 0 0;
        }
        
          div.sidebar li.widget.ec3_widget_list ul.ec3_events li.ec3_list ul {
            margin: 0;
            font-size: 1.333em;
          }
        
            div.sidebar li.widget.ec3_widget_list ul.ec3_events li.ec3_list ul li {
              margin: 0;
              list-style-type: none;
              letter-spacing: normal;
              text-transform: none;
            }
      
    div.sidebar div#wp-calendar table thead tr th {
      font-weight: normal;
      font-style: italic;
      font-size: 0.75em;
    }
    
    div.sidebar div#wp-calendar table caption {
      padding: 0.5em 0;
    }
    
    div.sidebar div#wp-calendar table tbody tr td {
      font-family: "Times New Roman", serif;
    }
    
    div.sidebar div#wp-calendar table tbody tr td.ec3_eventday a {
      color: #FF9703 !important;
    }
        
        
  div.clear,
  div#content h2,
  div#content h3, 
  div#content h4, 
  div#content h5,
  div#content h6 {
    clear: both;
  }
  
  