/* reset styles */



/* main Styles */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding:0;
	font-size:100%;
	background-color:#000;
	color:#FFF;
		}
				
#logo {
	background-color: #000;
	position: fixed;
	left: 10px;
	width: 100%;
	height:120px;
	padding-top: 15px;
	margin-bottom:20px;
	z-index: 99;
}

p {
	font-size: 100%;
	font-stretch:expanded;
	font-weight:300;
	}	


#navigation {
	padding: 16px 16px 8px 0px;
	position: fixed;
	width: 290px;
	left: 20px;
	top: 100px;
	z-index: 98;
	zoom: 1;
}	
 
#navigation ul li{
	font-weight:200;
	list-style-type: none;
	line-height: 1.9em;
	font-size:1.3em;
	text-align:right;
	}	
	
	
	
/**/

h1 { font-size: 38px; margin: 0; }

h2 { font-size: 30px;}

h3 { font-size: 24px;}

h4 { font-size: 14px;}


#navigation a:link, a:visited {
	color: #FFF;
	text-decoration:none;
	}

#navigation a:hover, .navigation a:focus {
	color: #FF0;
	background-color: #222;
	border-color: #222;
}

img {border-style: none;}	


/*Adjust bottom padding to leave room for footer
Adjust left margin for navigation menu*/
#content {
	width: 780px;
	padding-top: 40px;
	padding-bottom: 100px;
	border-left: 1px solid #CCC;
	margin: 0 0 0 330px;
	position: relative;
	z-index: 1;
}

/*Adjust padding to set top position of content sections and the space at the bottom of each section
div.section {
	padding-top: 50px;
	padding-bottom: 0px;
}*/

div.section-content {
	line-height: 1.5;
	font-size: 16px;
	padding: 10px 10px 0px 40px;
}

.section-content a, .section-content a:visited {
	color: #FFF;
}

.section-content a.highlight {color: #FF0; text-decoration:none;}

.section-content.intro {
	font-size: 125%;
	font-stretch:expanded;
	font-weight:nnormal;
	line-height:1.5em;
	padding-top:100px;
	}
/*Adjust padding to set top position of content sections and the space at the bottom of each section*/
.section-content.section-1, .section-content.section-2, .section-content.section-3, .section-content.section-4, .section-content.section-5, .section-content.section-6, .section-content.section-7, .section-content.section-8 {
	padding-top:130px;
	}

/*
Bottom padding is assigned to the last section on the page. Adjust as necessary.
*/
.section.last {
    padding-bottom: 300px;
} 
.section-content.section-8 a: {color: #F00;}	

/*image gallery sections */


#restaurantGallery {
	list-style-type: none;
	padding-bottom:30px;

	}
#restaurantGallery li {
	float: left;
	width: 150px;
	margin-right:10px;
	margin-top: 10px;
	}
#restaurantGallery img {
	display: block;
	border: none;
	}		

.helpsheetGallery {
	list-style-type: none;
	padding-bottom:30px;
	}
.helpsheetGallery li {
	float: left;
	width: 220px;
	margin-right:8px;
	margin-bottom: 10px;
	}
.helpsheetGallery img {
	display: block;
	border: none;
	}		
.staffNameText {
	font-size:small;
	text-align:left;
	line-height:1.2em;
}
.skillsText {
	font-size:90%;
	text-align:left;
	line-height:1.4em;
}
ul.famousList{
	list-style-type: square;
	padding-left: 40px;
	margin: 10px 0 10px 0;
	line-height:2em;
}
.quoteText {
	font-style: italic;
	font-stretch:semi-expanded;
	margin-top:10px;
	}	
	

/*article content*/

#article_container {
	float: left;
	width: 600px;
	height:auto;
	padding-bottom:20px;
	}

.article_section {
	clear:both;
	padding-bottom:40px;
	}
	
.articleThumb {
	float: left;
	padding: 0 0 10px 0;}
	
.articleContent {
	float: right;
	width: 450px;
	padding: 0 0 0 10px;
	font-size: 12px;
}
.articleContent h4 {font-size:16px;}

.more-articles {
	width: 400px;
	padding-top:30px;
	padding-bottom:30px;
	text-align:right;
	float:right;
	}



/* articles page classes */


#magazineContainer {
	width: 670px;
	padding-top: 140px;
	margin-left: 30px;
	}
.mag-content {
	width: 550px; 
	padding-top: 10px;
	padding-bottom:60px;
	padding-left: 60px;
}
.mag-content img {float: right;}

.mag-content h3 {
	color:#693;
	width: 400px;
	margin:0px;
	font-weight:700;
	size: 100%;
	}
.magIssue-HD {color:#693;font-style:italic; font-size: 90%; font-weight:lighter; padding-bottom:10px;}
.mag-content p { width: 400px; color:#FFF; size: 100%; line-height:1.2em; }

#telNumb {width:400px;}
.number {position:absolute;	left: 150px;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* form styles */

#frmRegister {
	background-color: #b9c5c5;
	width: 500px;
	padding: 40px;
	font-size: 0.8em;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#frmRegister p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-right:40px;
	
}
#frmRegister h4 { font-size: 13px;}

#frmRegister label {
	float:left;display:block;width:8em;font-weight:bold;padding:0 6px;	
}
	
#frmRegister .longerLabel{
	float:left;
	display:block;
	width:34em;
	font-weight:bold;
	padding:0 6px;
}

#frmRegister input.text {
	width: 260px;
	text-align: left;
}
#frmRegister textarea.commentBox {}

#frmRegister p.Subscribe { width: 100px; margin-right: 10px;}

#frmRegister input#submit {
	float: right;
	margin-right:30px;
}



#thanks {
	width: 700px;
	margin:auto
}
#thanks .noteTxt {
	font-size: 14px;
	line-height: 1.4em;
	padding: 0px 30px;
}
#thanks p {
	font-size: 18px;
	line-height: 1.4em;
	padding: 0px 30px;
}
#thanks h1 { font-size: 38px; padding-left: 30px; padding-top: 20px;}
#thanks h2 { font-size: 21px; padding-left: 30px;}

#footer {
	width: 100%;
	color:#666;
	margin-top:20px;
	bottom: 0px;
	font-size: 11px;
	padding: 5px;
	z-index: 999;
	background-color: #000;
	text-align:center;
}
.copyright {color: #ddd;}

/*Styles read only by Mobile Devices.mobile #logo {
	position: static !important;
	width: auto !important;
}
.mobile .navigation {
	position: absolute !important;
	width:290px;
}
.mobile div.section {
	padding: 20px 0 !important;
}*/

