/*  ***************************************
    ***************************************

	Name: Ted Rastatter
	Date: February 2010
	Description: Shine A Light
	Version: 1.0
	Author: Wesley Deer
	Author email: wes@buckup.cc
	
    ***************************************
    ***************************************/

/* RESET CSS
***************************************************************************/
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,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	z-index: 1;
	font-style: normal;
	font-weight: normal;
}

body {line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: 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;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a img {border: none;
display: block;}

article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section { display: block; }

blockquote {
	padding-bottom: 1em;
}

/* END RESET CSS */






/* GLOBAL
***************************************************************************/
body {
	font-size: 87.5%; /* Base font size: 14px */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #CFAB5D;
	background: url(../img/layout/bg.jpg) #1a1102 center 0px repeat-x;
	_height:100%;
}
*, body {position: static;}

a:link,a:visited {color: #A65C35;} 
a:hover,a:active {color: #6DA280;}

@font-face {
	font-family: 'Lane-NarrowRegular';
	src: url('../font/LANENAR_.eot');
	src: local('Lane - Narrow Regular'), local('Lane-Narrow'), url('../font/LANENAR_.ttf') format('truetype');
}

br {clear: both;}

/* END GLOBAL */

/* POSITIONING
***************************************************************************/
#wrapper {
	display: block; 
	position: absolute; 
	min-height: 100%; 
	width: 100%;
	overflow: hidden;
	_height:100%;
}
#navMain,#masthead {top: 0px;}

#contentArea {
	position: relative;
	overflow: hidden;
	width: 950px;
	left: 50%;
	margin-left: -500px;
}
#navMain,#footer{
	width:100%; 
	position: absolute; 
	display: block;
}
#masthead h1 {
	left: 50%;
	margin-left: -475px;
	width: 950px;
	position: relative;
}
#content {
	width: 100%;
	position: relative;
}

#navMain ul {
	left: 50%;
	width: 410px;
	position: absolute;
}

/* END POSITIONING*/


/* HEADER BAR
***************************************************************************/
#masthead {
	height: 120px;
	background: url(../img/layout/header.jpg) transparent center 0px repeat-x;
}
#masthead h1 {
	width: 465px;
	display: block;
	display:block;
	height: 120px;
	float: left;
}
#masthead h1 a {
	width: 100%;
	height: 100%;
	text-indent: -999em;
	display: block;
}

/* END HEADER BAR */




/* CONTENT AREA
***************************************************************************/
#contentArea {
	width: 15000px;
}
.section, figure {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius:15px;
}
.section {
	float: left;
	display: inline;
	font-size: .85em;
	line-height: 175%;
	position: relative;
		height: 450px;

}
	#news {
		width: 400px;
		background-color: rgba(166,92,53,0.15);
		*background-color:#643720;
	}
	#tour {
		width: 375px;
		background-color: rgba(109,162,128,.2);
		*background-color:#41614d;
	}
	#contact {
		width: 400px;
		background-color: rgba(149,164,64,.15);
		*background-color:#596226;
	}
	
.article {
	height: 85%;
	overflow: hidden;
	padding: 15px;
}
	.article h2,
	aside h2 {
		font-family: 'Lane-NarrowRegular','Helvetica Neue',Geneva,Verdana,sans-serif;
		font-size: 2.5em;
		line-height: 1.5em;
		padding-bottom: .5em;
		text-align: right;
		text-transform: uppercase;
		font-weight: lighter;
	}
	.article h3 {
		font-weight: bold;
		color: #956A2A;
		font-size: 1.3em;
	}
	.article p,
	aside li {
		padding-bottom: 1em;
		overflow: hidden;
	}

#contentArea figure {
	width: 250px;
	float: left;
	display: inline;
	height: 450px;
	text-indent: -9999em;
	opacity: .7;
}

#tour span {
	display: block;
}
.section, figure {
	margin: 15px 15px 15px 0px;
}
#mainIMG {
	background: url(../img/layout/img2.jpg) transparent right 0px repeat-x;
}
#photos figure {
	width: 50px;
	overflow: hidden;
}
#photos {
	position: fixed;
	top: 0px;
	left: 0px;
}
.expand {
	display: block;
	width: 100%;
	bottom: 0px;
	position: absolute;
}
.expand a {
	padding: 3px 0px;
	width: 100%;
	display: block;
	text-align: center;
	background: black;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
	color: white;
	opacity: .25;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	font-weight: lighter;
	font-family: 'Helvetica Neue',Geneva,Verdana,sans-serif;
}
.expand a:hover {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}


#news li {
	float: left;
	margin-bottom: 15px;
}
#news li img {
	float: left;
	margin-right: 15px;
}


/* END CONTENT AREA */



/* NAV MAIN
***************************************************************************/
#navMain ul {
	display: block;
	text-align: left;
	text-transform: uppercase;
	height: 120px;
}
	
#navMain li {display: inline; margin: 0;}
#navMain li {
	float: left;
	display: inline-block;
	padding: .5em;
	margin: 70px .5em 0px .5em;
	text-decoration: none;
	color: #956A2A;
	font-size: .9em;
	border: none;
	cursor:pointer;
	}
#navMain li:hover,
#navMain li:active {
	color: goldenrod;
}

/* END NAVMAIN */


/* FOOTER
***************************************************************************/
#footer {
	height: 500px;
	background: url(../img/layout/footer.jpg) #1a1102 repeat-x;
	text-align: right;
}#footer p {
	margin-right: 15px;
}

#siteInfo {
	padding: 2em;
	overflow: hidden;
	text-align: left;
	width: 300px;
}
#siteInfo li {
	float: left;
	margin-right: 15px;
	width: 32px;
	overflow: hidden;
	height:32px;
	background-color: rgba(123,198,200,.25);
	text-indent: -9999em;
}
#siteInfo a {
	width: 100%;
	height: 100%;
	display: block;
}
#credit {
	float: right;
	color: rgba(149,164,64,.3);
	width: 400px;
	top: 15px;
	position: absolute;
	right: 15px;
}
#credit a {
display:inline;
color: rgba(149,164,64,.5);
}
#credit a:hover {
display:inline;
color: rgba(149,164,64,1);
}
#facebook {}
#virb {}
#itunes {}
#amazon {}
#lastfm {}

/* END FOOTER */


