﻿/* 
Style Sheet for the homepage.

Global color and styles should be placed in the design.css and index.css files.
This file is for unique layout changes for the homepage.
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated By: Charles Fettinger
Date:  */


/*////////////////////////////////////////////////////////////////////////////////*/
#twitter-widget-0 { 
      width: 100% !important; 
    }
#importantLinksContent h3 {
    display: none;
}
.rotatedown {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-right-col {
    min-height: 0;
    padding-top: 5px;
}

#AnnouncementsArrow {
  margin-right: 10px;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  -webkit-transition: transform 500ms;
  transition: transform 500ms;
}
#announcements #Header {
    cursor: pointer;
}
#announcements h1 {
    cursor: pointer;
    margin-right: 30px;
    text-align: center;
    display: inline-block;
}
#NewsScroller {
    display: inline-block;
    padding-left: 20px !important;
    float: none;
    text-align: center;
    }
.newsSlide{
    height:auto !important;
    width:100% !important;}
.newsSlide .newIcon {
    left: -40px !important;
    width:100% !important;
    height:auto !important;
    font-size: 21px;
    font-size: 2.1rem;
}
.newsSlides {
    height:auto !important;
    width:100% !important;
}
div#extra1 {
  display: block;
  position: absolute;
  top: 323px;
  left: 12px;
  width: 744px;
}

div#local {

}
div#layout {

}
div#main {
  color: #fff;
  float: left;
  width: 327px;
  padding: 0;
  margin: 0;
  min-height: 400px;
}
#tDistrictNews .CurrentNews h3,#announcements .CurrentNews h3 {
    display: none;
}
#AnnouncementList li.news-item {
    min-height:85px;
    list-style-type:none !important;
}
ul.news-items {
    width:95%;
    padding-left:15px;
    padding-right:15px;
    margin:auto;
}
li.news-item {
    float:left;
    width:31%;
    margin:1%;
    list-style-type: none;
}

    li.news-item img {
        margin-right:15px !important;
    }

li.news-item span.itemHeader {
    padding-bottom:15px;
}
    li.news-item span.moreText {
        font-size:.75em;
        color:#036;
    }
    li.news-item div.body-copy {
        
    }
#seeAllLink {
    width:100%; 
    float:left;  
    margin-top:15px; 
}
    #seeAllLink a {

    }


/*
div#sub1 h1 {
  text-align: center;
  margin-top: 10px;
}
div#sub1 a {
  color: #000;
}
div#events {
  margin-left: 5px;
  margin-right: 5px;
}

#upcoming-events h1 {color: #e9c017;}
span.Event-Date {
  color: #03284b;
  font-weight: bold;
}
div.event {
  margin-bottom: 8px;
}
div.event .first {
  margin-bottom: 0;
}
*/
/*SchoolAlert*/

#SchoolAlert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
  cursor: pointer;
}
#SchoolAlert UL {
  line-height: 12pt;
}
#SchoolAlert li {
  padding-bottom: 0;
}
DIV.alertLink {
  width: 744px;
  color: #ffc425;
  font-size: 10pt;
  line-height: 12pt;
  text-align: left;
  overflow: hidden;
  font-weight: normal;
  background-color: transparent;
}
DIV.alertLink a {
  color: #ffc425 !Important;
  font-size: 10pt !Important;
  text-decoration: none !Important;
  font-weight: normal;
}
DIV.alertLink a:hover {
  color: #ffc425 !Important;
  font-size: 10pt !Important;
  text-decoration: none !Important;
  font-weight: normal;
}
div.RadRotator {
  width: 744px !Important;
}
#announcements .view-more
{
    background: #fff;
    border-radius: 3px;
    color: #036;
    float: none;
    margin-top: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    z-index:20;

    }
@media only screen and (max-width: 992px) {

    div#announcements .view-more {
       padding: 3px 5px;
       margin-top: 30px;
       font-size:.8em;
    }
    #carousel-custom .carousel-inner > .item > img {
    width:100%;
    }

}
@media only screen and (max-width: 528px) {
    div#announcements .view-more {
        padding: 2px 5px;
        margin-top: 30px;
        position:relative;
        float:right;
        right:auto;
        top:auto; 
        font-size:.6em;    
    }

    #announcements h1 {
        font-size: 32px;
        font-size: 3.2rem;
        margin-right: 0;
    }

    #AnnouncementsArrow {
        margin-right: 5px;
    }
    .newsSlides {min-width:0;}
    .newsSlide span {
        font-size: 15px;
        font-size: 1.5rem;
        margin-left:5px;
    }
    .news-item .itemHeader {
        font-size: 1.2rem;
    }
    li.news-item {
    float:left;
    width:98%;
    margin:1%;
    list-style-type: none;
}

}