﻿/**********************************************************************
* Description:  TBD
* Created By:   Jason Offutt @ Central Christian Church of the East Valley
* Date Created: TBD
*
* $Workfile: single-column.css $
* $Revision: 9 $
* $Header: /trunk/Arena/Templates/Cccev/Hasselhoff/css/single-column.css   9   2011-03-16 10:21:06-07:00   JasonO $
*
* $Log: /trunk/Arena/Templates/Cccev/Hasselhoff/css/single-column.css $
*  
*  Revision: 9   Date: 2011-03-16 17:21:06Z   User: JasonO 
*  Adding support for video embed via Vimeo on the website when available. 
*  Falls back to HTML 5 player, then to Flash player. 
*  
*  Revision: 8   Date: 2011-03-08 20:52:12Z   User: JasonO 
*  Adding style rules for podcast item dates. 
*  
*  Revision: 7   Date: 2010-08-18 21:08:57Z   User: JasonO 
*  Fixing CSS bugs on Webologists page. 
*  
*  Revision: 6   Date: 2010-08-17 21:42:52Z   User: JasonO 
*  Fixing CSS bugs adding styles for Webologist page 
*  
*  Revision: 5   Date: 2010-08-17 19:22:35Z   User: JasonO 
*  Fixing css bugs 
*  
*  Revision: 4   Date: 2010-08-17 16:35:08Z   User: JasonO 
*  fixing css bugs 
*  
*  Revision: 3   Date: 2010-06-29 00:38:31Z   User: JasonO 
*  Adding style info for single col page. 
*  
*  Revision: 2   Date: 2010-06-28 16:34:11Z   User: JasonO 
*  Addign RCS block 
**********************************************************************/

#content
{
    position: absolute;
    min-height: 328px;
    top: 169px;
    z-index: 4;
    background: Transparent url(../img/main-content-top-bg.png) no-repeat;
}

    #content .content-container
    {
        width: 850px;
        min-height: 226px;
        padding: 40px 20px 40px 30px;
        position: relative;
        background: #ffffff;
        margin-top: 22px;
        margin-left: 29px;
    }
    
    #content .content-bottom
    {
        position: relative;
        background: Transparent url(../img/main-content-bottom-bg.png) no-repeat;
        background-position: center bottom;
        width: 902px;
        height: 39px;
        margin-left: 28px;
    }
    
    #content .content-container p
    {
        padding: 10px 0px;
    }
    
    #content h1.webologist
    {
        font-size: 60px;
        display: block;
        padding-bottom: 20px;
    }
    
        #content .webologist > .code
        {
            color: #b0b0b0;
        }
        
        #content .webologist > .grey
        {
            color: #181818;
        }
        
    #content p.main-text
    {
        font-size: 16px;
    }
    
    #content ul.twoCol
    {
        display: inline;
        position: relative;
        float: none;
        clear: both;
    }
    
        #content ul.twoCol li
        {
            position: relative;
            display: inline-block;
            width: 47%;
            list-style-type: none;
            padding: 30px 20px 0px 0px;
            line-height: normal;
            vertical-align: top;
            
            /* IE Hacks */
            *display: block;
            *width: 90%;
        }
        
        #content ul.twoCol ul > li,
        #content ul.twoCol ul
        {
            list-style: disc none outside !important;
            margin-left: 15px;
            display: block;
            padding: 0px;
            height: auto;
        }
        
    #content .list .date
    {
        font-weight: normal; 
        font-size: 14px; 
        padding-left: 10px;
    }
    
#content .video-player
{
    margin: 20px auto;
    width: 640px;
}

    .video-player > iframe
    {
        border: none !important;
    }
