/* =========================================================
	Base.css
	--------
	Author:		Devon Mitton | Interactive Designer
	Copyright:	2010 | Mars Hill Group
	Info:		Base.css is a base set of styles that should
				be used on every Mars Hill Website Project.
				They're intended to give a solid base clean
				foundation to every project.

========================================================= */

/* =========================================================
	Reset.css v1.0 | Eric Meyer - 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;
}

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; }

/* Get rid of the Firefox dashed border thing. -DM 2010.05.07
--------------------------------------------------------- */
::-moz-focus-inner { border: 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; }

/* =========================================================
	Typography.css | 
========================================================= */

/* Base font settings.
--------------------------------------------------------- */
body									{ font-size: 12px; color: #222; background: #e5e5e5; font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif"; line-height: 1; }

/* Headings
--------------------------------------------------------- */

h1,h2,h3,h4,h5,h6						{ font-weight: normal; color: #63615e; }

h1										{ font-size: 30px; line-height: 1; margin-bottom: 0.5em; }
h2										{ font-size: 24px; color: #3a6c90; font-weight: bold; margin-bottom: 0.75em; }
h3										{ font-size: 18px; color: #3a6c90; font-weight: bold; line-height: 1; margin-bottom: 10px; }
h4										{ font-size: 14px; color: #92c949; line-height: 1; font-weight: bold; margin-bottom: 1.25em; }
h5										{ font-size: 14px; font-weight: bold; margin-bottom: 1.5em; }
h6										{ font-size: 14px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img					{ margin: 0; }


/* Text elements
--------------------------------------------------------- */

p										{ color: #808080; margin: 0 0 1em; line-height: 1.4em; font-size: 14px; }

img										{ margin: 0 0 1em; }

p img.left								{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right								{ float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, a:hover						{ color: #1697ff; }
a:hover									{ text-decoration: none; }
a										{ color: #1697ff; text-decoration: underline; }

blockquote								{ margin: 1.5em; color: #666; font-style: italic; }
strong									{ font-weight: bold; }
em,dfn									{ font-style: italic; }
dfn										{ font-weight: bold; }
sup, sub								{ line-height: 0; }

abbr, acronym							{ border-bottom: 1px dotted #666; cursor: help; }
address									{ margin: 0 0 1.5em; font-style: italic; }
del										{ color:#666; }

pre										{ margin: 1.5em 0; white-space: pre; }
pre,code,tt								{ font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
--------------------------------------------------------- */

li ul, li ol							{ margin:0 1.5em; }
ul, ol									{ margin: 0 1.5em 1.5em 1.5em; line-height: 1.6; }

ul										{ list-style-type: disc; }
ol										{ list-style-type: decimal; }

dl										{ margin: 0 0 1.5em 0; }
dl dt									{ font-weight: bold; }
dd										{ margin: 0 0 1.5em 1.5em; }


/* Tables
--------------------------------------------------------- */

table									{ margin-bottom: 1.4em; width:100%; }
th										{ font-weight: bold; }
thead th								{ background: #c3d9ff; }
th,td,caption							{ padding: 4px 10px 4px 5px; }
tr.even td								{ background: #e5ecf9; }
tfoot									{ font-style: italic; }
caption									{ background: #eee; }


/* =========================================================
	Utilities.css | Devon Mitton
	These styles are based on a 960px width.
========================================================= */
.content								{ position: relative; margin: 0 auto; width: 960px; }

.navigation 							{ position: absolute; list-style: none; }
.navigation li							{ display: inline-block; }
.navigation li a						{ font-size: 16px; display: inline-block; width: auto; margin-left: 30px; height: 50px; line-height: 50px; font-weight: bold; color: #fff; text-decoration: none; }

.form-row								{ background: #f2f2f2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; padding: 5px; position: relative; margin-bottom: 10px; position: relative; margin-top: 20px; }
.form-row label							{ background: #f2f2f2;  padding: 5px; position: absolute; top: -20px; left: 0px; height: 14px; line-height: 14px; font-size: 12px; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; color: #888; }
.form-row input, .form-row textarea		{ background: #fefefe; margin: 0; padding: 5px 10px; border: 1px solid #ccc; width: 310px; color: #808080; font-size: 16px; font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif"; -moz-box-shadow: inset 3px 3px rgba(0,0,0,0.04); -webkit-box-shadow: inset 3px 3px rgba(0,0,0,0.04); box-shadow: inset 3px 3px rgba(0,0,0,0.04); }
.form-row textarea						{ height: 150px; resize: none; }

.buttons button							{ background: url("img/interface/button_bg.png") left top repeat-x #70b82f; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #5c9313; font-size: 16px; font-weight: bold; color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif"; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); text-align: middle; outline: none; position: relative; cursor: pointer; padding: 0 5px; margin: 0; }
.buttons button span					{ background: url("img/icons/email.png") left center no-repeat; padding-left: 25px; display: inline-block; height: 28px; line-height: 28px; }
.buttons button:active					{ background: #70b82f; -webkit-box-shadow: 0px -1px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px -1px 0px rgba(0,0,0,0.75); box-shadow: 0px -1px 0px rgba(0,0,0,0.5); top: 1px; margin-bottom: 1px; }
.buttons button:active span				{ height: 27px; line-height: 27px;  }

.form-row p.hint						{ position: absolute; margin: 0; left: 350px; top: 0; font-size: 11px; color: #ccc; font-style: italic; width: 140px; height: 40px; line-height: 40px; overflow: hidden; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; }

.form-row input:focus + p.hint,
.form-row textarea:focus + p.hint,
.form-row:hover p.hint					{ color: #808080; }

/* Grid Base
--------------------------------------------------------- */
.column									{ float: left; position: relative; padding: 0 20px; }
.separator								{ border-left: 1px solid #ccc; border-right: 1px solid #fff; padding: 0px 18px; }
.first
.last

/* Grid - Up to 6 Columns
--------------------------------------------------------- */
.full									{ width: 920px; }
.half									{ width: 440px; }
.third									{ width: 280px; }
.quarter								{ width: 200px; }
.fifth									{ width: 188px; }
.sixth									{ width: 120px; }

/* Grid Combinations
--------------------------------------------------------- */
.two-thirds								{ width: 600px; }
.three-quarters							{ width: 680px; }
.two-fifths								{ width: 344px; }
.three-fifths							{ width: 536px; }
.five-sixths							{ width: 760px; }

/* Text Alignment
--------------------------------------------------------- */
.text-left								{ text-align: left; }
.text-right								{ text-align: right; }
.text-center							{ text-align: center; }

/* Floats
--------------------------------------------------------- */
.left									{ float: left; }
.right									{ float: right; }
.clear 									{ clear: both; }

/* Positions
--------------------------------------------------------- */
.r										{ position: relative; }
.a										{ position: absolute; }
.s										{ position: static; }

/* Debug
--------------------------------------------------------- */
.debug, .debug *						{ outline: 1px dotted red; }
.dblue									{ outline: 1px dotted blue; }


/* =========================================================
	Website Specific Styles
========================================================= */
#container								{ background: url("img/interface/container_bg.png") #5388a6; width: 100%; position: relative; }
#header-wrap							{ background: rgba(0,0,0,0.3); width: 100%; height: 50px; }
#header									{ width: 960px; margin: 0 auto; position: relative; }
	#primary-navigation					{ top: 0; right: 0; }
	#primary-navigation li				{  }
	#primary-navigation li a			{ text-shadow: 0px 1px 3px rgba(0,0,0,0.5); }
	
	#primary-navigation li.active a,
	#primary-navigation li.active a:hover,
	#primary-navigation li a:hover		{ border-bottom: 5px solid #afcee1; height: 45px; }
	#primary-navigation li a:hover		{ border-color:  rgba(0,0,0,0.25); }
	
	#logo								{ height: 50px; position: absolute; top: 0; line-height: 50px; font-weight: bold; color: #fff; text-shadow: 0px 1px 3px rgba(0,0,0,0.3); margin: none; }
	#logo img							{ display: block; margin: 0; }
	
#main-wrap								{ background: #fff; margin: 30px auto 0; padding: 30px; min-height: 300px; width: 840px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5); box-shadow: 0px 0px 10px rgba(0,0,0,0.5); position: relative; }
#main									{ position: relative; z-index: 20; }
	#primary							{ width: 505px; float: left; }
	#primary p:first-child,
	#primary h2 + p 					{ font-size: 16px; }
	
	#secondary							{ background: #f2f2f2; width: 265px; margin-top: 50px; padding: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; float: right; }
	#secondary p 						{ font-size: 12px; }
	#secondary abbr						{ font-weight: bold; display: inline-block; margin-right: 5px; }
	
	#secondary .profile					{ margin-bottom: 20px; }
	#secondary .profile h4				{ margin: 0; }
	#secondary .profile h4 + p 			{ font-weight: bold; }
	#secondary .profile-image			{ border: 1px solid #ccc; float: left; margin-right: 10px; -webkit-box-shadow: 0px 1px 0px #fff; -moz-box-shadow: 0px 1px 0px #fff; box-shadow: 0px 1px 0px #fff; }
	#secondary .profile-image img		{ border: 1px solid #fff; width: 70px; height: 70px; margin: 3px; display: block; }
	
	#secondary .profile.on .profile-image { cursor: pointer; }
	#secondary .profile-info			{ padding-left: 90px; margin-bottom: 10px; }
	
	#secondary .profile-bio				{ background: #e5e5e5; border-top: 1px solid #aaa; border-bottom: 1px solid #fff; padding: 10px; -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15); -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15); }
	#secondary .profile-bio p 			{ color: #656565; }
	#secondary .profile-bio p:last-child { margin-bottom: 0; }

	#gallery							{ width: 840px; height: 500px; position: relative; overflow: hidden; z-index: 1; background: #fff; }
	
	#gallery-navigation					{ list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 5px 0 0 0; width: auto; overflow: hidden; width: 100%; z-index: 5; }
	#gallery-navigation li 				{ background: 9px center no-repeat #fff;  display: block; float: left; clear: both; margin-bottom: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; left: -5px; padding-left: 45px; height: 40px; width: auto; cursor: pointer; }
	#gallery-navigation li a			{ padding-right: 5px; display: block; font-size: 18px; color: #808080; font-weight: bold; text-decoration: none; text-transform: uppercase; height: 40px; line-height: 40px; width: 130px; }
	
	#gallery-navigation li.active a		{ color: #5085A3; }
/*	#gallery-navigation.default li a	{ display: none; }*/
/*	#gallery-navigation.default li:hover { padding-left: 0px; padding-right: 10px; }*/
/*	#gallery-navigation.default li:hover a { padding-left: 45px; display: block; }*/
	
	#gallery-navigation #gallery-restaurant { background-image: url("img/icons/restaurant.png"); }
	#gallery-navigation #gallery-office { background-image: url("img/icons/office.png"); }
	#gallery-navigation #gallery-retail { background-image: url("img/icons/retail.png"); }
	#gallery-navigation #gallery-exotic { background-image: url("img/icons/exotic.png"); }
	
	#gallery-menu-bar					{ background: rgba(0,0,0,0.4); border-top: 1px solid #bbb; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 51px; z-index: 10; overflow: hidden; }
	#gallery-menu-bar p 				{ font-size: 24px; height: 50px; line-height: 50px; margin: 0; font-weight: bold; color: #fff; position: absolute; right: 10px; }
	
	#gallery-thumbs						{ position: relative; }
/*	#gallery-thumbs img					{ border: 2px solid #fff; margin: 0; display: inline-block; }*/
/*	#gallery-thumbs a,*/
/*	#gallery-thumbs li					{ display: inline-block; line-height: 1; }*/
/*	#gallery-thumbs li					{ margin-right: 5px; }*/
	
	.thumbnails							{ list-style: none; margin: 0; padding: 5px 2px; height: 40px; width: 720px; white-space: nowrap; overflow: hidden; position:relative; left: 15px; }
	.thumbnails img						{ border: 2px solid #fff; margin: 0; display: inline-block; }
	.thumbnails a.active img			{ border: 4px solid #afcee1; margin: -2px; }
	.thumbnails a,
	.thumbnails li						{ display: inline-block; line-height: 1; }
	.thumbnails li						{ margin-right: 5px; }
	
	#gallery-image-holder				{ position: relative; z-index: 1; }
	.gallery-image-slider				{ height: 500px; position: relative; }
	.gallery-image-slider img			{ display: inline-block; margin: 0 5px 0 0; }
	
	#gallery-pagination-next,
	#gallery-pagination-previous		{ color: #fff; position: absolute; bottom: 0px; font-size: 18px; height: 50px; line-height: 45px; width: 15px; text-align: center; font-weight: bold; cursor: pointer; z-index: 50; }
	#gallery-pagination-next			{ left: 740px; }
	#gallery-pagination-previous		{ left: 0px; }
	
	#caption-box						{ background: rgba(0,0,0,0.6); color: #fff; font-style: italic; font-weight: bold; padding: 5px 20px; position: absolute; bottom: 38px; left: 0; width: 800px; z-index: 50; border-bottom: 1px solid #333; }
	
	#message-box						{ background: 15px 15px no-repeat #eee; -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); box-shadow: 0px 1px 3px rgba(0,0,0,0.5); border: 2px solid #ccc; padding: 20px 20px 20px 65px; margin-bottom: 20px; }
	#message-box ul						{ margin-bottom: 0; }
	#message-box h3,
	#message-box li,
	#message-box p,
	#message-box a						{ color: #888; }
	
	#message-box.notice					{ background-image: url("img/icons/error.png"); background-color: #FFF6BF; border-color: #FFD324; }
	#message-box.notice h3,
	#message-box.notice li,
	#message-box.notice p,
	#message-box.notice a				{ color: #514721; }
	
#footer-wrap							{ background: #e5e5e5; border-top: 90px solid #fff; margin-top: -90px; position: relative; z-index: 10; }
#footer									{ width: 900px; margin: 0 auto; padding: 20px; position: relative; }
	#contact-information				{ background: url("img/interface/footer_logo_bg.png") 30px 10px no-repeat; color: #656565; padding-left: 70px; }
	#contact-information h3,
	#contact-information p 				{ padding: 0; margin: 0; line-height: 1.6; }
	#contact-information p.phone		{ margin-top: 25px; }
	#contact-information h3				{ line-height: 1.45; }
	#contact-information p abbr			{ display: inline-block; margin-right: 5px; font-weight: bold; }
	
	#footer-navigation					{ top: 0; right: 0; }
	#footer-navigation li				{  }
	#footer-navigation li a				{ font-size: 14px; color: #656565; }
	
	#footer-navigation li a:hover		{ line-height: 40px; height: 40px; border-top: 5px solid rgba(0,0,0,0.25); }
	
	#legal								{  }
	
	
	
	
//Additions to index.php
#holder-box { margin-top: 15px; }
#left-box { float: left; width: 220px; padding-left: 20px;}
#center-box { float: left; width: 360px; text-align: center; padding-top: 10px;}
#right-box { float: left; width: 220px; padding: 10px 10px 0 10px; }
#follow-us-link { font-size: 11px; font-weight: bold; }

#left-box p, #center-box p, #right-box p { font-size: 11px; }
#twitter-box { margin-top: 15px; }
#left-inner-box { padding: 2px 10px 0 10px; }