@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
	
ul, ol {list-style: none;}
        
table {border-collapse: collapse;}
	
/*
--------------------------------------------------------
General HTML
--------------------------------------------------------
*/

body {
    background-color: #1d1d1d;
    background-image: url(../images/bg_header.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 21px;
    color: #870000;
    margin-bottom: 10px;
}

h2 {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

h3 {
    color: #870000;
    font-size: 14px;
    margin-bottom: 5px;
}

p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 9px;
}

ul {margin-bottom: 10px;}

li {
    font-size: 12px;
    list-style: disc;
    margin-left: 20px;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #870000;
    text-decoration: none;
}

/*
--------------------------------------------------------
Header
--------------------------------------------------------
*/

#header {
    width: 900px;
    height: 111px;
    margin: 0 auto;
    position: relative;
}

#gallery_header {
    width: 100%;
    height: 111px;
    position: relative;
}


#header h1, #gallery_header h1 {margin-bottom: 0;}

#header h1 a {
    display: block;
    width: 455px;
    height: 55px;
    background-image:url(../images/bg_logo.gif);
    background-repeat: no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 28px;
    left: 0;
    border-bottom: none;
}

#gallery_header h1 a {
    display: block;
    width: 455px;
    height: 55px;
    background-image:url(../images/bg_logo.gif);
    background-repeat: no-repeat;
    text-indent: -9999px;
    position: absolute; 
    top: 28px;
    left: 20px;
    border-bottom: none;
}

#header h2, #gallery_header h2 {margin-bottom: 0;}

#header h2 a{
    display: block;
    width: 238px;
    height: 104px;
    background-image:url(../images/img_mags.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    position: absolute;
    bottom: 1px;
    right: -10px;
    border-bottom: none;
}

#gallery_header h2 a{
    display: block;
    width: 238px;
    height: 104px;
    background-image:url(../images/img_mags.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    position: absolute;
    bottom: 1px;
    right: 20px;
    border-bottom: none;
}

/*
--------------------------------------------------------
Masthead
--------------------------------------------------------
*/

#hm_masthead_full {
    width: 100%;
    height: 320px;
    background: url(../images/bg_masthead.jpg) top left repeat;
    text-align: center;
}

#hm_masthead{
    width: 900px;
    margin: 0 auto;
    height: 320px;
    position: relative;
}

#hm_masthead .nav{
    position: absolute;
    top: 15px;
    left: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style:none;
}

#hm_masthead .nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#hm_masthead .nav a{
    display: block;
    font: bold 11px Arial, Helvetica, sans-serif;
    width: 174px;
    line-height: 31px;
    padding-left: 20px;
    background: url(../images/bg_nav.png) top left no-repeat;
    color: #ffffff;
    margin-bottom: 10px;
    text-decoration: none;
}

#hm_masthead .nav a:hover{
    background: url(../images/bg_nav_hov.png) top left no-repeat;
}

#hm_masthead .nav a.active{
    background: url(../images/bg_nav_hov.png) top left no-repeat;
}

#masthead {
    position: absolute;
    top: 15px;	
    right: 0;
}

#gas {
    position: absolute;
    right: 0; 
    bottom: -46px;
}

#car {
    position: absolute;
    left: -60px; 
    bottom: -61px;
}

/*
--------------------------------------------------------
Sidebar
--------------------------------------------------------
*/

#sidebar {
    float: left;
    margin:60px 0 20px 0;
    width: 273px;
}

#sidebar h2 {
    display: block;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin-bottom: 8px;
}

#sidebar h2.bikes {background-image: url(../images/h2_bikes.gif);}

#sidebar h2.vendors {background-image: url(../images/h2_some_vendors.gif);}

#sidebar h2.contact_info {background-image: url(../images/h2_contact_info.gif);}

#sidebar #bikes {
    margin: 6px 0 10px 0;
    padding: 11px 0;
    background: url(../images/bg_masthead.jpg) top left repeat;
    text-align: center;
    border: 1px solid #222;
}

/*
--------------------------------------------------------
Management Nav
--------------------------------------------------------
*/

#hello {
    float: left;
    width: 90%;
    margin: 0px;
    padding: 0 5px;
}

#hello .left {
    float: left;
    width: 70%;
    text-align: left;
}

#hello .right {
    float: right;
    text-align: right;
}

#hello p {margin-bottom: 5px;}

#hello p a {color: #000;}

#subnav {
    float: left;
    clear: left;
    width: 90%;
    margin-bottom: 20px;
}

#subnav a {
    display: block;
    width: 100%;
    padding: 3px 0 3px 10px;
    color: #aaa;
    background: #555 url(../images/bg_mg_nav.png) no-repeat right ;
    border-bottom: 1px solid #444;
    font: 12px "Trebuchet MS";
    text-decoration: none;
}

#subnav a:hover {
    color: #fff;
    background: #870000 url(../images/bg_mg_nav_hover.png) no-repeat right ;
}

#subnav a.first {border-top: 1px solid #444;}

/*
--------------------------------------------------------
Content
--------------------------------------------------------
*/

#content_full {
    width: 100%;
    background: #888888 url(../images/bg_content.jpg) top left repeat-x;
    margin: 0 auto;
    border-bottom: 6px solid #870000;
    padding: 5px 0 5px 0;
    text-align:center;
}

#content_wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#content {
    float: right;
    margin: 50px 0 20px 0;
    width: 600px;
}

#content_no_sidebar {
    width: 100%;
    float: right;
    margin: 70px 0 20px 0;
}

.left_column, .center_column, .right_column {
	float: left;
	margin-right: 26px;	
}

.right_column {
	margin-right: 0;
}

