/*
Name: Culinary Tours
Website: http://www.mygayhouston.com/
Author: Juan Alejandro Vazquez of SimonSaysCreate.com
Version: 1.0
*/

/*-----reset-----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0; /*-----remember to define focus styles!-----*/
}
body {
    line-height: 1.4;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0; /*-----tables still need 'cellspacing="0"' in the markup-----*/
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/*-----page frame-----*/
html, body {
    height: 100%;
}
* html #wrapper {
    height: 100%;
}
#wrapper {
    width: 950px;
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -350px; /*-----the bottom margin is the negative value of the footer's height-----*/
    text-align: left;
}
body {
    background-image: url(http://www.visithoustontexas.com/images/display.php?id=7032);
    background-repeat: repeat-x;
    background-color: #769120;
}
/*-----typography-----*/
body {
    font-family: Arial;
    font-size: 14px;
    color: #191f07;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #5f7515;
    padding-bottom: 20px;
}
h2 {
    font-size: 24px;
    font-weight: bold;
}
h3 {
    font-size: 20px;
    font-weight: bold;
}
h4 {
    font-size: 16px;
    font-weight: bold;
}
h5 {
    font-size: 14px;
    font-weight: bold;
}
h6 {
    font-size: 12px;
    font-weight: bold;
}
p {
    padding-bottom: 20px;
}
small {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.sold-out {
    color: #fff;
}
strong {
    font-weight: bold;
}
/*-----header-----*/
#header {
    width: 950px;
    padding-bottom: 3px;
}
/*-----navigation-----*/
#navigation {
    padding-bottom: 30px;
}
#navigation ul li {
    display: inline;
    margin-right: 10px;
}
#navigation ul li a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    background-color: #f88834;
    text-shadow: 0px 1px 3px #a64f0e;
    -webkit-box-shadow: 0px 1px 2px #000;
    -moz-box-shadow: 0px 1px 2px #000;
    box-shadow: 0px 1px 2px #000;
}
#navigation ul li a:hover {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    background-color: #5f7515;
    text-shadow: 0px 1px 1px #769120;
    -webkit-box-shadow: 0px 0px 2px #fff;
    -moz-box-shadow: 0px 0px 2px #fff;
    box-shadow: 0px 0px 2px #fff;
}
/*-----content-----*/
.img {
    float: right;
    margin-left: 30px;
    padding: 5px;
    background-color: #5f7515;
    -webkit-box-shadow: 0px 1px 2px #000;
    -moz-box-shadow: 0px 1px 2px #000;
    box-shadow: 0px 1px 2px #000;
}
.chefs-img {
    float: left;
    margin-right: 10px;
    padding: 5px;
    background-color: #5f7515;
    -webkit-box-shadow: 0px 1px 2px #000;
    -moz-box-shadow: 0px 1px 2px #000;
    box-shadow: 0px 1px 2px #000;
}
.hr {
  padding-top: 20px;
  padding-bottom: 30px;
}
#content a {
    color: #191f07;
    font-weight: bold;
}
#content a:hover {
    color: #fff;
}
#content h2 a {
    color: #191f07;
    font-weight: bold;
    text-decoration: none;
}
#content h2 a:hover {
    color: #fff;
}
.continue-reading {
    text-align: right;
}
/*-----footer-----*/
#push {
    padding-top: 40px;
    clear: both; /*-----for sticky footer-----*/
}
.footer, .push {
    height: 350px; /*-----.push must be the same height as .footer-----*/
}
#footer {
    border-top: 2px solid #5f7515;
    background-color: #191f07;
}
#footer #footer-content {   
    width: 950px;
    margin: 0 auto;
    color: #5f7515;
    padding-top: 20px;
    overflow: hidden;
}
#footer #footer-content h3 {
    text-shadow: 0px 1px 2px #000;
}
#footer #footer-content #sponsors ul {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer #footer-content #sponsors ul li {
    display: inline;
    padding-right: 20px;
}
#footer #footer-content #sponsors ul li img {
    padding: 5px;
    background-color: #5f7515;
    -webkit-box-shadow: 0px 1px 2px #000;
    -moz-box-shadow: 0px 1px 2px #000;
    box-shadow: 0px 1px 2px #000;
}
#footer #footer-content #related-sites {
    padding-top: 20px;    
    padding-bottom: 20px;
}
#footer #footer-content #related-sites ul li b {
    text-shadow: 0px 1px 2px #000;
}
#footer #footer-content #related-sites ul li {
    display: inline;
    padding-right: 15px;
}
#footer #footer-content a {
    color: #5f7515;
}
#footer #footer-content a:hover {
    color: #fff;
}
#footer #footer-content #social-media {
    padding-top: 20px;
}
#footer #footer-content #social-media ul {
    float: left;
}
#footer #footer-content #social-media ul li {
    display: inline;
    padding-right: 5px;
}
#footer #footer-content p {
    float: right;
    padding-bottom: 0px;
}
