/*   
Theme Name: JAST2014
Theme URI: http://blog.jastusa.com
Description: Wordpress theme for JAST USA
Author: Nicholas Graham
Author URI:
Template: kirumo
Version: 0.2.0
Text Domain: jastusa2014
*/


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

/* GENERAL STYLES -----------------------------------------------*/

#mobile-menu, .mobile-header, #masthead, .footer-wrap {
background: #3078c0;
}

#site-navigation {
float: right;
margin-top: 20px;
}

div.mobile-header img.site-title {
	height: 40px;
	margin-top: 3px;
}

#masthead {
	height: 74px;
}

#masthead img.site-title {
	margin-top: 3px;
}

.single .byline, .group-blog .byline, .cat-links {
	display: none;
}

#site-navigation .sub-menu, #mobile-menu ul ul li {
	background: rgba( 48, 120, 192, 0.90 );
}

/* GENERAL TYPOGRAPHY -----------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1.entry-title {
	text-transform: uppercase;
}

.main-navigation {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
}

#tertiary, #colophon {
	color: #eee
}

a, a:active, a:visited, a:visited:hover, a:hover, .site-title a:hover, .main-navigation a:hover, .footer-wrap a:hover {
	color: #3078c0;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}

li {
	padding-bottom: 0.8em;
}

.footer-wrap a:hover, .footer-wrap a:not(:hover) {
	color: #eee !important;
}