﻿/* 
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) 2017, Chasetheweb.net

Last Updated By: BJ Nguyen
Date:  February 2017*/


/*////////////////////////////////////////////////////////////////////////////////*/
#twitter-widget-0 { 
      width: 100% !important; 
    }
.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;
}
.newsSlide .newIcon {
    left: -40px !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;
}


li.news-item {
    margin-bottom:5px;
    min-height:100px;
    list-style-type:none !important;
}

    li.news-item img {

        margin-right:15px !important;
    }

li.news-item span.itemHeader {
    margin-bottom:15px;
}
    li.news-item div.body-copy {
        
    }
#seeAllLink {
    width:100%; 
    float:left;  
    margin-top:15px; 
}
    #seeAllLink a {

    }

/*SchoolAlert*/
@media (max-width: 320px) {
	#SchoolAlert {
		margin-top: 55px !important;
	}
}

#SchoolAlert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
  cursor: pointer;
  margin-top: 35px;
}
#SchoolAlert UL {
  line-height: 12pt;
}
#SchoolAlert li {
  padding-bottom: 0;
}
DIV.alertLink, li.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, li.alertLink a {
        color: #ffc425 !Important;
        /*font-size: 10pt !Important;*/
        text-decoration: none !Important;
        font-weight: normal;
    }
        DIV.alertLink a:hover, li.alertLink a:hover {
            color: #ffc425 !Important;
            /*font-size: 10pt !Important;*/
            text-decoration: none !Important;
            font-weight: normal;
        }
div.RadRotator {
  width: 744px !Important;
}

@media only screen and (max-width: 528px) {
    #announcements .view-more {
        padding: 2px 5px;
        margin-top: 2px;
        position:relative;
        float:right;
        right:auto;
        top:auto;     
    }

    #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;
    }
}