/*
Theme Name: AlexCline.net Default
Theme URI: http://alexcline.net/
Description: 
Version: 1.0
Author: Alex Cline

*/

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/*
 *  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 {
  font-size: 2em;
  line-height: 3em;
}

h2 {
  display: inline;
  font-size: 2em;
  line-height: 1.5em;
}

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;
  }

  #page_header p {
    position: relative;
    top: -4em;
    color: transparent;
    margin: 0 auto;
    width: 950px;
  }

/*
 * 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.current_page_item a {
          background-color: #F5F5F5; /* #33393C; */
          color: #111;
        }
        
      nav ul li.subscribe { float: right; }
      
        nav ul li.subscribe a {
          /* margin-left: 33px; */
          padding-left: 45px;
          text-align: left;
          background: url("images/rss.png") 15px center no-repeat;
        }

        nav ul li.subscribe a:hover {
          color: #687A76;
          background-color: #33393C;
        }

/*
 * 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: 200px;
    background: url("images/sidebar_bg.png") top left;
    min-width: 200px;
  }
  
/*
 * Content
 */

.post {
  border-bottom: 1px solid #c8cacb;
  text-align: justify;
  padding-top: 1em;
}
 
.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: 3px 3px 7px #777;
}

.post img.wp-smiley {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.post img.movie-icon {
  margin: 0;
  vertical-align: middle;
}

.post img.movie-poster {
  margin: 0 1.5em 0 0;
}

.post img.alignleft {
  float: left;
}

.post .aligncenter {
  margin: 0 auto;
  display: block;
}

.post iframe {
  -webkit-box-shadow: 3px 3px 7px #777;
  -moz-box-shadow: 3px 3px 7px #777;
}

.post pre {
  width: 700px;
  overflow: auto;
  margin: 1em;
  border: 1px solid #c8cacb;
  padding: 1em; 
}

.post ul, .post ol {
  margin: 0 0 0 2.5em;
  color: #565656;
}

.post ul { list-style: square; }
.post ol { list-style: decimal; }

.post #gallery-1 .gallery-item { width:33% !important; height: 175px; }

.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 {
  margin-bottom: 1em;
}

aside ul li.widget {
  margin: 0 0 0 1.5em;
}
  aside ul li.widget h2 {
    font-size: 1.8em;
    line-height: 2em;
  }
    aside ul li.widget ul { margin: 0 1em; }

      aside ul li ul li a { display: block; }

#web-links { margin-left: 0; margin-bottom: 1em; }
#web-links a { color: #333; display: inline; }
#web-links img { vertical-align: middle; padding-right: .75em;}


.widget_rss_links { margin-bottom: 1.5em !important; }
  

form#searchform {
  margin-bottom: .5em;
}

  form#searchform input[type="text"] {
    padding: .1em .1em;
    width: 145px;
    font-size: 1em;
  }

  form#searchform input[type="image"] {
    border: 0;
    vertical-align: bottom;
  }

  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 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;
      font-weight: bold;
      vertical-align: top;
      float: left;
      font-size: .9em;
    }

    #new_comment form label span.req {
      color: orangered;
    }
  
    #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;
      float: right;
    }
    
    #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;
    }

.syntaxhighlighter, .youtube iframe {
  -webkit-box-shadow: 3px 3px 7px #777;
  -moz-box-shadow: 3px 3px 7px #777;
}

body > iframe { display: none; }

/* To fix wordpress' shoddy signup and registration pages! */

.widecolumn { padding-top: 300px; }
