﻿
#ctl00_ctl00_mainBody_body_DataPagerBlogEntries {
    border:solid 1px #ccc;
    border-right:none;
    display:inline-block;
    margin: 25px auto;
}
#ctl00_ctl00_mainBody_body_DataPagerBlogEntries * {
    background:#fff;
    border-right:solid 1px #ccc;
    display:inline-block;
    padding:10px 14px;
}
#ctl00_ctl00_mainBody_body_DataPagerBlogEntries a:hover {
    background:#e5f0f6;
    text-decoration:none;
}
#ctl00_ctl00_mainBody_body_DataPagerBlogEntries a[disabled="disabled"] {
    display:none;
    border:none;
}



#blogpage .centerChannel {
    margin-right: 60px;
    width:580px;
}

#blogpage .centerChannel .instruction {
    color:#999;
    font-style:italic;
}


#blogpage .rightSide {
    width:250px;
}
#blogpage .rightSide #right-sidebar {
    padding-right:0 !important;
}

#blogpage .search-item {
    margin-bottom:30px;
}
#blogpage .search-item h2 {
    font-size:20px;
}
#blogpage .blog-footer {display:none;}

#blogpage .search-head {
    margin-bottom:30px;
    text-align:center;
}

#right-sidebar #events-box {
    width: 100%;
}

@media (min-width:769px) {
    #blogpage .rightSide #right-sidebar {
        margin-bottom: 360px;
    }
}


#top-banner {
    margin-bottom: 15px;
    text-align: center;
}

#right-sidebar {
    padding-right: 15px;
}
#right-sidebar  h2 {
    background: transparent;
    padding: 5px 0 14px 0;
    font-size: 18px;
    height: 20px;
    color: #333 !important;
    margin: 15px 0 0 !important;
    text-decoration: none
}
#right-sidebar .infoBox{
    padding: 0;
    margin: 0 0 15px 0;
    width: auto;
    background-color: transparent;
    clear: both;
    margin: 0 0 10px 0;
}
.g-recaptcha {transform:scale(0.8);-webkit-transform:scale(0.8);transform-origin:0 0;-webkit-transform-origin:0 0; height: 65px;}
.help {display:none;}
#right-sidebar .infoBox.search input[type=text] {
    border: solid 1px #2c2d2f;
    border-right: none;
    width: 165px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    background: none !important;
    height: 30px;
    box-sizing: content-box;
}
#right-sidebar .infoBox.subscribe input[type=text] {
    border: solid 1px #2c2d2f;
    width: 230px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    background: none !important;
    height: 30px;
    padding: 0 5px;
    box-sizing: content-box;
}
#right-sidebar #events-box ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
#right-sidebar #events-box a h3 {
    color: #20a7dd;
}

#right-sidebar .infoBox.desc {font-family: 'Open Sans Condensed', sans-serif;font-size: 1.3em}

#right-sidebar .infoBox.subscribe input[type=submit] {background:#00a2e0; border: none; color: #fff; font-family: 'Open Sans Condensed', sans-serif; width:80px; padding: 7px 8px;text-transform: uppercase; position: relative;top: 1px;}
#right-sidebar .infoBox.search {position: relative; }
#right-sidebar .infoBox.search input[type=text] {width:165px; padding: 0 5px 0 29px;}





#blogpage #content .blog-item {
    margin-bottom:30px;
    display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
}
#blogpage #content .blog-item .blog-image {
    margin-right: 30px;
}
#blogpage #content .blog-item h2 {
    font-size:20px;
    margin-bottom:0;
}
#blogpage #content .blog-item .blog-footer {
    display: none;
}
#blogpage #content .blog-item .date {
    color:#666;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}


#right-sidebar .infoBox.blogArchive {
    width:100% !important;
}

.archive-dropdown {
    border:solid 1px #ccc;
    text-align: left;
    margin: 0 !important;
    padding: 15px 4px 17px 0;
    list-style: none;
    width:100%;
}
.archive-dropdown li {
    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 15px 20px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          width:100%;
}
.archive-dropdown li:hover {
    background: #00a2e0;
    color: #fff;
}

.archive-dropdown > li span:after {
    content:"\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position:absolute;
        right: 11px;
    font-size: 16px;
}
.archive-dropdown .year {background:#ddd; font-weight:bold;}
.archive-dropdown .month {padding-left:40px; display:none;}
.archive-dropdown li ul {
    padding: 0;
    position: absolute;
    top: 44px;
    left: 0;
    margin:0 !important;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    width:100%;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
        max-height: 320px;
    overflow-y: auto;
}
.archive-dropdown li ul li { 
    background: #f1f1f1; 
    border-bottom:solid 1px #ddd;
    display: block; 
    color: #333;
}
.archive-dropdown li ul li:hover a{
    color:#fff !important;
}
.archive-dropdown li ul li:hover { background: #00a2e0; }
.archive-dropdown li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

.blogCategories ul {
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:center;
}
.blogCategories ul li {
    display:inline-block;
    font-size:13px;
    margin-bottom:5px;
}
.blogCategories ul li:nth-child(odd):after {
    border-right:solid 1px #20a7dd;
    content:"";
    margin:0 5px 0 10px;
}


#top-banner {
    width:100%;
}
#top-banner img {
    width:100%;
    height:auto;
}

@media (max-width:959px) {
    #blogpage .rightSide {
        margin-left:15px;
        
    }
    #blogpage .centerChannel {
        margin-right: 30px;
        
    }
}
@media (max-width:904px) {
    #blogpage .rightSide {
        margin-left:10px;
        width:20%;
    }
    #blogpage .centerChannel {
        margin-right: 20px;
        width:75%;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
     #blogpage #content .blog-item .blog-image {
        width: 15%;
    }
    #blogpage #content .blog-item .blog-summary {
        width: 85%;
    }
    }

@media (max-width:768px) {
    #blogpage .centerChannel {
        width:95%;
    }

    #blogpage #content .blog-item .blog-image {
        width: 14%;
    }
    #blogpage #content .blog-item .blog-summary {
        width: 86%;
    }
    #blogpage .rightSide {
        display:none;
    }
}
@media (max-width:667px) {
    
    #blogpage .centerChannel {
        padding:15%;
        width:100%;
        -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    }
}

@media (max-width:375px) {
    .blog-image {
        display:none;
    }
    #blogpage .centerChannel {
        padding:0;
    }
}


