/*   
Theme Name: BugisChild
Theme URI:
Description: Your child theme description here...
Author: Anja Braun
Author URI: http://www.feigenblatt-magazin.de/
Template: bugis
Version: 1.0
Tags: Bugis Child Theme
*/

/* Using @import to get the styles from the Bugis Parent Theme */
@import url('../bugis/style.css');
@import url(http://fonts.googleapis.com/css?family=Courgette);
@import url(https://fonts.googleapis.com/css?family=Vollkorn);

/* Now you can start adding your own styles here. Use !important to overwrite styles if neccessary. */

#header {
  background: #FFEEDD;
  border-bottom: 1px solid #FAD9CA;
 }
 
 #content h1 {
 font-family:'Courgette';
 font-size: 1.7em;
 font-weight: 400;
 color: #680449;
 }

#content .entry-content p {
font-family: 'Vollkorn', serif;
}

#content .entry-header h1.entry-title a {
  color: #680449;
} 

#content .entry-header h1.entry-title a:hover {
  text-decoration: underline;
} 
 
#content .entry-meta p {
    padding-top: 12px;
}

 
#content .entry-meta .cat-links a, #content .entry-meta .tag-links a, #content .entry-meta a.post-date, #content .entry-meta a.share-btn, #content .entry-meta a.like-btn, #secondary a, #respond a, a.post-edit-link, ul#smart-archives-block li a, #smart-archives-list a, #site-generator a {
    color: #680449;
}

#content .entry-meta .cat-links a:hover, #content .entry-meta .tag-links a:hover, #content .entry-meta a.post-date:hover, #content .entry-meta a.share-btn:hover, #content .entry-meta a.like-btn:hover, #secondary a:hover, #respond a:hover, a.post-edit-link:hover, ul#smart-archives-block li a:hover, #smart-archives-list a:hover, #site-generator a:hover {
    text-decoration: underline;
}
 
#content .entry-wrap, #secondary {
 border: 1px solid #FAD9CA;
}

#content .post-type {
  height: 140px;
  border: 1px solid #FAD9CA;
}

#content .entry-wrap.post-format.image {
background:none;
} 

#main-nav ul li a {
    background: #680449;
    color: #FFFFFF;
}

#main-nav li li, #main-nav li li a {
	color: #FFFFFF;
	background:	#680449 !important;
	border-bottom:1px solid #680449;
}

#main-nav li li a:hover {
	color: #FFFFFF !important; 
	text-decoration: underline;
}

#content h1.wpsg_producttitle {
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 1.3em;
font-weight: normal;
}

img.arpw-alignleft {
width: 110px;
height: auto;
}