/*
Theme Name:     Astro Bardina
Theme URI:      http://wordpress.org/themes/twentythirteen
Description:    Twenty Thirteen child theme for Elena Bardina-Heydemann, alternates colors sequentially instead of per post formats.
Author:         Twinpictures
Author URI:     http://twinpictures.de
Template:       twentythirteen
Version:        1.0
*/


/**
 * New header 
 */

body .site-header {
	background-size: 1600px auto;
	color: #121314;
	margin-top: 48px;
}

.site-header .site-title:hover {
	text-decoration: none;
}

.site-title {
	font-family: 'Brawler', serif;
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 40px 0 10px 270px;
}

.site-description {
	font-family: 'Brawler', serif;
	font: 300 normal 22px "Brawler";
	margin: 0;
	padding-left: 270px;
	width: 700px;
}


/**
 * Standard
 */

body {
	color: #202225;
}

.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #666;
}

a:active,
a:hover {
	color: #1c78b0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Brawler', serif;
}

h1 {
	font-size: 26px;
	margin: 33px 0;
}

h2 {
	font-size: 24px;
	margin: 25px 0;
}

h3 {
	font-size: 20px;
	margin: 22px 0;
}

h4 {
	font-size: 18px;
	margin: 25px 0;
}

h5 {
	font-size: 16px;
	margin: 30px 0;
}

h6 {
	font-size: 14px;
	margin: 36px 0;
}

.entry-meta,
.entry-meta a,
.entry-content a,
.entry-summary a {
	color: #666;
}

@media only screen 
and (min-width : 999px) {
	.site-content {
		min-height: 1020px;
	}
}

.entry-meta a:hover {
	color: #666;
}

.entry-title {
	font-weight: bold;
	margin: 0 0 5px;
}

.entry-title a, .site-header .home-link {
	color: #540a0a;
}

.entry-title a:hover {
	color: #6c0c0c;
}

a, a:visited {
	color: #666;
}

.form-allowed-tags, .form-allowed-tags code {
	color: #333;
}

.comment-meta a {
	color: #a2a2a2;
}

input, textarea {
	border: 2px solid #a2a2a2;
}

.comment-respond {
	background-color: #faf9f7;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	border-color: #57adb2;
	background: #72c6ca;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	border-color: #48a4a9;
	background: #57b1b6;
}
input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	border-color: #48a4a9;
	background: #57b1b6;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a, 
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-post-ancestor > a {
	background-color: #666;
	font-style:normal;
	color: #FFF;
}

.blog .format-link:first-of-type, .single .format-link:first-of-type, .format-link + .format-aside, .format-link + .format-link, .format-aside + .format-aside {
	box-shadow: none;
}

.blog .format-aside:first-of-type, .single .format-aside:first-of-type, .format-aside + .format-aside, .format-aside + .format-link, .format-link + .format-aside {
	box-shadow: none;
}

.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #202225;
}

.archive-header, .page-header {
	background: #a7c7d7;
}


/**
 * Menu, Footer, 404
 */

.navbar, .paging-navigation, .site-footer, .post-navigation {
	background-color: #eee;
}

.nav-menu .sub-menu,
.nav-menu .children {
	border-color: #eee;
}

.error404 .page-title:before {
	color: #437d9e;
} 

.error404 .page-wrapper {
	background-color: #eee;
}

