/*
Theme Name: AlexCline.net Default
Theme URI: http://alexcline.net/
Description: 
Version: 1.0
Author: Alex Cline

*/

/*
 *  Basic Styles
 */

header, footer, section, aside, nav, article { display: block; }

body {
  margin: 0 auto;
  width: 950px;
  font: 13px/20px Tahoma, Helvetica, Arial, sans-serif;
  background: #F5F5F5;
  padding: 0 2.2em 2.2em;
}

h1, h2 {
  font-size: 2em;
  line-height: 3em;
  color: #111;
}

h3 {
  font-size: 1.5em;
  line-height: 2em;
  color: #333;
}

p { padding: 1em .5em; }

a { color: #687A76; }

a:hover { text-decoration: underline; }

/*
 * Page Header
 */

#page_header {
  position: absolute;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: #111;
}
  
  #page_header img {
    margin: 0 auto;
    display: block;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }

/*
 * Navigation
 */
 
nav {
  position: absolute;
  left: 0;
  width: 100%;
  background: #33393C url('images/nav_bg.png') repeat-x;
  margin-top: 250px;
}

  nav ul {
    margin: 0 auto;
    width: 950px;
    list-style: none;
  }

    nav ul li { float: left; }

      nav ul li a {
        display: block;
        line-height: 40px;
        text-align: center;
        color: #eee;
        width: 100px;
      }
      
        nav ul li a:hover {
          color: #687A76;
          text-decoration: none;
          background-color: #33393C;
        }

        nav ul li a.current {
          background-color: #33393C;
          font-weight: bold;
        }
        
      nav ul li.subscribe { float: right; }
      
        nav ul li.subscribe a {
          margin-left: 22px;
          padding-left: 33px;
          text-align: left;
          background: url("images/rss.png") left center no-repeat;
        }

/*
 * Introduction
 */
  
  
/*
 * Content and Aside Layout
 */
 
#content_wrapper {
  display: table;
  padding-top: 290px;
}

  #content {
    display: table-cell;
    width: 800px;
    padding-right: 1.5em;
  }

  aside {
    display: table-cell;
    width: 250px;
    background: url("images/sidebar_bg.png") top left;
  }
  
/*
 * Content
 */

.post {
  border-bottom: 1px solid #c8cacb;
}
 
.post header h2 a {
  color: #111;
}

.post header p, .post header p a {
  font-size: 14px;
  font-style: italic;
  color: #777;
  padding: 0;
}

.post div {}

.post blockquote {
  margin: 0 1em 0 2em;
  border-left: 2px solid #777;
} 
  
.post img {
  margin: 1.5em 1em;
  -webkit-box-shadow: 3px 3px 7px #777;
  -moz-box-shadow: 4px 4px 4px #888;
}

.post img.wp-smiley {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.post pre {
  width: 700px;
  overflow: auto;
  margin: 1em;
  border: 1px solid #c8cacb;
  padding: 1em; 
}

.post ul {
  margin: 0 0 0 2.5em;
  list-style: square;
  color: #565656;
}

.post footer {
  font-size: 14px;
  font-style: italic;
  color: #777;
  padding: 1em .5em;
  clear: both;
}
  .post footer a {
    text-decoration: underline;
  }

  .post footer p {
    padding: 0;
  }

#paging {
  margin: 1em .5em; 
  height: 1.5em;
}

  #paging .older { float: left; }
  #paging .newer { float: right; }

/*
 * Aside
 */

aside ul li.widget {
  margin: 0 0 0 1.5em;
}
  aside ul li.widget h2 {
    font-size: 21px;
  }
    aside ul li.widget ul { margin: 0 1em; }

      aside ul li ul li a { display: block; }

form#searchform {

}

  form#searchform input[type="text"] {
    padding: .1em .1em;
    width: 150px;
  }

  form#searchform input[type="submit"] {
    padding: .25em 1em;
    font-size: .9em;
    margin: .5em 0;
  }

/*
 * Comments
 */
 
#comments {
  margin-top: 21px;
  padding-top: 22px;
  border-top: 1px solid #c8cacb;
}

  #comments article {
    display: table;
    padding: 22px;
  }
  
  #comments article:nth-child(odd) {
    padding: 21px;
    background: #dfe2e3;
    border: 1px solid #c8cacb;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
  }
  
    #comments article header {
      display: table-cell;
      width: 220px;
      padding-right: 22px;
    }
    
      #comments article header a {
        display: block;
        font-weight: bold;
        color: #000;
      }
      
        #comments article header a:hover {
          text-decoration: none;
        }
    
    #comments article p {
      padding: 0;
    }
    
/*
 * Comment Form
 */
 
#new_comment form {
  padding-top: 1em;
}

  #new_comment form div#recaptcha_widget_div {
    display: table;
    margin-bottom: 22px;
    padding: 0 22px;
    margin-left: 155px;
  }

  #new_comment form p {
    display: table;
    padding: 0 1.5em 1em 1.5em;
  }

    #new_comment form label {
      display: table-cell;
      width: 140px;
      padding-right: 20px;
      text-align: right;
      font-weight: bold;
      vertical-align: top;
    }
  
    #new_comment form input[type="text"], #new_comment form input[type="email"], #new_comment form input[type="url"] {
      display: table-cell;
      width: 300px;
      height: 20px;
      border: 1px solid #c8cacb;
    }
    
    #new_comment form textarea {
      width: 300px;
      height: 100px;
      border: 1px solid #c8cacb;
    }
    
    #new_comment form input[type="submit"] {
      margin-left: 182px;
      padding: .25em 1em;
    }

/*
 * Footer
 */
 
#page_footer {
  position: absolute;
  left: 0;
  width: 100%;
  background: #222;
}

  #page_footer > div {
    display: table;
    margin: 0 auto;
    padding: 44px 0;
    width: 940px;
    color: #777;
  }
  
    #page_footer div section {
      display: table-cell;
      width: 300px;
      padding-right: 22px;
    }
    
    #page_footer div {
      padding-right: 20px;
    }
    
  #page_footer h3 {
    color: #FFF;
  }
  
  #page_footer a {
    color: #999;
  }
  
    #page_footer a:hover {
      color: #FFF;
      text-decoration: none;
    }
  
  #page_footer ul {
    margin: 0 0 0 1.5em;
    list-style: square;
    color: #565656;
  }
  
    #page_footer ul li a {
      display: block;
    }
