﻿/**********************************************************************
* Description:  Style rules specific to the home page template
* Created By:   Jason Offutt @ Central Christian Church of the East Valley
* Date Created: 4/12/2010
*
* $Workfile: home.css $
* $Revision: 20 $
* $Header: /trunk/Arena/Templates/Cccev/Hasselhoff/css/home.css   20   2010-08-18 13:46:19-07:00   JasonO $
*
* $Log: /trunk/Arena/Templates/Cccev/Hasselhoff/css/home.css $
*  
*  Revision: 20   Date: 2010-08-18 20:46:19Z   User: JasonO 
*  Making feature caption font color black. When we added links, the text 
*  turned blue/purple. 
*  
*  Revision: 19   Date: 2010-08-18 01:53:23Z   User: nicka 
*  Make everything clickable to view the details. 
*  
*  Revision: 18   Date: 2010-08-17 22:26:07Z   User: JasonO 
*  Darkening link text in the Twitter bubble. 
*  
* ... see previous history in the vault...
**********************************************************************/

#feature
{
    width: 926px;
    height: 444px;
    background: Transparent url(../img/feature-bg.png) no-repeat;
    position: absolute;
    top: 181px;
    left: 12px;
    z-index: 4;
    overflow: hidden;
}

    #feature-slider
    {
        display: block;
        width: 879px;
        height: 350px;
        margin: 23px 0px 0px 37px;
    }
    
		#feature li
		{
		    display: none;
			width:879px;
			height:350px;
			position:absolute;
			top:10;
			left:10;
		}
		
        #feature li:first-child
	    {
		    display: list-item;
	    }
		
        #feature-slider .feature-text
        {
            position: relative;
            margin-top: -270px;
            text-align: right;
        }
            
            .feature-text a
            {
                color: #000;
            }
            
            .feature-text p.caption
            {
                background-color: #23c3ea;
                color: #000;
                padding: 10px 20px;
                margin-right: -10px;
                width: 30%;
                font-size: 16px;
                float: right;
                clear: both;
            }
        
            .feature-text h1.heading
            {
                font-size: 72px;
                text-transform: uppercase;
                color: #ffffff;
                font-weight: lighter;
                background-color: #23c3ea;
                padding: 10px 20px;
                margin-right: -10px;
                float: right;
                clear: both;
            }

#feature-nav
{
    position: absolute;
    right: 75px;
    bottom: 90px;
    width: 120px;
    height: 56px;
}

    #feature-nav a
    {
        height: 56px;
        width: 60px;
        text-indent: -2000px;
        display: block;
        float: left;
    }

    #feature-nav .left
    {
        background: url(../img/feature-arrows.png) no-repeat;
        background-position: 0px top;
    }
    
    #feature-nav .right
    {
        background: url(../img/feature-arrows.png) no-repeat;
        background-position: -60px top;
    }

