/*
 Theme Name:   damischtal
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Thirteen Child Theme for Damischtal
 Author:       Barbara Gerstl
 Author URI:   http://wukonig.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:

Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working. If you do not then you will not have any styling in your child theme from the parent theme.
*/



@import url("../twentythirteen/style.css");


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

.site { border: none; max-width: 1920px; }

/*.navbar { max-width: 1920px; }

site-header { width: 1920px; } */

.site-info {
display:none;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0 auto;
    max-width: 740px;
    width: 100%;
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: 0px;
	}
	
.main-navigation { max-width: 780px; }

.nav-menu li a {
    font-size: 17px;
	font-weight: 600;
}

.single-post h1 {
    margin-top:30px!important;
}	
	
.entry-title a{
    margin: 0 0 20px!important;
    font-size: 25px;

}

.entry-title.archiv {
    margin-bottom:-10px;
    font-size: 48px;
    margin-top:40px;

}

.hentry.category-aktuelles {
   padding-top:10px!important;
}

.gallery {
    margin-left: 0;
}

.gallery-item {
    margin: 0 9px 9px 0;
}


.site-footer .sidebar-container {
    background-color: #48332a;
    height: 550px;
}


.site-footer .widget-area {
 
    max-width: 775px;
 
}


.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
    font-size: 12px;
}

a[title=fb] { color: #fff!important; background: url("http://www.damischtal.at/wp-content/uploads/icn_facebook_16.png") transparent no-repeat left center; padding-left: 25px; display:block; margin-top: 20px; }

/* Anpassung der Überschriften */

h2 {font-weight:normal; margin-top:0px!important;}

h3 {margin-bottom:10px!important;}

/* Zweispaltiger Inhalt mit Shortcode */
.entry-content .leftcolumn, .entry-content .rightcolumn {width: 48%; }
.entry-content .leftcolumn {float: left; }
.entry-content .rightcolumn {float: right; }
.entry-content .topcolumn {clear: both; }
