/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
	font-family: "Maven Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: url(../images/bg.png) repeat;
	color: #555;
	padding-bottom: 100px;
	}
	
	ul {
		margin: 0 0 0 20px;
	}
	
	p {
		margin: 10px 0 0 0;
	}
	
	h1, h2 {
		font-family: 'IM Fell French Canon SC', serif;
		color: #736357;
		line-height: 1em;
	}
	
	h1 {
		font-size: 2.25em;
	}
	
	h2 {
		font-size: 2.5em;
	}
	
	.container.top, .container.top .row {
		background: url(../images/bg3.png) repeat-x;
	}
		
	.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
		padding: 40px 0 0 0;
	}
	
	.row {
		background: #fff;
	}
	
	.row div.header {
		padding-top: 30px;
		padding-bottom: 5px;
		color: #ebebeb;
	}
	
	.row div div {
		margin-bottom: -4px;
	}
	
	.row div p.button {
		color: #000;
		font-weight: bold;
	}
	
	.container.last div {
		padding-bottom: 40px;
	}
	
	.container.last div.row {
		border-bottom: 25px solid #f0b74a;
	}
	
	
	
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		font-size: 16px;
		-webkit-text-size-adjust: none;
		background: #fff;
	}
	
	h1 {
		font-size: 1.25em;
	}
	
	.row div h1, .row div h2, .row div p {
		margin: 0;
	}
	
	.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
		padding: 10px 0 0 0;
	}
	
	.row div div {
		margin: 0;
	}
	
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}