﻿/* Structure Overrides */
#mainFrame {     
    background:url('../img/splash-bk-small.png');        
    background-repeat:no-repeat;
    background-color:#FFF;
    }
#mainContent {
    background-color:#fff;
    background:url('../img/splash-bk.png');
    
    background-repeat:no-repeat; 
    min-height:500px; 
    width:950px;
    border-right:1px solid silver;
    border-left:1px solid silver;
    padding:10px 10px 10px 10px;
    } 
#top { height:370px; margin-bottom:5px; width:100%; }

/* Tiles */
.tile { height:175px; display:inline; } 
#loveGodTile { background:url('../img/worship.gif') no-repeat; }
#loveGodTile h2 { color:#598bcb;font-size:125%; font-weight:bold;} 
#loveGodTile span { font-weight:bold; display:block; color:#808080;} 
#service1 { background:url('../img/lots-of-contemporary-music.png') no-repeat bottom left; height:40px;  } 
#service2 { background:url('../img/blend-of-contemporary-and-hymns.png') no-repeat bottom left; height:40px;  } 
#sermonLink { background:url('../img/audio-icon.gif') no-repeat; height:45px;text-align:left; padding:10px 0px 0px 55px;} 
#loveOthersTile { background:url('../img/connect.gif') no-repeat; }     
#serveTheWorldTile { background:url('../img/impact.gif') no-repeat; margin-right:0px; }
#tiles { height:177px; margin-top:43px; width:100%;} 
#tiles{_margin-left:0px;_margin-right:0px;_display:inline;}
/* Icons (Cal, EFCA, Maps) */
#efca { position:relative; top:-80px; left:515px;width:45px; height:60px; }
#weekCal { float:right; width:50px; margin-top:205px; *margin-top:110px; } 
#directions { position:relative; top:95px; left:595px; width:160px; height:90px; } 

/* Announcments */
/*#announceBox {float:left;width:450px; background-color:#FFF;border:1px solid silver;font-size:9pt;padding:3px 3px 3px 3px;position:relative; top:-50px;left:-60px;}*/
#announcements{  display:none;width:355px; height:135px; background:url('../img/box-bak.png') no-repeat; margin-top:75px; *margin-top:-20px; behavior: url('style/iepngfix.htc'); } 
#announcement-list { width:330px; height:60px; margin:0px 25px 10px 0px; padding-top:45px; overflow:hidden;}
.announcement { width:100%;float:left; padding-left:10px; } 
.announcement .headline {  width:100%; font-size:120%;font-weight:bold;color:#994E1C;float:left;text-align:center;}
.announcement .details { font-size:75%;clear:left; }
.announcement .more {text-align:center; width:100%;display:block; float:left;  } 

.view-more { display:block; text-align:center; width:100%; clear:left;  }
.view-more a{font-size:75%;color:#7A7777;}
.desc {display:block; width:100%; text-align:center;float:left; } 

/* Calendar */  
.summaryCal { width:425px; float:left; } 
.summaryCal .day  { display:block; height:50px; }   
.summaryCal .today  { display:block; height:50px; }
.summaryCal .today .dayInfo { font-weight:bold; } 
.summaryCal .dayInfo { display:block; width:100px;float:left;  border-top:1px dotted silver; } 
.summaryCal .eventGroup{ width:300px; display:block; float:left; border-top:1px dotted silver; }
.summaryCal .event { display:block; } 
.summaryCal .dayNumber { display:inline; font-size:10pt; margin-right:5px; } 
.summaryCal .dayName { float:left;display:block; font-size:12pt; padding:5px 5px 0px 0px; } 