/*
Theme Name: RadicalFishGames New
Theme URI: http://tidythemes.com/blankslate/
Description: 3.0+ has been completely and massively overhauled. DO NOT UPGRADE current projects to this version automatically. You will lose all customizations whether you're using a child theme or not. BEFORE USING AND ESPECIALLY UPGRADING IN GENERAL PLEASE READ: tidythemes.com/concept. The bare essentials of a WordPress theme (an HTML5 boilerplate), no visual CSS styles added. Perfect for those who would like to build their own theme from scratch or for clients if you're a developer or designer. This theme is clean, valid code, semi minified, no programmer comments, SEO-friendly and 100% open source. One custom menu and one widgetized sidebar to get you started. If you don't know CSS and would like to learn we've prepared: tidythemes.com/want-to-learn-css and please visit us in the forum for further help: tidythemes.com/forum - Thank You and Enjoy
Author: Lachsen
Author URI: http://tidythemes.com/
Version: 3.0
Tags: one-column, flexible-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments
License: GNU General Public License | This theme is completely free and open source to use as you like for both personal and commercial projects without any limitations.
License URI: https://www.gnu.org/licenses/gpl.html
*/
*{
    padding: 0;
    margin: 0;
}

body{
    background: #1a1a1a;
    color: #bbb;
    font-family: helvetica, arial, sans-serif;
    font-size: 13pt;
}


/* General Style */

a{
    color: #4464ce;
    text-decoration: none;
}
a:hover{
    color: #ff872c;
}

b, strong{
    color: white;
}

p{
    padding-bottom: 0.8em;
}

/* Top Level Layout */

.content{
    margin: 0 auto;
}

#main .content{
    overflow: hidden;
}

/* Header */

header{
    background: #111111 url(images/header-bg2.png) bottom left repeat-x;
    position: relative;
    border-bottom: 1px solid #222;
}

#headerLeft{
    position: absolute;
    top: 0px;
    bottom: -8px;
    width: 104px;
    /*background: url(images/fish-bg.png) left bottom no-repeat;*/
}

#fish{
    position: absolute;
    width: 92px;
    height: 96px;
    top: 50%;
    left: 50%;
    margin-left: -46px;
    margin-top: -48px;
    background: url(images/fish.png) no-repeat;
}

#bubble{
    position: absolute;
    width: 300px;
    height: 36px;
    background: url(images/fish-text-1.png) left center no-repeat;
    left: 100%;
    top: -18px;
}

#headerMain{
    margin-left: 120px;
    padding-top: 48px;
    position: relative;
}

header h1{
    width: 488px;
    height: 46px;
    background: url(images/rfg-title.png) no-repeat;
    padding-bottom: 8px;
}

header h1 a{
    display: none;
}

#site-description{
    display: none;
}


/* Header Navigation */


#search{
    display: none;
}

header nav ul{
    padding-top: 4px;
    list-style: none;
    height: 30px;
}
header nav li a{
    float: left;
    display: block;
    height: 30px;
    padding: 5px 8px;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 4px;
    position: relative;
    top: 1px;
}
header nav li a:hover, header nav li.current-menu-item a{
    border-top: 1px solid #222;
    padding-top: 4px;
    background: #1a1a1a;
}




#main{
    padding-top: 20px;
}

/* Posts */

#content{
    width: 600px;
    float: left;
}

.post{
    padding-bottom: 40px;
}

h2{
    margin: 10px 0;
    text-shadow: 0 3px 2px #111;
    font-weight: normal;
    color: white;
}

h2 a{
    text-decoration: none;
    color: #90a3f3;
    text-shadow: 0 3px 2px #18093a;
}
h2 a:hover{

    color: #ffaf5e;
    text-shadow: 0 3px 2px #47090e;
    text-decoration: none;
}

h3{
    font-weight: normal;
    color: white;
    margin: 10px 0;
}

h2.entry-title{
    font-size: 30pt;
    border-bottom: none;
    box-shadow: none;
    margin: 20px 0;
}

.entry-meta{
    color: #666;
    padding-bottom: 10px;
    font-size: smaller;
}

.entry-footer{
    background: #111;
    padding: 4px 8px;
    border-bottom: 1px solid #222;
    color: #666;
    font-size: smaller;
}

.entry-footer-social{
    margin-top: 16px;
    padding-top: 8px;
    padding-left: 54px;
    color: #777;
    background: url(images/follow-us-icon.png) left center  no-repeat;
}

/* Entry Content */

.entry-content {
    position: relative;
}

.entry-content iframe{
    max-width: 600px;
}


.entry-content .alignleft{
    float: left;
    padding: 8px;
}

.entry-content .alignright{
    float: right;
    padding: 8px;
}

.entry-content .aligncenter{
    display:block;
    padding: 8px 0;
    margin: 0 auto;
}


.entry-content ul, .entry-content ol{
    padding-left: 30px;
    padding-bottom: 0.8em;
}

.entry-content ul ul, .entry-content ol ol{
    padding-bottom: 0;
}

.entry-content hr{
    color: transparent;
    border: none;
    border-bottom: 1px solid #222;
    box-shadow: 0 1px 0 #111;
    margin-bottom: 16px;
    margin-top: 12px;
}

.entry-content table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.entry-content th{
    background: #333;
    font-weight: normal;
}

.entry-content td{
    border-bottom: 2px solid #222;
    text-align: center;
}

