/*    
    CMS         - Light CMS    
    Author   - Neill Harmer    
    
    Style    - style-contents.css
*/


/* TEXT EDITOR STYLES */
    /* <textEditor> */         
        .textBlue, .textBlue a {color: #23408e;}
        
        .textBlack, .textBlack a {color: #231f20;}
        .textWhite, .textWhite a {color: #fff;}
        .textGrey, .textGrey a {color: #828282;}    
        
        .fontGeorgia {font-family: georgia, serif;}
        .fontTimes {font-family: "times new roman", times, serif;}    
        .fontVerdana {font-family: verdana, sans-serif;}
        .fontArial {font-family: arial, sans-serif;}
        .fontTahoma {font-family: tahoma, sans-serif;}    
        .fontTrebuchet {font-family: "trebuchet ms", sans-serif;}    
        
        .fontSize10 {font-size: 10px;}
        .fontSize11 {font-size: 11px;}
        .fontSize12 {font-size: 12px;}
        .fontSize13 {font-size: 13px;}
        .fontSize14 {font-size: 14px;}
        .fontSize15 {font-size: 15px;}
        .fontSize16 {font-size: 16px;}
        .fontSize17 {font-size: 17px;}
        .fontSize18 {font-size: 18px;}
        .fontSize19 {font-size: 19px;}
        .fontSize20 {font-size: 20px;}
        .fontSize21 {font-size: 21px;}
        .fontSize22 {font-size: 22px;}
        .fontSize22 {font-size: 23px;}
        .fontSize22 {font-size: 24px;}
        .fontSize22 {font-size: 25px;}
        .fontSize22 {font-size: 26px;}
        .fontSize22 {font-size: 27px;}
        .fontSize22 {font-size: 28px;}
        .fontSize22 {font-size: 29px;}
        .fontSize22 {font-size: 30px;}
        .fontSize22 {font-size: 31px;}
        .fontSize22 {font-size: 32px;}
        .fontSize33 {font-size: 33px;}
        
        .left {float: left; margin-right: 1em;}
        .right {float: right; margin-left: 1em;}
        
        .noborder {border: none !important;}
        .imageBorder {border: 1px solid #c2c2c2; padding: 4px;}    
        
        
    /* </textEditor> */ 


    
    
    
.contents {
    font-size: 14px;
    line-height: 18px;
}   

    
    
    
    

/* LINKS */
a {
    color: #004f6c;
    text-decoration: underline;
}        
    .contents a:hover {
        color: #004f6c;
    }
    
    


/* OL/UL */
.contents ol {
    list-style: decimal;
    margin: 15px 20px 15px 25px;
}
    .contents ol li {
        padding: 0 0 9px 0;
    }    
        
.contents ul {
    list-style: disc;
    margin: 15px 20px 15px 20px;
}
    .contents ul li {
        padding: 0 0 9px 0;
    }    
    
    /*  for blog/calendar list items to still have list bullets */    
    .blogList ul li ul, .eventsList ul li ul {margin: 15px 35px !important;}
         .blogList ul li li, .blogList ul li ul, .eventsList ul li li, .eventsList ul li ul {list-style: square !important;}
    .blogList ol li ul, .eventsList ol li ul {margin: 15px 35px !important;}
         .blogList ol li li, .blogList ol li ul, .eventsList ol li li, .eventsList ol li ul {list-style: decimal !important;}

    

         
         
         
/* PARAGRAPHS */
.contents p {
    margin: 0 0 20px 0;
}
    p[align="right"], 
    p.right {
        float: right;
        margin: 0 8px 15px;
    }    
    p[align="left"], 
    p.left {
        float: left;
        margin: 0 8px 15px;
    }


    




/* HORIZONTAL RULES */
hr {
    border: 3px solid #23408e;
    border-width: 3px 0 0 0;
    border-collapse: collapse;
    clear: both;
    margin: 10px 0 15px;
}




/* GENERAL SITE HEADINGS */    
h1 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.1em;
}    
    
h2 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1.1em;
}    

h3 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.1em;
}    

h4 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.1em;
}    

h5 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.1em;
}    

h6 {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.1em;
}    


    
    

    
/* BLOG ITEM */    
/* blog listing */        
.blogList {
    padding: 0;        
}
    .blogList ul {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none;
    }
        .blogList ul li {
            list-style: none;
            margin: 0 !important;
            padding: 0 !important;
            border-bottom: 3px solid #23408e;
        }
        
        .blogList ul li h2.postTitle {
            margin: 15px 0 0;
            font-size: 18px;
            line-height: 1.1em;
        }
            .blogList ul li h2.postTitle a {    
                text-decoration: none;
            }
            
        .blogList ul li .postInfo {
            margin: 0 0 15px;    
        }    
            
        .blogList ul li .postBody {
            color: #231f20;
        }    
            #secPage #subColumn .blogList ul li .postBody {
                color: #fff;
            }    
            

