/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for 
   you to simply add your own. This is a basic template 
   after all.
   ---------------------------------------------------------*/
	body {
   
	}
	/* Default link styling */
	a:link { color:#0271fb; }
	a:visited { color:#bd02fb; }
	a:hover, a:focus { color:#000; }
	a:active { color:#fb0e02; }
	
	
	
/* ---------------------------------------------------------
   Author's styles
   ---------------------------------------------------------*/
	* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

	html {
		background: #000 url(/img/bg.png) center 0 no-repeat;
	}
	body {
		font-family: "Trebuchet MS", Trebuchet, sans-serif;
		font-size: 14px;
		width: 960px;
		margin: 0 auto;
		padding-top: 100px;
		position: relative;
	}

	header[role="banner"] {
		background: #cf0a2c;
		width: 320px;
		height: 485px;
		text-align: center;
		float: left;
		letter-spacing: 1px;
		line-height: 1.2em;
	}
	header[role="banner"] h1 {
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
	}
	header[role="banner"] h1 a, 
	header[role="banner"] h1 img {
		display: block;
	}
	header[role="banner"] a {
		color: #fff;
		text-decoration: none;
	}
	header[role="banner"] p {
		margin: 0;
		padding: 0;
	}


	footer[role="contentinfo"] {
		color: #3e3935;
		text-align: right;
	}


	#nav {
		position: absolute;
		top: 125px;
		right: 15px;
		color: #cf0a2c;
		font-size: 16px;
		letter-spacing: 2px;
		background: #3e3935;
	}
	#nav a {
		color: #cf0a2c;
		text-decoration: none;
		text-transform: uppercase;
		display: inline-block;
		padding: 0 10px;
	}
	#nav a:hover {
		color: #fff;
	}
	#nav a.selected {
		color: #fff;
	}


	address {
		font-style: normal;
		color: #fff;
		margin-bottom: 10px;
	}
	.cphone {
		font-size: 15px;
		font-weight: bold;
	}

	#serving h1 {
		color: #fff;
		font-size: 15px;
		margin: 0;
		padding: 0;
	}
	#serving {
		color: #fff;
		font-size: 11px;
	}
	#serving b {
		font-size: 13px;
	}

	footer[role="contentinfo"] {
		padding-top: 10px;
		clear: left;
	}

	main {
		background: #3e3935;
		width: 640px;
		height: 485px;
		float: left;
		color: #fff;
		padding: 65px 50px 25px 50px;
		line-height: 1.4em;
	}
	main h1 {
		margin: 0;
		padding: 0;
	}
	main ul {
		margin: 0;
		padding: 0;
		padding-left: 1em;
		font-size: 16px;
	}
	main li {
		margin-bottom: 0.3em;
	}
	main ul.odd, 
	main ul.even {
		float: left;
		width: 250px;
	}
	main ul.odd {
		margin-right: 2em;
	}


	form div {
		float: left;
		width: 250px;
	}
	form .odd {
		margin-right: 30px;
	}
	input, textarea {
		border: 1px solid #cf0a2c;
		background: #fff;
		width: 100%;
		padding: 5px;
		font-size: 12px;
		font-family: "Trebuchet MS", Trebuchet, sans-serif;
		-webkit-appearance: none;
    	border-radius: 0;
	}
	#message {
		height: 160px;
	}
	label {
		display: block;
	}
	button {
		margin-top: 10px;
		float: right;
		background: #cf0a2c;
		border: 0;
		font-size: 12px;
		color: #fff;
		padding: 5px 10px;
		font-weight: bold;
		font-family: "Trebuchet MS", Trebuchet, sans-serif;
	}
	#samplealabel,
	#samplea {
		position: absolute;
		top: -100em;
	}

	#copyright {
		float: right;
	}


	#subscribe {
		width: 320px;
		background: #3e3935;
		color: #fff;
		padding: 10px;
		padding-bottom: 15px;
		text-align: center;
		float: left;
	}
	#subscribe p {
		margin: 0;
		margin-bottom: 5px;
	}
	#subscribe input {
		width: 180px;
		border: 0;
	}
	#subscribe button {
		margin-top: 0;
		float: none;
	}

@media only screen and (max-device-height: 900px) and (orientation: landscape) {
	body {
		padding-top: 0;
	}
	#nav {
		top: 20px;
	}
}


@media only screen and (max-width: 768px) {
	body {
		width: 320px;
		padding-top: 60px;
	}
	#nav {
		position: fixed;
		top: 0;
		left: 0;
		text-align: center;
		right: auto;
		width: 100%;
		-moz-box-shadow:    0 2px 4px 0 #000;
		-webkit-box-shadow: 0 2px 4px 0 #000;
		box-shadow:         0 2px 4px 0 #000;
	}
	#nav a {
		font-size: 13px;
		padding: 10px;
		margin: 0;
		font-weight: bold;
	}
	main {
		width: 320px;
		height: auto;
		padding: 30px;
	}
	main h1 {
		display: none;
	}
}



	
/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
    * {
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
		background:transparent !important;
    }
	html { background-color:#fff; }
	/* Hide navigation */
	nav { display:none; }

	/* Show link destinations in brackets after the link text */
	a[href]:after { content: " (" attr(href) ") "; }
	a[href] {
		font-weight:bold;
		text-decoration:underline;
		color:#06c;
		border:none;
	}
	/* Don't show link destinations for JavaScript or internal links */ 
	a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
	
	/* Show abbr title value in brackets after the text */
	abbr[title]:after { content: " (" attr(title) ")"; }

	figure { 
		margin-bottom:1em; 
		overflow:hidden;
	}

	figure img { border:1px solid #000; }
}