/*
Theme Name: FLCS Theme
Theme URI:
Description: The Forest Lake Christian School WordPress Theme
Version: 1
Author: Cleverful
Author URI: http://www.cleverful.com
*/

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin:0; padding:0
    }

fieldset, img {
    border:0
    }

a {
    text-decoration:none
    }

strong {
    font-weight:bold
    }

em {
    font-style:italic
    }

* a {
    position:relative
    }

a img {
    border:none
    }

ol, ul{
    list-style-position:inside;
    margin-bottom: 20px;
	}

/* Clear */
.clear{
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    background:transparent;
    overflow:hidden;
    margin:0;
    padding:0;
    }

/* All Links */
a:link {
    color:#3366CC;
    text-decoration:none;
    }

a:visited {
    color:#3366CC;
    text-decoration:none;
    }

a:hover {
    color:#8BA8E2;
    text-decoration:underline;
    }

a:active {
    color:#8BA8E2;
    text-decoration:none;
    }

/* Navigation Links */
#navigation a:link {
    color:#663300;
    text-decoration:none;
    }

#navigation a:visited {
    color:#663300;
    text-decoration:none;
    }

#navigation a:hover {
    color:#974B00;
    text-decoration:underline;
    }

#navigation a:active {
    color:#663300;
    text-decoration:underline;
    }

/* Footer Wrapper Links */
#footer-wrapper a:link {
    color:#000;
    text-decoration:none;
    }

#footer-wrapper a:visited {
    color:#000;
    text-decoration:none;
    }

#footer-wrapper a:hover {
    color:#555;
    text-decoration:underline;
    }

#footer-wrapper a:active {
    color:#000;
    text-decoration:underline;
    }