/* post detail page */
.post h2 {
}
.post .postDate {
    margin: 0 0 15px 0;    
}
        
.post .blogBack {
    display: none;
}    

        


/* blog comments */
.commentsHead {
    padding-top: 25px;
    clear: both;
}
    
.comments {
}
    .comments dl {
        background: transparent !important;        
    }    
        dt.comment {
            background: transparent !important;
            margin: 0 !important;
            padding: 15px 0 0 !important;
            border: none !important;
            font-size: 15px !important;
        }        
            dt.comment .commentNumber {
                display: none;
            }    
            dt.comment a {
                text-decoration: none;
            }            
        
        dd.comment {            
            background: transparent !important;
            margin: 5px 0 25px !important;
            padding: 0 !important;
        }                    
            dd.comment .commentDate {        
                font-size: 11px;
                color: #999;
            }
    
    
    
/* comments form */
.commentsForm {
    clear: both;
    padding-top: 25px;
}
    .commentsForm .addComment {
        clear: both;
    }
    
    .commentsForm label {
        display: block;
        font-size: 15px;
    }
    
    .commentsForm input, 
    .commentsForm textarea {
        padding: 2px 6px;
        font-size: 12px;
        margin: 3px 0 10px;
        font-family: arial, sans-serif;
    }
    
    .commentsForm span {
        font-weight: bold;
        font-size: 14px;
    }
    
    .commentsForm img {
        margin: 5px 0;
    }
    
    .commentsForm input.submitComment {
        background: #23408E;
        color: #fff;
        padding: 6px 8px;
        margin: 2px;
        font-size: 15px;
        border: none;
        width: 270px;
        font-weight: bold;
    }
    

    
    
    
    

/* EVENTS / CALENDAR */
/* event list */        
.eventsList {
    padding: 0;        
}
    .eventsList ul {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none;
    }
        .eventsList ul li {
            list-style: none;
            margin: 0 !important;
            padding: 0 !important;
            border-bottom: 3px solid #23408e;
        }
        
        .eventsList ul li a {
            line-height: 1.1em;
            text-decoration: none;
            margin: 15px 0 0;
            font-size: 18px;
            font-weight: bold;
            display: block;
        }
            
        .eventsList ul li .eventDate {
            margin: 0 0 15px;
            font-style: italic;
        }    


/* graphic tabular events calendar */
.eventsCalendar table { /* entire table */
    border: 1px solid #333;
    width: 100%;
    border-collapse: collapse;
}        
    .calendarDay, .calendarToday, .calendarDayHeader, .calendarTitle td, .calendarWeekendDay, .calendarOtherMonthDay   {
        padding: 2px;
        border: 1px solid #333;
        text-align: left;
        vertical-align: top;
    }
    
    .calendarTitle td { /* top bar with current month and next/previous buttons */
        text-align: center;
        background: #333 !important;
        color: #FFF;
        padding: 5px 4px !important;    
        text-transform: uppercase !important;
        font-weight: bold !important;    
    }    
        .calendarNextPrevious {
            color: #fff !important;
            font-weight: normal;
        }    
            .calendarNextPrevious a {
                color: #fff !important;
                font-weight: normal;
            }    
            
    .calendarDayHeader { /* m-f bar */
        color: #333;
        background: #999;
        font-weight: normal;
        height: 1px;
        text-align: center;
        padding: 4px 2px;
        text-transform: uppercase !important;
        font-size: .9em;
    }    
        
    .calendarToday, .calendarToday a { /* current day */
        color: #333 !important;
        background: #89D4E2;
        font-weight: bold;
    }    
    .calendarWeekendDay { /* weekends */
        background: #e0dedb;
        color: #333 !important;
    }    
    .calendarDay { 
        background: #e0dedb;
        color: #333 !important;
    }    
        .calendarDay a { 
            font-weight: bold;
            color: #333 !important;
        }        
    .calendarOtherMonthDay { /* previous or next months days on current months calendar */
        color: #333;
        background: #efefef;
    }

            
            
            
/* calendar detail page */
.event h2 {
}
.event .eventDate {
    margin: 0 0 15px 0;
    font-style: italic;
}
.event .eventBack p a {
    font-weight: bold;
}
    
    

/* ICEBRRG */
    .fieldSelected { /* background color of a selected field. */
        background: transparent !important;
        border-color: transparent !important;
    }