.left_column img, .center_column img, .right_column img{
	border: 1px solid #444;
}

#gallery_content {
    width: 100%;
    padding: 20px;
}

#content h1, #content_no_sidebar h1 {
    display: block;
    width: 450px;
    height: 25px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#content h1.welcome {background-image:url(../images/h1_welcome.png);}

#content h1.admin_welcome {background-image:url(../images/h1_admin_welcome.gif);}

#content h1.contact {background-image:url(../images/h1_contact.gif);}

#content h1.about {background-image:url(../images/h1_about.gif);}

#content h1.find {background-image:url(../images/h1_find.gif);}

#content h1.admin {background-image:url(../images/h1_admin.gif);}

#content h1.rides, #content_no_sidebar h1.rides {background-image:url(../images/h1_rides.gif);}

#content h1.restorations, #content_no_sidebar h1.restorations {background-image:url(../images/h1_restorations.gif);}

#content h1.trucks, #content_no_sidebar h1.trucks {background-image:url(../images/h1_trucks.gif);}

#content h1.users {background-image:url(../images/h1_users.gif);}

#content h1.vendors {background-image:url(../images/h1_vendors.gif);}

#content h1.features {background-image:url(../images/h1_features.gif);}

#content h1.edit_user {background-image:url(../images/h1_edit_users.gif);}

#content h1.add_user {background-image:url(../images/h1_add_user.gif);}

#content h1.admin_trucks {background-image:url(../images/h1_admin_trucks.gif);}

#content h1.admin_rides {background-image:url(../images/h1_admin_rides.gif);}

#content h1.edit_group {background-image:url(../images/h1_edit_group.gif);}

#content h1.add_group {background-image:url(../images/h1_add_group.gif);}

#content h1.add_photo {background-image:url(../images/h1_add_photo.gif);}

#content h1.edit_photo {background-image:url(../images/h1_edit_photo.gif);}

#content .wrapper, #gallery_content .wrapper, #content_no_sidebar .wrapper {
	display: block;
    float: left;
	height: 240px;
	margin: 0 15px 15px 0;
}

#content .thumb, #gallery_content .thumb, #content_no_sidebar .thumb {
    padding: 5px;	
    background: url(../images/bg_masthead.jpg);
    border: 1px solid #444;
}

#content .thumb img, #gallery_content .thumb img, #content_no_sidebar .thumb img {border: 1px solid #444;}

#content .mag {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

#content table, #content_no_sidebar table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

#content td,  #content th, #content_no_sidebar td, #content_no_sidebar th {
    text-align: left;
    padding: 6px;
}

#content th, #content_no_sidebar th {
    font-size: 11px;
    font-weight: bold;
    background: #444;
    padding: 6px;
    color: #fff;
}

#content td, #content_no_sidebar td {font-size: 11px;}

#content .edit_delete {width: 6%;}

#gallery, #featured {
    width: 290px;
    height: 170px;
    margin-top: 10px;
    background: #555;
    border: 1px solid #333;
}

#gallery h1, #featured h1 {
    background: #1d1d1d;
    width: 255px;
    height: 40px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #ccc;
    background: url(../images/bg_h1_module.jpg) top left no-repeat;
    font-size: 12px;
    padding-left: 35px;
    text-indent: 0;
}

#gallery p, #featured p {
    color: #aaa;
    padding: 0 10px 3px 10px;
}

#gallery a, #featured a {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}

#gallery a:hover, #featured a:hover {
    text-decoration: underline;
}

div.mag img {margin-right: 10px;}

div.mag h2 {margin-top: 20px;}

a.pdf {
    float: left;
    height: 20px;
    line-height: 20px;        
    padding-left: 25px;
    font-size: 11px;
    background: url(../images/ico_pdf.png) left no-repeat;
}

/*
--------------------------------------------------------
Footer
--------------------------------------------------------
*/

#footer {
    width: 900px;
    height: 150px;
    margin: 0 auto;
    padding-top: 10px;
    color: #888;
}

#footer p {
    font-size: 10px;
    line-height: 15px;
}

#footer p.disclaimer {
    clear:both;
    width: 100%;
    padding-top: 10px;
    background: url('../images/bg_disclaimer.jpg') top left no-repeat;
    text-align: center;
}

#footer #contact {
    float: left;
    width: 270px;
    height: 130px;
}


#footer h2.contact{
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/h2_contact.gif) no-repeat;
    text-indent: -9999px;
    margin-bottom: 8px;
}

#footer #vendor {
    float: right;
    width: 575px;
    height: 130px;
    margin-left: 40px;
}

#footer h2.vendor{
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/h2_vendors.gif) no-repeat;
    text-indent: -9999px;
    margin-bottom: 8px;
}

#footer table {
    width: 575px;
    margin: 7px 0 0 -15px;
}

#footer td {
    height: 50px;
    font-size: 10px;
    text-align: center;
    vertical-align: center;
}

#footer td.link {text-align: right; height: auto;}

#footer a {
    font-weight: bold;
    color: #888;
    text-decoration: none;
}

#footer a:hover {color: #ccc;}

#footer .google_search {
    position: relative;
    bottom: 130px;
    left: 275px;
    padding: 10px 0;
    width: 300px;
    height: 100px;
    color: #000;
    background: #555;
    border: 1px solid #888;
}

#footer .wufoo {margin: 0 5px;}

#footer .close {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    text-align: right;
    background: #000;
    color: #ccc;
}

#footer .close p {
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
}

/*
--------------------------------------------------------
Extra Classes
--------------------------------------------------------
*/

.clear {
    clear: both;
    height: 1px;
    width: 100%;
}

.right {float: right;}

.left {float: left;}