/*******************************************************************************
 * Houston Downtown CSS 1.0
 *
 * 2010-01-13
 * @site http://houstondowntownalliance.com/
 ******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
    color: #666666;
/*    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
    font-family: Arial, Arial, Helvetica, sans-serif;  
    font-size:0.9em;
    background-image:url(/site_media/images/layout/body_bg.png);
    background-repeat: repeat-both;    
    height: 100%;
}

a {
    color:#27AAE1;
    text-decoration: none;
}
a:visited {
    color:#27AAE1;
}
a:hover, a span:hover {
}
a img {
    border: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h2, h3 {
    line-height: 1.3em;
}

input, select, textarea {
    border: 1px solid #CCCCCC;    
}
ul {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}
table th, table td {
    margin: 0px;
    padding: 0px;
}
p {
    line-height: 18px;
}
/************************** Utils *******************************/
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.clear {
	clear: both;
    height: 0px;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.alignCenter {
    text-align: center;
}

.dottedHorizontal {
    float: left;
    border-top: 1px dotted black;
    width: 100%;
}

.doubleDottedHorizontal {
    height: 3px;
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    margin: 20px 0px;
}
.doubleDottedHorizontalDarker {
    height: 3px;
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
    margin: 20px 0px;
}

.stylistic_horizontal_border {
    background-image: url(/site_media/images/layout/dotted_horizontal.png);
    background-position: bottom;
    width: 100%;
    height: 5px;
}

.red {
    color: #ed1c24;
}

#map_modal {
  display: none;
}

/* ************ preHeader ************ */
#preHdWrapper { 
    float: left;
    width: 100%;
}
    #preHdWrapper #preHd {
        width: 1261px;
        height: 11px;
        margin: 0px auto 0px;
        background-color: white;
        border-left: 1px solid #DDDDDD;
    }
        #preHdWrapper #preHd #preHdTop {
            border-top: 1px solid #DDDDDD;
            width: 1245px;
        }
        #preHdWrapper #preHd #preHdCorner {
            width: 15px;
            background-image:url(/site_media/images/layout/shadow_top_right.png);
            background-repeat:none;
        }
        

/* ************ Header ************ */
#hdWrapper { 
    float: left;
    width: 100%;
    height: 125px;
}
    #hdWrapper #hd {
        width: 1260px;
        height: 160px;
        margin: 0px auto;
        border-left: 1px solid #DDDDDD;
        background-position: right;
        background-image:url(/site_media/images/layout/shadow_right.png);
        background-repeat:repeat-y;
        background-color: white;
    }
        #hdWrapper #hd #hdLeft {
            float:left;
        }
            #hdWrapper #hd #hdLeft #logo {
                float: left;
                font-size: 96px;
                margin: 0px 0px 10px 30px;
                color: black;
                line-height: 90px;
            }
            #hdWrapper #hd #hdLeft #logosubtext {
                float: left;
            }
        #hdWrapper #hd #homeButton {
            float:right;
            margin: -10px 35px 0px 0px ;
            background-color: #ed1c24;
            padding: 5px 10px;
            color: white;
            font-size: 20px;
        }
        #hdWrapper #hd #hdRight {
            float:right;
            margin-right:20px;
            height: 30px;
        }
            #hdWrapper #hd #hdRight ul {

            }
                #hdWrapper #hd #hdRight ul li {
                    display: inline;
                }
                    #hdWrapper #hd #hdRight ul li a {
                    }
                        #hdWrapper #hd #hdRight ul li a img.facetweet {
                            float: left;
                            margin: 2px 5px 0px 0px;
                        }
                    

    #hdWrapper #hd #search_form {
        float: right;
        margin: 40px 25px 0px 0px;
        height: 34px;
        width: 251px;
        background-image:url(/site_media/images/layout/search_bg.png);
    }
        #hdWrapper #hd #search_form input#q {
            float: left;
            font-family: Arial, Arial, Helvetica, sans-serif;
            width: 180px;
            border: 0px;
            margin: 4px 0px 0px 20px;
            font-size: 20px;
        }

