/*
Theme Name: Ink Stained Banana
Theme URI: http://blog.unitedheroes.net
Description: It's green.
Version: 2.7
Author: JR Conlin
Author URI: http://blog.unitedhereos.net
Tags: 
*/
form {
        margin: 0px;
        padding: 0px;
     }
textarea {
        font-family: Verdana, Arial, Helvetica,
        sans-serif ;
        font-size: 11px;
        line-height: normal;
        border: 1px #F0F0F0 solid
        } textarea {
        background-color: #F0F0F0;
        padding: 2px;
        margin: 1px;
        } select  {
        background-color: #E0E0E0;
        padding: 0px 0px;
        margin: 0px 0px;
        border: 1px #F0F0F0 solid
        }        
body {
	margin:0px;
	padding:0px;
	font-family:'courier new',courier,mono;
	color:#333;
	background-color:white;
    background-repeat: repeat-y;
    background-image: url("http://blog.unitedheroes.net/images/bgg.png");
	}

h1, h4, h5, .storyAuthor {
	margin:15px 0px 10px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}    
h4, h5, .storyAuthor {
	font-size:12px;
	line-height:12px;
	font-weight:800;
	color:#999;
}
h2 {
    font-family: 'Special Elite','courier new',courier,mono;
    font-size:140%;
    margin:0;
    padding:0;
    font-weight:normal;
    }
.storyCategory {
	font-size:10px;
	line-height:10px;
    margin:0px;
    padding: 0px;
    display: table;
}
.storyCategory ul {
    margin:0px;
    padding:0px;
    }
.storyCategory li {
    display: table-cell;
    padding: 2px 12px 2px 0px;
    margin:0px;
}    
h5, .storyAuthor {
	font-size:10px;
	font-style:italic;
}

img {border:0px; }

#content>p {margin:0px;}
#content>p+p {text-indent:30px;}

.topbanner
    {
        margin: 0px 0px 5px 0px;
        padding: 0px;
        border: 0px;
        height: 100px;
    }

.topbanner #banner {
    background-image: url( "http://blog.unitedheroes.net/images/banner.png" );
    float: right;
    position: absolute;
    background-repeat:no-repeat;
    top:0px;
    right: 0px;
    width: 659px;
    height: 87px;
    cursor: pointer;
    }

.topbanner #banner a {
    width: 659px;
    height: 87px;
    visibility:hidden;
    }

.topbanner #logo {
    background-image: url( "http://blog.unitedheroes.net/images/uh_corner1.png" );
    width: 89px;
    padding:0px;
    margin: 0px;
    height: 81px;
    font-size: 0px;
    border:0px;
    text-indent: -10000px;
    float: left;
    cursor: pointer;
}

.topbanner #logo a {
    width: 89px;
    height: 81px;
    line-height: 81px;
    visiblity: hidden;
    text-decoration: none;
    text-indent: -5000px;
    }

.blogRoll { 
        position:absolute;
        float:left;
        left:0px;
        top:100px;
        width:89px;
 /*       background-color:#00bb46; */
        }
.linksBlock {
        color:white;
        font-size: .7em;
        font-family:verdana,arial,helvetica;
        }
.linksBlock br {
        display:none;
        }
.linksBlock b{
        font-weight: bold;
        font-size:1.1em;
        display:block;
        margin: 0px;
        padding: 0px;
        }
        
.linksBlock a {
        display:block;
        padding-right:2px;
        text-align:right;
        color:white;
        text-decoration:none;
        }
.linksBlock a:visited {
        color: #EFEFEF;
        }
.linksBlock a:hover {
        background-color: yellow;
        color: black;
        }
.linksBlock hr , .siteNav hr {
    color:white;
    background-color:white;
    height:2px;
    border:0;
}
.rssLinks {
        position:relative;
        border:0px;
        width: 90px;
        text-align:left;
        margin:3px;
        margin-left:0px;
        padding:5px;
        }
.rssLinks a.feed {
    display: block;
    width: 80px;
    line-height: 20px;
    color: white;
    padding: .1em;
    text-decoration: none;
    background-color: transparent;
    font-size: 70%;
    font-family: Verdana, arial;
    }
