﻿/*** Common to Modules ***/
.header-text
{
    font-weight: bold;
    margin-bottom: 5px;
}
.list-item, .list-item td
{
    border-bottom: dotted 1px gray;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.list-item-alternating, .list-item-alternating td
{
}

.list-title, .list-title a, .list-title a:hover
{
    font-weight: bold;
    color: #D4A017;
}
.list-title a:hover
{
    text-decoration: underline;
}
.list-date
{
    font-size: 11px;
    color: #999999;
}
.list-image-container
{
    width: 100%;
    text-align: center;
}
.list-image
{
    width: 200px;
    text-align: center;
}
.list-description
{
    font-family: Arial;
    font-size: 11px;
    color: #999999;
}




.item-title, .item-title a
{
    font-size: 16px;
    font-weight: bold;
    color: #FDD017;
}


.item-date
{
}
.item-image-container
{
    width: 100%;
    text-align: center;
}
.item-image
{
    max-width: 400px;
    text-align: center;
}

.item-description
{
    font-size: 12px;
    color: white;
}

.item-body
{
    font-size: 12px;
    color: #999999;
}

.item-description ul li
{
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: none;
}

.item-readmore
{
    width: 100%;
    margin-top: 5px;
    text-align: right;
}

.item-readmore a
{
    font-size: 11px;
}


/*** Classifieds Module ***/
.ad-title
{
    font-size: 16px;
}

.ad-description
{
    font-size: 12px;
}

.page-toolbar
{
    background-color: Black;
    font-family: Arial;
    font-size: 11px;
    color: White;
    border-bottom: solid 1px white;
    margin-bottom: 5px;
    padding: 2px;
}

.thumbnail-container{background-color:Transparent !important; border:none !important;}

/*** Gallery Module ***/

.album
{
    background-image: url('images/album.jpg');
    width: 135px;
    height: 160px;
    font-family: Arial;
    font-size: 11px;
    color: Black;
    text-align: center;
}

.thumbnail
{
    font-family: Arial;
    font-size: 11px;
    color: white;
    text-align: center;
    margin: 2px;
}

.thumbnail-image
{
    border: solid 4px white !important;
}

.album-title
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.album-description
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    line-height: 1em;
    color: Silver;
}


.photo, .alternatingPhoto
{
    float: left;
    padding: 10px;
    margin: 5px;
    width: 110px;
    height: 130px;
    border: 1px solid threedshadow;
    text-align: center;
}
.photo
{
    background: white !important;
}
.photo img
{
    border: solid 1px #666666 !important;
}
.alternatingPhoto
{
    background: window !important;
}


#slider
{
    width: 460px; /* important to be same as image width */
    height: 270px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
#sliderContent
{
    width: 460px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
}
.sliderImage
{
    float: left;
    position: relative;
    display: none;
}
.sliderImage span
{
    position: absolute;
    text-align: left;
    font: 11px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear
{
    clear: both;
}
.sliderImage span strong
{
    font-size: 14px;
}
.top
{
    top: 0;
    left: 0;
}
.bottom
{
    bottom: 0;
    left: 0;
}
ul#sliderContent
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    left: 0px;
}
