/*
Theme Name: NeilMerton
Theme URI: http://www.neilmerton.co.uk/
Description: Minimal 3-column "CMS" layout. Based on plaintxtBlog by Scott Allan Wallick (http://scottwallick.com).
Version: 1.1
Author: Neil Merton
Author URI: http://mewebdev.net/
*/
/*
The "plaintxtBlog" theme copyright (C) 2006 Scott Allan Wallick, http://scottwallick.com/
Distributed under the terms of the GNU General Public License v2
*/
body {
        background: #fff;
        color: #222;
        font: 80%/150% Arial, Helvetica, sans-serif;
        margin: 20px 5px;
        padding: 10px;
}
#header {
        margin: 0 0 20px 0;
        color: #333;
}
#header h1#title {
        font: normal 2em/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
        margin: 0 0 2px 11px;
}
#header h1#title span#description {
        border-left: 1px solid #444;
        color: #aaa;
        font-size: 0.75em;
        letter-spacing: normal;
        margin: 0 10px;
        padding: 0 10px;
        text-transform: uppercase;
}

.sidebar {
        float: left;
        margin: 0 0 10px 13px;
        position: static;
        text-align: right;
        width: 122px;
}
.sidebar ul, .sidebar ul li ul li,  .sidebar ul li ul li ul, .sidebar ul li ul li ul li   {
        margin: 0;
        padding: 0;
}
.sidebar ul {
        border-right: 1px dotted #666;
}
.sidebar ul li {
        list-style: none;
        padding: 0;
        margin: 10px 10px 0 0;
}
.sidebar ul li h2 {
        font-size: 1em;
        margin: 0;
        color: #111;
}
.sidebar ul li ul {
        border-right: none;
        margin: 0 0 10px 0;
        padding: 0;
}
.sidebar ul li ul li ul {
        margin: 0 0 5px 0;
}
.sidebar ul li ul li ul li {
        font-size: 0.9em;
        font-style: italic;
        padding: 0;
}
#col2 {
        margin-left: 0%;
}
#container {
        float: left;
        margin-left: 3%;
        margin-top: 10px;
        width: 60%;
}
#content {
        padding: 0;
}
.content-column {
        float: left;
        margin: 0 2% 0 0;
        width: 45%;
}
.post-header {
        border-bottom: 5px solid #89d;
        color: #444;
        height: 2em;
        margin: 0 0 0.5em 0;
}
.post-header h2, .post-header h3 {
        display: inline;
        margin: 0;
}
.navigation {
        background: #eee;
        border: 1px solid #ccc;
        font-size: 0.9em;
        height: 1.65em;
        text-align: center;
        padding: 2px 5px 2px 5px;
}
.post-header h2 {
        float: left;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        font-weight: normal;
}
.post-header h3 {
        float: right;
        font-size: 1em;
        font-weight: normal;
}
.post p {
        font-size: 1em;
        margin: 0.85em 0;
        text-align: justify;
}
.post blockquote {
        background: #eef;
        border: 1px dotted #cce;
        color: #222;
        padding: 10px 25px;
}
blockquote p {
        font-style: normal;
        margin: 0;
}
.post code, .post pre {
        background-color: #ff9;
        color: #444;
        font: 0.8em "Lucida Console", "Courier New", Courier, monospace;
        letter-spacing: 1px;
        margin: 15px 0px 15px 0px;
        padding: 10px;
        line-height: 130%;
        width: auto;
}
.post abbr {
        border-bottom: 1px dotted #c30;
        cursor: help;
}
.post ul.list, .post ul.list li, .post ul.list li ul  {
        margin: 0;
        padding: 0;
}
.post ul.list li {
        font-size: 1em;
        list-style: none;
}
.post ul.list {
        border-bottom: 1px dotted #444;
        padding: 0 0 1em 0;
}
.post ul.list li h2 {
        font-size: 1em;
        margin: 10px 0 0 0;
}
.post ul.list span.list-meta {
        display: block;
        font-size: 0.9em;
        margin: 0 0 0.5em 0;
}
.post .excerpt, .post-footer, #metadata p, #comments .comment-metadata  {
        font-style: normal;
}
.post .excerpt  {
        color: #222;
}
.post-footer {
        border-bottom: 1px dotted #999;
        margin: 0 0 2em 0;
}
.post-footer p {
        font-size: 0.95em;
        text-align: right;
}
#metadata {
        color: #666;
        margin: 15px 20px 25px 20px;
        padding: 8px;