.nav-menu li a {
    padding: 12px 15px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
.toggled-on .nav-menu li a:hover,
.toggled-on .nav-menu ul a:hover {
	background-color: #220e10;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu .sub-menu,
.nav-menu .children {
	/*background-color: #031b2a;*/
	background-color: #220e10;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
.toggled-on .nav-menu li a:hover,
.toggled-on .nav-menu ul a:hover {
	background-color: #133d58;
}

.site-footer a, .navigation a {
	color: #ce5343;
}

.site-footer a:hover, .navigation a:hover {
	color: #d7422f;
}

.paging-navigation .meta-nav {
	background-color: #ce5343;
}

.paging-navigation a:hover .meta-nav {
	background-color: #d7422f;
}

.menu-footer-de-container, .menu-footer-en-container, .menu-footer-ru-container {
	display: inline-block;
}

.foot-menu {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

/**
 * First post 
 */

#content .hentry:nth-of-type( 7n + 1 ) {
	background-color: #fff;
}

#content .hentry:nth-of-type( 7n + 1 ) .entry-content,
#content .hentry:nth-of-type( 7n + 1 ) .entry-summary {
	color: #202225;
}

#content .hentry:nth-of-type( 7n + 1 ) .entry-meta,
#content .hentry:nth-of-type( 7n + 1 ) .entry-meta a,
#content .hentry:nth-of-type( 7n + 1 ) .entry-content a,
#content .hentry:nth-of-type( 7n + 1 ) .entry-summary a {
	color: #666;
}


/**
 * Second post 
 */

#content .hentry:nth-of-type( 7n + 2 ) {
	background-color: #b76b54;
}

#content .hentry:nth-of-type( 7n + 2 ) .entry-content,
#content .hentry:nth-of-type( 7n + 2 ) .entry-summary {
	color: #fff;
}

#content .hentry:nth-of-type( 7n + 2 ) .entry-title a {
	color: #eee;
}

#content .hentry:nth-of-type( 7n + 2 ) .entry-title a:hover {
	color: #fff;
}

#content .hentry:nth-of-type( 7n + 2 ) .entry-meta,
#content .hentry:nth-of-type( 7n + 2 ) .entry-meta a,
#content .hentry:nth-of-type( 7n + 2 ) .entry-content a,
#content .hentry:nth-of-type( 7n + 2 ) .entry-summary a {
	color: #fff;
}


/**
 * Third post 
 */

#content .hentry:nth-of-type( 7n + 3 ) {
	background-color: #6e0909;
}

#content .hentry:nth-of-type( 7n + 3 ) .entry-content,
#content .hentry:nth-of-type( 7n + 3 ) .entry-summary {
	color: #fff;
}
 
 
#content .hentry:nth-of-type( 7n + 3 ) .entry-title a,
#content .hentry:nth-of-type( 7n + 3 ) .entry-title a:hover {
	color: #fff;
}

#content .hentry:nth-of-type( 7n + 3 ) .entry-meta,
#content .hentry:nth-of-type( 7n + 3 ) .entry-meta a,
#content .hentry:nth-of-type( 7n + 3 ) .entry-content a,
#content .hentry:nth-of-type( 7n + 3 ) .entry-summary a {
	color: #c27a7a;
}


/**
 * Fourth post 
 */

#content .hentry:nth-of-type( 7n + 4 ) {
	background-color: #d7a7a7;
}

#content .hentry:nth-of-type( 7n + 4 ) .entry-content,
#content .hentry:nth-of-type( 7n + 4 ) .entry-summary {
	color: #202225;
}

#content .hentry:nth-of-type( 7n + 4 ) .entry-title a,
#content .hentry:nth-of-type( 7n + 4 ) .entry-title a:hover {
	color: #202225;
}

#content .hentry:nth-of-type( 7n + 4 ) .entry-meta,
#content .hentry:nth-of-type( 7n + 4 ) .entry-meta a,
#content .hentry:nth-of-type( 7n + 4 ) .entry-content a,
#content .hentry:nth-of-type( 7n + 4 ) .entry-summary a {
	color: #031b2a;
}


/**
 * Fifth post 
 */

#content .hentry:nth-of-type( 7n + 5 ) {
	background-color: #eee;
}

#content .hentry:nth-of-type( 7n + 5 ) .entry-content,
#content .hentry:nth-of-type( 7n + 5 ) .entry-summary {
	color: #202225;
}

