/*
Theme Name: Las Vegas The Market
Theme URI: http://www.lasvegasthemarket.com/
Description:
Version: 1.0
Author: Gilad Gafni
Author URI: http://www.lasvegasweb.com  
Tags:
*/

/* Begin Typography & Colors */

@charset "utf-8";
/* CSS Document */

body {
}

#over-all {
    width: 100%;
    background-color:#3A499D;
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    font-size:0.9em;
    text-align: center;
}

#container {
    width:999px;
    margin: 0 auto;
    text-align: left;      
}

#header {
    height:122px;
    background: url('http://www.lasvegasthemarket.com/wp-content/themes/lvtm/images/bg_header.png') repeat-x;
}

#navigation {
    background: url('http://www.lasvegasthemarket.com/wp-content/themes/lvtm/images/bg_body.png') repeat-y;
    padding: 0 50px; 
    text-align: center;  
}

#navigation img {
    margin-bottom: 15px;
}

#content {
    background: url('http://www.lasvegasthemarket.com/wp-content/themes/lvtm/images/bg_body.png') repeat-y;
    padding: 20px 100px;   
}

#content h1, #content h1 a  {
    color: #FFF;
    font-size: 1.1em;
    margin-bottom: 0;
    background: #3A499D;
    padding-left: 10px;
    text-decoration: none;
}

#content h2 {
    color: #3A499D;
    font-size: 1.1em;
    margin-bottom: 15px;
}

#content h3 {
    color: #993300;
    font-size: 1em;
    margin-top: 15px;
}

#content p {
    margin: 0;
    padding: 0;
}

#content p.last-modified {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 10px;
    padding-left: 10px;
}

#content .BoxTitle {
    background-color:#000000;
    border-right:thin solid #333333;
    color:#FF9900;
    font-weight:bold;
    text-decoration:none;
    text-indent:10px;
}

#footer {
    padding-top: 70px;
    padding-bottom: 15px;
    background: url('http://www.lasvegasthemarket.com/wp-content/themes/lvtm/images/bg_footer.png') repeat-x;
    text-align: center;
    font-size: 0.9em;
}

.page table {
    margin: 0 auto;
}

.wpcf7-form {
    padding-left: 25px;
}

.countdown {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: red;
}