@charset "UTF-8";

/*Start Accordion rules */
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
	background-color: #990000;
	color: #FFFFCC;
	cursor: pointer;
	padding: 18px;
	margin-left: 1%;
	margin-bottom: 0px;
	width: 98%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 95%;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #FF0000;
	color:#FFF;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 5px 18px;
    background-color: white;
    display: none;
	border-left:solid 2px #990000;
	border-right:solid 2px #990000;
	border-bottom:solid 2px #990000;
	widows: 87%;
	margin:0 1.2%;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block !important;
}
/* End Accordion rules */

.top ul .smaller {
	width: 10%;
}
#top-nav {
	color: #FFF;
	background-color: #AA0000;
	font-family: Arial, Verdana, sans serif;
	font-weight:normal;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	z-index: 1000;
	padding-top: 0px;
	position: fixed;
	width: 100%;
	line-height: 1em;
}
.pitmaster-avatar {
	padding: 5px 0px 0px 0px;
}
#top-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top-bar, .bottom-bar {
	background-color: #990000;
	width: 100%;
}
#top-nav .top-bar {
	/*border-bottom: solid 1px rgba(50,0,1,1.00);*/
	display: inline-block;
	margin-bottom:-2px;
	line-height:1em;
	padding: 0px;
}
#top-nav .top-bar .ham-label {
	padding: 7px 0px 0px 10px;
	display: none;
	line-height:.7em;
	font-size: 110%;
}
#top-nav .top-bar ul {
	display: inline-block;
	float: right;
	width: 79%;
	padding-bottom: 2px;
}
#top-nav .top-bar li {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	padding: 12px 0px 0px 10px;
	line-height:1em;
}
#top-nav .top-bar .logo  {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	margin: 0px;
	float: left;
}
#top-nav .top-bar .search div #search_icon {
	display: none;
}
#top-nav .top-bar ul li.search  {
	position: relative;
	left: 15%;
	width: 350px;
	text-align: center;
	margin-top: 0px;
	padding-top: 9px;
	line-height:1em;
}
#top-nav .ga_search #gsc-i-id1 {
	padding-top:0px;
	margin-top: 0px;
}
#top-nav .top-bar .pitmaster  {
	display: inline-block;
	width: auto;
	float: right;
	margin: 0px 5px 0px 0px;
	text-align: right;
	padding: 0px 5px 0px 2px;
}
#top-nav .top-bar .pitmaster p {
	margin: 0px;
	padding: 2px 5px 2px 2px;
	line-height:1em;
}
#top-nav .top-bar .pitmaster a:link, #top-nav .top-bar .pitmaster a:visited {
	font-weight: bold;
	font-size: 110%;
	border-color: rgba(200,0,0,1.00) rgba(85,0,2,1.00) rgba(85,0,1,1.00) rgba(200,0,0,1.00);
	padding: 5px;
	margin-top: 3px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	background-color: #BB0000;
	border-radius:7px;
}
#top-nav .top-bar .pitmaster a:hover, #top-nav .top-bar .pitmaster a:active  {
	background-color: #DD0000;

}
#top-nav a:link, #top-nav a:visited {
	color: #FFC;
	text-decoration: none;
	margin: 0px -2px;
}
#top-nav a:hover, #top-nav a:active {
	color:#fff;
}
#top-nav .bottom-bar {
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.35);
	background-image: -webkit-linear-gradient(270deg,rgba(85,0,1,1.00) 0%,rgba(137,19,25,0.60) 30%), url(//amazingribs.com/images/navback.png);
	background-image: -moz-linear-gradient(270deg,rgba(85,0,1,1.00) 0%,rgba(137,19,25,0.60) 30%), url(//amazingribs.com/images/navback.png);
	background-image: linear-gradient(180deg,rgba(85,0,1,1.00) 0%,rgba(137,19,25,.60) 30%), url(//amazingribs.com/images/navback.png);
	display: inline-block;
	line-height:1em;
	margin-bottom:-2px;
}
#top-nav h2 {
	margin: 0px;
	font-family: Arial, Verdana, sans serif;
	display: inline-block;
	float: left;
	padding-bottom: 7px;
	font-size: 100%;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	line-height:1em;
}
#top-nav .bottom-bar ul {
	float: right;
	background: none;
}
#top-nav .bottom-bar ul li {
	display: inline-block;
	padding-right: 5px;
	margin-bottom:0px;
	line-height:1em;
}
#top-nav .bottom-bar a:link, #top-nav .bottom-bar a:visited {
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.35);
	background-image: -webkit-linear-gradient(270deg,rgba(85,12,15,1.00) 0.78%,rgba(160,16,19,1.00) 30%);
	background-image: -moz-linear-gradient(270deg,rgba(85,12,15,1.00) 0.78%,rgba(160,16,19,1.00) 30%);
	background-image: linear-gradient(180deg,rgba(85,12,15,1.00) 0.78%,rgba(160,16,19,1.00) 30%);
	display: block;
	padding: 7px;
	color: #FFFFCC;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(84,0,1,1.00) rgba(84,0,1,1.00) rgba(153,0,0,1.00) rgba(153,0,0,1.00);
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
#top-nav .bottom-bar a:hover, #top-nav .bottom-bar a:active {
	background-image: -webkit-linear-gradient(270deg,rgba(152,21,26,1.00) 0.78%,rgba(221,0,0,1.00) 30%);
	background-image: -moz-linear-gradient(270deg,rgba(152,21,26,1.00) 0.78%,rgba(221,0,0,1.00) 30%);
	background-image: linear-gradient(180deg,rgba(152,21,26,1.00) 0.78%,rgba(221,0,0,1.00) 30%);
	color: #FFF;
}
#top-nav .bottom-bar h2 {
	margin: 0px;
	padding: 0px;
	line-height:1em;
}
#top-nav .bottom-bar h2 a:link, #top-nav .bottom-bar h2 a:visited {
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.35);
	border-style: none;
	border-bottom-right-radius: 15px;
	background-image: -moz-linear-gradient(270deg,rgba(96,0,1,1.00) 1.78%,rgba(192,0,0,1.00) 30%);
	background-image: -webkit-linear-gradient(270deg,rgba(96,0,1,1.00) 1.78%,rgba(192,0,0,1.00) 30%);
	background-image: linear-gradient(180deg,rgba(96,0,1,1.00) 1.78%,rgba(192,0,0,1.00) 30%);
	display: block;
	padding: 8px 15px 8px 10px;
}
#top-nav .bottom-bar h2 a:hover, #top-nav .bottom-bar h2 a:active {
	background-image: -moz-linear-gradient(270deg,rgba(153,0,0,1.00) 1.78%,rgba(221,0,0,1.00) 30%);
	background-image: -webkit-linear-gradient(270deg,rgba(153,0,0,1.00) 1.78%,rgba(221,0,0,1.00) 30%);
	background-image: linear-gradient(180deg,rgba(153,0,0,1.00) 1.78%,rgba(221,0,0,1.00) 30%);
}
.top_ads {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	background-color: rgba(217,180,135,1.0);
	margin-top: 0px;
	position: fixed;
	height: 88px;
	top: 65px;
	margin-left: 0px;
	width: 1200px;
	z-index: 999;
}
.top_ads .header_lft {
    width: 730px;
	max-width:100%;
    float: left;
}
.top_ads .header_rgt {
    float: right;
    width: 390px;
}
.sidebar1 {
    float: right;
    width: 311px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 0px;
    margin-top: 0px;
}
.sidebar1 .gold-medal {
    border: solid 4px #990000;
    margin: 5px 5px 5px 0px;
    border-radius: 30px;
    padding: 6px;
    background-color: #FFD;
    box-shadow: -3px 3px 5px rgba(0,0,0,.4);
}
.gold-medal .bbq-info:last-child {
    border: none;
}
.sidebar1 .bbq-info {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(138,34,7,1);
    padding-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    padding-left: 0px;
    overflow: hidden;
}
.sidebar1 .blogad {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,1);
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}
.sidebar1 .bbq-info.blogad {
	padding-top: 100px;
	min-height: 200px;
	border-style:solid none;
	border-width: 2px 0px;
	border-color: #8A2207;
}
.sidebar1 .bbq-info.blogad h2 {
	font-size:140%;
}
.sidebar1.small .bbq-info .ctr {
    text-align: center;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
.sidebar1.small .bbq-info h2.smaller {
    font-size: 130%;
}
.sidebar1.small .bbq-info .googleleft {
    float: left;
    height: 600px;
    width: 161px;
}
.sidebar1.small .bbq-info .googlerght {
    float: left;
    height: 600px;
    width: 126px;
    margin-right: 4px;
    margin-left: 4px;
}
.sidebar1 .bbq-info.skyscaper {
	width:300px;
	min-height:600px;
}
.sidebar1.small .bbq-info p {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
    line-height: 1.3em;
    font-weight: normal;
    font-size: 12px;
}
.sidebar1.small .bbq-info a img {
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.sidebar1 #smoke-news{
	clear:both;
	text-align:center;
}
.sidebar1.small div h2 {
    /*font-size: 16px;*/
    text-align: center;
    line-height: 1.1em;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}
.sidebar1.small .blogad h3 {
    text-align: center;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
}
.sidebar1 .twitter {
    border-left: 2px solid rgba(137,19,25,1.00);
    border-right: 2px solid rgba(137,19,25,1.00);
    border-bottom: 5px solid rgba(137,19,25,1.00);
    border-top: 10px solid rgba(137,19,25,1.00);
    margin-right: 5px;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.sidebar1 .bbq-info .fltrght  {
    float: right;
    margin-left: 10px;
    max-width: 50%;
    height: auto;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    position: relative;
}
.sidebar1 .bbq-info .fltleft  {
	float:left;
    margin-right: 10px;
}

.sidebar1 .jump-ad-placeholder:last-child .bbq-info {
	border-bottom:none;
}

.content-ad {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(138,34,7,1);
    border-bottom-style: solid;
    border-bottom-color: rgba(138,34,7,1);
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: auto;
    text-align: center;
}
button a:link , button a:visited{
	color: #FFFFCC;
	font-size: 120%;
}
button a:hover , button a:active{
	color: #FFFFFF;
	text-decoration: none;
}


@media screen and (max-width:1024px){


#top-nav ul {
	border-bottom: solid 1px #330000;
	-webkit-box-shadow: 2px 4px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 4px 2px 0px rgba(0,0,0,0.35);
}
#top-nav.open ul {
	border:none;
}
#top-nav ul .top-bar {
	overflow:hidden;
	border:none;
}
#top-nav.open .top-bar h2 {
	margin-bottom: 5px;
	text-align:left;
}

