﻿/**********************************************************************
* Description:	Styles for the various event view modules
* Created By:	Central Christian Church of the East Valley
* Date Created:	7/19/2010 04:59:59 PM
*
* $Workfile: calendar.css $
* $Revision: 22 $ 
* $Header: /trunk/Arena/UserControls/Custom/Cccev/Web2/css/calendar.css   22   2012-01-26 16:48:56-07:00   nicka $
* 
* $Log: /trunk/Arena/UserControls/Custom/Cccev/Web2/css/calendar.css $
*  
*  Revision: 22   Date: 2012-01-26 23:48:56Z   User: nicka 
*  overrides highlight set in the bundled "fullcalendar.css" file. 
*  
*  Revision: 21   Date: 2011-11-16 21:08:52Z   User: JasonO 
*  Cleaning up more css issues with the calendar. 
*  
*  Revision: 20   Date: 2011-11-16 20:41:05Z   User: JasonO 
*  Adding agnostic border-radius property to hover "bubble" element that 
*  follows cursor on calendar and tag cloud views. 
*  
*  Revision: 19   Date: 2011-11-15 23:27:34Z   User: JasonO 
*  
*  Revision: 18   Date: 2011-11-14 17:18:38Z   User: JasonO 
*  CSS tweaks, fixing typos. 
*  
*  Revision: 17   Date: 2011-11-10 18:16:40Z   User: JasonO 
*  Calendar behavior and CSS tweaks. 
*  
*  Revision: 16   Date: 2011-11-03 20:55:00Z   User: JasonO 
*  Tweaking some default colors to match 007 theme. 
*  
*  Revision: 15   Date: 2011-04-05 22:46:09Z   User: JasonO 
*  Functionality updates for Glendale campus rollout and usability 
*  improvements. 
*  
*  Revision: 14   Date: 2011-03-08 22:13:07Z   User: JasonO 
*  
*  Revision: 13   Date: 2010-08-03 23:56:55Z   User: JasonO 
*  Adding ability to define topic areas on calendar pages. 
*  
*  Revision: 12   Date: 2010-08-02 19:12:41Z   User: JasonO 
*  Adding support for tooltips on event cloud view. 
*  
*  Revision: 11   Date: 2010-08-02 17:17:52Z   User: JasonO 
*  Updating calendar controls and associated scripts/css so each control has 
*  its own overlay. 
*  
*  Revision: 10   Date: 2010-07-29 22:30:19Z   User: nicka 
*  Move calendar overlay from fullcalendar.css to calendar.css 
*  
*  Revision: 9   Date: 2010-07-28 23:23:44Z   User: nicka 
*  Correction for Event List items that have no summary. 
*  
*  Revision: 8   Date: 2010-07-28 16:15:20Z   User: JasonO 
*  Tweaking control panel behavior and styling. 
*  
*  Revision: 7   Date: 2010-07-26 15:36:40Z   User: nicka 
*  Added fadeIn/fadeOut support for List view. 
*  
*  Revision: 6   Date: 2010-07-23 00:37:33Z   User: JasonO 
*  Making a few last second tweaks 
*  
*  Revision: 5   Date: 2010-07-22 23:58:33Z   User: nicka 
*  Updated image reference for event list bg 
*  
*  Revision: 4   Date: 2010-07-22 23:38:14Z   User: nicka 
*  Added support for the Event List View module 
**********************************************************************/

#calendar-overlay,
#cloud-overlay,
#event-list-overlay
{
    position: absolute;
    background: #f7f7f7 url(images/calendar-loading.gif) no-repeat;
    background-position: center 200px;
    width: 650px;
    height: 520px;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 0px 0px 0px -25px;
    display: none;
}

#content .fc-event-description,
#content .tag-description
{
    display: none;
    position: absolute;
    z-index: 25;
    width: auto;
    width: 250px;
}    
    #content .fc-event-description .bubble,
    #content .tag-description .bubble
    {
        background: #e9e9e9;
        display: block;
        padding: 0px 15px 10px;
        color: #444;
        border-radius: 5px;
        -moz-border-radius: 5px;
	    -khtml-border-radius: 5px;
	    -webkit-border-radius: 5px;
        border: 1px solid #bbb;
        box-shadow: 0 0 5px 0px rgba(50, 50, 50, .4);
	    -webkit-box-shadow: 0 0 5px 0px rgba(50, 50, 50, .4);
	    -moz-box-shadow: 0 0 5px 0px rgba(50, 50, 50, .4);
        line-height: normal;
    }
    
        #content .fc-event-description .time,
        #content .tag-description .time
        {
            font-weight: bold;
            font-size: 10px;
            color: #e9e9e9;
            display: block;
            padding-bottom: 3px;
        }

