/*   
Theme Name: WaipouaChild
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: waipoua
Version: 1.0
Tags: Waipoua Child Theme
*/

/* Use @import, to borrow the style sheet from the Waipoua parent theme */
@import url('../waipoua/style.css');

/* Now you can start adding your own styles here. Use !important to overwrite styles if neccessary. */

h2.home-nomargintop {
	margin-top: 0;
}

#featuredposts h3.featured-title {
	color: #fd0d00;
	font-size: 1.4em;
	font-weight: bold;
}
.post ul, .page #content ul {
	margin: 0;
}

#site-title img {
	margin: 10px 40px 0 0;
}

#site-title h1 a {
	font-family: 'Parisienne', cursive;
}

#sidebar a {
	color: #FFF;
}
#sidebar a:hover {
	color: #fd0d00;
}
.widget_fastflickrwidget img {
margin: 5px 5px;
border: 2px solid #000;
}

.entry-content ul {
	padding: 0 0 20px 20px;
}

#site-info {
	color: #000;
}
#site-info a {
	color: #fd0d00;
}

#footer {
	background-color: #fdab01;
	clear: both;
	margin-top: 80px;
}

#footer #site-info {
	margin: 0 auto;
	max-width: 1180px;
}

#footer #site-info ul {
	padding: 0 0 50px;
} 

#footer .footer-nav {
	display: block;
	padding: 0;
	font-weight: bold;
	text-align: center;
}

ul.credit a[href$="impressum"] {
	font-weight: bold;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {

#site-nav ul.sub-menu, #site-nav ul.children {
	border: 1px solid #fdab01;
}

#site-nav li li a {
	border-bottom: 1px solid #fdab01;
}

#site-title img {
	float:left;
	margin: 10px 40px 0 0;
}

#site-title h1 {
	font-size: 3.6em;
	float: left;
}

#site-title h2#site-description {
	float: left;
	font-size: 1.4em;
	padding-left: 140px;
}

#site-nav ul.sub-menu, #site-nav ul.children {
	background: #fdab01;
}

}

#sidebar {
	background: #fdab01;
}

@media screen and (min-width: 1170px) {

#site-nav ul.sub-menu, #site-nav ul.children {
	border: 1px solid #fff;
}
#site-nav li li a {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.page #content, .archive #content, .search #content, .error404 #content, .single-post #content, .single-attachment #content {
	width: 59.77011494252874%!important;
	float: left;
}

#site-title img {
	float:left;
	margin: 20px 40px 0 0;
}

#site-title h1 {
	font-size: 6.6em;
	float: left;
}

#site-title h2#site-description {
	float: left;
	font-size: 1.4em;
	padding-left: 140px;
}

#site-nav ul.sub-menu, #site-nav ul.children {
	background: #fdab01!important;
}

#sidebar {
	background: #fdab01;
}
}