.rssLinks a.feed:hover {color:black;}    
.rssLinks a.feed img {
    margin: 0px;
    vertical-align:middle;
    padding:0px;
    border: 0px;
    }
.siteNav {
        position:absolute;
        right:0px;
        top:100px;
        float:right;
        width:190px;
        background-color:#00bb46; 
        }
.siteNav ul {
        list-style-type:none;
        padding-left: 2em;
        text-indent: -1em;
        font-size: .7em;
        }
#myweb_list li {
    padding-bottom:.5em;
}
#myweb_list a {
    color:white;
    font-weight:bold;
    text-decoration:none;
    }
#myweb_list a:hover {
    text-decoration: underline;
    }
#archives a {
        color: white;
        margin:0px;
        font-family: verdana, arial, helvetica;
        font-weight: bold;
        text-decoration:none;
        }
.siteNav b {
    display: block;
    text-align: center;
    }
.siteNav .title {
    text-align: center;
    color: white;
    font-weight:bold;
    }
.siteNav .calendar {
    width: 120px;
    margin: 0px auto;
    }
.siteNav .calendar b {
    color: #FFF;
    display: block;
    text-align: center;
    }
.siteNav .suggest {
    color: white;
    margin: 0px 0px 0px 10px;
    font-family: verdana, arial, helvetica;
    font-size: 75%;
    }
.siteNav a:hover {
        text-decoration:underline;
        color:black;
        background-color:#00bb46;
        font-weight:800;
        }
.entryWrap {
    margin: 0px 200px 0px 0px;
    border: 0px;
    padding: 0px 0px 10px 0px;
    
}
.blogEntry {
        display: block;
        position:relative;
        margin-left:100px;
        /* NOTE: causes images not to appear in IE 6+ (images appear behind 
            this block*/
        /* background-color: white; */
        padding:.5em;
        border: 1px solid black;
        /* NOTE causes layout issues with Opera 7.53 */
        /* z-index:1;    */
        }
.greenbar {
        position:absolute;
        background-color:#00bb46;
        width:89px;
        top:200px;
        height:100%;
        left:0px;
        top:0px;
        }

.date {
        font-size:medium;
        line-height:normal;
        font-style:italic;
        padding:0px;
        }
.storyHeadline a { text-decoration:none; }
.storyDate {
    text-direction: none;
	font-family:'courier new',courier,mono;
        }
.storyTitle {
	font-family:'courier new',courier,mono;
    font-weight: bold;
	line-height:normal;
	font-weight:bold;
    font-color:black;
	padding:0px 0px;
 }
.storyContent {
        margin: 1em;
        font-size: .8em;
	font-family:'courier new',courier,mono;
}

.shortlink { font-size: 70%;
text-align: right;
}
.shortlink label {margin-right:.5em;}
.shortlink input {border:0; background-color: #FDFDFF; }

.storyContent img {
    }

.storyLinks {
        text-align:right;
        font-size:.6em;
        }

#content>.storyContent {
        margin:0px;
        }
#content>.storyContent+.storyContent {
        text-indent:30px;
        }
a:hover {
        background-color:#eee;
        }

