/*
Theme Name: plaintxtBlogNEW
Theme URI: http://www.plaintxt.org/themes/plaintxtblog/
Description: Your blog, but simplified. A clutter-free, 3-column layout. For WordPress 2.0+ (and Widgets friendly).
Version: 2.3
Author: Scott Allan Wallick
Author URI: http://scottwallick.com/
*/

/*
"plaintxtBlog" (C) 2006 Scott Allan Wallick - http://scottwallick.com/ - and distributed under the terms of the GNU General Public License v2
*/


body
{
    background: #5BAB1B url(/wp-content/uploads/bg.jpg) fixed repeat-x top center;
    color: #111;
    line-height: 150%;
}

#mainmain
{
    background: #fff;
    color: #111;
    line-height: 150%;
    margin: 0 auto 0 auto;
    padding: 30px;
    width: 840px;
}
a
{
    outline: none;
}

#toprounded
{
    background: url(/wp-content/uploads/toprounded.gif) no-repeat bottom center;
    height: 40px;
    width: 900px;
    margin: 0 auto 0 auto;
    margin-bottom: 0;
}
#bottomrounded
{
    background: url(/wp-content/uploads/bottomrounded.gif) no-repeat top center;
    height: 40px;
    width: 900px;
    margin: 0 auto 0 auto;
    margin-top: 0;
}

/* HEADER STUFF */

div#header
{
    margin: 0 0 10px 0;
}
div#topnav
{
    color: #444;
    font-weight: bold;
    text-align: right;
    margin: -2px 0 25px 0;
    padding-bottom: 45px;
    background: url(/wp-content/uploads/topshade.gif) no-repeat bottom center;
}
div#topnav ul li
{
    margin: 0 0 0.1em 0;
    padding: 0;
    display: inline;
    padding-left: 7px;
    padding-right: 7px;
    border-right: 1px dotted #ccc;
}
div#topnav ul li.last
{
    border-right: 0px;
}
div#toplang
{
    color: #444;
    text-align: right;
    margin: -87px 0 0 0;
    padding-bottom: 0;
}
div#toplang ul li
{
    margin: 0;
    padding: 0;
    display: inline;
    padding-left: 3px;
    padding-right: 7px;
}
h1#title
{
    margin: 0 0 0.25em 0;
}
p#description
{
    font-weight: bold;
    margin: 0;
}

/* SIDEBAR COL1/COL2 STUFF */

div.sidebar
{
    float: left;
    text-align: left;
    overflow: hidden;
}
div#col1
{
    padding: 0 5px 0 5px;
    overflow: hidden;
    width: 155px;
    background: #fff;
    background: url(/wp-content/uploads/separatorsm.gif) no-repeat top right;
}
div#col2
{
    padding: 0 5px 0 15px;
    overflow: hidden;
    width: 190px;
    background: #fff;
    background: url(/wp-content/uploads/separatorlg.gif) no-repeat top right;
}
div.sidebar ul, div.sidebar ul li ul li, div.sidebar ul li ul li ul, div.sidebar ul li ul li ul li
{
    margin: 0 0 0.1em 0;
    padding: 0;
}
div.sidebar ul
{
}
div.sidebar ul li
{
    list-style: none;
    margin: 0 1em 0 0;
    padding: 0;
}
div.sidebar ul li h2
{
    background: #fff;
    color: #444;
    margin: 0 0 5px 0;
}
div.sidebar ul li ul
{
    border: none;
    margin: 0 0 1em 0;
    padding: 0;
}
div.sidebar ul li ul li ul
{
    margin: 0 0 0.5em 0;
}
div.sidebar ul li ul li ul li
{
    margin: 0 0 0 10px;
}
div.sidebarsmallertext
{
}
div.newssidebardate p
{
    margin-bottom: -20px;
}
div.postnewssidebar
{
    margin-bottom: 10px;
    padding-top: -20px;
    border-bottom: 1px dotted #ccc;
}

/* CONTENT STUFF */

