/*
Theme Name: Wild Tint
Theme URI: http://forthelose.org/ftl-themes/
Description: Premium WP Theme from Ralph Damiano of <a href="http://forthelose.org">ForTheLose.org</a>.
Version: 1.0
Author: Ralph Damiano
Author URI: http://forthelose.org
Tags: wild tint, theme options, color, wildtint
*/

/* GoldMan adds*/
a.internal_tag {
        color: #333333 !important;
        font-weight: normal !important;
        text-decoration: none !important;
        border-bottom: 1px dashed #128505;
}
        
div.st-tag-cloud {
        margin-left: 5px;
}

.author {
        background-color: #F2FFD9 !important;
        padding-top: 14px !important;
}

#post-87 span.post-meta {
        display: none !important;
}

.download a {
        font-size: 12px !important;
}

.download a:link {
        color: #777777;
}

.download a:visited {
        color: #777777;
}

ul.download  {
        list-style-type: none !important;
        font-size: 14px !important;
        color: #333333 !important;
        padding-left: 15px !important;
}
.download li {
        background: url('/uploads/do-icon.png') no-repeat scroll;
        background-position: 0px 3px;
        padding: 0 0 0 15px;
}

body{
        background: #FFF;
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-family: "Verdana", sans-serif;
        font-size: 11px;
        color: #333;
}

/* == Resets N' Stuff == */

a:link,
a:visited{
        font-size: 100%;
        font-family: inherit;
        text-decoration: none;
        color: #3c649b;
        font-weight: bold;
}

a:hover{
        text-decoration: underline;
}

a:focus,
a:active{
        outline: none;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
        margin: 0;
        padding: 0;
}

img{
        border: 0px;
}

input:focus,
input:active{
        outline: none;
}

.go-left{
        float: left;
        clear: left;
}

.go-right{
        float: right;
        clear: right;
        font-size: 11px;
}

.go-center{
        margin: 0 auto;
        text-align: center;
}

.bold{
        font-weight: bold;
}

.italic{
        font-style: italic;
}

.block{
        display: block;
}

.clear{
        clear: both;
}

.align-right{
        text-align: right;
}

.align-left{
        text-align: left;
}

/* == Wordpress Necessary == */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px;
}

.alignright {
   float: right;
   margin: 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0 auto;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* == Navbar == */
#navbar{
        width: 100%;
        height: 32px;
        overflow: hidden;
        background: #3c649b url(images/navbar-tint.png) repeat-x;
}

#navbar-container{
        width: 960px;
        height: 30px;
        overflow: hidden;
        margin: 0 auto;
        text-align: left;
}

#navbar-container ul{
        list-style-type: none;
}

#navbar-container ul li{
        float: left;
        display: inline;
}

#navbar-container ul li a:link,
#navbar-container ul li a:visited{
        display: block;
        padding: 8px 20px;
        color: #FFF;
        font-family: "Arial", sans-serif;
        font-weight: bold;
        font-size: 11px;
}

#navbar-container ul li a:hover,
#navbar-container ul li a:focus,
#navbar-container ul li a:active{
        color: #ffd83b;
        text-decoration: none;
        background: url(images/black-10.png) repeat;
}

#navbar-container ul li.rss-feed a:link,
#navbar-container ul li.rss-feed a:visited{
        padding: 8px 20px 8px 35px;
}

#navbar-container ul li.current_page_item a:link,
#navbar-container ul li.current_page_item a:visited,
#navbar-container ul li.current_page_item a:hover,
#navbar-container ul li.current_page_item a:active,
#navbar-container ul li.current_page_item a:focus{
        color: #ffd83b;
        text-decoration: none;
        background: url(images/black-10.png) repeat;
}

#navbar-container ul li.rss-feed{
        float: right;
        background: url(images/rss-icon.gif) 10px center no-repeat;
}

/* == Header == */
#header{
        width: 100%;
        overflow: hidden;
        padding: 10px 0px 0px;
        text-align: center;
        background: #3c649b url(images/header-tint.png) repeat;
}

#header a:link,
#header a:visited{
        color: #FFF;
}

#header-paper{
        width: 100%;
        height: 30px;
        background: url(images/paper-up.png) repeat-x;
}

.header-color1{
        font-size: 30px;
        font-weight: bold;
        font-family: "Arial", sans-serif;
        color: #FFF;
}

.header-color2{
        font-size: 30px;
        font-weight: bold;
        font-family: "Arial", sans-serif;
        color: #ffd83b;
}

/* == Container == */
#depth{
        width: 960px;
        margin: 0 auto;
        overflow: hidden;
        background: url(images/depth.png) repeat-y;
}

#depth-top{
        width: 960px;
        overflow: hidden;
        background: url(images/depth-top.png) no-repeat left top;
}

#depth-bottom{
        width: 960px;
        overflow: hidden;
        background: url(images/depth-bottom.png) no-repeat left bottom;
}

#container{
        width: 940px;
        overflow: hidden;
        text-align: left;
        padding: 10px 0px 0px 20px;
}