li.comment { clear:both;margin-top:.5em; list-style:none; font-size:.8em; background-color:#EEE;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -chrome-border-radius:5px;}
li.comment a {text-decoration:none;}
li.comment .comment-edit-link {float:right;}
.comment .author{ width:145px;
    padding-left:3px;
    padding-right:1px;
    position:relative;
    background-color:#eee;
    font-style:bold;
    float:left;
    }
li.comment .commentText { border-left: 1px solid black;
           margin-left: 150px;
           padding-left: 1em;
           background-color:#EEE;
        }
li.comment avitar{ float:left;}
li.comment .reply {
    border:0;
    font-family: courier new;
    text-align: right;
}
li.comment br {clear:both;}

.respond { font-size:.8em; }
.respond .respondq {color:#00F; cursor:pointer;}
.respond .comment-author{ width:145px; float:left;}
.respond .comment-body{ margin-left: 150px;
}
.respond form {display:none;}
.respond form label {display:block;}
.respond textarea {border-left: 1px solid black;padding:3px;width:95%; height:20em;background-color:#EEE;font-family:courier new;}
.respond form input {width:142px;border:1px solid #DDD;}

.commentLink {
    font-size: .7em;
    }
.commentBlock {
        width: 90%;
        background-color:#eee;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 1em;
        margin: 0px auto .5em auto;
        font-size:.7em;
        clear: both;
        padding: 5px 0px;
        border-bottom: 2px solid #CCC;
        border-right: 1px solid #888;
        }
.commentBlock .header {
        position: relative;
        width: 90px;
        font-weight:bold;
        text-align: right;
        float:left; 
        padding: 0px 3px 0px 0px;
        border-right: 1px solid #888;
        font-size: .8em;
        }
.commentBlock .author {
        padding: 0px 0px 2em 0px;
        }
.commentBlock .date {
        margin: 0px 0px 0px 100px;
        }
.commentBlock .comment {
        margin: 0px 0px 0px 100px;
        }
.commentBlock .date {
        font-size: .8em;
	font-style:italic;
        }
.commentBlock .author {
        /* font-size: .7em; */
        font-weight: bold;
        text-align: right;
        }
.commentBlock .comment {
        /* font-size: .7em; */
        padding: 0px;
        }
.commentBlock .cb {
    font-size: 0em;
    clear: both;
    line-height: 0em;
    padding: 0px;
    margin: 0px;

    }
.rss {
    font-size: .7em;
    text-align: right;
    }
.trackback    {
    font-size: .6em;
    text-align: right;
    color: #888;
    }
.trackback a {
    cursor: help;
    }
.article {
        background: url(http://www.unitedheroes.net/grayhound/art/tgcback.png);
        width: 80%;
        padding:5px;
        text-align: justify;
        font:110% times new roman;
        box-shadow: 10px 10px 5px #e8e8e8;
        }

.story { font: 120% Times New Roman;
    
    }
.article .credit {
        display: block;
        font-size: .7em;
        text-align: right;
        font-style: italic;
        }
.sign {
       border: 2px solid black;
       padding: 5px;
       font-family: Arial;
       }
.sign .title
        {font: 1.5em Arial;
        color: red;
        text-align: center;
        }

.display {
    padding: .5em;
    border-radius: 15px;
    background: #000;
    color: #bbb;
    }

.display b {
    color: #ff0;
    }


.letter {
        background: url(http://www.unitedheroes.net/blogs/jr/images/ltbk.png);
        background-repeat: repeat-y;
        border-bottom:2px black solid;
        border-right:1px black solid;
        width: 80%;
        padding:5px;
        padding-left: 50px;
        font-family: Verdana, Georgia, Arial;
        font-size: 1em;
        }
.messenger
    {
        background-color: #FFF;
        border: 8px solid #e7eff5;
        margin: 0px 4em;
        padding: 0px 1.5em 0px 1em;
        font-family: Arial;
        text-indent: -.5em;
    }
.messenger .you b {
    color: blue;
    }
    
.messenger .me
    {
        font-family: Courier New;
        font-size: .9em;
    }
.messenger .me b {
        font-family: Arial;
        }

.email {padding:1em;border:1px solid #EFEFEF;background-color:#FFF;box-shadow: 10px 10px 5px #E8E8E8;}

.question {
        margin-left:5em;
        margin-right:5em;
        font-family: Times New Roman;
        color: navy;
        }
.answer {
        margin-left: 7em;
        margin-right: 5em;
        font-family: Times New Roman;
        color: black;
        }
.update {
        background-image: url(http://www.unitedheroes.net/blogs/jr/images/update.png);
        background-repeat: no-repeat;
        padding-left:5px;
        padding-top:21px;
        margin: 10px;
        border-left: 2px #c66 solid;
        }
.reply {
    font-family: times new roman;
    overflow: hidden;
    width: 90%;
    border-left: 2px solid blue;
    margin: 0px 2px;
    padding: 0px 2px;
    }

#header {
	margin:0px 0px;
	padding:0px 0px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	line-height:11px;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"; background-color: #FFFFFF}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#header {height:14px;}


#header a {
	font-size:18px;
	font-weight:800;
}

#content {
	margin:0px 0px 50px 30px;
	padding:10px 10px;
        }

#menu {
	position:absolute;
	top:100px;
	right:20px;
	width:172px;
	padding:10px;
	background-color:#FFFF99;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#menu {width:150px;}

#menu a {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 10px;
}

#menu h4 {
	margin: 12px 0px 4px 0px;
}

#chaff {
    text-align: right;
}
#chaff a {
   color: #fff;
   font-size:2px;
}
#chaff a:link { color: #fff; }
#chaff a:visited { color: #fff; }
#chaff a:hover { background-color:#fff; }

.centerP {
    text-align: center;
}

#contentcomments input, #content input, #menu input {
	margin: 1px;
	padding: 1px 1px 4px 1px;
	border: 1px solid #ccc;
	font:11px/14px verdana, arial, helvetica, sans-serif;
}
#menu textarea {
	margin: 1px;
	padding: 1px;
	border: 1px solid #ccc;
	font:11px/14px verdana, arial, helvetica, sans-serif;
}
.commentfield {
	margin-bottom: 4px;
 background-color: #F0F0F0;
}
#contentcomments textarea {
	margin: 1px;
	padding: 1px;
	border: 1px solid #ccc;
	font:11px/normal verdana, arial, helvetica, sans-serif;
 } #content textarea {
	margin: 1px;
	padding: 1px;
	border: 1px solid #ccc;
	font:11px/normal verdana, arial, helvetica, sans-serif;
 }