#top-nav.open ul .bottom-bar {
	display: block;
	background: none;
}
#top-nav.open .bottom-bar h2 {
	width: 100%;
	border: none;
}
#top-nav.open .bottom-bar h2 a:link, #top-nav.open .bottom-bar h2 a:visited {
	border-bottom: 1px solid #330000;
	border-top: 1px solid #CC0000;
	margin-top:0px;
}
#top-nav.open .bottom-bar h2 a:hover, #top-nav.open .bottom-bar h2 a:active {
	color:#fff;
}
#top-nav .top-bar .ham-label {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: inline-block;
	float: left;
}
#top-nav ul .top-bar ul {
	width: 80%;
	background-color: #AA0000;
	display: none;
}
#top-nav .top-bar ul .search {
	display: none;
}
#top-nav .top-bar ul .pitmaster {
	display: none;
}

#top-nav.open .top-bar ul .search {
	display: block;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: none;
	width: 100%;
	text-align: left;
	border-top: 1px solid #330000;
	left:0;
}
#top-nav.open .top-bar ul .search .ga_search {
	width: 75%;
}
#top-nav.open .bottom-bar a:link, #top-nav.open .bottom-bar a:visited {
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 14px;
	padding-bottom: 10px;
	color: #FFFFCC;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #330000;
	border-top: 1px solid #DD0000;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#top-nav.open .bottom-bar a:hover, #top-nav.open .bottom-bar a:active {
	background-color:#C00;
}
#top-nav.open ul .bottom-bar ul li a:link {
	padding-left: 25px;
}