.wp-post-image{
    display: block;
    margin: 0 auto;
    max-width: 600px;
    height: auto;
    padding-bottom: 8px;
}

article .wp-post-image{
    display: none;
}



/* Post Navigation */

#main .navigation{
    height: 20px;
}

.nav-next{
    float: left;
}

.nav-previous{
    float: right;
}

article #nav-above, article #nav-below{
    display: none;
}


/* Side View */

ul.sid{
    list-style: none;
}

.widget-container h3{
    border-bottom: 1px solid #222;
    box-shadow: 0 1px 0 #111;
    padding: 0 8px;
    color: #ddd;
}

.widget-container ul{
    padding-left: 20px;
    list-style-type: square;
}

.widget-container li{
    color: #666;
    padding: 2px 0;
    padding-right: 8px;
}

li.widget-container{
    border-left: 1px solid #222;
    box-shadow: -1px 0 0 #111;
    margin-bottom: 20px;
    padding-left: 8px;
}


/* Comments */

#comments{
    background: #141414;
}
#comments h3{
    padding: 0 8px;
    padding-top: 8px;
}

#comments-list ul, #trackbacks-list ul{
    list-style: none;

}
#comments-list li, #trackbacks-list li{
    border-top: 1px solid #222;
    box-shadow: 0 -1px 0 #090909;
    padding: 4px 8px;
}

#comments-list ul.children{
    padding-top: 8px;
    clear: left;
    padding-left: 80px;
}
#comments-list .children ul.children{
    padding-left: 20px;
}

#comments-list > ul, #trackbacks-list > ul{
    padding: 0 8px;
}

#trackbacks-list .comment-content{
    padding-left: 0;
}

.comment-author img{
    float: left;
}

.comment-reply{
    padding-bottom: 4px;
}
.comment-reply a{
    text-decoration: none;
}

.comment-author-detail, .comment-content, .comment-reply{
    padding-left: 80px;
}
.children .comment-author-detail, .children  .comment-content, .children  .comment-reply{
    padding-left: 45px;
}

.comment-author-detail{
    padding-bottom: 8px;
    color: #666;
}

#respond{
    padding: 8px;
    border-top: 1px solid #222;
    box-shadow: 0 -1px 0 #090909;
}
h3#reply-title{
    padding: 0;
}

#commentform p{
    position: relative;
    padding-left: 8px;
}
#commentform .required{
    position: absolute;
    left: 0;
    color: #4464ce;
}
#commentform .comment-notes .required{
    position: static;
}

#commentform label{
    width: 100px;
    float: left;
    display: block;
}

#commentform label.spamCheck{
    width: auto;
    display: inline-block;
    float: none;
    padding: 0 4px;
}


#commentform .form-allowed-tags{
    font-size: 9pt;
    width: 380px;
    padding: 0 20px;
    padding-bottom: 20px;
    color: #666;
}

textarea, input[type=text]{
    background: #0f0f0f;
    color: white;
    border: none;
    padding: 3px;
    border-bottom: 1px solid #222;
}

input[type=submit] {
    color: #bbb;
    padding: 2px 8px;
    background: #222;
    border-bottom: 1px solid #111111;
    border-right: 1px solid #111111;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    cursor: pointer;

}

footer{
    padding: 20px 0;
    text-align: center;
}


/* Other */

.clear{
    clear: both;
}


/* Social */

/*
.simplesocialbuttons{
    border-top: 1px solid #222;
    box-shadow: 0 -1px 0 #111;
    padding: 8px 8px;
}
*/

.simplesocialbuttons{
    position: absolute;
    bottom: 100%;
    right: 0;
    text-align: left;
}


.simplesocialbuttons .ssb-button-fblike{
    width: 100px;
}
.simplesocialbuttons .ssb-button-twitter{
    width: 100px;
}


.wp-socializer-buttons{
    position: absolute;
    bottom: 100%;
    right: 0;
}
.wp-socializer-buttons .wpsr-btn{
    display: block;
    width: 100px;
    float: left;
}


.social{
    clear: both;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0;
}

.socialNotice{
    display: block;
    float: left;
    padding: 8px;
    color: #666;
}

.facebook, .twitter, .tumblr, .soundcloud, .youtube, .indiedb{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: -48px 0;
    background-repeat: no-repeat;
}
.facebook:hover, .twitter:hover, .tumblr:hover, .soundcloud:hover, .youtube:hover, .indiedb:hover{
    background-position: 0 0;
}

.facebook span, .twitter span, .tumblr span, .soundcloud span, .youtube span, .indiedb span{
    display: none;
}

.facebook{
    background-image: url(images/facebookButton.png);
}
.twitter{
    background-image: url(images/twitterButton.png);
}
.tumblr{
    background-image: url(images/tumblrButton.png);
}
.youtube{
    background-image: url(images/youtubeButton.png);
}
.indiedb{
    background-image: url(images/indiedbButton.png);
}
.soundcloud{
    background-image: url(images/soundcloudButton.png);
}

#infscr-loading {
    text-align: center;
}


/* Responsive Design */

@media all and (min-width: 1100px){
    .content{
        width: 1024px;
    }
    aside{
        padding-top: 20px;
        width: 300px;
        float: right;
    }
}

@media all and (max-width: 1099px) {
    .content{
        width: 600px;
    }
    aside{
        padding-top: 20px;
        width: 600px;
        float: left;
    }
    .socialNotice{
        display: none;
    }
    .social{
        right: 0;
        top: 8px;
        bottom: auto;
    }

}