code, .code{ color: #339933;
        border: 1px solid #3300CC;
        font-weight:700;
        font-family: Courier New, Courier;
        display:block;
        padding:4px;
        margin:3px;
        white-space:pre;
        font-size: 80%;
        line-height:50%;
        }
code .title, .code .title { color: black;
        font-weight: normal;
        margin: 0;
        background-color: #ccE;
        line-height:100%;
        }
        
span.code {
    display:inline;
    line-height:100%;
    border: 0;
    padding:0;
    margin:0;
}
code b, .code b {
        color: red;
        }
pre code {font-size:1em;}

code.inline {
    display:inline;
    margin:0;
    padding:0 .5em;
    border:0;
    }

code.preference {
    color:#888;
    }

.post-categories
{
    list-style-type:none;
    display:inline;
    width: 10em;
}
.posts
{
   padding:0px;
   color: white;
   font-weight:bold;
   font-family:arial;
 }
.posts b {
    display: block;
    text-align: center;
    font-family: Courier New;
    font-size: 100%
    }
.posts a {
   color: white;
   text-decoration:none;
   }
.posts a:hover {
    text-decoration:underline;
    color:black;
    background-color:yellow;
}

.via {
    text-align: right;
    font-weight: bold;
    font-size: .8em;
    }

#wp-calendar
        {
        font-size:10px;
        text-align:right;
        }
#wp-calendar caption {
        font-weight: bold;
        font-size: 12px;
        color: white;
        }
#wp-calendar td {
        background-color: #FFF;
        }
#wp-calendar .pad {
        background-color: #00bb46;
        }
#wp-calendar a {
        text-decoration: none;
        }
#wp-calendar a:hover {
        text-decoration: none;
        background-color: yellow;
        font-size: 10px;
        font-weight: normal;
        }
#wp-calendar #prev, #wp-calendar #next {
    background-color: #00bb46;
    font-weight: bold;
    }
.centerP {
        font-family: Arial, Helvetica, sans-serif;
        font-size:.6em;
        }
acronym, abbr {
        border-bottom: 1px dotted #222;
        font-style: normal;
        cursor: help;
        }
.disclaimer {
	color: #FF0000;
	border:2px solid red;
	padding:3px;
	font-weight:bold;
	width:80%;
	margin-left:4em;
}
.results {
	font-family: verdana, arial, helvetica;
	width: 300px;
	padding:0px;
	font-size: .8em;
	border: 1px black solid;
	text-align:left;
}

