/*
    Theme Name: Magazino Child
    Theme URI: http://wpthemes.co.nz/magazino/
    Author: WPThemes NZ
    Author URI: http://wpthemes.co.nz/
    Description: Magazino child theme
    Template: magazino
    Version: 1.1.5
    Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats
    Text Domain: magazino-child
*/
@import url("../magazino/style.css");
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);

/* =Theme customization starts here
-------------------------------------------------------------- */
#site-heading {
    margin-bottom: -10px;
    width: 60%;
    float: left;
}

.go-comment a,
.go-comment a:visited {
    position: absolute;
    left: 15px;
    bottom: 8px;
    display: block;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}


@media only screen and (max-width: 824px) {

	#site-heading {
		width: 100%;
		margin-bottom: 0px;
	}
	#site-logo {
		width:426px;
	}
}

@media only screen and (max-width: 530px) {

	#site-heading {
		width: 100%;
		margin-bottom: 0px;
	}
	#site-logo {
		width:100%;
	}
}

nav[role="navigation"] .menu ul li a, nav[role="navigation"] .menu #menu-icon {
	padding: 10px 16px;
	font-weight:bold;
}

/*  ---- Custom styles for 404 page --- */

#content_404 {
	width: 100%;
	border-top: 5px #eee solid;
	border-bottom: 5px #eee solid;
	padding: 4px 25px 24px 0;
	text-align: right;
	background-color: #fc0;
	margin-bottom:1em;
}
#content_404 #oops { border: 4px solid silver; margin: 25px 25px; float:left;}
#content_404 h2 { font-size:32px; font-family: 'Fjalla One', 'Arial Narrow', Arial, Helvetica, sans-serif; }
#content_404 p { margin-top:1em; font-family: 'Fjalla One', 'Arial Narrow', Arial, Helvetica, sans-serif; font-size:22px; line-height: 32px; }

#content_404 .clear {
	clear:both;
}