/* ************ Nav ************ */
#globalNavWrapper { 
    float: left;
    width: 100%;
}
    #globalNav {
        width: 1225px;
        margin: 0px auto;
        border-left: 1px solid #DDDDDD;
        background-position: right;
        background-image:url(/site_media/images/layout/shadow_right.png);
        background-repeat:repeat-y;
        padding: 0px 25px 0px 10px;
        background-color: white;
    }
        
        #globalNav ul {
            
        }
            #globalNav ul li {
                display: inline;
            }
                #globalNav ul li a {
                    float: left;
                    width: 185px;
                    color: white;
                    font-size: 15px;
                    letter-spacing: 2px;
                    text-align: center;
                    margin-top: 8px;
                }
                #globalNav ul li a.selected {
                    color: #333333;
                    font-weight: bold;
                }
                #globalNav ul li a:hover {
                    text-decoration: underline;
                }

#nav_guide #todays_date {
    float: right;
    margin: 9px 10px 0px 0px;
    color: white;
    font-size: 15px;
    text-transform: lowercase;
}
                
/* ************ Header ************ */
#bd1Wrapper { 
    float: left;
    width: 100%;
}
    #bd1Wrapper #bd1 {
        width: 1220px;
        margin: 0px auto;
        padding-bottom: 22px;
        padding-left: 10px;
        padding-right: 30px;
        border-left: 1px solid #DDDDDD;
        background-image:url(/site_media/images/layout/shadow_right.png);
        background-position: right;
        background-repeat:repeat-y;
        background-color: white;
    }
        #bd1Wrapper #bd1 #bodyWell {
            float: left;
            width: 873px;
            margin-right: 15px;
        }
            #bd1Wrapper #bd1 #bodyWell #subnav {
                background-image:url(/site_media/images/layout/subnav_bg.png);
                background-position: top;
                background-repeat:repeat-x;
                height: 20px;
                margin-top: 5px;
            }        
            #bd1Wrapper #bd1 #bodyWell #subnav a {
                color: #5c4f48;
            }
              #bd1Wrapper #bd1 #bodyWell #subnav a:hover {
                  color: #ed1c24;
              }
            #bd1Wrapper #bd1 #bodyWell #subnav a#subNavSelected {
                color: #ed1c24;
            }
            #bd1Wrapper #bd1 #bodyWellInnerLeftBorder {
                float: left;
                background-image:url(/site_media/images/layout/subnav_flair.png);
                background-position: left top;
                background-repeat: no-repeat;
                height: 20px;
                width: 21px;
            }        
            #bd1Wrapper #bd1 #bodyWellInner {
                float: left;
                padding-left: 15px;
                border-left: 5px;
                border-left-color: #5c4f48;
                border-left-style: solid;
                width: 832px;
                margin-top: 1px;
                padding-bottom: 20px;
            }

/* ************ Header ************ */
#bd2Wrapper { 
    float: left;
    width: 100%;
}
    #bd2Wrapper #bd2 {
        width: 1225px;
        margin: 0px auto;
        padding-bottom: 25px;
        padding-left: 35px;
        border-left: 1px solid #DDDDDD;
        background-position: right;
        background-image:url(/site_media/images/layout/shadow_right.png);
        background-repeat:repeat-y;
        background-color: white;
    }

/* ************ Side Column ********** */
#sideCol300 {
    float: right;
    width: 330px;
    margin-top: 5px;
}
  #sideCol300 #contactOuterWrapper {
    float: right;
    margin-bottom: 11px;
    margin-right: 10px;
  }
    #sideCol300 #contactOuterWrapper #contactUsHeader {
      float: right;
    }
      #sideCol300 #contactOuterWrapper #contactUsHeader img {
        float: right;
      }
    #sideCol300 #contactOuterWrapper #contactUsBorder {
      float: right;
      padding-top: 5px;
      border-right: 1px solid #c7c6c4;
      border-bottom: 1px solid #c7c6c4;
      border-left: 1px solid #c7c6c4;
      width: 296px;
    }
      #sideCol300 #contactOuterWrapper #contactUsBorder #contactUsInfo {
        color: #5c4f48;
        font-size: 12px;
        margin-left: 3px;
        margin-bottom: 3px;
        padding-bottom: 10px;
        padding-left: 9px;
        padding-right: 9px;
        width: 272px;
        line-height: 16px;
      }
        #sideCol300 #contactOuterWrapper #contactUsBorder #contactUsInfo hr {
          border-top: 1px solid #b1b2b7;
          border-left-style: none;
          margin-top: 7px;
          margin-bottom: 10px;
          width: 64px;
        }

