/*
Theme Name: Able Child
Theme URI: http://theme.wordpress.com/themes/able/
Author: Automattic
Author URI: http://automattic.com/
Description: A multipurpose, traditional blog theme which contains up to a large three-column layout that is clean, responsive, and highly readable.
Template: able
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, rtl-language-support, sticky-post, translation-ready
*/

@import url("../able/style.css");
@import url("//fonts.googleapis.com/css?family=Orbitron:900,700");


/* =Theme customization starts here
-------------------------------------------------------------- */


/* =Header
-------------------------------------------------------------- */

body {

        background-color:rgb(245, 245, 245);

}

#site-introduction {

        background: url("images/header-bg.png"), url("images/header-bg-lines.png");
        background-position: right bottom, center bottom;
        background-repeat: no-repeat, repeat-x;
        margin:0 auto;
        height: 200px;
        max-width: 1280px;
        padding-top: 110px;
}

.entry-date {
display: none;
}

iframe{

height:370px;

}

.aligncenter {
    margin: 0 auto;
}

#nav-below{

border-bottom:none;

}

.widget-area ul li a{

display:block;
line-height:22px;
margin-bottom:15px;

}

input[type="text"], input[type="password"] {
    margin-right: none;
    max-width: 148px;
    padding: 1%;
}

.site-title a{

font-family: 'Orbitron', sans-serif;
font-size:46px;
font-weight:900;

}


.site-title a:hover{

color:#323232;

}

.post .entry-utility, .post .entry-meta {display:none;}


.entry-title{

margin-bottom:35px;

}

iframe{

margin:0 auto 20px auto;

}

.textwidget{

height: 230px;
overflow: hidden;

}