div.narrowcolumn
{
    float: left;
    padding: 0 5px 0 15px;
    overflow: hidden;
    width: 445px;
    background: #fff;
}
div.widecolumn
{
    float: left;
    padding: 0 5px 0 15px;
    overflow: hidden;
    width: 655px;
    background: #fff;
}
div.post-header, div.navigation
{
    background: #FFF;
    color: #444;
    overflow: hidden;
}
div.post-header
{
    display: block;
    height: 1.45em;
    margin: 0 0 -0.25em 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
}
div.fake-post-header
{
    color: #444;
    font-weight: bold;
    padding-top: 1.3em;
}
div.big-tagline
{
    color: #5BAB1B;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 1em;
}
h2.post-title
{
    color: #444;
    margin: 0;
}
h3.post-date
{
    margin: 0;
}
h2.post-title
{
    float: left;
}
h3.post-date
{
    float: right;
    font-weight: normal;
}
div.post-entry code, div.post-entry pre
{
    overflow: hidden;
}
div.post abbr, div.post acronym
{
    border-bottom: 1px dotted #c30;
    cursor: help;
}
div.post-entry blockquote
{
    border-left: 0.4em solid #eee;
    overflow: hidden;
}
div.post-entry blockquote p
{
    margin: 0.25em 0;
    padding: 0.5em 1em;
}
div.post-entry blockquote ul
{
    margin-bottom: 0;
    margin-top: 0;
}
div.post-entry h5, div.post-entry h6
{
    color: #444;
}
div.post-entry h4
{
    color: #444;
}
div.post-entry h3
{
    color: #444;
}
div.post-entry h2
{
    color: #444;
}
div.post-metadata p.post-footer
{
    font-style: italic;
    margin: -0.5em 0 3em 0;
    text-align: right;
}
div.post-entry blockquote, div#single-post-metadata, div#comments ol li
{
    background: #f6f6f6;
    color: #333;
}
div#single-post-metadata
{
    margin: 0 10% 2em 10%;
    padding: 0.75em 1em;
    text-align: center;
}
h3.post-footer-header
{
    margin: 0 0 0.3em 0;
    text-transform: uppercase;
}
div#single-post-metadata p.post-footer
{
    margin: 0;
}
form#commentform
{
    margin: 1em 0;
    padding: 0;
}
h4#comment-count, h4#respond
{
    margin: 0;
}
div#comments ol li
{
    padding: 0.5em 1em;
    margin-bottom: 1.5em;
}
div#comments ol li.alt
{
    background: #eee;
    color: #111;
}
div#comments ol li p
{
    margin: 0.5em 0;
}
p.comment-author, p.comment-metadata
{
    margin: 0;
}
p.comment-metadata
{
    font-style: italic;
}

/* STUFF FOR PAGE TEMPLATES AND THE SUMMARY_HOME.PHP FILE */

h3.excerpt-title
{
    margin: 1em 0 0 0 !important;
}
p.excerpt-entry
{
    margin: 0;
}
p.excerpt-footer
{
    font-style: italic;
    margin: 0 0 1.5em 0;
}
h4.post-navigation
{
    margin: 0 0 1.5em 0 !important;
}
div.content-column
{
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 100%;
}
div.post ul.list, div.post ul.list li, div.post ul.list li ul
{
    margin: 0;
    padding: 0;
}
div.post ul.list li
{
    list-style: none;
}
div.post ul.list li h2
{
    margin: 1em 0 0 0;
}

/* FOOTER STUFF */

div#footer
{
    clear: both;
}
p#blog-footer
{
    background: #fff;
    color: #aaa;
    margin: 0;
    padding: 4em 0 0 0;
}

/* MULTI-PURPOSE STRUCTURAL DIVS */