/**********************************************************/
/* Control Panel                                          */
/**********************************************************/

.control-wrap
{
	width: auto;
	padding: 0px 20px 0px 20px;
}

    .control-wrap #campuses > li {
        display: block;
        margin-bottom: 5px;
        background: Transparent;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    
    .control-wrap #campuses > .selected,
    .control-wrap #campuses > li:hover {
        box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
        -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
        
    }
    
        .control-wrap #campuses > .selected > label,
        .control-wrap #campuses > li:hover > label {
            color: #f1f1f1;
        }

    .control-wrap #campus_1.selected,
    .control-wrap #campus_1:hover {
        background: #863A36;
    }
    
    .control-wrap #campus_2.selected,
    .control-wrap #campus_2:hover {
        background: #C08A38;
    }
    
    .control-wrap #campus_3.selected,
    .control-wrap #campus_3:hover {
        background: #743B7E;
    }
    
    .control-wrap #campus_4.selected,
    .control-wrap #campus_4:hover {
        background: #3E7CAB;
    }
	
	#slider-wrap
	{
		display: none;
	    height: 130px;
	}

	.control-wrap h2
	{
		/*font-size: 24px;
		font-weight: lighter;
		color: #443444;*/
	    padding-top: 20px;
	}
	
	#date-slider
	{
		margin-top: 10px;
		width: 165px;
	}
	
	.range
	{
		padding: 20px 0px 30px 0px;
	}
	
		.control-wrap .min,
		.control-wrap .max
		{
			color: #999;
			font-size: 16px;
			text-transform: uppercase;
			display: inline-block;
			padding: 5px 0px;
			text-align: center;
			width: 77px;
			border: 1px solid #999;
			margin: 0px 3px;
		}
		
	.calendar-search
	{
		font-size: 16px;
		padding: 3px 5px;
		border: 1px solid #999;
		color: #999;
		margin: 10px 0px 20px 0px;
		width: 156px;
	}
	
	#calendar-views
	{
		margin-top: 10px;
	}
	
	    #calendar-views label {
	        padding-left: 5px
	    }
	
.event-view
{
	display: none;
}

/**********************************************************/
/* Event Cloud View                                       */
/**********************************************************/

#articles #event-cloud p
{
    padding: 0px;
    font-size: 16px;
    color: #b0b0b0;
}

    #event-cloud .campus
    {
        color: #181818;
        font-weight: bold;
    }

#cloud
{
    margin-top: 20px;
}

    #cloud li.tag
    {
        display: inline-block;
        position: relative;
        padding: 5px;
    }

        #cloud li a
        {
            color: #f1f1f1;
            line-height: 30px;
            padding: 5px 15px;
            text-decoration: none;
            font-weight: normal;
            box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
            -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
            -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;            
        }
    
        #cloud li a:hover
        {
            text-decoration: underline;
        }

        #cloud li a.past
        {
            font-weight: normal;
        }

        .today
        {
            font-size: 20px;
        }

        .tomorrow
        {
            font-size: 19px;
        }

        .this-week
        {
            font-size: 18px;
        }

        .next-week
        {
            font-size: 17px;
            filter:alpha(opacity=80);
	        -moz-opacity:0.80;
	        -khtml-opacity: 0.80;
	        opacity: 0.80;
        }

        .two-weeks
        {
            font-size: 16px;
            filter:alpha(opacity=80);
	        -moz-opacity:0.80;
	        -khtml-opacity: 0.80;
	        opacity: 0.80;
        }

        .three-weeks
        {
            font-size: 15px;
            filter:alpha(opacity=80);
	        -moz-opacity:0.80;
	        -khtml-opacity: 0.80;
	        opacity: 0.80;
        }

        .one-month
        {
            font-size: 14px;
            filter:alpha(opacity=70);
	        -moz-opacity:0.70;
	        -khtml-opacity: 0.70;
	        opacity: 0.70;
        }

        .two-months
        {
            font-size: 13px;
            filter:alpha(opacity=70);
	        -moz-opacity:0.70;
	        -khtml-opacity: 0.70;
	        opacity: 0.70;
        }

        .three-months
        {
            font-weight: normal;
            filter:alpha(opacity=70);
	        -moz-opacity:0.70;
	        -khtml-opacity: 0.70;
	        opacity: 0.70;

        }


