@charset "UTF-8";
/* CSS Document */

/*RESET*/
a { outline:none } 
a img { border:none }

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	margin:0;
	padding:0;
}

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

.clear{
	clear:both;
}

hr.full{
	color: #AE8D6D;
	background-color: #AE8D6D;
	height: 1px;
	border:none;
	margin:0; 
	padding:0;
	}

.wrapper{
	margin:100px auto 0px auto;
	width:640px;
}

.sunspot, .aubreys, .barleys, .drink, .stefanos, .bistro, .fhs, .blank, .fhs2, .cg {}
.box {
	width:50%;
	display:block;
	float:left;
	text-align:center;
	border-collapse: collapse;
	border-color: #AE8D6D;
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
}
.box.left{clear:both;border-right-width:1px;}.box.right{}
.box.bottomborder{border-bottom-width: 1px;}
	
.footer{
	font-family: BebasNeueRegular, Helvetica, Arial, Sans-Serif;
	letter-spacing:2px;
	color:#AE8D6D;
	text-align:center;
	margin-top:100px;
	text-transform:uppercase;
}	
	
.footer1{
	font-family: BebasNeueRegular, Helvetica, Arial, Sans-Serif;
	letter-spacing:2px;
	color:#AE8D6D;
	text-align:center;
	text-transform:uppercase;
}	
.footer a, .footer1 a {color:#AE8D6D;text-decoration:none}
.footer a:hover, .footer1 a:hover {text-decoration:underline}
	
span.comingsoon,.paddingleft,.paddingaddress{padding-left:20px;}	
	
@media screen and (max-width: 960px) {	
	.wrapper{
	margin:100px auto 0px auto;
	width:640px;
	}

	.sunspot, .aubreys, .barleys, .drink, .stefanos, .bistro, .fhs, .fhs2, .cg {
	width:50%;
	}

	.barleys, .stefanos, .fhs, .fhs2 {
	border-right:1px solid #AE8D6D;
	border-left:none;
	}

	.drink, .bistro{
	border-bottom:1px solid #AE8D6D;
	border-right:none;
	}
    
    .stefanos {
    border-bottom: 1px solid #AE8D6D;
    }
	
	.bistro, .cg {
	border-left:none;
	}
  
    .fhs, .fhs2, .cg {
    border-top:none;
    }
	
	.footer{
	margin-top:100px;
	}
    .blank{display:none}
}

@media screen and (max-width: 640px) {
	.wrapper{
	  margin:40px auto 0px auto;
	  width:320px;
	}
	.sunspot, .aubreys, .barleys, .drink, .stefanos, .bistro, .fhs, .fhs2, .cg {
	  margin:0px auto 0px auto;
	  width:100%;
	  border-left:none;
	  border-right:none;
	}
	.stefanos, .bistro, .fhs, .fhs2, .cg {
	  border-bottom:1px solid #AE8D6D;
	}
	.fhs {border-top: none}
	.footer{
	  margin:60px 0 25px 0;
	}
	span.comingsoon,.paddingleft{
	  padding:0;
	}	
	.footer1{
	  margin:25px 0 60px 0;
	}

}

		
	
	