/*  
Theme Name: Whitmo
Theme URI: http://whitmographics.com
Description: The official theme for Whitmo Graphics
Version: 1.0
Author: Ben Gray
Author URI: http://openswitch.org/
*/


* {
    margin: 0;
    padding: 0;
}

h1, h3, h4, h5, h6 {
    font-weight: normal;
}

a {outline: none; color: #bbb;  text-decoration: underline;}
a:hover {color: #fff;}
a:active {outline: none;}

div#accessibility {
    display: none;
}

body {
    background: url(/images/body-bg.png) repeat;
    color: #bbb;
    font-family: Arial, FreeSans, sans-serif;
    font-size: 16px;
}


body#index #thingy, body#news #thingy {
    display: block;
    position: absolute;
    top: 300px;
    left: 0;
    height: 308px;
    width: 219px;
    background: url(../images/index-flame.png) no-repeat;
}

body#about #thingy {
    display: block;
    position: absolute;
    top: 300px;
    left: 0;
    height: 255px;
    width: 220px;
    background: url(../images/questionmark.png) no-repeat;
}


body#contact #thingy {
    display: block;
    position: absolute;
    top: 300px;
    left: 0;
    height: 227px;
    width: 219px;
    background: url(../images/envelope.gif) no-repeat;
}

body#more #thingy {
    display: block;
    position: absolute;
    top: 300px;
    left: 0;
    height: 214px;
    width: 220px;
    background: url(../images/whitmomore.gif) no-repeat;
}

body#gallery #thingy {
    display: block;
    position: absolute;
    top: 300px;
    left: 0;
    height: 296px;
    width: 219px;
    background: url(../images/gallery.gif) no-repeat;
}

body#logo-design #thingy {
    display: block;
    position: absolute;
    top: 300px;
    left: 0;
    height: 266px;
    width: 219px;
    background: url(../images/copyright-logo.gif) no-repeat;
}

body#vehicle-graphics #thingy {
    display: block;
    position: absolute;
    top: 300px;
    left: 0;
    height: 327px;
    width: 219px;
    background: url(../images/whitmovehiclegraphics.gif) no-repeat;
}

body#store #thingy {
    display: block;
    position: absolute;
    top: 300px;
    left: 0;
    height: 431px;
    width: 219px;
    background: url(../images/money.gif) no-repeat;
}

#flame-logo {
    position: absolute; 
    display:block;
    right: 25px;
    top: 25px;
    background: url(../images/flame.png) no-repeat;
    width:130px;
    height:127px;
}

#whitmologo {
    position: absolute;
    left:0;
    top: 0;
    display: block;
    background: url(../images/whitmologo.gif) no-repeat;
    height:194px;
    width: 1000px;
}

#head {
    padding: 25px 0 0 25px;
}

h1 a {
    position: absolute;
    width: 500px;
    height: 148px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat;
    display: block;
}

div#nav-menu {
    float: left;
    text-align: left;
    margin-left: 115px;
    margin-top: 175px;
}

ul.section_list {
    list-style-type: none;
}

ul.section_list li {
    float: left;
    margin-right: 40px;
    text-transform: capitalize;
    font-size: 18px;
}

ul.section_list li a {
    text-decoration: none;
}

ul.section_list li.current a {
    color: #fff;
}

#content {
    float: left;
    width:650px;
    margin-left: 285px;
    line-height: 22px;
}

#content p {
    margin-bottom: 20px;
}

#content h2 {
    margin: 50px 0 25px;
}

.author {
    display: inline;
}

p.published {
    margin: 0 0 0 0;
    font-size: 12px;
    font-style: italic;
    color: #666;
}

div.entry-meta {
    background: #000;
    padding: 10px;
    margin-bottom: 75px;
}

div.entry-meta p {
    margin: 0 !important;
    padding: 0 !important;
}

div.entry-meta, div.entry-meta a {
    font-size: 12px;
    color: #666;
}

#footer {
    clear: both;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-left: 25px;
}












/* ------------- CONTACT FORM STYLING ------------------ */



#contact-form legend {display: none;}

#contact-form fieldset {border: none;}

#contact-form label {display: block;}

input#Name, input#Email {margin: 0 0 20px 0; padding: 0;}

textarea#Message {margin: 0; padding: 0;}

label.Name, label.Email, label.Message {margin: 0 0 -20px 0 ; padding: 0;}

input.zemSubmit {margin-top:0;}

h3.comment {
    font-weight: normal;
    font-size: 15px;
    color: #000;
    padding-bottom: 30px;
} 

h3.comment-form {
    font-weight: normal;
    font-size: 15px;
    color: #000;
    padding-bottom: 30px;
    margin-bottom: 20px;
    margin-top: 40px;

}

div#cpreview {
    font-size: 13px;
    padding: 3px;
}

.remember {
    float: right;
    padding-top: 10px;
}

span.left {
    display: block;
    line-height: 18px;
    width: 250px;
    margin-top: 10px;
    font-size: 13px;
}

textarea#message {
    width: 454px;
    height: 200px;
    font-family: Georgia, Norasi, serif;
    padding: 2px; 
    font-size: 13px;
    border: 1px solid #bbb;
    line-height: 18px;
    color: #888;
}

textarea#message:focus, input.comment_web_input:focus, input.comment_name_input:focus, input.comment_email_input:focus {
    color: #000;
    border-color: #000;
}

input.comment_web_input, input.comment_name_input, input.comment_email_input {
    font-family: Georgia, Norasi, serif;
    width: 214px;
    padding: 2px;
    font-size: 13px;
    border: 1px solid #bbb;
    color: #888;
}

input#Name, input#Email, textarea#Message {
    border: 1px solid #bbb;
    padding: 2px;
    font-family: Georgia, Norasi, serif;
    font-size: 13px;
}