/* Layout */
body{
    margin:0;
    padding:0;
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6em;
    vertical-align: top;
    background:#002d85;
    color:#333;
    }

    #header-wrapper{
        height:200px;
        text-align:center;
        background:#598be7 url(images/header-wrapper-bg.jpg) top center repeat-x;
        }

        #header{
            margin:0 auto;
            width:820px;
            height:200px;
            text-align:center;
            background:#fff url(images/header-bg.jpg) top center no-repeat;
            }

            #header-quotes{
                float:left;
                width:350px;
                padding-left:55px;
                padding-top:30px;
                height:82px;
                text-align:left;
                color:#333;
                font-family: Comic Sans MS;
                font-style:italic;
                }

            /*Header Navigation Menu*/
            #header-navigation{
                width:780px;
                margin:0 auto;
                padding:0 10px;
                }

                #header-navigation{overflow:hidden;position:relative;display:block;height:26px;font-size:11px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-bottom:1px solid #444;}
                #header-navigation ul{margin:0;padding:0;list-style-type:none;width:auto;}
                #header-navigation ul li{display:block;float:left;margin:0 1px 0 0;}
                #header-navigation ul li a{display:block;float:left;color:#034895;text-decoration:none;padding:0px 10px 0 10px;}
                #header-navigation ul li a:hover{color:#034895;background:transparent url(images/bgON.gif) repeat-x top left;}
                #header-navigation .current-cat a{color:#034895;background:transparent url(images/bgON.gif) repeat-x top left;}
                #header-navigation .current-cat a:hover{color:#034895;background:transparent url(images/bgON.gif) repeat-x top left;}
                #header-navigation .current_page_item  a{color:#034895;background:transparent url(images/bgON.gif) repeat-x top left;}
                #header-navigation .current_page_item  a:hover{color:#034895;background:transparent url(images/bgON.gif) repeat-x top left;}

            #sub-navigation{
                width:760px;
                margin:0 auto;
                margin-bottom:1em;
                padding: 0 20px;
                background:transparent url(images/content-bg.jpg) top center repeat-y;
                }
                #sub-navigation{position:relative;display:block;height:32px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
                #sub-navigation ul{margin:0;padding:0;list-style-type:none;width:auto;}
                #sub-navigation ul li{display:block;float:left;margin:4px 1px 0 0;}
                #sub-navigation ul li a{display:block;float:left;color:#777;text-decoration:none;padding:0px 5px 0 5px;}
                #sub-navigation ul li a:hover,#styleone ul li a.current{color:#AAA;}
                #sub-navigation ul li a:hover{color:#FFF;background:#555;}
                #sub-navigation .current-cat a{color:#FFF;background:#555;}
                #sub-navigation .current-cat a:hover{color:#FFF;background:#555;}
                #sub-navigation .current_page_item  a{color:#FFF;background:#555;}
                #sub-navigation .current_page_item  a:hover{color:#FFF;background:#555;}

    #content-wrapper{
        margin:0 auto;
        width:820px;
        padding-bottom:20px 0;
        text-align:center;
        background:transparent url(images/content-bg.jpg) top center repeat-y;
        }

        #content{
            float:left;
            width:540px;
            padding:10px 10px 0px 20px;
            text-align:left;
            }

            #page-content{
                padding-left:10px;
                }

                #page-content h2, #page-content h2 a{
                    font-size:18px;
                    border-bottom:1px solid #AAA;
                    padding:5px 5px 4px 0px;
                    margin:10px 5px 4px 0px;
                    color:#1C2620;
                    }
                #page-content h3, #page-content h3 a{
                   margin-top:15px;
				   padding-bottom:3px;
                   margin-bottom:3px;
                   color:#1C2620;
                   border-bottom:1px solid #AAA;
                    }

                #page-content h2 a,#page-content h3 a{
                    border-bottom:0;
                    }

                #page-content h4, #page-content h4 a{
                    margin-left:16px;
					font-size:14px;
					padding:8px 0;
                    color:#1C2620;
					}
                #page-content h5, #page-content h5 a{
                    margin-left:16px;
					font-size:14px;
					padding:8px 0;
                    color:#1C2620;
                    }
                #page-content h6, #page-content h6 a{
                    margin-left:16px;
					font-size:14px;
					padding:8px 0;
                    color:#1C2620;
                    }
                #page-content .post{
                    margin-bottom:2.2em;
                    line-height:1.8em;
                    font-size:12px;
                    }

                #page-content small{
                    font-size:10px;
                    color:#777;
                    }

                #page-content .post h3{
                    padding:4px 0 8px 0;
                    font-size:22px;
                    font-weight:bold;
                    font-family:Times New Roman,Georgia,Serif;
                    line-height:1em;
                    }

                #page-content .post img{
                    float:left;
                    padding:2px;
                    margin:5px 10px 0px 0;
                    border:1px solid #ddd;
                    }

                #page-content p{
                    margin-bottom:1.1em;
                    }

                    .index-news-column{
                        width:240px;
                        float:left;
                        }

                    .news-column-post{
                        margin-bottom:1em;
                        line-height:1.8em;
                        font-size:11px;
                        }

                    .news-column-post h3{
                        padding:4px 0 8px 0;
                        font-size:14px;
                        font-weight:bold;
                        font-family:Times New Roman,Georgia,Serif;
                        line-height:1.2em;
                        }

                    .news-column-post img{
                        display:block;
                        padding:2px;
                        margin-bottom:10px;
                        border:1px solid #0000CC;
                        }

                        .contact-form{
                            margin-bottom:25px;
                            }

                        .contact-form input, .contact-form textarea, .contact-form select{
                            background:#F2F4FF;
                            font-size:14px;
                            padding:2px;
                            color:#000;
                            }

                        .formLabel{
                            padding-top:15px;
                            }

                    #events-list ul{
                    list-style-type:none;
                    }

                    #events-list ul li{
                        border-bottom:1px dotted #2D2D2D;
                        margin-bottom:10px;
                        }

                     #sidebar ul li ul{
                        padding:5px 0px;
                        }

                    #events-list ul li ul li{
                        margin-left:20px;
                        padding:2px 0px;
                        margin-bottom:0;
                        border-bottom:0;
                        }

                    .related{
                        margin-top:20px;
                        }

                    .related ul{
                        list-style-type:none;
                        }

                    .related h6{
                        margin:0;
                        padding:0;
                        font-size:12px;
                        color:#777;
                        border-bottom:1px solid #6877E1;
                        }

                    .related ul li{
                        padding:3px 0px;
                        margin-bottom:3px;
                        border-bottom:1px dotted #2D2D2D;
                        font-size:11px;
                        }



        #sidebar{
            float:left;
            border-left:1px solid #ddd;
            border-bottom:1px solid #ddd;
            width:204px;
            margin-top:0px;
            padding:20px 20px 0px 15px;
            text-align:left;
            font-size:11px;
            line-height:1.5em;
            background:#EEE;
            }

            #sidebar ul{
                list-style-type:none;