#top-nav .bottom-bar ul {
	float: none;
	display: block;
	background-color:#AA0000;
}
#top-nav ul .bottom-bar {
	display: none;
}
#top-nav.open ul .top-bar ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}
#top-nav.open ul .top-bar ul li {
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #330000;
	border-top: 1px solid #AA0000;
}

#top-nav.open .bottom-bar ul {
	float: none;
	background: none;
	margin-top: -3px;
}
#top-nav.open .bottom-bar ul li {
	display: block;
	clear: left;
	background-color: #AA0000;
}

#top-nav.open .top-bar .pitmaster {
	display: block;
	width: 100%;
	float: none;
	padding-right: 0px;
	padding-left: 10px;
	margin: 0px;
	text-align: left;
	border-top: 1px solid #DD0000;
	padding-top: 4px;
	padding-bottom: 4px;
}
#top-nav .top-bar .pitmaster a:link, #top-nav .top-bar .pitmaster a:visited {
	font-weight: bold;
	font-size: 100%;
	border-color: rgba(200,0,0,1.00) rgba(85,0,2,1.00) rgba(85,0,1,1.00) rgba(200,0,0,1.00);
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 9px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	background-color: #BB0000;
	border-radius: 7px;
}
.top_ads {
	width: 1020px;
	top:30px;
}
.top_ads #Google_Ad {
        margin-right: 0px;
    }
