body {
    padding: 0;
    margin: 0;
    font-family: arial;
    background: #676767 url(/images/bkg.jpg); center top;
    background-size: cover;
    background-attachment:fixed;
    font-size: 14px;
    color: #fff;
    
}

img { border: 0; }

#mobileheader {
    background-color: #fff;
    display: none;
    background-color: #000;
    position: relative;
}

#floater {
    width: 1000px;
    margin: 0 auto;
}

#uberheader {
    height: 163px;
    background-color: #000;
}

#uberheader #header-inner {
    width: 960px;
    height: 150px;
    margin: 0 auto;
}

#container {
    width: 1000px;
    background-color: #000;
    margin: 0 auto;
    padding-bottom: 20px;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
}

#containerinner {
    width: 960px;
    margin: 0 auto;
    clear: both;
}
               
/*---------- TOPNAV ----------*/

header {
    height: 50px;
    background: #C94E13 url(/images/topnav-bkg.jpg);
    z-index: 200;
    margin: 0 auto;
    background-color: #7A1819;
    width: 960px;
}

header nav {
    height: 50px;
    z-index: 200;
    margin: 0 auto;
}

header nav ul {
    padding:0;
    list-style:none;
    margin:0 0 0 56px;
}

header nav ul li {
    float:left;
    position:relative;
    text-align: center;
}

header nav ul li a {
    font: bold 15px arial;
    color:#fff;
    display:block;
    float:left;
    padding: 0 36px;
    line-height: 50px;
    text-decoration: none;
}

header nav ul li:first-child a {
    padding-left: 3px;
}

header nav ul li:last-child a {
    padding-right: 3px;
}

header nav ul li a span {
    display: block;
}

header nav ul li a:hover {
    color:#FFEE21;
    text-decoration: none;
}

header nav ul li ul {
    display:none;
}

header nav ul li > ul {
    left:auto;
    top:auto;
}
						
header nav ul li.over ul, header nav ul li:hover ul {
    background:#333333;
    border:1px solid #333333;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-width:0 1px 1px;
    clear:left;
    display:block;
    list-style:none;
    margin:0;
    padding:5px;
    position:absolute;
    text-indent:0;
    top:100%;
    width:200px;
    z-index: 100;
}

header nav ul li ul li {
    display:block;
    text-transform:none;
    
}
								
header nav ul li ul li a, header nav ul li ul li:first-child a:first-child {
    display:block;
    padding:5px 5px 5px 10px;
    width:185px;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}

header nav ul li ul li a:hover {
    background-color:#5C5C5C;
    text-decoration: none;
}


/*---------- FRONT PAGE ----------*/

#fp-rotation {
    width: 100%;
    max-width: 960px;
    border: solid 0px #BDBDBF;
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

#fp-rotation-mobile {
    display: none;
}

/* FEATURE BLOCKS */

#content #fp-table-3 {
    margin: 20px 0 -10px 0;
}

#fp-table-3 .feature {
    width: 307px; 
    height: 385px;
    float: left;
    background-color: #323030;
    margin-right: 19.5px;
}

#fp-table-3 .feature div {
    padding: 10px;
}


#fp-table-3 .feature h2 {
    background-color: #6E1416;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}


#content div.feature .fpbutton {
    width: 100%;
    background-color: #354026;
    padding: 0;
}

#content div.feature .fpbutton ul {
    width:100%;
    list-style-type: none;
    margin: 6px 0 0 0;
    padding: 0;
}

#content div.feature .fpbutton ul li {
    list-style-type:none;
}

#content div.feature .fpbutton li {
    border-bottom: 1px solid #323030;
    padding: 0px;
    margin: 0;
}
    
#content div.feature .fpbutton li a {
    display: block;
    padding: 8px 8px 8px 8px;
    color: #fff;
    text-decoration: none;
    font: bold 14px arial;
}

#content html>body div.feature .fpbutton li a {
    width: auto;
}

#content div.feature .fpbutton li a:hover {
    color: #fff;
    background-color: #1C2214;
}

/*---------- SUBNAV ----------*/

#subnav {
    float: left;
    width: 280px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

#subnavinner {
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:1px 1px 1px #ccc;
    -moz-box-shadow:1px 1px 1px #ccc;
    -webkit-box-shadow:1px 1px 1px #ccc;
    float:left;
    padding:10px;
    width: 240px;
}

