﻿/* 
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; 
    }
.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 .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:140px;
    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 {

    }


/*
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: 40pt;
  height: 50px;
}
@media only screen and (min-width: 615px) {
	#SchoolAlert UL {
		/*margin-left: 250px;*/
	}
}
#SchoolAlert li {
  padding-bottom: 0;
  color: #d9534f;
}
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;
}

@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;
    }
}