/*  -- AUTHOR: PITCH MEDIA (info@pitchmedia.co.nz) --------------------------------------------  */
/*  -- MEDIUM: SCREEN -------------------------------------------------------------------------  */

/*  -- COLOUR CHART ---------------------------------------------------------------------------

	Nav links:		#b07a4d;
	Nav Selected:	#fff;
	Body:			#36170a;
	H2,H3:			#542504;
	Links:			#542504;
	Boarders:		#895c17;
	Qte,Opn:		#542504;
	footer Text:	#743d07;
	Footer Link:	#9a540e:
	Content BG:		#eee4d0;
	
/*  -- GENERAL --------------------------------------------------------------------------------  */

	html {
		background: #180c02 url(../img/html_bg.jpg) top center no-repeat;
		margin: 0 auto;
		}
		
	body {
		font-family: Verdana, sans-serif;
		font-size: 13px;
		width: 940px;
		margin: 6px auto;
		}
	
/*  -- LAYOUT --------------------------------------------------------------------------------  */
	
	#left-column {
		width: 572px;
		padding: 20px 20px 20px 20px;
		border: 4px solid #895c17;
		background: #eee4d0;
		margin-right: 20px;
		float: left;
		min-height: 458px;
		}
		
	 img.content-right { float: right; display: inline; margin: 9px 0px 0px 10px; border: 2px solid #895c17;}
	 img.content-left { float: left; display: inline; margin: 9px 10px 0px 0px; border: 2px solid #895c17;}
		
	#right-column {
		width: 252px;
		padding: 20px 20px 10px 20px;
		border: 4px solid #895c17;
		background: #eee4d0;
		float: left;
		}
	

/*  -- TYPOGRAPHY --------------------------------------------------------------------------------  */

	p {
		color: #36170a;
		padding-bottom: 15px;
		line-height: 1.3em;
		}

	h1 {
		background: url(../img/logo.png) no-repeat;
		width:140px;
		height:148px;
		float:left;
		text-indent: -9999em;
		}
	
	h2 {
		background: url(../img/h2_home.gif) no-repeat;
		height:59px;
		text-indent: -9999em;
		margin-bottom: 15px;
		}	
	
	h3 {
		font-size: 14px;
		font-weight: bold;
		color: #542504;
		text-transform: uppercase;
		}
		
	a {
		text-decoration: underline;
		color: #542504;
		}
		
	li {
		color: #542504;
		}
				
/*  -- MAIN NAV --------------------------------------------------------------------------------  */
	
	ol.main-nav {
		width:799px;
		padding: 71px 0;
		float: left;
		font-family: Helvetica, Verdana, sans-serif;
		background: url(../img/nav_bg.png)  left center no-repeat;
		}
		
		ol.main-nav li {
			display: block;
			float: left;
			}
		
			ol.main-nav li a {
				font-size: 18px;
				padding-right:3px;
				padding-left:15px;
				font-weight: bold;
				color: #b07a4d;
				text-transform: uppercase;
				font-style: normal;
				text-decoration: none;
				}
			
				ol.main-nav li a:hover, ol.main-nav li a.selected {
					color: #fff;
					}

/*  -- TOP IMAGES --------------------------------------------------------------------------------  */

	ul.top-img {
		display: block;
		clear: both;
		}

	ul.top-img li {
		line-height: 0px;
		margin: 0px 21px 10px 0px;
		float: left;
		border: 4px solid #895c17;
		}
	
		ul.top-img li.margin-none {
			margin-right: 0px;
			}

/*  -- LEFT COLUMN --------------------------------------------------------------------------------  */

	p.quote {
		font-size: 12px;
		line-height: 1.5em;
		margin: 20px 0;
		padding: 5px 0 5px 0px;
		border-top: 1px solid #b6a694;
		border-bottom: 1px solid #b6a694;
		font-style: italic;	
		}
	
		p.quote span.quote-name {
			color: #8a6d36;
			}
	
		
/*  -- RIGHT COLUMN --------------------------------------------------------------------------------  */
	
	ol.open-times li {
		font-size: 13px;
		border-bottom: 1px solid #b6a694;
		padding: 8px 0px 8px 0px;
		}
		
		ol.open-times li span.span-times {
			font-style: italic;
			}
	
	h3.contact {
		padding-top:20px;
		padding-bottom:10px;
		}
	
/*  -- MENU --------------------------------------------------------------------------------  */	

table td {
	border-bottom:  1px solid #b6a694;
	padding: 5px;
}

table strong {
	font-weight:  bold;
}
 

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

	p.footer {
		clear: both;
		padding: 10px 0px;
		color: #743d07;
		font-size: 12px;
		}
		
		p.footer a {
			color: #9a540e;
			text-decoration: none;
			}
			
			p.footer a:hover {
				text-decoration:underline;
				}