/*   
Theme Name: K2 Hair Blog
Theme URI: http://www.k2hair.com/blog/
Description:  K2 Hair Blog
Author: Gerard Roche
Author URI: http://www.peacocksuit.com
Template:
Version: 0.1
*/
@import url("/styles/k2hair/screen.css");

h2 {margin-left: 0;border: none;}
#sidebar ul ,#sidebar ol, form ul {
    margin: 0;
    padding: 0;
    list-style-type:none;
    }

/* ________________________________________________________________ #: Layout */
#container {
    width: 940px;
    margin: 20px auto;
    }
#content {
    overflow: hidden;
    width: 520px;
    float: left;
    padding: 0;
    }
#sidebar {
    overflow: hidden;
    width: 200px;
    float: right;
    padding: 0;
    padding-left: 9px;
    margin: 0;
    border-left: 1px dotted #552200;
    background: none;
    }
#sidebar-placeholder {
    background: none;
    }
#sidebar a {
    color: #c0c0c0;
    }
#sidebar li {
    margin-bottom: 20px;
    }
#sidebar li h2 {
    color: #c0c0c0;
    }
#sidebar li li {
    margin-bottom: 0;
    }
.col.ancillary {
    float: left;
    width: 80px;
    min-height: 1.5em;
    }
.col.body {
    float: left;
    width: 440px;
    }

/* _________________________________________________________________ #: Posts */
.post {
    margin: 0 0 1.5em;
    overflow: hidden;
    padding-bottom: .5em;
    border-bottom: 1px dotted #c0c0c0;
    }
.post h2 a {
    color: #c0c0c0;  
    }
.post h2 a:hover {
    color: #c0c0c0;    
    }
.post h4 {
    margin-top: .9em;
    color: #c0c0c0;
    }
.post .comment {
    margin-top: 2em;
    }
.post .comment a {
    background: url('comment.gif') no-repeat;
    display: block;
    padding-left: 2.4em;
    font-weight: bold;
    text-decoration: none;
    }
.post .comment a:hover {
    color: #552200;
    }
.post .entry {
    overflow: hidden;    
    }
    
/* ______________________________________________________________ #: Comments */
.comments h3 {
    text-transform: uppercase;
    }
.commentList .comment {
    overflow: hidden;
    margin: 0 0 1.5em;
    }
.comment .authorInfo {
    float: left;
    width: 80px;
    overflow: hidden;
    }
.comment .authorInfo .commentNumber {
    display: block;
    }
.comment .body {
    float: left;
    width: 440px;
    border-bottom: 1px dotted #d7e5ed;
    }
.comment.last .body {
    border: none;
    }
.comment .commentmetadata {
    display: block;
    }
    
/* _________________________________________________________________ #: Forms */

form {
    width: 100%;
    }
label { 
    font-weight: bold; 
    }
fieldset { 
    margin: 0 0 1.5em 0; 
    }
legend { 
    font-weight: bold; 
    font-size: 1.2em; 
    }
input.text, textarea, select {
    margin: 0.5em 0;
    border: 1px solid #bbb;
    width: 208px;
    }
input.text:focus, textarea:focus, select:focus {
    border: 1px solid #666;
    }
input.text, textarea {
    padding: 5px; 
    }
textarea {
    width: 368px;
    }
input.submit {
    padding: 3px 18px;
    width: auto;
    float: none;
    }
#searchForm .input {
    width: 212px;
    }
#searchForm .submit {
    padding: 2px 10px;
    }
    
/* ________________________________________________ #: Various Tags & Classes */
.hidden {
    left: -9999px;
    position: absolute;
    }
.left {
    float: left;
    }
.right {
    float: right;
    }
.center {
    text-align: center;
    }
.navigation {
    overflow: hidden;
    }
hr {
    display: none;
    }
a img {
    border: none;
    }
   
/* _______________________________________________________________ #: Plugins */
.wp-pagenavi * {
    border: none !important;
    }