﻿@font-face {
    font-family: 'tallysregular';
    src: url('../fonts/Tallys-webfont.eot');
    src: url('../fonts/Tallys-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Tallys-webfont.woff2') format('woff2'),
         url('../fonts/Tallys-webfont.woff') format('woff'),
         url('../fonts/Tallys-webfont.ttf') format('truetype'),
         url('../fonts/Tallys-webfont.svg#tallysregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'open_sansregular';
}
.logo{
    width:100%;
    max-width:150px;
}
.name{
    font-family: 'tallysregular';
    font-size:38px;
    color:#0e2482;
}
.name a{
    color:#0e2482;
    text-decoration:none;
}
.name a:hover, a:focus{
    text-decoration:none;
    color:#0e2482;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'open_sansbold';
}
.archive{
    background-color:#ffba00;
    font-family: 'open_sansbold';
    font-size:14px;
    text-align:center;
    color:#000;
}
.archive:hover{
    background-color:#1531aa;
    color:#fff;
     text-decoration:none;
}
.thumb{
    width:100%;
    max-width:250px;
}
.date{
    color:#848484
}
.title{
    color:#1531aa;
    font-family: 'open_sanssemibold';
    font-size:20px;
    font-weight:bold
}
.title:hover{
    color:#ffba00;
}
.title a{
    font-family: 'open_sanssemibold';
    color:#1531aa;
}
.title a:hover{
    color:#ffba00;
}
.section{
    font-family: 'open_sansbold';
    color:#1531aa
}

.section2{
    font-family: 'open_sansbold';
    color:#000
}

.title2 {
    font-family: 'open_sanssemibold';
    color:#1531aa;
}
.title2:hover{
    color:#ffba00;
}
.maindate{
    background-color:#1531aa;
    width:100%;
    font-size:18px;
    font-family: 'open_sanssemibold';
    color:#fff;
    padding:10px; text-align:center;
    margin-bottom:10px;
}
.maindate:hover{
     background-color:#ffba00;
      color:#000;
}
.scalendar{
    font-size:12px;
    font-family: 'open_sanssemibold';
}

.scalendar a{
    color:#000;
}
.scalendara {
    color:#1531aa;
     font-size:14px;
    font-family: 'open_sanssemibold';
    text-align:center
}
.foot{
    background-color:#1531aa;
    color:#fff;
    padding:30px;
}
.footer a{
    color:#fff
}

.schoolname{
    font-family: 'open_sansbold';
    color:#fff;
}
a.list-group-item{
    color: #1531aa;
    font-family: 'open_sansbold';
}
    a.list-group-item:focus, a.list-group-item:hover {
        background-color: #1531aa;
        color: #fff;
    }
.hr{
    height:1px;
    width:100%;
    background-color: #1531aa;
    margin:30px 0px
}
.labelc{
    color:#1531aa;
     font-size:16px;
    font-family: 'open_sanssemibold';
    line-height:30px
}
.eventlist{
    font-size:18px;
    font-family: 'open_sanssemibold';
    list-style-type:disc;
}

.pagination > li > a, .pagination > li > span {
    color:#1531aa;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
    color:#fff;
    background-color:#1531aa;
}

.pageritem{
    background-color: #fff;
    border: 1px solid #0e2482;
    color: #0e2482;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pageritem:hover{
    background-color: #0e2482;
    border: 1px solid #0e2482;
    color: #fff;
    text-decoration:none;
}
.pagerselect{
    background-color: #0e2482;
    border: 1px solid #0e2482;
    color: #fff;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagerleft{
     background-color: #fff;
    border: 1px solid #0e2482;
    color: #0e2482;
    float: left;
    line-height: 1.42857;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;

}
.pagerleft:hover{
    background-color: #0e2482;
    border: 1px solid #0e2482;
    color: #fff;
    text-decoration:none;
}
.pagerright{
     background-color: #fff;
    border: 1px solid #0e2482;
    color: #0e2482;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagerright:hover{
    background-color: #0e2482;
    border: 1px solid #0e2482;
    color: #fff;
    text-decoration:none;
}
.pagerone{
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

.cutout{
    width: 100%;
    max-width: 250px;
    height: 100%;
    max-height: 160px;
    margin: 0 auto;
    overflow: hidden;
}
.imagecut{
    width:100%; min-width:230px; height: auto
}

.content img {
    margin:5px;
    max-width:100%;
    height: auto !important;
}
.content p{
    display:block
}

.schools {
    color:#000;
   font-family: 'open_sansbold';
    text-decoration:none
}
.schools:hover{
    color:#c9000a;
    font-family: 'open_sansbold';
    text-decoration:none
}

.schools2 {
    color:#000;
   font-family: 'open_sansbold';
}