#subnavinner div#leftnavlist {
    padding:0;margin:0;list-style-type:none;
}

#subnavinner div#leftnavlist ul {
    padding:0;margin:0;list-style-type:none;
}

#subnavinner div#leftnavlist a {
    border-bottom:1px dotted #e6e6e6;
    color:#c00;
    display:block;
    font:bold 13px helvetica,arial,sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:0 0 5px;
}

#subnavinner div#leftnavlist div {
    color:#c00;
    display:block;
    font:bold 13px helvetica,arial,sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:0;
    margin: 0;
}

#subnavinner div#leftnavlist ul li {
    border-bottom:1px dotted #e6e6e6;
    font:bold 13px helvetica,arial,sans-serif;
    padding:5px;
}

#subnavinner div#leftnavlist ul li a {
    border-bottom:0;
    color:#333;
    display:inline;
    letter-spacing:0;
    text-transform:none;
}

#subnavinner div#leftnavlist ul li a:hover {
    color:#c00;
}

#subnavinner div#leftnavlist ul li.last {
    border-bottom:0;
}

#subnavinner div#leftnavlist ul.subsubnav li a {
    font:bold 12px helvetica,arial,sans-serif;
    padding:5px 5px 5px 15px;
}

/*---------- CONTENT ----------*/

.dim:hover {
    opacity: 0.85;
}

img.inset {
    width: 50%; 
    max-width: 210px;
    float: right; 
    margin: 0 0 5px 5px;
}

img.recipeinset {
    width: 40%; 
    max-width: 400x;
    float: right; 
    margin: 0 0 5px 5px;
}

#content {
    padding: 20px 0 20px 0;
    min-height: 400px;
}

.withsubnav {
    width: 680px;
    float: right;


}

.withoutsubnav {
    width: 100%;

}


/* PHOTO GALLERY ----------------------- */

#content .galleryimages {
    float: left; 
    width: 23.4%; /* HERE */
    margin-right: 2%; /* HERE */
    margin-top: 10px;
}

#gallerycontainer > div:nth-child(4n) {
    margin-right: 0;
}

#gallerycontainer > div:nth-child(4n+1) {
    clear: both;
}

#gallerycontainer2 > div:nth-child(4n) {
    margin-right: 0;
}

#gallerycontainer2 > div:nth-child(4n+1) {
    clear: both;
}

#content .galleryimages img, #content .galleryimages div {
    width: 100%;
}

#content .gallerycaption {
    font: normal 14px arial; /* HERE */
    text-align: center;
    padding: 5px 0;
}

.square {
  position: relative;
  width: 31.33%; /* HERE */
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.squarecontent {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* ----------- RECIPES ------------------*/


#content .recipe-category-images {
    float: left; 
    width: 18.33%; /* HERE */
    margin-right: 2%; /* HERE */
    margin-top: 5px;
}

#recipe-category-container > div:nth-child(5n) {
    margin-right: 0;
}

#recipe-category-container > div:nth-child(5n+1) {
    clear: both;
}

#content .recipe-category-images img, #content .recipe-category-images div {
    width: 100%;
}

#content .recipe-category-images img:hover {
    opacity: 0.85;
}

#content .recipe-category-caption {
    font: normal 14px arial; /* HERE */
    text-align: center;
    padding: 5px 0;
}

#content .recipe-category-caption a {
    text-decoration: none; 
}

#content .recipe-category-caption a:hover {
    color: #FFEE21;
}

#content .recipe-category-link {
    float: left;
    width: 24.61%; /* HERE */
    margin-right: 0.52%; /* HERE */
    margin-top: 5px;
    background-color: #A51E22; 
    color: #fff; 
    padding: 10px 0; 
    border: 0; 
    text-decoration: none;  
    text-align: center;
    display: block;
}

#content #recipe-link-container > a:nth-child(4n) { margin-right: 0; }
#content #recipe-link-container > a:nth-child(4n+1) { clear: both; }


#content .recipe-category-link:hover {
    background-color: #E82D32;    
}


/*-------------- SERVICES ------------------*/

#content .service-boxes {
    background-color: #363636;
    width: 32.32%;
    height: 100px;
    float: left;
    margin-top: 10px;
    margin-right: 1%;
}


