/*

    Bethany Public Schools
    8-4-06
    
    -------------------------------------------
    Colors
        -     Dark Blue         #2c235c
        - 
        
    -------------------------------------------


*/
/* 
 RESET
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6,
ul, li,
p, br, form,
img{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/*
 MAIN 
-----------------------------------------------*/
body{
    font-family: Verdana;
    font-size: 11px;
    line-spacing: 16px;
    margin: 10px 0 0 0;
    background: #fff9eb;
}
a{
    font-weight: bold;
    color: #2d225b;    
    text-decoration: none;
}
/* heading */

h1{
    font-size: 1.7em;    
    margin: 2px 0px;
    padding: 2px 0px;
    font-family: 'Trebuchet MS';
    color: #634b27;
}
h2{
    font-size: 1.6em;    
    margin: 2px 0px;
    padding: 2px 0px;
    font-family: 'Trebuchet MS';
    color: #664b24;
}
h3{
    font-size: 1.4em;    
    margin: 2px 0px;
    padding: 3px 0px;
    font-family: 'Trebuchet MS';
    color: #664b24;
}
h4{
    font-size: 1.2em;    
    margin: 2px 0px;
    padding: 3px 0px;
    font-family: 'Trebuchet MS';
    color: #664b24;
}
h5{
    font-size: 1.0em;    
    margin: 2px 0px;
    padding: 3px 0px;
    font-family: 'Trebuchet MS';
    color: #664b24;
}
h6{
    font-size: .9em;    
    margin: 2px 0px;
    padding: 1px 0px;
    font-weight: normal;
    font-family: 'Trebuchet MS';
    color: #664b24;
}

/* para-list */
p{
    margin: 5px 0px;
    padding: 3px 0px;    
    line-height: 13px;
}
br{
    margin: 0px 0px 0px 0px;
}
hr{
    padding: 15px 0px 0px 0px;
}
/*
 TEMPLATE.
-----------------------------------------------*/
#mastcon{
    margin: 0 auto;
    width: 770px;    
}
#header{    
}
#top_nav{
    height: 45px;
    padding: 0 0 0 10px;
}
#top_nav p{
    margin: 0px;
    padding: 17px 0 0 0;    
    color: #644b23;    
}
#contact{
    position: absolute;
    width: 150px;
    padding: 10px;
    margin-top: -28px; 
    margin-left: 445px !important;
    margin-left: 440px;
    z-index: 0;
}
#contact p{
    padding: 5px 0px 10px 45px;
    background: url('images/contact.gif') 20px 6px no-repeat;        
}
#search{
    position: absolute;
    padding: 7px 14px 3px 14px;
    margin-left: 590px !important;
    margin-left: 585px;
    background: #f2e9d3;
}
#main_nav{
    padding: 10px 0px 10px 125px;
    background: #2c235c;
    border-bottom: 10px solid #d5ad70;    
}
#body{
    width: 770px;
    margin: 10px 0px 0px 0px;
}
body#home #body{
    margin: 10px 0px 10px 0px;
}
#intro{
    margin: 0px 0px 8px 0px;
    /*background: url('images/home101.gif') right no-repeat;*/
}
#feature {
    float:right;
    width:506px;
    height:234px;
}
#schools{
    width: 220px;
    padding: 15px;
    background: #f1e9d4;    
}
#actions{
    width: 100%;
    margin: 0px 0px;
    background: url('images/home.gif') repeat-y;
}
#actions h1{
    padding: 10px 0px;
}
#actions h2{
    padding: 8px 0px 8px 0px;
    text-transform: Uppercase;
    border-bottom: 4px solid #634b27;
}
#actions li{
    padding: 5px 0px;
    line-height: 16px;
    list-style: none;    
}
#links{
    float: left;
    width: 210px;
    padding: 5px 20px 10px 20px;    
    background: #f1e9d4;
    border-top: 18px solid #2c235c;
}
    #links ul{
        padding: 10px 0 0 0;    
    }
    #links li{
        padding-left: 30px;
        background: url('images/list-style.gif') 10px 6px no-repeat;    
    }
    #links li a{
        text-decoration: none;    
    }
    #logos img{
        margin: 10px 0px 0px 3px;
        float: left;
    }