.edit_link {
    font-family: verdana, sans-serif;
    float:right;
    width: 10em;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    color: white;
/*    background-color:#bcffbc;*/
    text-align:right;
    padding: 0px;
    }
.edit_link a { color: #00b746; }    

.geoURL{
        font-family: verdana, sans-serif;
        font-size: 10px;
        font-weight:bold;
        text-decoration:none;
        color: white;
        background-color: #093;
        border-left:1px solid #3C6;
        border-top:1px solid #3C6;
        border-right:1px solid #063;
        border-bottom:1px solid #063;
        padding:0px 3px 0px 3px;
        margin:0px;
}
.ysearch {
        background-color: white;
        border: 1px solid #999; 
        padding: 0px;
        text-align:center;
        font-family: tahoma, verdana, arial, helvetica, sans-serif;
        font-size: .7em;
        }
.ysearch form {
        margin: 0px;
        padding: 0px;
        }
        
.ysearch img {
        display: block;
        text-align: center;
        }
.prevnext {
    margin-left: 100px;
    margin-right: 200px;
    font-size: 75%;
    font-weight: bold;
    }
.prevnext a {
    color:#CCF;
    }
.prevnext .prev {display:block; }
.prevnext .next {text-align: right; position:relative; top:-.5em; line-height: 0px;}

.prevnext form {
    margin: 0px;
    padding: 0px;
    display: inline;
    }
.prevnext input {
    margin: 1px; 
    padding: 1px;
    border: 1px solid #ccc;
    font: .7em arial;
    cursor: pointer;
    }
#awrap {
    display: inline;
    margin:0px;
    padding:0 2px 2px 2px;
    background-color:white;
    border:0px;
    }
#awrap #title {
    font-size: .6em;
    }
#announce {
    margin: 0px 2px;
    padding: 2px;
    border: 1px solid #4c8cac;
    background-color: white;
    font-family: verdana, arial, sans-serif;
    font-size: .7em;
    }
#announce b {
    display: block;
    padding: 4px;
    margin: 0px 0px 4px 0px;
    background-color: #407eb2;
    color: white;
    font-weight: bold;
    }
#announce a {
    display: block;
    margin: 4px 0px 0px 0px;
    padding: 0px;
    color: #396b94;
    }
#announce a:hover {
    background-color:#FFF;
    color: #396b94;
    }
.credit {
    font-size: .7em;
    text-align:center;
    }
    
/* YQ Search tweaks */
.tidbot {
    font-size: 75%;
    margin: 3px;
    }
    
.bouncy { z-index: 5000; }

td.mbl_img{width:24px;}
table#MBL_COMM td.mbl_join a { font-size:70%;}

v1, .v1 { margin: 0px 0px .5em 0px; }
v2, .v2 { margin: 0px 0px .5em 4em; }
v3, .v3 { margin: 0px 0px .5em 8em; }
v4, .v4 { margin: 0px 0px .5em 12em; }

.qt, .qt_site {margin:6px 10px; padding: 1em; font-size: 12px; font-family: Lucida Grande, Geneva, Arial, Verdana, sans-serif; }

.twitter {font-family: arial; 
border: 1px solid black; 
box-shadow: 10px 10px 5px #888; 
width: 80%;
margin: 5px auto;
padding: .5em;
}

.ra {text-align:right;}
.la {text-align:left;}

.twitter p {padding: 0 0 0 54px;margin:0;}
.twitter a {text-decoration:none;}
.twitter img {float: left;padding:2px;}

.qt {background-color: #CCC; font-size:12px; font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif; padding: 1em;margin: 3px 10px; }

.post .menu {font-family:"Sans Serif",Verdana;}
.post .cmd  {display:block-inline;font-family:Monospace,"courier new";color:#00bb46;padding:0 5px;font-weight:bold;}
.post .box  {border:1px solid black;padding:5px;border-radius:15px;}
.post .sidebar {display:block;float:right;width:200px;font-size:80%;border:1px solid #888;position:relative;top:-3em;padding:3px;box-shadow:3px 3px 4px #888;color:#888;}
.post .sidebar b {margin:0;display:block;background-color:#888;text-align:center;color:#FFF;font-size:120%;}