/* == Sidebar == */
#sidebar{
        float: right;
        clear: right;
        width: 300px;
}

.sidebar-box{
        width: 280px;
        margin: 0px 0px 20px 0px;
        line-height: 15px;
}

.sidebar-box h2{
        width: 280px;
        height: 32px;
        overflow: hidden;
        margin: 0px 0px 5px;
        padding: 8px 10px 0px 10px;
        background: #3c649b url(images/sidebar-h2-tint.png) no-repeat;
        font-family: "Verdana", sans-serif;
        font-size: 11px;
        color: #FFF;
}

.sidebar-box h2.twitter-h2{
        width: 225px;
        height: 32px;
        padding: 18px 10px 0px 65px;
        background: #3c649b url(images/sidebar-twitter-h2-tint.png) no-repeat;
}

.sidebar-box ul{
        list-style-image: url(images/li-black.gif);
        padding: 0px 0px 0px 20px;
}

.sidebar-box ul li{
        margin: 0px 0px 4px;
        padding: 2px 0px 0px;
}

.sidebar-box ul li a:link,
.sidebar-box ul li a:visited{
        font-family: "Arial", sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #333;
}

.sidebar-box ul#twitter_update_list{
        font-weight: bold;
        font-family: "Arial", sans-serif;
}

.sidebar-box ul#twitter_update_list li span{
        display: block;
}

.sidebar-box ul#twitter_update_list li a:link,
.sidebar-box ul#twitter_update_list li a:visited{
        color: #777;
        font-size: 9px;
}

.sidebar-box ul#twitter_update_list li span a:link,                                /*=================================COLOR===================================*/
.sidebar-box ul#twitter_update_list li span a:visited{
        color: #3c649b;
        font-size: 11px;
}

.search-input{
        width: 200px;
        border: 1px solid #DDDDDD;
        color: #888888;
        float: left;
        font-family: "Arial", sans-serif;
        font-size: 10px;
        font-weight: bold;
        height: 12px;
        margin: 0px 10px 0px 0px;
        overflow: hidden;
        padding: 3px 4px;
}

.search-button{
        width: 50px;
        border: 1px solid #DDDDDD;
        background: #EEE;
        color: #888;
        float: left;
        font-family: "Arial", sans-serif;
        font-size: 10px;
        font-weight: bold;
        height: 20px;
        overflow: hidden;
        text-align: center;
}

/* == Main == */
#main{
        float: left;
        clear: left;
        width: 610px;
}

.post-container{
        width: 610px;
        overflow: hidden;
        padding: 0px 0px 10px 0px;
        margin: 0px 0px 20px 0px;
        background: url(images/separator.png) bottom center no-repeat;
}

.post-left{
        width: 133px;
        overflow: hidden;
        padding: 0 10px 0 0;
}

.post-left img{
        width: 125px;
        height: 125px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #DDD;
}

.post-left img:hover{
        padding: 3px;
        border: 1px solid #999;
}

.post-under-image{
        display: block;
        text-align: center;
        padding: 8px 0px 0px;
        font-weight: bold;
        font-size: 10px;
        font-family: "Arial", sans-serif;
}

.small-type{
        display: block;
        font-size: 9px;
        color: #999;
        padding: 5px 0px 0px;
}

.post-right{
        overflow: hidden;
        width: 466px;
}

.post-header h1{
        font-family: "Arial", sans-serif;
        font-size: 18px;
        color: #128505;
        padding: 5px 0px 15px;
}

.post-header h1 a:link,
.post-header h1 a:visited{
        font-family: "Arial", sans-serif;
        font-size: 18px;
        color: #128505;
}

.post-meta {
        padding: 3px 5px;
        margin: 5px 0px;
        display: inline;
        overflow: hidden;
        background: #3c649b;
        color: #FFF;
        font-weight: bold;
        font-size: 10px;
}

.post-meta a:link,
.post-meta a:visited{
        color: #FFF;
        font-weight: bold;
        font-size: 10px;
}

.post-content{
        padding: 15px 0px 0px;
        overflow: hidden;
        line-height: 18px;
        text-align: justify;
}

.post-content p{
        padding: 0px 0px 20px 0px;
        font-size: 14px;
}

.post-content h1{
        font-family: "Arial", sans-serif;
        color: #333;
        font-size: 18px;
        padding: 0px 0px 15px 0px;
}

.post-content h2{
        font-family: "Arial", sans-serif;
        color: #3c649b;
        font-size: 16px;
        padding: 0px 0px 15px 0px;
}

.post-content h3{
        font-family: "Arial", sans-serif;
        color: #777;
        font-size: 14px;
        padding: 0px 0px 15px 0px;
}

.post-content blockquote{
        padding: 10px 10px 0px 10px;
        margin: 0px 0px 15px 0px;
        background: #EEE;
        font-style: italic;
        font-size: 11px;
        font-family: "Arial", sans-serif;
        color: #777;
}

.post-content ul,
.post-content ol{
        padding: 10px 10px 10px 30px;
        background: #D4FFCF;
        margin: 0px 0px 15px 0px;
        color: #777;
}