#content .Service-link-container {
    
}

#content .service-boxes > div:nth-child(3n) {
    margin-right: 0;
}

#content .service-boxes > div:nth-child(3n+1) {
    clear: both;
}

#content .Service-link-container h2 {
    clear: both;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
}

#content .service-boxes div {
  margin-left: 10px;
  margin-top: 10px;
}

#content .service-boxes h3 {
    margin: 0;
    padding: 0;
}

#content .service-boxes .centerinbox {
    text-align: center;
    margin-top: 0;    
    margin-left: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



/* ---------- MISC CONTENT ----------------*/


#content p { 
    padding: 0; 
    margin: 0 0 10px 0;
}

#content h1 { 
    margin: 0 0 10px 0;
    padding: 0;
    font: bold 28px arial;
    color: #D73532;
}

#content h2 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font: bold 20px arial;
    color: #D73532;
}

#content h3 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font: bold 16px arial;
    color: #D73532;
}

#content a {
    color: #fff;
}

#content a:hover {
    text-decoration: none;
}

#forms input, #forms #captcha, #forms select {
    width: 50%;
}

#forms textarea {
    width: 50%;
    height: 50px;
}

#forms span {
    color: red;
}

#content input.submitbutton {
    background-color: #A51E22;
    border: 0;
    padding: 5px;
    color: #fff;
}

#content .button {
    width: 200px; 
    background-color: #A51E22; 
    color: #fff; 
    padding: 10px; 
    border: 0; 
    margin-top: 10px;  
    text-decoration: none;  

}

#content .button:hover {
    background-color: #E82D32;    
}

#content .board {
    border: solid 2px #A51E22; 
    padding: 5px;
    margin-bottom: 10px;
    background-color: #EAE8E8;
}

#content .board h2 {
    font-size: 20px; 
}

#content .board h3 {
    font-size: 16px; 
}

#content .board img {
    float: left; 
    margin: 0 10px 0 0; 
    width: 25%;
    max-width: 175px;
}

#content .board p {
    font-size: 14px; 
}

#content .partner {
    width: 150px; 
    height: 170px;
    float: left; 
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#content .partner img {
    width: 150px; 
    border: solid 1px #C7C7C7; 
    margin-bottom: 3px;
    width: 100%;
    max-width: 150px;
}

#content .partner a {
    text-decoration: none;
    font-size: 11px;
}

#content .partner-profile {
    float: right; 
    margin: 0 0 10px 10px; 
    width: 22%; 
    max-width: 150px; 
    border: solid 1px #C7C7C7;
}

#maincut { width: 65%; }
    

/*---------- FOOTER ----------*/

#footer {
    background-color: #1C1C1C;
    color: #fff;
    font: bold  12px arial;
    text-align: center;
    margin: 0 20px 0 20px; 
    padding: 30px;
}

#footer div {
    font-size: 10px;
    margin-top: 10px;
}

#mobilefooter {
    display: none;
    background-color: #1C1C1C;
    color: #fff;
    font: bold 12px; arial;
    text-align: center;
    padding: 5px 0;
    
}


#subfooter {
    width: 1000px;
    margin: 10px auto;
    text-align: center;
    font: normal 11px arial;
    color: #000;
}

#subfooter a {
    color: #000;
}

/*---------- ADMIN STYLES ----------*/

#content td.inverse { background: #7C181A; font: bold 12px Arial; color: #fff; margin-top: 0; }
#content td.inverse a { font: bold 11px Arial; color: #fff; text-decoration: none; }
#content td.inverse a:hover { text-decoration: underline;}
#content td.inversesmall { background: #7C181A; font: bold 11px Arial; color: #fff; margin-top: 0; }
#content td.inversesmall a { color: #fff; }
#content td.inversesmall a:hover { color: #fff;text-decoration: none; }
#content td.small { font: normal 12px Arial; color: #000; margin-top: 0;}
#content td.small a { color: #000;}
#content td.small a:hover { text-decoration: none;}
#content td.small2 { font: normal 10px Arial;color: #000; margin-top: 0; }
#content td.small2 a { color: #000; }
#content td.small2 a:hover { text-decoration: none; }

/* CALENDAR */