/**********************************************************/
/* Event List View                                        */
/**********************************************************/

/* Featured items */
#event-featured-list
{
	line-height: normal;
	margin-left: -50px !important;
	margin-top: 40px;
}

	#event-featured-list li.item
	{
		float: left;
		width: 327px;
		height: 432px;
		padding: 17px 0px 0px 16px;
		margin-top: -25px; /* alignment hackery */
		background: url(../images/eventlist-item-bg.png) no-repeat;
		overflow: hidden;
		list-style: none outside none;
	}

		#event-featured-list li.item > div.date
		{
			position: relative;
			top: 5px;
			left: 5px;
			z-index: 1;
			background: #999;
			width: 60px;
			height: 60px;
			float: left;
		}

		#event-featured-list li.item > div.photo
		{
			position: relative;
			top: -50px;
			left: 14px;
			z-index: 0;
			width: 302px;
			height: 350px;
			overflow: hidden;
		}

		#event-featured-list li.item h3
		{
			position: relative;
			top: -50px;
			left: 14px;
			margin-top: 10px;
			padding: 5px 0px 0px 3px;
			width: 299px;
			height: 25px;
			background: #999;
			color: White;
			font-size:20px;
			font-weight:normal;
			line-height:19px;
		}

		#event-featured-list li.item h3 a
		{
			color: White;
		}

	#event-featured-list .date
	{
		color: White;
		font-size: 38px;
		text-align: center;
		margin:0 auto;
		text-transform: uppercase;
		line-height: 30px;
		padding-top: 5px;
	}

	#event-featured-list .month
	{   
		font-size: 24px;
	}

/* Flat list of event items */
#event-list
{
	line-height: normal;
	padding-top: 20px;
	margin: 0 0 0 -28px;
	clear: both;
}

	#event-list ul
	{
		padding-top: 850px;
		padding-bottom: 30px;
	}

		#event-list li.item
		{
			list-style: none outside none;
			padding-top: 25px;
			clear: both;
		}

		#event-list li.item:first-child
		{
			padding-top: 2px;
		}

			#event-list li.item > div.date 
			{
				background: #999;
				width: 60px;
				height: 60px;
				float: left;
				margin-right: 12px;
				line-height: 30px;
				padding: 10px 5px 5px;
			    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
			    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
			    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
			    border-radius:5px;
			    -moz-border-radius:5px;
			    -webkit-border-radius:5px;
			    margin-bottom: 10px;
			}

			#event-list li.item h3
			{
				color:#676666;
				font-size:18px;
				font-weight:normal;
				text-transform:uppercase;
			}

			#event-list li.item h4
			{
				margin-top: -10px;
				color:#B0B0B0;
				font-size:14px;
				font-weight:lighter;
				padding:5px 0;
			    line-height: normal;
			}

			#event-list li.item p.summary
			{
				font-size:12px;
				padding: 0px 0;
			}

	#event-list .date
	{
		color: White;
		font-size: 38px;
		text-align: center;
		margin:0 auto;
		text-transform: uppercase;
	}

	#event-list .month
	{   
		font-size: 24px;
	}

#event-list-overlay
{
    margin: 0px 0px 0px -35px;
    width: 690px;
}

.fc-state-highlight {
    background: #F5F5CC !important;
}

.event-profile {
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.4);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.4);
    margin-bottom: 5px !important;
}

    .event-profile a {
        line-height: 15px;
        font-size: 11px;
        padding: 3px;
        width: auto !important;
    }

.event-profile,
.event-profile a {
    background: #b0b0b0;
    border-color: #b0b0b0; 
}

.campus_1,
.campus_1 a {
    background: #863A36 !important;
    border-color: #863A36 !important;
}

.campus_2,
.campus_2 a {
    background: #C08A38 !important;
    border-color: #C08A38 !important;
}

.campus_3,
.campus_3 a {
    background: #743B7E !important;
    border-color: #743B7E !important;
}

.campus_4,
.campus_4 a {
    background: #3E7CAB !important;
    border-color: #3E7CAB !important;
}
