/*
Theme Name: Six Days
Theme URI: http://www.gohlke.net/six-days
Author: Jason Gohlke
Author URI: http://gohlke.net/
Description: Six Days is a custom child theme developed for Jason Gohlke's web portfolio between January 25th and January 31st, 2012. Not quite, but close enough. The awesome Boilerplate-Starkers mashup by Aaron T. Grogg is the parent theme.
Template: boilerplate
Version: 0.9b
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, custom-theme, responsive, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#masthead h1 {
	font-size: 215% !important;
}

#masthead h2 {
	margin-top: .33em !important;
	letter-spacing: 2px !important;
}

.intro {
	font-size:medium !important;
}

#navigate { 
	max-width:400px;
}

#navigate ul {
	display: inline;
	padding: 5px 0 0 !important;
	margin-top: 0 !important;
}

#navigate ul li {
	display: inline;
    margin: 0px !important;
	text-transform: uppercase;
	font-family: "museo-sans", "Helvetica Narrow", "Helvetica Condensed", "Arial Narrow", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	padding-right: 5px !important;
}

#navigate ul li+li {
	padding: 0 5px 0 12px !important;
    
}

#resumesubnav ul {
	display: inline;
	padding: 5px 0 0 !important;
	margin-top: 0 !important;
}

#resumesubnav ul li {
	display: inline;
    margin: 0px !important;
	text-transform: uppercase;
	font-family: "museo-sans", "Helvetica Narrow", "Helvetica Condensed", "Arial Narrow", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	padding-right: 5px !important;
}

#resumesubnav ul li+li {
	padding: 0 5px 0 12px !important;
    
}

#backbar {
	width:300px !important;
	height:75px !important;
	margin:0 auto;
}

.case-study img, .sub img {
    display: block;
    margin: 0 auto;
	}
	
img.gallery {
	display: block;
	margin: 1em auto 0;
	max-width:100%;
}

.sub p, .sub ul, .sub ol {
	clear:both;
}

.case-study.sub h1 {
	margin: .5em 0 0;
	font-weight: 700;
	color: #fff;
	font-size: medium;
	line-height: 120%;
	text-align:center;
}


@media (min-width: 500px) and (max-width: 640px) {
	.odd.home img.feature {
		float:left;
		margin: 0 1em 1em 0;
	}

	.even.home img.feature {
		float:right;
		margin: 0 0 1em 1em;
	}

	.case-study.sub h1 {
		margin: .5em 0 0;
		font-weight: 700;
		color: #fff;
		font-size: large;
		line-height: 120%;
	}
}