border: 1px dotted #999;
}
#metadata p {
        font-size: 0.9em;
        margin: 0;
}
#comments {
        margin: 0 0 25px 0;
}
#comments h3 {
        margin: 25px 0 0 0;
        font-size: 1em;
}
#comments ol li {
        background: #f7f9f7;
        color: #222;
        list-style: none;
        margin-bottom: 15px;
        padding: 5px;
}
#comments ol li.comment-author {
        background: #444;
        color: #eee;
}
#comments ol li.comment-odd {
        background: #f7f9f7;
}
#comments ol li.comment-even {
        background: #b9bbb9;
}
#comments ol li p {
        margin: 0.75em 0;
}
#comments ol li div.comment-content {
        padding: 5px 15px;
}
#comment-formating {
        margin: 10px 0 0 65px;
}
#footer {
        clear: both;
        color: #666;
        margin: 0 0 0 0;
}
#footer p  {
        margin: 0;
        font-size: 0.9em;
        padding: 50px 0 0 0;
}

/* LINKS */

a {
        outline: none;
}
#header a, #header a:active, #header a:link, #header a:visited {
        text-decoration: none;
        color: #369;
}
#header a:hover {
        color: #f90;
}
.sidebar a, .sidebar a:active, .sidebar a:link, .sidebar a:visited {
        background: #fff;
        color: #06f;
        text-decoration: none;
}
.sidebar a:hover {
        background: transparent;
        color: #F60;
}
.post-header a, .post-header a:active, .post-header a:link, .post-header a:visited, .navigation a, .navigation a:active, .navigation a:link, .navigation a:visited  {
        color: #06f;
        text-decoration: none;
}
.post-header a:hover, .navigation a:hover {
        color: #f90;
}
#content a, #content a:active, #content a:link, #content a:visited {
        background: transparent;
        color: #36f;
        text-decoration: none;
}
#content a:hover {
        background: transparent;
        color: #f90;
        text-decoration: none;
}

#footer a, #footer a:active, #footer a:link, #footer a:visited {
        color: #06f;
}
#footer a:hover {
        color: #F30;
        text-decoration: none;
}

/* IMAGE ELEMENTS, INCLUDING LINKS */

#content img.center, #content img.alignright, #content img.alignleft {
        border: 1px solid #222;
}
#content img.center {
        display: block;
        margin: 5px auto;
}
#content img.alignright {
        margin: 5px 0 5px 10px
}
#content img.alignleft {
        margin: 5px 10px 5px 0;
}
#content a:hover img.center, #content a:hover img.alignright, #content a:hover img.alignleft {
        border: 1px solid #c30;
}
li img, li a img {
        border: none !important;
}

/* MULTI-PURPOSE STRUCTURAL DIVS */

.alignleft {
        float: left;
}
.alignright {
        float: right;
}
.center {
        text-align: center;
}
.clearer {
        clear: both;
        height: 1px;
}

/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */

#blog-search form {
        margin: 0;
        padding: 0;
}
#s {
        width: 50px;
}
#searchsubmit, #submit {
        background: #ddd;
        margin: 3px 0 0 0;
        padding: 0;
}
.formcontainer {
        font-size: 1em;
        overflow: hidden;
        position: static;
        width: 99%;
}
.formright, .formleft {
        display: inline;
        float: left;
        margin: 3px 0;
        padding: 2px;
}
.formright {
        text-align: left;
        width: 75%;
}
.formleft {
        clear: both;
        text-align: right;
        width: 60px;
}
.formcontainer textarea {
        overflow: auto;
}
.formcontainer textarea, input {
        padding: 1px;
}
#comment, #wpcf_msg {
        height: 125px;
        width: 350px;
}
#author, #email, #url, #wpcf_your_name, #wpcf_email, #wpcf_website {
        width: 125px;
}
#author, #email, #url, #comment, #s, #wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg, #searchsubmit, #submit {
        border: 1px solid #666;
        color: #111;
        font: 1em/normal verdana, arial, sans-serif;
}
#author, #email, #url, #comment, #s, #wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg {
        background: #fff;
        margin: 0;
        padding: 1px;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #s:focus, #wpcf_your_name:focus, #wpcf_email:focus, #wpcf_website:focus, #wpcf_msg:focus {
        border: 1px solid #f90;
}