@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

* html body {
	overflow:hidden;
}

* html div#content {
	overflow:auto;
}

html,body {
	height:100%;
	margin:0;
	padding:0;
}

body {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../images/bg/19_lemon.JPG',
        sizingMethod='scale');
    background: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	color: #cba403;
	text-align:center;
	font-family:'Open Sans',Helvetica,Verdana,Arial,sans-serif;
}
a[href^="tel:"] {
    text-decoration: none;
    border: none !important;
}
#logo {
    text-decoration: none;
    border: none;
    position: absolute;
    top: 55px;
    width: 100%;
    border: none;
    outline: none;
}
#logo img {
    width: 25%;
}
a.no_decoration, a.no_decoration:link, a.no_decoration:visited, a.no_decoration:hover, a.no_decoration:active {
    text-decoration: none;
    border: none;
}

#blurb {
    position: absolute;
    right: 0;
    top: 55px;
    width: 24%;
    background-color: rgb(205,139,51);
    filter: alpha(opacity=9);
    opacity: .9;
    padding: 5px 20px 0;
    color: #333;
    border: 1px solid #666;
}

#blurb a {
    color: #322;
    border-bottom: 1px dotted #333;
}
div#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: auto;
	text-align: center;
	padding: 10px;
	background-color: rgb(22,20,20);
    filter: alpha(opacity=87);
    opacity: .87;
	box-shadow: 15px 20px 20px 22px #333;
	color: #cba403;
	font-size: 14px;
}

#footer span {
    display: inline-block;
    margin: 0 15px;
}
@media screen {
    body>div#header {
    	position:fixed;
    }
    
    body>div#footer {
    	position:fixed;
    }
}
@media (max-width: 600px) {
    #logo {
        position: relative;
        width: 100%;
    }
    #logo img {
        width: 100%;
    }
    #blurb, #footer {
        font-size:10px;
        width: 75%;
    }
    #blurb {
        top: 200px;
    }
    a[href^="tel:"] {
       text-decoration: none;
       border: inherit;
    }
}

a, a:link, a:visited {
	color: #cba403;
    text-decoration: none;
    outline: none;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
}
a.flock {
    border-bottom: 1px dotted rgba(220,220,220,.3);
}
a.flock:hover {
    text-decoration: none;
    border-bottom: none;
}
a img {
    border: none;
    outline: none;
}
#content {
	width:80%;
	margin:0 auto;
	text-align:left;
	position: relative;
}