/*
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.
*/

.wrapper {
	width:90% !important;
	min-width: 200px !important; /* was 225px */
}

#navigate {
	min-width: 200px !important; /* was 225px */
}


#masthead {
	background-image:url('/imx/pixel.gif') !important;
	background-repeat: no-repeat;
	padding-left:0px !important;
	margin:12px auto 0 !important;
	min-height:25px !important;
}

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

#masthead h2 {
	margin-top: .33em !important;
	font-size: 115% !important;
}

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


#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: 1px !important;
	background: none !important;
}

#navigate ul li+li {
	padding: 1px !important;
	background: none !important;
    
}


#resumesubnav {
	min-width: 200px !important; /* was 225px */
}

#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: 1px !important;
	background: none !important;
}

#resumesubnav ul li+li {
	padding: 1px !important;
	background: none !important;
    
}

.case-study img, .sub img {
    display: block;
    margin: 0 auto !important;
	}
	

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

#backbar {
	width:200px !important;
	height:50px !important;
}

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

p, ul, ol {
	clear:both;
}