/* ************ Footer *************** */
#ftWrapper { 
    float: left;
    width: 100%;
}
    #ftWrapper #ft {
        width: 1260px;
        margin: 0px auto;
        border-left: 1px solid #DDDDDD;
    }
        #ftWrapper #ft #ftinner {
            float: left;
            background-color: #5c4f48;
            padding-left: 35px;
            padding-right: 30px;
            padding-bottom: 20px;
            background-image:url(/site_media/images/layout/shadow_right.png);
            background-repeat: repeat-y;
            background-position: right;
            width: 1195px;
            overflow: hidden;
            height: 20px;
            line-height: 17px;
        }
            #ftWrapper .footer_vert_divider {
                float: left;
                background-image: url(/site_media/images/layout/footer_vert_divider.png);
                background-repeat: repeat-y;
                background-position: left;
                width: 20px;
                margin: 40px 0px 0px 0px;             
            }
            #ftWrapper #ft #ftinner ul {
                float: left;
                margin-top: 12px;
            }
            #ftWrapper #ft #ftinner ul li {
                margin: 3.5px 0px;
            }
            #ftWrapper #ft #ftinner ul li.header a {
                color: #efcd00;
                font-size: 12px;
                text-transform: uppercase;
            }
            #ftWrapper #ft #ftinner ul li a {
                color: white;
                font-size: 12px;
            }

            #ftWrapper #ft #ftinner img {
                float: right;
            }
        
            #footer_more, #footer_less {
                cursor: pointer;
            }
            #footer_less {
                display: none;
            }
            
/* ************ Headlines around Houston sidemodule ************ */
#rss_headlines_wrapper {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url(../images/layout/headline_houston_bg.png);  
  width: 301px;
  padding: 5px 0px 5px 0px;
} 
 
#rss_headlines {
  background-color: #fff;
  margin: 0px 9px 0px 9px;
  width: 283px;
  background-image: url(../images/layout/headline-houston-top.png);
  background-repeat: no-repeat;
}

#rss_headlines .site {
  font-weight: bold;
  margin-top: 10px;
}

#rss_headlines ul li {
  margin-top: 7px;
  font-size: 0.8em;
}

#rss_headlines hr {
  border: 1px;
  border-top: 1px dashed #C00;
  margin-top: 7px;
  width: 40px;
  text-align: left;
}

#rss_headlines .title {
  padding: 14px 4px 5px 4px;
  border-left: 1px solid #f00;
  border-right: 1px solid #f00;
}

#rss_headlines .title_inner {
  text-transform: uppercase;
  background-color: #e5effa;
  padding: 2px 5px 5px 5px;
  font-size: 0.9em;
}

#rss_headlines .headline {
  border-top: 1px dotted #b0a6a0;
  margin-bottom: 10px;
  padding-left: 5px;
}

#rss_headlines .headlines {
  border-bottom: 1px solid #f00;
  border-left: 1px solid #f00;
  border-right: 1px solid #f00;
  padding: 0px 5px 5px 5px;
}
            
            
/* ************ POST footer ************ */
#postFtWrapper { 
    float: left;
    width: 100%;
}
    #postFtWrapper #postFt {
        width: 1225px;
        height: 14px;
        margin: 0px auto 20px;
        padding-left: 35px;
        background-position: right;
        background-image:url(/site_media/images/layout/shadow_bottom.png);
        background-repeat: no-repeat;
    }
      #postFtWrapper #postFt #copyright {
          font-size: 12px;
          margin: 0 auto;
          padding-top: 10px;
          width: 693px;
      }
    
div.rss_button {
  background-color: #29aae2;
  float: right;
  padding: 4px 10px 3px;
  text-transform:uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  margin: -2px 15px 0px 0px;
}

div.rss_button a {
  color: #fff;
  font-size: 13px;
  font-weight:bold;
}

#bodyWellInner div.rss_button img {
  float: none;
  vertical-align: text-top;
}

#socialblock #rss img {
  padding-right: 5px;
}

.preview {
  color: #fff;
  background-color: #f00;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  margin: 3px;
}

