/*
Theme Name: Tartine
Author: The Launch Party
Author URI: http://www.thelaunchparty.net
Version: 1.0

*/

@import "css/reset.css";
@import "css/layout.css";
@import "typography.css";



/*------------------------------------------------------ GLOBALS */

html {  background-color: #FFFFFF; }


#page-wrap {
	width: 95%;
	max-width: 750px;
	margin: 0 auto;
}

td {
	padding: 5px 0;
}

/*------------------------------------------------------ HEADER */

header {
	margin-top: 65px;
	width: 100%;
	text-align: left;
}

nav, #nav {
	padding-top: 10px;
	width: 100%;
}
#menu-button {
	position: absolute;
	right: 0;
	top: -30px;
}
#menu-button img {
	height: 30px;
	width: 30px;
}

.menu-cont{
	width: 100%;
	text-align: left;
}
.menu-list {
	margin-left: 10px;
}
.menu-list a {
	text-transform: uppercase;
}
.menu li {
	display: inline-block;
}


/*------------------------------------------------------ CONTENT */

#content {
	padding-top: 20px;
	overflow: hidden;
}




#slideshow{ 
	width: 100%;
	margin: -20px 0 10px;
	height: auto;
}
#slideshow div, #slideshow div a img {
	width: 100%;
	height: auto;
}

/*------------------------------------------------------ FOOTER */

footer {
	padding-bottom: 30px;
}



@media handheld, only screen and (max-width: 950px) { 		/* Small Screens, Tablets */
	


}

@media handheld, only screen and (max-width: 500px), only screen and (max-width: 700px) and  (-webkit-min-device-pixel-ratio: 2) {  /* phones */
		header {
			margin-top: 15px;
		}
		
		header h1 {
			width: 80%;
		}
		
		.menu-cont {
			text-align: right;
			background: #FFFFFF;
			position: absolute;
			z-index: 10;
			display: none;
		}
		.menu li {
			display: block;
			margin: 3px 0;
		}

}