.navigation
{
    font-weight: bold;
    height: 1.5em;
    margin: 2em 0;
    padding: 0 0.4em 1px 0.4em;
    text-align: center;
    width: 100%;
}
.boxedcontainer
{
    text-align: center;
    margin-top: 1em;
}
.spacer
{
    clear: both;
    height: 1px;
}
.boxed4
{
    float: left;
    color: #999;
    padding: 5px;
    margin: 0;
    text-align: center;
    line-height: 1.3em;
    width: 22%;
}
.boxed3
{
    float: left;
    color: #999;
    padding: 5px;
    margin: 0;
    text-align: center;
    line-height: 1.3em;
    width: 30%;
}
.boxed2
{
    clear: both;
    padding-top: 20px;
    color: #999;
    line-height: 1.3em;
}
.boxed2 div.left
{
    float: left;
    text-align: right;
    padding-right: 5px;
}
.boxed2 div.right
{
    float: left;
    text-align: left;
    padding-left: 5px;
}
.alignleft
{
    float: left;
}
.alignright
{
    float: right;
}
.center
{
    text-align: center;
}
.clearer
{
    clear: both;
    height: 1px;
}
/* LINK STYLES */
div#header a, div#header a:active, div#header a:link, div#header a:visited
{
    background: #fff;
    color: #059;
    text-decoration: none;
}
div#header a:hover
{
    color: #c30;
    text-decoration: underline;
}
div#topnav a, div#topnav a:active, div#topnav a:link, div#topnav a:visited
{
    color: #059;
    text-decoration: none;
}
div#topnav a:hover
{
    color: #c30;
    text-decoration: underline;
}
div#toplang a, div#toplang a:active, div#toplang a:link, div#toplang a:visited
{
    color: #059;
    text-decoration: none;
}
div#toplang a:hover
{
    color: #c30;
    text-decoration: underline;
}
div.post-header a, div.post-header a:active, div.post-header a:link, div.post-header a:visited, div.navigation a, div.navigation a:active, div.navigation a:link, div.navigation a:visited
{
    background: #FFF;
    color: #059;
    text-decoration: none;
}
div.post-header a:hover, div.navigation a:hover
{
    color: #c30;
    text-decoration: underline;
}
div.post-entry a, div.post-entry a:active, div.post-entry a:link, p.post-footer a, p.post-footer a:active, p.post-footer a:link
{
    background: #fff;
    color: #059;
}
div.post-entry a:visited, p.post-footer a:visited
{
    background: #fff;
    color: #4080b3;
}
div.post-entry a:hover, p.post-footer a:hover
{
    color: #c30;
    text-decoration: underline;
}
div.post-entry blockquote a, div.post-entry blockquote a:active, div.post-entry blockquote a:link, div#single-post-metadata a, div#single-post-metadata a:active, div#single-post-metadata blockquote a:link
{
    background: #f6f6f6;
    color: #059;
}
div.post-entry blockquote a:visited, div#single-post-metadata a:visited
{
    background: #f6f6f6;
    color: #4080b3;
}
div.post-entry blockquote a:hover, div#single-post-metadata a:hover
{
    color: #c30;
    text-decoration: underline;
}
div#comments a, div#comments a:active, div#comments a:link
{
    background: transparent;
    color: #059;
}
div#comments a:visited
{
    background: transparent;
    color: #4080b3;
}
div#comments a:hover
{
    color: #c30;
    text-decoration: underline;
}
div.sidebar a, div.sidebar a:active, div.sidebar a:link
{
    background: #fff;
    color: #059;
    padding: 0 0.1em;
    text-decoration: none;
}
div.sidebar a:hover
{
    color: #c30;
    text-decoration: underline;
}
/* .current-cat a, .current-cat a:active, .current-cat a:link, .current-cat a:visited, .current-cat a:hover, .current_page_item a, .current_page_item a:active, .current_page_item a:link, .current_page_item a:visited, .current_page_item a:hover {
	background: #80abcd;
	color: #fff;
}*/
div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited
{
    color: #aaa;
    background: #fff;
}
div#footer a:hover
{
    color: #c30;
    text-decoration: underline;
}
/* IMAGE ELEMENTS, INCLUDING LINKS */
div#content a img, img.center, div#content img.alignright, div#content img.alignleft
{
    border: 0;
}
div#content img.center
{
    display: block;
    margin: 5px auto;
}
div#content img.alignright
{
    margin: 5px 0 5px 10px;
}
div#content img.alignleft
{
    margin: 5px 10px 5px 0;
}
div#content a:hover img.center, div#content a:hover img.alignright, div#content a:hover img.alignleft
{
    border: 1px solid #c30;
}
li a img
{
    border: none !important;
}
/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */
li#search form#searchform
{
    margin: 0.1em 0;
    padding: 0;
}
li#search br
{
    display: inline;
}
li#search #s
{
    border: 1px inset #666;
    margin: 0;
    padding: 2px;
    width: 45%;
}
li#search #s:focus
{
    border: 1px outset #c30;
}
li#search input[type=submit]
{
    background: #eee;
    border: 1px outset #aaa;
    color: #111;
    margin: 0;
    padding: 1px;
}
li#search #searchsubmit:focus
{
    background: #ddd;
    border: 1px inset #c30;
    color: #111;
}
div.formcontainer
{
    overflow: hidden;
    position: static;
    width: 99%;
}
div.formright, div.formleft
{
    background: #fff;
    color: #555;
    display: inline;
    float: left;
    margin: 0.3em 0;
}
div.formright
{
    text-align: left;
    width: 75%;
    padding: 0.2em 0;
}
div.formleft
{
    clear: both;
    text-align: right;
    width: 6em;
    padding: 0.2em 0.75em 0.2em 0;
}
#comment, #wpcf_msg
{
    height: 10em;
    overflow: auto;
    width: 75%;
}
#author, #email, #url, #wpcf_your_name, #wpcf_email, #wpcf_website
{
    width: 33%;
}
#author, #email, #url, #comment, #wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg
{
    background: #fff;
    border: 1px inset #aaa;
    color: #111;
    margin: 0;
    padding: 0.2em 0.3em;
}
#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 outset #c30;
}
.alignright
{
    text-align: right;
}
.quickfacts
{
}
.quickfactssmall
{
    color: #999;
}

/*
Edited by Sho Shimoda, sshimoda@meta4-group.com
*/
.sideType01
{
}
.widgettitle
{
    font-size: 10pt;
    font-family: MS UI Gothic;
}

