﻿/* 
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: 
Date:  */   

/*////////////////////////////////////////////////////////////////////////////////*/

/*Turn off Back to Home link because you are on the homepage*/

div#branding a.logo,a.logo:link, a.logo:active, a.logo:visited, a.logo:hover {
        display: none;
	}

/*upcoming events*/
div#upcomingEvents
{
	width: 187px;
	margin-top: 10px;
	background: #fff450 url('/Template/Harborfields/Images/bg-upcoming-events.gif') repeat-y bottom center;
}

div#UpcomingEvents-Title
{
	display: none;
}

div#Events
{
    padding: 0px 10px 10px 10px;
    height: 406px;
}

div#Events ul li
{
	font-size: .8em;
	line-height: 1.3em;
    padding-bottom: 15px;
}

div#layout ul#homepicslinks
{
	margin-left: 10px;
}

div#layout ul#homepicslinks li
{
    float: left;
    padding-right: 25px;
}

div#main
{
    width: 308px;
    float: left;
}

div#mainStory
{
	width: 308px;
	padding: 0px;
	margin: 0px;
	background: #fff450 url('/Template/Harborfields/Images/bg-sub-main.gif') repeat-y bottom center;
	text-align: center;
}
div#mainStory #innerStoryContent
{
	padding: 0px 13px;
	height: 255px;
}
div#mainStory #innerStoryContent h5
{
	font-size: 100%;
	margin-top: 2px;
}
div#mainStory p, div#mainStory h3
{
	margin: 5px 10px 0px 10px;
}
div#mainStory
{
	width: 308px;
	padding: 0px;
	margin: 0px;
	background: #ffffff url('/Template/Harborfields/Images/bg-mainstory.gif') repeat-y bottom center;
	text-align: center;
}
div#news
{
	width: 247px;
	padding: 0px;
	margin: 0px;
	background: #ffffff url('/Template/Harborfields/Images/bg-news.gif') repeat-y bottom center;
}
div#news .CurrentNews
{
	height: 255px;
}
div#news ul li
{
	margin: 0px 20px 10px 20px;
	font-size: .8em;
	padding: 1px 0px 0px 0px;
}
div#sub1
{
	width: 247px;
	float: left;
}


/*SchoolAlert*/
#SchoolAlert
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 531px;
	padding: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	cursor: pointer;
	margin-top: 10px;
}
#SchoolAlert UL
{
	line-height: 12pt;
}
#SchoolAlert li
{
	padding-bottom: 0px;
}
.RadRotator
{
	width: 531px !Important;
}
DIV.alertLink
{
	width: 625px;
	color: #923030;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
	overflow:hidden;
	font-weight: normal;
	background-color: transparent;
}
DIV.alertLink a
{
	color: #410a0a !Important;
	font-size: 10pt !Important;
	text-decoration: none !Important;
	font-weight: normal;
}
DIV.alertLink a:hover
{
	color: #410a0a !Important;
	font-size: 10pt !Important;
	text-decoration: none !Important;
	font-weight: normal;
}
