﻿
/*
    KnoxvilleRaceway.com Pages Stylesheet
    Copyright(c) 2014.
    Iowa Web Development / HostIowa.net
*/



/* HOMEPAGE, PHOTOS, VIDEOS
----------------------------------------------------------*/

#slider-wrapper {
    background: url(/images/pages/index/bg_area_photo.jpg);
    height: 380px;
    padding: 30px 30px;
    position: relative;
}

.area {
    padding: 0 30px 20px;
    overflow: hidden;
}

.area .tab {
    background: url(/images/pages/index/bg_tab.png) no-repeat;
    height: 40px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    line-height: 34px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 30px;
    font-weight: bold;
}

.area a.button {
    float: right;
    background: url(/images/pages/index/bg_button.png) no-repeat;
    height: 31px;
    width: 94px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    line-height: 31px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 0;
    display: block;
    text-decoration: none;
    color: #000000;
}

.images {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0;
    width: 670px;
    overflow: hidden;
}

.images li {
    width: 148px;
    height: 110px;
    float: left;
    margin: 10px 17px 10px 0;
    overflow: hidden;
}

.images #image_main {
    width: 313px;
    height: 240px;
    float: left;
    margin: 10px 17px 10px 0;
    position: relative;
}

#latest_news {list-style-type: none; padding: 10px 0; width: 100%; display: block;}
#latest_news li {position: relative; float: left; width: 29%; padding: 1%; margin-right: 3%; border: 1px solid #FFC425; background-color: #FFFFFF; font-size: 12px;}
#latest_news li:last-child {margin-right: 0;}

/* DRIVERS
----------------------------------------------------------*/

.driver_gridHeader {position: relative; height: 60px; margin-bottom: 3px;}
.driver_gridHeader div {position: absolute; bottom: 0; height: 100px; width: 100px;}
.driver_grid {border: solid 1px #999; border-collapse: collapse;}
.driver_grid td {width: 40px; padding: 2px 6px; text-align: center; border: solid 1px #777}

.driver_image {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    margin-right: 20px;
}

.driver_number {
    float: right;
    font-size: 100px;
    line-height: 100%;
    font-style: italic;
    padding-right: 20px;
}

.driver_link {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.driver_col {
    margin-left: 220px;
}

/* PHOTOS
----------------------------------------------------------*/

select.galleries {
    padding: 10px;
    font-size: 16px;
    margin: 10px 0;
}

.photos_page_main_image {
    width: 640px !important;
    height: 440px  !important;
}

#photo_caption {
    position: absolute;
    bottom: 0;
    font-size: 13px;
    padding: 10px 20px;
    width: 600px;
}


/* NEWS
----------------------------------------------------------*/

.photoCaption {
    font-size: 12px;
    color: #666666;
}


/* SPONSORS
----------------------------------------------------------*/
.sponsor_box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 200px;
    height: 200px;    
}


/* SCHEDULE
----------------------------------------------------------*/
.schedule {
    font-size: 12px;
    line-height: 120%;
}

.schedule td {
    border: solid 1px #FFC425;
}

.schedule td.header {
    border: solid 1px #FFFFE2;
}



/* BUY TICKETS
----------------------------------------------------------*/

.ticket_img {width: 220px;}
.ticket_img img {max-width: 220px;}
.ticket_text {width: 380px;}
.ticket_text p {margin: 0 0 14px;}