/*   
Theme Name: CrookedBushwick
Theme URI: 
Description: Child theme for Bushwick theme by James Dinsdale and Automattic
Author: Rune Clausen, James Dinsdale and Automattic
Author URI: http://runemester.dk/
Template: bushwick
Version: 1.0
Tags: white, purple, light, two-columns, responsive-layout, fluid-layout, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, rtl-language-support, sticky-post, translation-ready
*/

/* Import parent theme styles */
@import url('../bushwick/style.css');
/* Import plugin styles */
@import url('../crookedbushwick/plugins.css');

@font-face {
    font-family: '_a_e_i_o_uregular';
    src: url('_aeiou2u-webfont.eot');
    src: url('_aeiou2u-webfont.eot?#iefix') format('embedded-opentype'),
         url('_aeiou2u-webfont.woff') format('woff'),
         url('_aeiou2u-webfont.ttf') format('truetype'),
         url('_aeiou2u-webfont.svg#_a_e_i_o_uregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

ul, ol {
    list-style-type: none;
    margin: 0 0 1.5em 1.5em;
}

.author_social {margin-left:0;}

.author_social li {float:left !important;
margin: 0 0.4em 1em 0;}

/*li {list-style:none;}*/


a {
	color: #2AA16B;
}

.site-header .site-title, .site-header .site-description, .site-header .entry-header .entry-title, .site-header .entry-header .entry-meta a, .site-header .entry-header .post-navigation a {
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.95);
}


H1 {font-family: '_a_e_i_o_uregular', Arial, sans-serif; line-height:150%; font-size:2.4rem;}

.widget-area {
background: url("../crookedbushwick/images/green_cup.png") repeat 0 0 transparent;
display: none;
}

.widget-area a {color:#fff;}

.navigation-main li:hover > a {
	border-bottom: 5px solid #2AA16B;
	color: #014224;
}

blockquote {
border-left: 5px solid #2AA16B;
}

.blockquote-text {color: rgba(51, 71, 61, 0.5);}


.entry-title a:hover {
  color:#2AA16B;
		text-decoration:none;}

.screen-reader-text {
position: absolute;
left: -1000em;}

/* don't display header on front page */	
.page-id-26 .entry-title {display:none;}

/* tweaks menuposition to fixed when scrolling */
@media (max-width: 1023px) {
.navigation-main {
position: fixed;
}