.cpYearNavigation,.cpMonthNavigation{background-color:#C0C0C0;text-align:center;vertical-align:center;text-decoration:none;color:#000000;font-weight:bold;}
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText{font-family:arial;font-size:8pt;}
TD.cpDayColumnHeader{text-align:right;border:solid thin #C0C0C0;border-width:0px 0px 1px 0px;}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{text-align:right;text-decoration:none;}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{color:#D0D0D0;text-align:right;text-decoration:line-through;}
.cpCurrentMonthDate, .cpCurrentDate{color:#000000;}
.cpOtherMonthDate{color:#808080;}
TD.cpCurrentDate{color:white;background-color: #C0C0C0;border-width:1px;border:solid thin #800000;}
TD.cpCurrentDateDisabled{border-width:1px;border:solid thin #FFAAAA;}
TD.cpTodayText, TD.cpTodayTextDisabled{border:solid thin #C0C0C0;border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled{height:20px;}
A.cpTodayText{color:black;}
.cpTodayTextDisabled{color:#D0D0D0;}
.cpBorder{border:solid thin #808080;}
.MyDiv {background:#fff;position:absolute;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

@media (max-width: 1000px){

    body {background: #000; } 
    
    #uberheader,#subnav,#footer,#subfooter,#fp-video,#fp-promo-panel,#floater { display: none; }
    #container { width: auto; border-radius 0; }
    #content {padding: 0; width: auto; }
    .withsubnav { width: auto; float: none; }
    .withoutsubnav { width: auto; float: none; }
    #header-inner { width: 100%; }
    #containerinner { width: 98%; padding: 5px 0; }
    header { width: 100%; }
    header nav { width: 100%; }
    #subfooter { width: 100%; }
    #containerinner table { width: 100%; }
    #mobileheader { display: block; padding-left: 5px;}
    #mobileheader img {width: 30%; max-width: 375px; float: left; border: 0;}
    #mobilefooter { display: block; padding: 10px; }
    
    #fp-table-3 { display:table; border-collapse: separate; border-spacing: 5px 5px;}
    #content #fp-table-3 { margin: 0 -10px -30px 0; }
    
    #fp-rotation { width: 64.58%; height: auto; display:table-cell; float: none; border: 0;}
    
    #fp-row-3 { display:table-row; }
    #fp-row-3 .feature { display: table-cell; width: 33.3%; float: none; height: auto; margin: 0;}
    #fp-row-3 .feature h2 {font-size: 12px; }

    #content h1 { font-size: 22px; }
    #content h2 { font-size: 18px; }
    #forms #captcha { width: 50%; }
    
    #content .galleryimages { width: 22.75%; margin-right: 3%; }
    #content .gallerycaption { font: normal 12px arial; }
    
    #gallerycontainer > div:nth-child(3n) { margin-right: 3%; }
    #gallerycontainer > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer > div:nth-child(4n) { margin-right: 0; }
    #gallerycontainer > div:nth-child(4n+1) { clear: both; }
    
    #gallerycontainer2 > div:nth-child(3n) { margin-right: 3%; }
    #gallerycontainer2 > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer2 > div:nth-child(4n) { margin-right: 0; }
    #gallerycontainer2 > div:nth-child(4n+1) { clear: both; }
    
    
    .square { width: 22.75%; }
    #content .partner { width: 18%; }

}

@media (max-width: 640px) {
    
    #mobileheader img { width: 95%; }
    
    #fp-table-3 { margin: 10px -10px 0 0; width: 100%; clear: both; display: block; border-spacing: 3;}
    #fp-row-3, #fp-rotation { width: 100%; clear: both; display: block; }
    #fp-events-panel { border-top: solid 10px #fff;}
    #fp-news-panel {  margin-top: 10px; }
    #fp-links { height: auto; }
    #fp-links .expendable { display: none; }
    #fp-links .nonexpendable { margin-top: 10px; }
    
    #fp-about-panel p {font-size: 12px; }
    #fp-about-panel > div { margin-top: 10px; }
    #fp-about-panel .size1 { width: 30%; }
    #fp-about-panel .size2 { width: 20%; }
    
    #fp-row-3 .feature h2 { font-size: 10px; }
    #content div.feature .fpbutton li a { font: bold 10px arial; }
    
    #content {padding: 3px; }
    #content h1 { font-size: 18px; }
    #content h2 { font-size: 16px; }
    #forms input { width: 100%; }
    #forms #captcha, #forms textarea, #forms select { width: 100%; }
    
    #content .galleryimages { width: 31.22%; margin-right: 3%; }
    #content .gallerycaption { font: normal 11px arial; }
    #gallerycontainer > div:nth-child(3n) { margin-right: 0; }
    #gallerycontainer > div:nth-child(4n) { margin-right: 3%; }
    #gallerycontainer > div:nth-child(3n+1) { clear: both; }
    #gallerycontainer > div:nth-child(4n+1) { clear: none; }
    .square { width: 21.22%; }
    #content .partner { width: 30%; height: auto; margin-right: 5px;}
    #content .partner-title { display: none; }
    
    #content .recipe-category-images { width: 32%; margin-right: 2%; }
    #recipe-category-container > div:nth-child(3n) { margin-right: 0; }
    #recipe-category-container > div:nth-child(3n+1) { clear: both; }
    
    #recipe-category-container > div:nth-child(5n) { margin-right: 2%; }
    #recipe-category-container > div:nth-child(5n+1) { clear: none; }
    #content .recipe-category-caption { font: normal 10px arial; }

    #content #recipe-link-container > a:nth-child(3n) { margin-right: 0; }
    #content #recipe-link-container > a:nth-child(3n+1) { clear: both; }
    #content #recipe-link-container > a:nth-child(4n) { margin-right: 2%; }
    #content #recipe-link-container > a:nth-child(4n+1) { clear: none; }
    #content #recipe-link-container a.recipe-category-link { width: 32.7%; margin-right: 0.52%; }
    
    #content .service-boxes {width: 49%;  height: 100px; margin-top: 5px; }
    #content .service-boxes > div:nth-child(3n) { margin-right: 1%; }
    #content .service-boxes > div:nth-child(3n+1) { clear: none; }
    #content .service-boxes > div:nth-child(2n) { margin-right: 0; }
    #content .service-boxes > div:nth-child(2n+1) { clear: both; }
    
    #maincut { width: 100%; }
    
}

@media (max-width: 480px) {

    #fp-row-3 .feature {display: block; width: 100%; margin-top: 5px;}
    #fp-row-3 .feature h2 { padding: 8px 0; font-size: 14px; }
    #content div.feature .fpbutton li a { font: bold 12px arial; padding: 12px 8px 12px 8px;}
    #content div.feature img { display: none; }
    
    #content #recipe-link-container > a:nth-child(3n) { margin-right: 2%; }
    #content #recipe-link-container > a:nth-child(3n+1) { clear: none; }
    #content #recipe-link-container > a:nth-child(4n) { margin-right: 2%; }
    #content #recipe-link-container > a:nth-child(4n+1) { clear: none; }
    #content #recipe-link-container > a:nth-child(2n) { margin-right: 0; }
    #content #recipe-link-container > a:nth-child(2n+1) { clear: both; }
    
    #content #recipe-link-container a.recipe-category-link { width: 49%; margin-right: 1%; font: normal 11px arial; }
    
    #content .service-boxes { font-size: 11px; height: 80px;}
    #content .service-boxes h3 { font-size: 12px; }
    
    #content .galleryimages { width: 49%; margin-right: 1%; }
    #content .gallerycaption { font: normal 11px arial; }
    
    #gallerycontainer > div:nth-child(3n) { margin-right: 1%; }
    #gallerycontainer > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer > div:nth-child(4n) { margin-right: 1%; }
    #gallerycontainer > div:nth-child(4n+1) { clear: none; }
    #gallerycontainer > div:nth-child(2n) { margin-right: 0; }
    #gallerycontainer > div:nth-child(2n+1) { clear: both; }
    
    #gallerycontainer2 > div:nth-child(3n) { margin-right: 1%; }
    #gallerycontainer2 > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer2 > div:nth-child(4n) { margin-right: 1%; }
    #gallerycontainer2 > div:nth-child(4n+1) { clear: none; }
    #gallerycontainer2 > div:nth-child(2n) { margin-right: 0; }
    #gallerycontainer2 > div:nth-child(2n+1) { clear: both; }

      
    

}

@media (max-width: 320px){
    
    

}
                 
@media print {
    #uberheader, header, #subnav, #footer, #subfooter, #mobileheader, #menubase, #mobilefooter,.noprint  {display: none; }
}