list-style-position:outside;
                }

                #sidebar ul li{
                    padding:6px 0px;
                    }

                #sidebar ul li p{
                    padding:12px 0px;
                    }

                #sidebar ul li ul{
                    margin-bottom:1em;
                    }

                #sidebar ul li ul li{
                    padding:3px 0px;
                    margin-bottom:3px;
                    border-bottom:1px dotted #2D2D2D;
                    }
				#sidebar h2{ 
					margin-left:5px;
					font-size:14px;
					padding:8px 0;
                    color:#444;
                    }

        #footer-wrapper{
            margin:0 auto;
            width:820px;
            height:280px;
            overflow:hidden;
            text-align:center;
            background:transparent url(images/footer-bg.jpg) top center no-repeat;
            }

            #footer-wrapper ul{
                list-style-type:none;
                font-size:11px;
                list-style-position:outside;
                }

            #footer-wrapper li{
                padding:3px 0;
                border-bottom:1px dotted #E9DD03;
                }

            #footer-right{
                width:575px;
                float:right;
                text-align:left;
                padding:20px 0px 20px 0px;
                margin-right:10px;
                }

            #footer-navigation{
                width:800px;
                margin:0 auto;
                margin-bottom:1em;
                text-align:center;
                }
                #footer-navigation{position:relative;display:block;height:26px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;text-align:center;}
                #footer-navigation ul{margin:0;padding:0;list-style-type:none;width:auto;}
                #footer-navigation ul li{display:inline;margin:0 1px 0 0;}
                #footer-navigation ul li a{color:#FFFF9B;text-decoration:none;padding:0px 5px 0 5px;}
                #footer-navigation ul li a:hover,#styleone ul li a.current{color:#FFF;}

            #footer-info{
                width:800px;
                margin:0 auto;
                padding:5px;
                font-size:11px;
                border-top:1px solid #284D91;
                color:#5B85D2;
                }

#footer-wrapper h2{
font-size:16px;
color:#444;
                padding:3px 0;
                border-bottom:1px dotted #E9DD03;
}

/** style from previous site**/

.clear {
	clear: both;
}
.content_table_title {
font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
font-size:12px;
font-weight:700;
color:#333;
line-height:20px;
}
.content_table_data {
font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
font-size:10px;
font-weight:700;
color:#555;
line-height: 8px;
}
.data_tables tr {
margin:2px;
padding:8px;
}

.content_highlight li {
margin-left:16px;
font-size:14px;
border-bottom:1px dotted #56D;
padding:8px 0;
}

.content_highlight ul {
list-style-type: none;
}

.content_list_box {
float: left;
width: 250px;
margin: 0px;
padding: 0;
}

.content_list_box ul{
margin-left: 0px;
padding-left: 25px;
}

.content_list_box_padding{
margin-left: 20px;
}

.content_list_box li{
font-size:12px;
padding: 1px 8px 1px 1px;
}
.content_title {
margin-top:10px;
margin-bottom:18px;
font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
font-size:26px;
color:#FFFF7F;
line-height:1em;
}

.data_tables {
margin-bottom:15px;
}


.data_tables tr {
margin:2px;
padding:8px;
}
.data_tables_NoBorder {
border: 1px solid #0040C4;
}

.data_tables_NoBorder td {
/**border:1px dotted #6877E1;**/
font-size:12px;
margin:2px;
padding:8px;
}

.data_tables td {
border:1px dotted #6877E1;
font-size:12px;
margin:2px;
padding:8px;
}

/*Old Faculty Styles */
.faculty_name {
padding-top:10px;
font-size:14px;
font-weight:700;
color:#FFFF7F;
}

.faculty_info {
width:460px;
font-size:11px;
}

.faculty_image {
margin-top:5px;
float:left;
}

.faculty_info_box {
padding-left:9px;
padding-top:10px;
float:left;
}




