/*
Theme Name: Use Your Brains
Description: Emotional theme for Wordpress
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Author: Irina Skiba
Author URI: https://github.com/IrinaSkiba/use-your-brains
Tags: pink, one-column, black, right-sidebar, custom-header, light
Text Domain: use-your-brains
Use Your Brains WordPress Theme, Copyright 2016 Irina Skiba
Use Your Brains is distributed under the terms of the GNU GPL
*/

*{
    margin: 0;
    padding: 0;
}

body {
    background-color: #F8F8FF;
    background-repeat: no-repeat;
    background-position: top center;
}

.main{
    width: 970px;   
    margin: 0 auto;
}

.header{
    height: 250px;
}

.content-main{
    background: #fafffc;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 0px #666666;
}

.menu{
    font-family: 'Kelly Slab';
    list-style: none;
    background: black;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    font-size: 25px;
	font-weight: 900;
    box-shadow: 5px 3px 8px 0px #666666;
}

.menu li{
    float: left;
    padding: 15px 20px;
    font-weight: 900;
	margin-top: 1.5px;
}

.menu li a{
    color: #f0088b;
    text-decoration: none;
    font-weight: bold;
}

.menu li a:hover{
    color: #f0088b;
    text-decoration: underline 10px;
    color: white;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
    0px -5px 35px rgba(255,255,255,0.3);
}

.search-main{
    float: right;
	padding: 0 25px 25px 0;
}

.search-text{
    height: 25px;
    width: 200px;
    font-size: 17px;
    border-radius: 3px;
    position: relative;
    top: 3.5px;
}

.button1{
    position: relative;
    width: 65px;
	height: 30px;
    background: #f0088b;
    font-family: 'Kelly Slab';
    font-size: 18px;
    margin: 15px 10px 0 0;
    border-radius: 3px;
	font-weight: bold;
	top: 3.5px;
}

.elephant{
    padding: 19px;
}

.imagepost{
    border: 1px solid black;
}

.content{
    width: 700px;
    float: left;
    margin: 0 0 0 20px;
}

.post-main{
    background: #fbf3f3;
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    margin: 0 0 20px 0;
}

.post-main h1{
    font-family: 'Kelly Slab';
    font-size: 30px;
    padding: 5px 20px 8px 15px;
    margin: 0 0 5px 0;
    font-weight: 100;
}

.post-main a{
    color: #f0088b;
    text-decoration: none;
    font-weight: lighter;
}

span{
    font-family: Baiti;
    font-size: 15px;
    color: #888687;
}

.post{
    margin: 0 15px 15px 15px;
	min-height: 150px;
}

.post p{
    font-size: 18px;
}

.post a{
    text-decoration: none;
}

.post a:hover{
    text-decoration: underline;
}

.right-menu{
    font-weight: 100;
    float: right;
    margin: 0 0 0 20px;
}

.right{
    background: black;
    font-family: 'Kelly Slab';
    color: white;
    font-size: 18px;
    border-radius: 7px;
    text-align: center;
    padding: 5px 0;
    margin: 0 20px 0 0;
    list-style-type: none;
    width: 210px;
}

.right h2{
    font-weight: 100;
    padding: 0 1px 0 1px;
	font-family: 'Kelly Slab';
}

.right ul{
    list-style: none;
    padding: 10px 15px;
}

.right ul li{
    padding: 5px;
}

.right a{
    color: white;
    font-weight: 100;
    text-decoration: none;
}

.right a:hover{
    color: #f0088b;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
    0px -5px 35px rgba(255,255,255,0.3);
}

.footer{
    overflow: hidden;
    padding: 30px 25px;
    text-align: center;
    font-size: 16px;
    color: black;
    list-style-type: none;
	font-family: 'Kelly Slab';
}

.what{
    float: right;
    position: relative;
    bottom: 1200px;
}

.nav{
    font-size: 20px;
    padding: 0 0 30px 10px;
    color: #f0088b;  
	font-family: 'Kelly Slab';
}

.nav a{
    color: black;
    text-decoration: none;
	font-family: 'Kelly Slab';
}

.nav a:hover{
    color: gray;
}

.wp-post-image{
    float: left;
    margin: 5px 15px 15px 0;
    border: 1px solid black;
}

.alignleft{
    display: inline;
    float: left;
    margin-right: 0.5em;
    border: 1px solid black;
    margin: 6px;
}

.alignright {
    float: right;
    margin: 7px 0 28px 28px;
    border: 1px solid black;
}

.aligncenter {
    clear: both;
    display: block;
    border: 1px solid black;
    margin: 7px auto;
}

.commentlist{
    margin: 5px 0px 5px 40px;
    list-style: none;
    overflow: auto;
}

.commentlist a{
    list-style: none;
    color: gray;
}

.comment-author{
    list-style: none;
}

hr{ 
    width: 90%;
    margin: 1em auto;
    border: none; 
    height: 1px; 
    background: #ccc; 
}

textarea {
    resize: none; 
} 

.kitty{
    border: 1px solid black;
}

#kis{
    text-align: center;
    font-size: 35px;
    padding: 10px 0px 10px 0px;
    margin: 0 0 5px 0;
    font-weight: 100;
}

.pagination {
    clear: both;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    margin: 0px 0px 75px 350px;
}
 
.pagination span, .pagination a {
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: black;
}
 
.pagination a:hover{
    color: #fff;
    background: #f0088b;
}
 
.pagination .current{
    padding: 6px 9px 5px 9px;
    background: #f0088b;
    color: #fff;
}

.wp-caption {
    background: #F1F1F1;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center;
}
 
.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky {}

.gallery-caption {
    color: #707070;
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}

.bypostauthor {
    top: 7px;
    left: 6px;
}

.comment .children {
    padding-left: 7%;
} 

li a{
    color: black;
    font-weight: 100;
    text-decoration: none;
}

li a:hover{
    color: #f0088b;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
    0px -5px 35px rgba(255,255,255,0.3);
}