table.socialtable td {
  padding: 0px 20px 0px 0px;
}

.print_hide {
  display: none;
}

#rss table.rsstable td {
  padding: 0px;
}

.clearL {
  clear: left;
}

.clearR {
  clear: right;
}

img.dropcap {
  padding: 5px 7px 0px 0px;
  float: left;
}


/* ********************** Special Offers Module *************** */
#special_offers_module {
  width: 272px;
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image:url(/site_media/images/layout/special_offers_module_bg.png);
  background-repeat: repeat-both;
  border: 1px solid #ade0ed;
  padding: 14px;
}

  #special_offers_module img {
    float: left;
  }

  #special_offers_module_inner {
    float: left;
    background-color: white;
    border-left: 1px solid red;
    border-right: 1px solid red;
    padding: 13px 13px 5px 13px;
    width: 243px;
  }
  
  #special_offers_module_inner .section {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #ffdf26;
    border-bottom: 1px dotted gray;
    padding: 3px 0px 5px 0px;
  }

  #special_offers_module_inner .offerItem {
    float: left;
    line-height: 18px;
  }

    #special_offers_module_inner .offerItem .kicker {
      font-size: 10px;
      font-weight: bold;    
      text-transform: uppercase;
    }
    #special_offers_module_inner .offerItem .title {
      font-size: 14px;
      font-weight: bold;
    }
    #special_offers_module_inner .offerItem .info {
      font-size: 12px;
      font-weight: bold;    
      padding-bottom: 10px;
    }
    #special_offers_module_inner #see_all_offers {
      font-size: 12px;
      text-align: right;
      margin-top: 5px;
    }

/* ********************** featured listings module ********************* */
#featured_listings_module {
  float: right;
  margin: 0px 10px 10px 0px;
  background-image:url("/site_media/images/layout/zdiag-background.png");  
  border: 1px solid #716558;
  width: 300px;
  height: 300px;
  color: white;
}
  #featured_listings_module_corner {
    float: left;
    position: absolute;
    z-index: 100;
  }
  #featured_listings_module_inner {
    float: left;
    position: absolute;
    margin: 10px;
    background-color: #716558;
    z-index: 50;
    height: 280px;
    width: 280px;
  }
    #featured_listings_module_inner #stupid_random_dashed_line {
      float: left;
      margin-top: 25px;
      width: 180px;
      border-bottom: 1px dashed white;
    }
    #featured_listings_module_inner a {
      font-weight: bold;
    }

    #featured_listings_module_inner .type {
      font-size: 11px;
      margin-left: 15px;
      margin-bottom: 2px;
    }

    #featured_listings_module_inner .nameaddress_wrapper {
      float: left;
      width: 100%;
      margin-bottom: 5px;
    }

      #featured_listings_module_inner .name {
        float: left;
        font-size: 11px;
        text-transform: uppercase;      
        margin-left: 15px;
        margin-bottom: 3px;
      }
      #featured_listings_module_inner .address {
        float: right;
        font-size: 10px;
        margin-right: 15px;
        text-transform: uppercase;      
      }

    #featured_listings_module_inner .stupid_random_line2 {
      float: left;
      border-bottom: 1px solid white;
      width: 15px;
      margin-left: 15px;
      margin-bottom: 10px;
    }


/* ********************** featured events module ********************* */
#featured_events_module {
  float: right;
  margin: 0px 10px 10px 0px;
  background-image:url("/site_media/images/layout/zdiag-background.png");  
  border: 1px solid #716558;
  width: 300px;
  height: 300px;
  color: white;
}
  #featured_events_module_corner {
    float: left;
    position: absolute;
    z-index: 100;
  }
  #featured_events_module_inner {
    float: left;
    position: absolute;
    margin: 10px;
    background-color: #716558;
    z-index: 50;
    height: 280px;
    width: 280px;
  }
    #featured_events_module_inner #stupid_random_dashed_line {
      float: left;
      margin-top: 25px;
      width: 180px;
      border-bottom: 1px dashed white;
    }
    #featured_events_module_inner a {
      font-weight: bold;
    }

    #featured_events_module_inner .type {
      font-size: 11px;
      margin-left: 15px;
      margin-bottom: 2px;
    }

    #featured_events_module_inner .nameaddress_wrapper {
      float: left;
      width: 100%;
      margin-bottom: 5px;
    }

      #featured_events_module_inner .name {
        float: left;
        font-size: 11px;
        text-transform: uppercase;      
        margin-left: 15px;
        margin-bottom: 3px;
      }
      #featured_events_module_inner .address {
        float: right;
        font-size: 10px;
        margin-right: 15px;
        text-transform: uppercase;      
      }

    #featured_events_module_inner .stupid_random_line2 {
      float: left;
      border-bottom: 1px solid white;
      width: 15px;
      margin-left: 15px;
      margin-bottom: 10px;
    }
    
