/*
* roots bbq 2015
*/

/* #Site Styles
================================================== */
body {
	background: url('../images/brownpaper2.jpg') repeat;
	width: 100%;
	margin: 0 auto;
}

a {
	color: #edcb40;
	text-decoration: none;
}
a:hover {
	color: #f26522;
}

img{
	max-width: 100%;
}

.orangeborder{
	border: solid 1px #f26522;
}

#hr{
	display: block;
	position: absolute;
	left: 0;
	background: url('../images/hr.png') no-repeat;
	width: 100%;
	height: 30px;
}

/* header */


#header-container {
	width: 100%;
	height: 280px;
	background: url('../images/brownwood.jpg') repeat;
	position:relative;
	left: 0;
	top: 0;
	padding-top: 10px;
	}

#logo {
	width: 197px;
	height: 200px;
	display: block;
	text-decoration:none;
	border: none;
	margin: 20px auto;
	margin-top: 10px;
	text-align: center;
	background: url('../images/rootsbbq.logo.png') no-repeat;
	z-index: 1000;
	}
 
 /* nav */
.nav{
	background: #211B0D;
    border-top:1px solid #f26522;
	border-bottom:1px solid #f26522;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	height:50px;
	
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
	font-family: 'candelabook', san-serif;
	font-size:18px;
}


.tshadow
{ 
  text-shadow: 1px 1px 2px #000;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3);
  filter:
     progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3)		  
     progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=315,strength=3);		  
}

.bshadow
{ 
  box-shadow: 5px 5px 10px #000;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3);
  filter:
     progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3)		  
     progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=315,strength=3);		  
}

.transparent {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=85);

  /* Netscape */
  -moz-opacity: 0.85;

  /* Safari 1.x */
  -khtml-opacity: 0.85;

  /* Good browsers */
  opacity: 0.85;
}

.transparent2 {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=35);

  /* Netscape */
  -moz-opacity: 0.35;

  /* Safari 1.x */
  -khtml-opacity: 0.35;

  /* Good browsers */
  opacity: 0.35;
}



/* #Page Styles
================================================== */

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: none;
  text-align: center;
}


.home {
  background: none;
  height: auto;
  margin-top: none;
}

.about {
  background: none;
  height: auto;
  margin: 40px auto;
}

.menu {
  background: none;
  height: auto;
  max-width: 960px;
  padding:20px;
  margin: 20px auto;
}

.tornpaperbg {
	background: url('../images/nailedpaper.png') no-repeat center center;
	width: 100%;
	height: 410px;
	margin-bottom: 20px;
	padding-top: 40px;
}


#menucontainer{
	background: url('../images/brownwood.jpg') repeat;
	width: 100%;
	border-top:1px solid #f26522;
	z-index: 100;
}

.location {
  background: #3c2614;
  width: 100%;
  height: auto;
  margin-top: -20px;
  border-top:1px solid #f26522;
  border-bottom:1px solid #f26522;
}

/*--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	z-index: 10000;
	text-decoration:none;
	position:fixed;
	text-align:center;
	bottom:20px;
	right: 20px;
	margin: 0 auto;
	overflow:hidden;
	width:50px;
	height:60px;
	border:none;
	text-indent:100%;
	background:url('../images/rootsbbaq.totop.png') no-repeat left top;
	
}


#toTopHover {
	background: url('../images/rootsbbaq.totop.png') no-repeat left -60px;
	width:50px;
	height:60px;
	display:block;
	overflow:hidden;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	

}

#toTop:active, #toTop:focus {
	outline:none;
}
/* #Media Queries
================================================== */

	@media screen and (max-width: 1400px) {	
}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) { 
	.nav a{
		font-size:90%;
		line-height: 2.2;
	}
			
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
		}


