/*
Theme Name: RabbitYel
Author: Chugaev Aleksandr Aleksandrovich
Description: simple theme for create doorways
Version: 1.09
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog
Text Domain: rabbityel

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* main schema */
body{
    margin: 0px auto;
    width:100%;
}
#page{
    margin: 0px auto;
    max-width:1000px;
    min-height: 1000px;
}
a{
    color:#26381A;
}
.site-header-first{
    text-align: center;
    height:120px;
    border-radius:15px;
    padding:100px 20px 20px 20px;
    background-color:#50C450;
    margin-bottom: 20px;
}
.in_page{
    width:100%;
}
.content-area{
    width:72%;
    float:left;
    padding:40px 40px 40px 40px;
    border: 0px solid black;
}
#secondary{
    width:18%;
    float:left;
}
#menu-header{
    margin: 0 auto;
    min-width: 280px;
    max-width: 960px;
    min-height: 70px;
    clear:left;
    border: 0px solid black; 
}
#menu-footer{
    margin: 0 auto;
    min-width: 280px;
    max-width: 960px;
    min-height: 70px;
    clear:left;
    border: 0px solid black; 
}
#comments{
    float: left;
}
.site-footer{
    clear: left;
    text-align: center;
    min-height: 40px;
    max-height:100px;
    line-height: 40px;
    background-color:#50C450;
    border-radius:15px;
}
.site-footer a{
    text-decoration: underline;
    color: black;
    
}

/* fix simple details */
a.site-title-link{
    font-size: 20px;
    color: black;
    margin-top: 40px;
}
.site-branding{
    margin-top:50px;
}
.site-description{
     font-size: 15px;
     font-family: Arial;
}
/* fix design */
h3.content-date{
    font-size: 14px;
}
h1.content-title{
    font-size: 30px;
    color: #153311;
}
.more-link{
    color:#153311;
}
/* menu */
.menu{
    list-style: none;
}
.menu li{
    float:left;
    margin-right:8px;
}
.menu li a{
    color: #171E12;
    float:left;
    margin-right:8px;
    text-decoration: underline;
}
.menu li a:hover{
    float:left;
    margin-right:8px;
    text-decoration: none;
}


/* sidebar */

/* archive */ 
h2.widget-title{
    margin-left:20px;
    color: #1F512F;
}

.widget_archive li{
    margin-left:-20px;
    list-style: none;
    color:#26381A;
}
.widget_archive li a{
    color:#26381A;
    text-decoration:none;
}
.widget_archive li a:hover{
    text-decoration: underline;
    color:#26381A;
}
/*  calendar */
.widget_calendar tr th{
    color: #339B62;
}
.widget_calendar td a{
    color: #141E0D;
}
.widget_calendar td a:hover{
    color: #26381A;
    text-decoration: none;
}
/* categories */
.cat-item{
    margin-left:-20px;
    list-style: none;
}
li.cat-item a{
    color:#26381A;
    text-decoration: none;
    
}
li.cat-item a:hover{
    color:#26381A;
    text-decoration: underline;
}
/* meta */
.widget_meta li{
    margin-left:-20px;
    list-style: none;
}
.widget_meta li a{
    color:#26381A;
    text-decoration: none;
}
.widget_meta li a:hover{
    color:#26381A;
    text-decoration: underline;
}
/* pages */
.widget_pages li{
   margin-left:-20px;
    list-style: none;
}
.widget_pages li a{
        color:#26381A;
    text-decoration: none;
}
.widget_pages li a:hover{
        color:#26381A;
    text-decoration:underline;
}
/* widget_recent_entries */
.widget_recent_entries li{
       margin-left:-20px;
    list-style: none;
    padding-bottom: 4px;
}
.widget_recent_entries li a{
        color:#26381A;
    text-decoration: none;
}
.widget_recent_entries li a:hover{
        color:#26381A;
    text-decoration:underline;
}
/* widget_recent_comments */
.widget_recent_comments li{
    margin-left:-20px;
    list-style: none;
    padding-bottom: 4px;
}
.widget_recent_comments li a{
    color:#26381A;
    text-decoration: none;
}
.widget_recent_comments li a:hover{
    color:#26381A;
    text-decoration:underline;
}
/* tags */
.widget_tag_cloud li{
    margin-left:-20px;
    list-style: none;
    padding-bottom: 4px;
}
.tagcloud a{
    color:#26381A;
}
/* search */
.screen-reader-text{
    color:#26381A;
    margin: 0 auto;
}

/* post navigation */
.post-navigation{
    float: left;
    margin-top:20px;
    width:100%;
    text-align: center;
    border-radius: 25px;
    background-color:#50C450; 
}
.post-navigation a{
   text-decoration: none;
   color: black;
}
.post-navigation a:hover{
   text-decoration: underline;
   color: black;
}
h2.screen-reader-text{
    font-size: 18px;
}
/* comment div */
div#respond{
margin-left:100px;
}

h2.comment-reply-title{
    font-size: 18px;
}
.comment-metadata a{
    color:#26381A;
}
.reply a{
    color:#26381A;
}

/* Captions*/
.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
    background-color: #95C198;
    color: #1E3F18;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	font-size: 0.9em;
}

.wp-caption .wp-caption-text {
	margin: 0.5em 0;
}
/* default css styles */
.sticky {
	display: block;
}
.gallery-caption {
	display: block;
	font-size: 0.75em;
	margin-top: 0.1em;
}
.bypostauthor {
	display: block;
}

/* */
.widget widget_search{
    border: 1px solid black;
    margin-left:5px;
}
.search-submit{
    border: 1px solid green;
    border-radius: 5px;
    margin-left:10px;
}


/* aligments*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}