#blogbyte {
  margin: 0px 10px 10px 0px;
  float: right;
  width: 300px;
  background-color: #978980;
  color: #fff;
  font-size: 11px;
}

#blogbyte a {
  color: #fff;
  font-weight: bold;
}

#blogbyte_inner {
  margin: 37px 20px 10px;
  border: 1px dashed #fff;
  padding: 35px 10px 10px;
}

#blogbyte .blogbyte .name a {
  color: #efcd01;
  font-size: 18px;
  font-weight: bold;
}

#blogbyte #blogbyte_header {
  float: none;
  position: absolute;
  margin: 0px 0px 0px 35px;
}

.byteborder {
  border-bottom: 1px dotted #fff;
  padding-bottom: 10px;
}

.blogbyte {
  margin-bottom: 10px;
}

.blogbyte .post_name {
  margin: 5px 0px;
}

.blogbyte .desc img {
  float: right;
}

#video_module_header {
  float: right;
  margin-right: 10px;
}
#latest_videos {
  float: right;
  margin: 0px 10px 10px 0px;
  width: 292px;
  padding: 0 2px 2px;
  border-bottom: 1px solid #c5c3c1;
  border-left: 1px solid #c5c3c1;
  border-right: 1px solid #c5c3c1;
}

#latest_videos_inner {
  background-color: #e5effa;
  padding: 10px 0px;
}

#latest_videos .currently_playing a {
  color: #ed1c24;
}
#latest_videos .video_link {
  margin: 5px 0px 5px 10px;
  font-size: 12px;
}

#videos_other {
  margin: 10px 0px 0px 0px;
  font-weight: bold;
  color: #efcd01;
}

#latest_videos_title {
  color: #ED1C24;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px dashed #000;
  font-size: 1.2em;
  margin: 0px 10px 10px;
  text-transform: uppercase;
}

#youtube_wrapper {
  margin: 0px auto;
  width: 280px;
}

#latest_videos img.arrow_side {
  margin: 9px 0px 0px -3px;
  float: none;
  position: absolute;
}
  #downtownhouston_tv_link {
    float: right;
    font-size: 12px;
    padding-right: 3px;
  }

/* *********************** news + notes module *********************** */
#bd1 #sideCol300 #newsAndNotes {
  margin-bottom: 11px;
  margin-right: 10px;
}
  #bd1 #sideCol300 #newsAndNotes #newsAndNotesBody {
    float: right;
    background-color: #d2c7c0;
  }
    #sideCol300 #newsAndNotes #newsAndNotesBody #newsAndNotesInnerWrapper {
      padding: 0 19px 27px;
      width: 262px;
    }
      #newsAndNotes #newsAndNotesBody #newsAndNotesInnerWrapper .kicker {
        color: #ed1c24;
        margin-top: 14px;
      }
      #newsAndNotes #newsAndNotesBody #newsAndNotesInnerWrapper .headline {
        color: #5c4f48;
        font-weight: bold;
      }
        #newsAndNotes #newsAndNotesBody #newsAndNotesInnerWrapper .headline a,
        #newsAndNotes #newsAndNotesBody #newsAndNotesInnerWrapper .headline a:visited {
          color: #6e6059;
        }
      #newsAndNotes #newsAndNotesBody #newsAndNotesInnerWrapper .dateline {
        color: #5c4f48;
      }
      #newsAndNotes #newsAndNotesBody #newsAndNotesInnerWrapper hr {
        color: #ed1c24;
        margin: 18px 0 14px;
        width: 264px;
      }

.side_ad {
  width: 300px;
  margin: 5px 20px;
}