#feature-links
{
    margin: 10px 0px 0px 37px;
    font-size: 14px;
    color: #000000;
    padding: 5px;
    background-color: #23c3ea;
    display: block;
    width: 45%;
}

    #feature-links a
    {
        color: #ffffff;
        padding: 0px 3px;
        text-decoration: none;
    }

    #social
    {
        position: relative;
        float: left;
        width: 33%;
        padding-left: 12px;
    }
        
        #social h2.content-heading
        {
            display: block;
            width: 268px;
            padding: 3px 5px;
            background: #181818;
            color: #ffffff;
            font-size: 16px;
            font-weight: lighter;
            margin: 30px 0px 0px 45px;
            line-height: normal;
        }
        
        #social-networks
        {
            margin-left: 30px;
            background: Transparent url(../img/social-bg.png) no-repeat top right;
            padding-bottom: 20px;
        }
        
            #social-networks li
            {
                width: 252px;
                margin: 0px auto;
            }
            
                #social-networks li img
                {
                    display: block;
                    margin: 0px auto;
                }
            
            #social-networks li.tweet
            {
                padding: 20px 15px 34px 25px;
                line-height: 15px;
                height: 69px;
                width: 237px;
            }
            
                #social-networks li a
                {
                    color: #1592CC;
                }
            
                #social-networks .relative-date
                {
                    display: block;
                    font-size: 10px;
                    color: #898989;
                }
                
            #social-networks li.logo
            {
                margin: 18px auto 0px auto;
            }
            
            #social-networks li:last-child
            {
                margin-top: 23px;
            }
            
        #blog
        {
            margin-left: 30px;
            background: Transparent url(../img/blog-bg.png) no-repeat top right;
            padding-bottom: 20px;
            height: 365px;
        }
        
            #blog li.post
            {
                padding: 10px 10px 0px 10px;
                margin-left: 15px;
                display: block;
                clear: both;
                height: 153px;
            }
            
                #blog li.post div.author
                {
                    float: left;
                    position: relative;
                    width: 92px;
                }
                
                    #blog li.post div.author img, #blog li.post div.author span
                    {
                        display: block;
                    }
                    
                    #blog li.post div.author span
                    {
                        background: #23c3ea;
                        padding: 15px 10px 5px 10px;
                        width: 72px;
                        color: #ffffff;
                        font-size: 14px;
                    }
             
                #blog li.post h3, #blog li.post p
                {
                    float: right;
                    display: block;
                    position: relative;
                    width: 150px;
                }
                            
                #blog li.post h3
                {
                    text-transform: uppercase;
                    font-size: 16px;
                    color: #23c3ea;
                    font-weight: lighter;
                    padding: 0px 0px 5px 0px;
                }
                
                #blog li.post p
                {
                    line-height: 16px;
                    font-size: 12px;
                }
                    
                     #blog li.post p a
                     {
                         color: #23c3ea;
                         padding-right: 10px;
                         background: Transparent url(../img/read-more-arrow.png) no-repeat right;
                         text-decoration: none;
                     }
        
        #news
        {
            float: right;
            position: relative;
            width: 60%;
            margin-top: 30px;
        }
        
            #news h2.content-heading
            {
                font-size: 60px;
                color:#23C3EA;
                font-weight:lighter;
                line-height:50px;
            }
            
            #news-events
            {
                padding: 0px;
                padding-bottom: 50px;
                margin: 0px;
            }
            
                #news ul li
                {
                    padding: 25px 60px 5px 0px;
                    font-size: 14px;
                    background: #F1F1F1
                }
                
                    #news li.item h3
                    {
                        text-transform: uppercase;
                        font-size: 20px;
                        color: #676666;
                        font-weight: normal;
                    }
                    
                        #news li.item h3 a
                        {
                            text-decoration: none;
                            color: #23c3ea;
                        }
                    
                    #news li.item h4
                    {
                        font-size: 16px;
                        padding: 5px 0px;
                        font-weight: lighter;
                        color: #B0B0B0;
                    }
                    
            #news #topics
            {
                display: none;
                position: absolute;
                background: url(../img/customize-bg.png) no-repeat;
                height: 365px;
                width: 689px;
                z-index: 2;
                padding: 55px 0px 30px 30px;
                top: 45px;
                left: -225px;
            }
            
                #topics .button
                {
                    display: inline-block;
                    padding: 5px 10px;
                    background: #23C3EA;
                    color: #ffffff;
                    font-size: 16px;
                    margin-top: 20px;
                }
            
                #topics .aside
                {
                    width: 180px;
                    float: left;
                    position: relative;
                    text-align: right;
                }
                
                    #news .aside h2
                    {
                        font-size: 38px;
                        color: #23C3EA;
                        font-weight: lighter;
                    }
                    
                    .aside p
                    {
                        font-size: 12px;
                        padding-top: 10px;
                    }
                
                #topic-list
                {
                    height: 355px;
                    width: 449px;
                    position: relative;
                    float: right;
                }
            
                #news #topics li
                {
                    padding: 0px 0px 0px 20px;
                    font-size: 45px;
                    line-height: 50px;
                    background: #ffffff;
                }
                
                    #topics li a
                    {
                        color: #aaaaaa;
                        padding-left: 55px;
                    }
                    
                    #topics li a:hover
                    {
                        color: #23C3EA;
                        /*background: url(../img/check-mark.png) no-repeat;*/
                    }
                    
                    #topics .selected
                    {
                        color: #23C3EA;
                        background: url(../img/check-mark.png) no-repeat;
                    }
                    
/* jScrollPane Style Rules */

.jScrollPaneContainer {
	overflow: hidden;
	z-index: 1;
	height: 355px;
    width: 400px;
    position: relative;
    float: right;
    margin-right: 45px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e9e9e9;
	width: 15px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #23C3EA;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