.top_ads .header_rgt, .top_ads #div-gpt-ad-1432866394429-0 {
        display: none;
    }

.top_ads #HouseAd {
        display: none;
    }

}
@media screen and (max-width:800px) {

.top_ads {
	text-align: center;
	padding: 10px 0px 0px 0px;
	width:100%;
	height: 100px;
	margin: 25px 0px 0px 0px;
	position: relative;
	top: auto;
    }
.top_ads .header_lft {
	margin-top: 5px;
	margin-right: auto;
	margin-left: 120px;
	margin-bottom: 5px;
	width: 800px;
	font-size: medium;
    }
.top_ads #Google_Ad {
        margin-right: 0px;
    }
.top_ads .header_rgt, .top_ads #div-gpt-ad-1432866394429-0 {
        display: none;
    }
.top_ads .header_lft  {
        max-width: 100%;
        margin-left: 0px;
    }
}
@media screen and (max-width:767px){

.top_ads #Google_Ad {
        width: 100%;
        margin: 0px;
    }
.top_ads .header_lft  {
        max-width: 100%;
    }
.top_ads .header_rgt, .top_ads #div-gpt-ad-1432866394429-0 {
        display: none;
    }
}
@media screen and (max-width:640px){

#top-nav.open .top-bar h2 {
	margin-bottom: 5px;
	text-align:left;
}
#signin p {
	text-align:left;
}
.sidebar1 {
    display:none;
}
}
@media screen and (max-width:480px) {
.top_ads {
        text-align: center;
        padding: 0px;
		margin-top: 37px;
		width:100%;
		position:relative;
		height:60px;
    }
}

@media screen and (max-height:479px) {

#top-nav.open {
	position: relative;
}
.top_ads #Google_Ad {
        width: 100%;
        margin: 0px;
    }

}
