@charset "UTF-8";

/* Basic Text Styling */

body {
	font: 100%/1.4;
	font-family: "adelle", georgia, serif;
    font-weight:100;
	background-color: #1a1a1a;
    background-image:url(images/darkbackground.gif);
	margin: 0;
	padding: 0;
	color: #fff;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "proxima-nova-condensed", arial, sans-serif;
    font-weight:900;
    text-transform:uppercase;
    margin: 0;
	padding: 0; 
}

p {
    font-family: "adelle", georgia, serif;
    font-weight:100;
    margin: 0;
	padding: 0; 
}

p strong {
    font-family: "adelle", georgia, serif;
    font-weight:700;
}

img {
padding: 0;
margin: 0;
}
    
a img { 
	border: none;
}

a:link, a:visited {
	color: #a7def3;
	text-decoration: none;
}
a:hover {
	color: #a7def3;
	text-decoration: underline;
}
a:active, a:focus { 
	color: #b0d45d;
    text-decoration: none;
}

h1 {
    font-size: 36px;
    line-height: 40px;
}
 
h2 {
    font-size: 30px;
    line-height: 36px;
}
 
h3 {
    font-size: 26px;
    line-height: 32px;
}
 
h4 {
    font-size: 18px;
    line-height: 20px;
}

h5 {
    font-size: 28px;
    line-height: 28px;
    font-weight:200;
}

h6 {
    font-size: 24px;
    line-height: 24px;
    font-weight:200;
}

/* Basic Structure Styling */

.container {
	width: 900px;
	margin: 0 auto;
}

/* HEADER */

.header {
    position:relative;
    height: 300px;
    width: 900px;
    z-index: 1;
}

.headeroverlay {
    position: absolute;
    width: 100%;
    top:210px;
    height: 90px;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.5);
    z-index:2;
}

.headersubtitle {
    float: left;
    z-index:3;
    opacity: 1;
    
}

.headersubtitle h3 {
    font-weight:200;
    text-transform:lowercase;
    font-size:60px;
    line-height:50px;
    letter-spacing:-2px;
}

.headertitle {
    z-index:3;
    opacity: 1;
    float:right
}

.headertitle h1 {
    font-size: 100px;
    line-height: 117px;
}
    

/* MENU */

.menu ul {
    text-align: center;
    padding-top:17px;
    padding-bottom:17px;
    height: 40px;
    list-style-type:none;
}

.menu li {
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    text-transform:uppercase;
    font-size:30px;
}

.menubold {
    font-family: "proxima-nova-condensed", arial, sans-serif;
    font-weight:900;
}

.menuskinny {
    font-family: "proxima-nova-condensed", arial, sans-serif;
    font-weight:200;
}

/* CONTENT */

.content {
}

.body #left8 {
    display: inline-block; 
    vertical-align: top;
    width: 635px;
    padding-right:10px;
}

.body #right2 {
    display: inline-block; 
    vertical-align: top;
    width: 240px;
    padding-left:10px;    
}

.body #left4 {
    display: inline-block; 
    vertical-align: top;
    width: 365px;
    padding-right:10px;
}

.body #right6 {
    display: inline-block; 
    vertical-align: top;
    width: 505px;
    padding-left:10px;    
}

.body #left7 {
    display: inline-block; 
    vertical-align: top;
    width: 545px;
    padding-right:10px;
}

.body #right3 {
    display: inline-block; 
    vertical-align: top;
    width: 330px;
    padding-left:10px;    
}

.body #left5 {
    display: inline-block; 
    vertical-align: top;
    width: 435px;
    padding-right:13px;
}

.body #right5 {
    display: inline-block; 
    vertical-align: top;
    width: 435px;
    padding-left:13px;    
}

.body #full {
    display: inline-block; 
    vertical-align: top;
    width: 900px; 
    padding-bottom: 20px;
}

.body #leftthird {
    display: inline-block; 
    vertical-align: top;
    width: 287px; 
    padding-right:15px; 
}

.body #middlethird {
    display: inline-block; 
    vertical-align: top;
    width: 287px; 
}

.body #rightthird {
    display: inline-block; 
    vertical-align: top;
    width: 287px; 
    padding-left:15px; 
}

.body #section {
    background-image:url(images/background_body.gif);
    background-color:#242628;
    border-top: 4px solid #24333a;
    border-bottom: 4px solid #24333a;
    padding: 15px 15px 15px 15px;
}

.body #section2 {
    background-image:url(images/background_body.gif);
    background-color:#242628;
    border-top: 4px solid #24333a;
    border-bottom: 4px solid #24333a;
    margin-top: 20px;
    padding: 15px 15px 15px 15px;
}

.body #presspagesection {
    background-image:url(images/background_body.gif);
    background-color:#242628;
    border-top: 4px solid #24333a;
    border-bottom: 4px solid #24333a;
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
    text-align:center;
}

/* FOOTER */

.footer {
    text-align:left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom:15px;
}

.footer p {
    font-family: "proxima-nova-condensed", arial, sans-serif;
    font-weight:200;
}

/* Body Classes */

.fltrt {  
	float: right;
}
.fltlft { 
	float: left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Colors */

.green {
    color: #b0d45d;
}

.blue {
    color: #a7def3;
}

.grey {
    color: #336073;
}

.midnight {
    color: #24333a;
}


/* Page Specific Content Classes */

/* BASIC PAGE */



/* HOME */

.homesection {
height: 350px;
}

.home {
    padding: 36px 0 36px 0;
    text-align:center; 
    position:relative;
    z-index: 1;
    width: 100%;
}

.homeoverlay {
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 2;
}

.homeoverlay p {
    font-size: 20px;
}

.pressquotesection {
     height: 350px;
    
}
.pressquote #quote1 {
    background-image:url(../images/quotationopen.png);
    background-repeat:no-repeat;
    background-position: 10% 0%;
    padding: 30px 30px 40px 30px;
    z-index: 2;
}

.pressquote #quote2 {
    background-image:url(../images/quotationclose.png);
    background-position: 90% 0%;
    background-repeat:no-repeat;
    padding: 20px 30px 20px 30px;
    z-index: 2;
}

.pressquote p {
    font-family: "proxima-nova-condensed", arial, sans-serif;
    font-weight:200;
    font-size: 25px;
    line-height: 27px;
    text-transform:uppercase;
}

.pressquote img {
    padding-top: 4px;
}

/* FAQ */
.question h5 {
    font-size: 28px;
    line-height: 28px;
    font-weight:200;
    padding-top:30px;
    padding-bottom:10px;
    color: #a7def3;
}

.aboutmenu h6 {
     padding-top:13px;
    padding-bottom:13px;
}

.citymenu h6 {
    padding-top:13px;
}

.pressoutlet {
    padding-top:6px;
}

.button {
    background-color: #a7def3;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    font-size: 13px;
    padding: 10px;
    width: 180px;
}