#content .hentry:nth-of-type( 7n + 5 ) .entry-meta,
#content .hentry:nth-of-type( 7n + 5 ) .entry-meta a,
#content .hentry:nth-of-type( 7n + 5 ) .entry-content a,
#content .hentry:nth-of-type( 7n + 5 ) .entry-summary a {
	color: #666;
}


/**
 * Sixth post 
 */

#content .hentry:nth-of-type( 7n + 6 ) {
	background-color: #ce5343;
}

#content .hentry:nth-of-type( 7n + 6 ) .entry-content,
#content .hentry:nth-of-type( 7n + 6 ) .entry-summary {
	color: #fff;
}

#content .hentry:nth-of-type( 7n + 6 ) .entry-title a,
#content .hentry:nth-of-type( 7n + 6 ) .entry-title a:hover {
	color: #fff;
}

#content .hentry:nth-of-type( 7n + 6 ) .entry-meta,
#content .hentry:nth-of-type( 7n + 6 ) .entry-meta a,
#content .hentry:nth-of-type( 7n + 6 ) .entry-content a,
#content .hentry:nth-of-type( 7n + 6 ) .entry-summary a {
	color: #fff;
}



/**
 * Seventh post 
 */

#content .hentry:nth-of-type( 7n + 7 ) {
	background-color: #d59292;
}

#content .hentry:nth-of-type( 7n + 7 ) .entry-meta,
#content .hentry:nth-of-type( 7n + 7 ) .entry-meta a,
#content .hentry:nth-of-type( 7n + 7 ) .entry-content a,
#content .hentry:nth-of-type( 7n + 7 ) .entry-summary a {
	color: #666;
}


/**
 * Widgets
 */

#lang_sel_list {
	/* margin-bottom: 10px; */
	float: right;
	margin-top: -48px;
	margin-right: 180px;
}

#lang_sel_list ul li {
	padding: 0 10px 0 5px !important;
	border-right: 1px solid #000;
}

#lang_sel_list ul li:last-child {
	border-right: none;
}


#lang_sel_list a {
	font-size: 18px;
	color: #333 !important;
}

#lang_sel_list a:hover {
	text-decoration: underline !important;
	color: #A10000 !important;
}

#lang_sel_list a.lang_sel_sel {
	text-decoration: underline !important;
	color: #A10000 !important;
}

.widget {
	background: #eee;
}

.widget a, .site-footer .widget a {
	color: #c27a7a;
}

#icl_lang_sel_widget{
	min-height: 115px;
}

/**
 * Sidebar
 */

.sidebar .site-footer .flexible-widget-area {
	max-width: 1040px;
	left: 0;
}
 
/* Flexible widget areas - number of widgets per row (1, 2, 3 or 4) changes depending on number of widgets used */
.flexible-widget-area .widget {
	margin: 20px 0;
	float: left;
	width: 100%;
	padding: 0 15px;
}
.flexible-widget-area.widget-count-1 .widget {
	padding: 0;
}
/* Two per row */
.flexible-widget-area.per-row-2 .widget {
    width: 50%;
}
.flexible-widget-area.per-row-2 .widget:nth-of-type(2n+1) {
	clear: left;
	padding-left: 0;
}
.flexible-widget-area.per-row-2 .widget:nth-of-type(2n) {
	padding-right: 0;
}
/* Three per row */
.flexible-widget-area.per-row-3 .widget {
    width: 33.33333%;
}
.flexible-widget-area.per-row-3 .widget:nth-of-type(3n+1) {
	clear: left;
	padding-left: 0;
}
.flexible-widget-area.per-row-3 .widget:nth-of-type(3n) {
	padding-right: 0;
}
/* Four per row */
.flexible-widget-area.per-row-4 .widget {
    width: 25%;
}
.flexible-widget-area.per-row-4 .widget:nth-of-type(4n+1) {
	clear: left;
	padding-left: 0;
}
.flexible-widget-area.per-row-4 .widget:nth-of-type(4n) {
	padding-right: 0;
}

