﻿/*
#################################################
    
    templatecontent.css

    CSS file for the TemplateContent PagePart.

    Copyright Mindscape 2008, All right reserved.

    Version 1.0 by Brian Timmer (6/27/2008)

    Version 1.1 by Jason Van Vuren (2/11/2009)
        Updated styles for the new train template
        system.

###################################################
*/

/* Used to remove overall float of all divs in site set in HomeMaster.css */
body#Default #SiteContainer #Table-Cell-Middle #Wrapper #Content #Column1 .column1-content .template-content div
{
    float: none;
    clear: both;
}

.template-content
{

}

.template-content p
{
    padding-bottom: 15px;
}

.template-content table p
{
    margin: 0px;
    padding: 0px;
}

.template-content img 
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.template-content .content-no-image
{
}

.template-content .content-imagealign-left .image
{
    float: left;
}

.template-content .content-imagealign-right .image
{
    float: right;
}

.template-content .content-image
{
 
}

.template-content .content-image .image
{

}

.template-content .content-video
{
 
}

.template-content .content-audio
{

}

.template-content .content-flash
{
 
}


/* Featured Items Custom Template */
.template-content .featured-items-template
{
    width: 100%;
    height: auto;
    float: left !important;
    clear: none !important;
}

.template-content .featured-items-template div
{
    float: left !important;
    clear: none !important;
}

.template-content .featured-items-template .feature-row-1,
.template-content .featured-items-template .feature-row-2,
.template-content .featured-items-template .feature-row-3
{
    padding-bottom: 20px;
}

.template-content .featured-items-template .feature
{
    border: 1px solid #a69f94;
    width: auto;
    height: auto;
    padding: 20px 10px;
    text-align: center;
    margin-right: 12px;
}

.template-content .featured-items-template .feature.last
{
    margin: 0px;
}

.template-content .featured-items-template .feature img
{
    border: 3px solid #737373;
    width: 80px;
    height: 60px;
}

.template-content .featured-items-template .feature span
{
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0px;
    text-align: center;
}

.template-content .featured-items-template .feature span a
{
    font-size: 12px;
    font-weight: bold;
    color: #d29e35;
    text-decoration: none;
}

.template-content .featured-items-template .feature span a:hover
{
    text-decoration: underline;
}