.post-content ul{
        list-style-image: none;
        list-style-type: disc;
}

.post-content img{
/*        max-width: 464px;  */
}

.below-post{
        width: 610px;
        padding: 10px 0px 20px;
}

/* == Comments == */
.share-container{
        width: 410px;
        height: 40px;
        overflow: hidden;
        padding: 0px 0px 0px 200px;
        background: url(images/like-this-post.gif) 30px center no-repeat;
}

.share-container-separator{
        padding: 0px 0px 20px 0px;
        background: url(images/separator.png) bottom center no-repeat;
        margin: 0px 0px 20px;
}

.share-container img{
        float: left;
        display: inline;
        margin: 0px 10px;
}

.comment-container{
        width: 610px;
        overflow: hidden;
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 5px 0px;
        background: url(images/separator-comments.gif) bottom center repeat-x;
}

.comment-left{
        float: left;
        clear: left;
        width: 72px;
        text-align: center;
        color: #333;
        font-size: 10px;
        font-family: "Arial", sans-serif;
        overflow: hidden;
        margin: 0px 0px 10px;
}

.comment-left img{
        width: 64px;
        height: 64px;
        padding: 3px;
        border: 1px solid #DDD;
}

.comment-right{
        float: right;
        clear: right;
        width: 528px;
        overflow: hidden;
}

.comment-header{
        width: 528px;
        margin: 0px 0px 10px 0px;
        font-weight: bold;
        color: #333;
        font-size: 14px;
        font-family: "Arial", sans-serif;
}

.comment-header a:link,
.comment-header a:visited{
        font-style: normal;
        font-size: 14px;
        font-family: "Arial", sans-serif;
}

.comment-header span.comment-misc{
        color: #555;
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        font-family: "Arial", sans-serif;
}

.comment-header .comment-number{
        font-weight: bold;
        color: #333;
        font-size: 12px;
}

.comment-content{
        text-align: justify;
        line-height: 18px;
        font-size: 13px;
}

.comment-content p{
        padding: 0px 0px 20px 0px;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6{
        font-family: "Arial", sans-serif;
        color: #666;
        font-weight: bold;
        font-size: 13px;
        padding: 0px 0px 15px 0px;
}

.comment-content blockquote{
        padding: 10px 10px 0px 10px;
        margin: 0px 0px 15px 0px;
        background: #EEE;
        font-style: italic;
        font-size: 11px;
        font-family: "Arial", sans-serif;
        color: #777;
}

.comment-content ul,
.comment-content ol{
        padding: 10px 10px 10px 30px;
        background: #EEE;
        margin: 0px 0px 15px 0px;
        color: #777;
}

.comment-content ul{
        list-style-image: none;
        list-style-type: disc;
}

.comment-input{
        width: 300px;
        border: 1px solid #DDDDDD;
        color: #888888;
        float: left;
        font-family: "Arial", sans-serif;
        font-size: 10px;
        font-weight: bold;
        height: 12px;
        margin: 0px 10px 0px 0px;
        overflow: hidden;
        padding: 3px 4px;
}

.comment-textarea{
        background: #FFF;
        border: 1px solid #DDD;
        color: #888;
        font-family: "Arial", sans-serif;
        font-size: 10px;
        font-weight: bold;
        width: 400px;
}

.comment-input:focus,
.comment-input:active,
.comment-input:hover{
        border: 1px solid #999;
}

.comment-textarea:focus,
.comment-textarea:active,
.comment-textarea:hover{
        border: 1px solid #999;
}

/* == Footer == */
#footer{
        width: 100%;
        overflow: hidden;
        background: #3c649b url(images/footer-tint.png) repeat;
        color: #FFF;
        font-family: "Arial", sans-serif;
        font-weight: bold;
        text-align: center;
}

#footer a:link,
#footer a:visited{
        font-family: "Arial", sans-serif;
        color: #FFF;
}

#footer-paper{
        width: 100%;
        height: 30px;
        overflow: hidden;
        margin: 0px 0px 10px;
        background: url(images/paper-down.png) repeat-x;
}

#footer-container{
        width: 960px;
        overflow: hidden;
        margin: 0 auto;
        text-align: left;
}

.footer-col{
        float: left;
        width: 300px;
        overflow: hidden;
        padding: 10px;
        margin: 0px 0px 15px 30px;
        background: url(images/black-10.png) repeat;
}

.footer-col ul{
        list-style-image: url(images/li-white.gif);
        padding: 0px 0px 0px 20px;
}

.footer-col ul li{
        margin: 0px 0px 4px;
        padding: 2px 0px 0px;
}

.footer-col h2{
        font-family: "Arial", sans-serif;
        color: #ffd83b;
        padding: 0px 0px 10px;
}

#footer-credits{
        height: 25px;
        width: 960px;
        margin: 0 auto;
        text-align: left;
}

#footer-credits a:link,
#footer-credits a:visited{
        font-family: "Arial", sans-serif;
        color: #ffd83b;
}