#news_events{
    float: left;    
}
#news{
    float: left;
    display: inline;
    margin: 0 10px 0 10px;
    width: 210px;
    padding: 5px 20px 16px 20px;
    background: #f1e9d4;
    border-top: 18px solid #2c235c;
}
    #news li{
        padding-left: 3px;
        background: url('images/list-border.gif') bottom repeat-x;    
    }
    #news li a{
        padding-left: 22px;
        background: url('images/news.gif') 3px 0px no-repeat !important;
        background: url('images/news.gif') 3px 5px no-repeat;
    }
    #news li a img{
        margin-bottom: -2px;
        margin-left: -22px;
        background: #99ccff;
    }

#events{
    float: left;
    display: inline;
    width: 210px;
    padding: 5px 20px 16px 20px;
    background: #f1e9d4;
    border-top: 18px solid #2c235c;
}
    #events td{
        padding: 5px 3px 10px 3px;
        background: url('images/list-border.gif') bottom repeat-x;    
    }
    #events td a{
        padding: 5px 3px 5px 22px;
        background: url('images/events.gif') 3px 4px no-repeat;    
    }
    #events td a img{
        margin-bottom: -2px;
        margin-left: -22px;
        background: #99ccff;
    }
    
    #events .ModuleTitle_Bar td{
        background: none;
        border: 0px;
    }
#footer{
    width: 750px;
    padding: 40px 10px 10px 10px;    
    background: url('images/footer.gif') repeat-x;
}
    #footer p{
        font-size: .9em;
        color: #664b24;
    }
    #footer a{
        color: #664b24;
        font-weight: normal;
    }

/* Inside */
body#inside #body{
    background: url('images/body.gif') repeat-y;    
}
#side{
    width: 200px;
    float: left;
    padding: 30px 25px 125px 25px;
}
#side h2{
    padding: 5px 0px;
    text-transform: Uppercase;
    border-bottom: 4px solid #634b27;
}
#content{
    width: 470px;
    float: left;
    padding: 15px 20px 0px 30px;
}
#content ul{
    padding: 5px 15px;
}
#content table.data td{
    border: 1px solid #ccc;
    padding: 2%;
}
body#inside #logos{
    width: 770px;
    margin-bottom: 10px;
    padding: 0 0 5px 10px;
    background: url('images/logos.gif') repeat-y;
}

/* Admin */
body#admin #content{
    width: 90%;
    padding: 5%;
    background-image: none;
    background-color: #fff;
}

/*
 NAVIGATION.
-----------------------------------------------*/
/* nav */
#main_nav ul{
    padding: 20px 0 0 0;    
}
#main_nav li{
    padding: 0 6px;
    display: inline;
    list-style: none;    
}
#main_nav li a{
    color: #fff;    
    text-decoration: none;
}

/* schools */
#schools ul{padding-top: 10px; padding-bottom: 10px;}
#schools li{
    list-style: none;
    padding: 2px 0px;    
}

/* side */
#side ul{
    padding: 10px 0px 0px 10px;    
}
#side li{
    padding: 5px 10px 5px 30px;
    list-style: none;
    background: url('images/list-style.gif') 8px 5px no-repeat;    
}
#side li a {
    text-decoration: none;            
}

         /*n-school*/
        /* .n-schools {
                  text-indent: -999px;
                  height: 0;
                  padding: 0;
                  
         }
         .n-schools li {
                  text-indent: 0;
                  height: auto;
                  padding: 5px 10px 5px 30px;
                  background: transparent url(images/list-style.gif) no-repeat scroll 8px 5px
         } */
/* footer */
#footer ul{ padding-bottom: 2px;}
#footer li{
    padding: 0px 30px 0px 0px;
    list-style: none;    
    display: inline;
}
#footer li a{
    color: #644b23;    
    font-weight: bold;
}

/*
 MISC.
-----------------------------------------------*/
#logo{
    width: 102px;
    height: 100px;
    margin-left: 15px;
    position: absolute;
    margin-top: 48px;    
}
/* clearing */
body#inside #logos:after,
#actions:after,
#body:after{
    content: '.';
    height: 0px;
    visibility: hidden;
    display: block;
    clear: both;    
}
/* patches */
#main_nav ul ul{
    display: none;
}
#footer ul ul{
    display: none;
}
input.searchButton{
    float:right;
    background:url(Images/search.gif) no-repeat 0 0;
    width:62px;
    height:21px;
    border:none;
}
input.searchInput{  
    float: left;
    width: 80px;
    height: 15px;
} 
.h1{
    display: block;
    font-size: 1.6em;    
    margin: 2px 2px 0px 0px;
    padding: 2px 5px 0px 0px;
    font-family: 'Trebuchet MS';
    color: #634b27;
}

.eventsCalendarModule td {
    font-size: 90%;
    }

#radium3 {float:right; clear:both; margin:-30px 0 0 0;}

