/*
Project: Helmand Mobile Styles (iPhone & Droid)
File: _assets/css/style.css
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  Begin custom styles  */
body {
	background: #ffffff url(../images/naan.jpg) right 160px no-repeat;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 14pt;
	position: relative;
	-webkit-text-size-adjust: none;
/*	-webkit-tap-highlight-color: rgba(255,255,255,.2); */
}

#wrapper {
	margin:0 auto;
	width:100%; /*  Change to desired width :)  */
}

header, nav, section, content, aside, footer, label {
	display: block;
}

h1, h2 {
	color: #461a00;
}

h1 { font-size: 13pt;}

h2 { font-size: 11pt;}

h3 { font-size: 10pt;}


p {
	padding-bottom: 10pt;
}

p small {
	font-size: 9pt;
}

p span {
	clear: right;
	float: right;
}

p, dt, address {
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

a {
	color: #351500;
}

span.amp {
	font-family: Baskerville, Georgia, 'Book Antiqua', serif;
	font-style: italic;
}


/*	Header	*/

header {
padding-top: 25pt;
}

/*	Page Content */

#page_content {
	padding: 0 10pt;
}

#page_content header {
	padding-top: 10pt;
}

#page_content header address { 
	margin-top: 20pt;
	margin-bottom: 5pt;
}

#page_content header dl dt {
	margin-bottom: 3pt;
}

#page_content header  dl dt small {
	color: #555;
	display: block;
	margin-top: -3pt;
	font-family: Georgia;
	font-style: italic;
}

/*	Nav		*/

nav {
	width: 100%;	
	border-top: 1px solid #6F3B1B;
}

	nav ul {
		margin: 0 auto;
		width: 100%;
		list-style: none;
	}
	
	nav ul li {
		float: left;
		text-align: left;
		width: 50%;
	}
	
		nav ul li a {
			background: -webkit-gradient(
			    linear,
			    left bottom,
			    left top,
			    from(#5F2400), to(#461a00)
			);
			color: #fff;
			display: block;
			font-family: Helvetica;
			text-transform: lowercase;
			font-size: 11pt;
			font-weight: bold;
			letter-spacing: -0.2pt;
			line-height: 18pt;
			padding: 7pt 0 10pt;
			text-align: center;
			text-decoration: none;
			text-shadow: 0px 1px 0px #2F1200;
			border-right: 1px solid #3F1800;
			border-left: 1px solid #6F3B1B;
		}
		
		nav ul li:first-child a {
			border-left: none;
		}
		
		nav ul li:last-child a {
			border-right: none;
		}
		
		nav ul li a span {
			display: block;
			color: #FF6F19;
			font: normal 9pt Arial, Helvetica, sans-serif;
			margin-top: -3pt;
		}
		
		body.landscape nav ul li a span {
			display: inline;
			padding-left: 5pt;
		}

/*	Menu	*/

#menu {
	margin: 30pt 0 0pt;
}

#menuLink a{
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    from(#cacaca), to(#fafafa)
	);
	border: 1px solid #ddd;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #acacac;
	-webkit-box-shadow: 0pt 7pt 7pt #ddd;
	color: #555;
	display: block;
	padding: 5pt;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
}

#our_menu {
	background: #c95613;
	color: #eee;
	margin: 10pt -10pt 0;
}

#our_menu, #our_menu div {
	height: 0;
	overflow: hidden;
}

#our_menu h3 span {
	color: #eee;
	display: block;
	float: right;
	font-size: 11.5pt;
	margin-top: -25pt;
	margin-right: 10pt;
	position: relative;
	z-index: 1000;
}


#our_menu h3 a {
	border-bottom:  1px solid #ba480b;
	border-top: 1px solid #e36b26;
	color: #fff;
	display: block;
	padding: 10pt;
	text-shadow: 0 1px 0 #692601;
	text-decoration: none;
	position: relative;
}

#our_menu h3:first-child a {
	border-top: 1px solid #692601;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.1, rgb(201,86,19)),
	    color-stop(1, rgb(159,58,0))
	);
}

#our_menu h3 a.last {
	border-bottom: 1px solid #692601;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.1, rgb(159,58,0)),
	    color-stop(1, rgb(201,86,19))
	);
}


#our_menu h3 + div {
	background:-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.1, rgb(70,13,0)),
	    color-stop(1, rgb(36,13,0))
	);
	color: #eee;
	text-shadow: 0px 1px 0px #000;
	display: none;
	padding: 0 10pt;
	margin: 0 -10pt;
}

#our_menu div p:first {
	margin-top: 5pt;
}

#our_menu div p:nth-child(0n+1){
	padding-top: 10pt;
}

#our_menu div p:nth-last-child(0n+1){
	padding-bottom: 10pt;
	margin-bottom: 0pt;
}


#our_menu div p {
	font-weight: bold;
	margin-bottom: 7pt;
	padding: 0 10pt 10pt;
}

#our_menu div p small {
	display: block;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: .25pt;
	padding-top: 5pt;
	width: 80%;
}

.active {
	font-style: italic;

}










