/*

Theme name: Charmic
Description: Based on Ultralight - A WordPress theme by Fredrik Sørlie
Version: 1.0
Author: Tim BVeck
Author URI: http://whalespine.org. 
Tags: white, fixed-width, two-columns

The Charmic site is based on the UltraLight theme. See http://fredriksoerlie.com

*/

/* -------------------------------- Global styles -------------------------------- */

* {
    margin: 0; padding: 0;
}

html, body {
    width: 100%; height: 100%;
}

body, table, tr, td, th, input, textarea {
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #666;
    line-height: 18px;
}

hr {
    height: 0; line-height: 0; font-size: 0;
    border-top: 1px solid #CCC;
    display: block; clear: both;
    padding: 0; margin: 10px 0;
}

img { 
    vertical-align: bottom; border:0;
}

p { 
    display: block; 
    margin-bottom: 20px;
}

.left, .alignleft {
    float: left;
}

.right, .alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

.center {
    text-align: center; 
}

blockquote {
    font-size: 16px; color: #666;
    border-left: 1px solid #CCC;
    padding-left: 20px;
}

/* -------------------------------- Main layout styles -------------------------------- */

body {
    text-align: center; 
    background: #FFF url("images/bg-main.jpg") no-repeat center top;
}

div#page {
    width: 900px;
    height: 100%;
    margin: 0 auto;
}

div#header {
    width: 900px;
    padding: 20px 0;
}


ul#menu {
    width: 900px;
    text-transform: uppercase;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    display: table; 
    padding: 5px 0;
    list-style: none;
}


ul#submenu {
    font-size: 16px;
    margin: 0;
    text-align: center;
    width: 900px;
    display: table; 
    padding: 0;
    padding-top: 5px;
    list-style: none;
}

div#content {
    width: 900px;
    text-align: left;
    padding: 20px 0;
    margin: 0 auto;
    clear: both;
}

div#pagecontent {
    line-height: 1.5em;
    margin: 0px 50px;
    padding-top: 10px;
    font-size: 16px;
    clear: both;

}

div#footer {
    width: 900px;
    border-top: 1px solid #CCC;
    display: block; clear: both;
    padding: 5px 0; margin: 20px auto;
}

/* -------------------------------- Additional layout styles -------------------------------- */

.size-medium, .size-thumbnail {
    display: block; float: left;
    margin: 0 20px 20px 0;
}

.size-large, .size-full {
    display: block; clear: both;
    margin-bottom: 20px;
}

.date {
    font-size: 12px; font-weight: normal; color: #999;
    display: block; clear: both;
    margin-bottom: 10px;
}

.post,
.comment {
    width: 600px;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    display: table; clear: both;
    margin-bottom: 20px;
}

.singlepost {
    width: 600px;
    overflow: hidden;
    display: table; clear: both;
}

.postmeta,
.commentmeta {
    display: block; clear: both;
    margin-bottom: 20px;	
}

#pagination,
#navigation {
    display: block; clear: both;
}

#pagination {
    width: 600px;
    overflow: hidden;
    border-top: 1px solid #CCC;
    display: table; clear: both;
    padding: 20px 0;
}

.commentavatar {
    float: left; margin-right: 20px;
}

.commenttext {
    float: left;
}

.alt {
/*background: #EFEFEF;*/
}

.widget {
    display: block; clear: both;
    margin-bottom: 20px;	
}

/* -------------------------------- Heading styles -------------------------------- */

h1 {
    display: block; float: left;
}

h2 {
    font-size: 16px; font-weight: normal; color: #999; line-height: 14px;
    text-transform: uppercase;
    display: block; 
    margin-bottom: 20px;
}

h3 {
    font-size: 14px; font-weight: normal; color: #999;
}

#pagecontent h3 {
    font-size: 16px; font-weight: normal; color: #999;
}

h4 {	
    font-size: 14px; font-weight: normal; color: #999;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:focus, 
a:link, 
a:active { 
    outline: none; 
}

a {
    color: #0066CC; text-decoration: none;
}

a:visited {
    color: #0066CC; text-decoration: none;
}

a:hover {
    color: #000; text-decoration: underline;
}

ul#menu li a, ul#submenu li a  {
    color: #999;
    text-decoration: none;
}

ul#menu li.current_page_parent a,
ul#menu li.current_page_item a, ul#menu li a:hover,
ul#submenu li.current_page_item a, ul#submenu li a:hover {
    color: #000;
    text-decoration: none;
}

.rss {
    background: url('images/rss-icon.png') left 50% no-repeat;
    padding-left: 26px;
}

/* -------------------------------- List styles -------------------------------- */

ul,
ol,
li {
}

ul#menu li {
    display: block; float: left;
    margin-right: 30px;
}

ul#menu li.right {
    float: right;
    margin: 0;
}

ul#submenu li {
    display: inline; 
    margin-right: 30px;
}

ul#submenu li.right {
    float: right;
    margin: 0;
}

#pagecontent ul {
    list-style: disc inside;
    display: block; 
    margin-bottom: 20px;
    
}

/* -------------------------------- Form styles -------------------------------- */



input {
    color: #999;
    background: #FFF;
    border: 1px solid #CCC;
}

input#quotesubmit, #contactsubmit {
    margin-top: 10px;
    color: #000;
    padding: 2px 5px;
    cursor: pointer;
}

#quotediv {
    margin: 0px 20px;
}


#quotediv table td {
    padding-top: 4px;
}

textarea {
    color: #999;
    background: #FFF;
    border: 1px solid #CCC;
    overflow: auto;
}

.todo {
    border: 1px solid red;
}

.credits {
    font-size: 10px;
}

.driver_table {
    margin: 10px auto;
    text-align: center;
    border-collapse: collapse;
}

.driver_table td {
    font-size: 12px;
    white-space: nowrap;
    padding: 0px 10px;
}

.fleet_div {
    width: 100%;
    margin: 50px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.fleet_div img {
    margin: 5px;
}

h2.fleet_header {
   padding-bottom: 10px;
   margin: 0;
}

ul.fleet_features {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

ul.fleet_features li {
    margin-left: 20px;
    list-style: none;
}


ul#airport_list li {
    margin-left: 25px;
}

#home_slide {
    padding: 20px 0px 20px 40px;
}

ul#restaurant_list {
    margin-left: 50px;
}

ul#restaurant_list li {
    margin-left: 10px;
}

img#wpstats {
  display: none;
}

