/* 
Islip School District Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mir Tanvir Hossain
Date: 12/02/008 */  


/* Color Schemes
purple : #640982
 */
 
/*//////////////////////////// DESIGN ///////////////////////////////////////////////////////*/

	body { 
	        	background-color: White;
		}
	

	
	    div#page {
	        	background-color:White;
   			}


		/* HEADER */
			div#header {
				background: url(/Template/islip/images/BannerAndLogo.jpg) no-repeat;
			}
			/* END HEADER */
		
			 

			
		/* FOOTER */
			div#footer {
				color: black;
			
			}
			
			div#sub1{
			background-color:white;
			}
			
			div#local{
			
			}
		/* END FOOTER */

/*new icon*/
.newIcon
{
	color: red; 
	margin-left: 6px;
}
/*//////////////////////////// END DESIGN ///////////////////////////////////////////////////*/

/*//////////////////////////// TYPOGRAPHY ///////////////////////////////////////////////////*/
	body {
	            text-align: left;
	            font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	            font-size: 76%;
				line-height: 1.5em;
	            /*color: #640982;*/
	            color:Black;
	}

	div {
		font-size: 1em;
	}
		
		/* TEXT */
			p {
			    padding: 0;
			    font-size: 1em;
			    line-height:1.5em;
			    margin-top: 0;
			    margin-right: 10px;
			    margin-bottom: 1.5em;
			    margin-left: 0;
			    }
			blockquote {
				margin-left: 10px;
				border-left: 10px solid #ddd;
			}
			pre {
				font-family: monospace;
				font-size: 1.0em;
			}
			strong, b {
				font-weight: bold;
			}
			em, i {
				font-style:italic;
			}
			code {
				font-family: "Courier New", Courier, monospace;
				font-size: 1em;
				white-space: pre;
			}
		/* END TEXT */
		
		/* HEADINGS */
		
			
		h1{
			color:#640982;
			font-size:1.9em;
			margin-bottom:7px;
			}
				
			
		h2 {
				font-size: 1.5em;
				color:Black;
				text-align: center;
			}
			
			
			#staffprofile h2 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				font-weight: bold;
				color: #003399;
				padding:0px;
				margin: 0px;
			 }			
			 
			 
			  div#importantlinks h3, div#events h3, div#CurrentNews h3, div#newsflash h3, div#UpcomingEvents-Title {
			    color:White;
			    text-align: center;
			    font-weight: normal;
			    text-decoration:none;
			    margin: 0px 0px 0.5em 0px;
			    padding:0px 0px 5px 0px;
			    font-size: 1.4em;
			    line-height: 1.3em;
			    font-family: Arial, Verdana, Helvetica;
			    border-bottom: solid 2px yellow;
			}			
			a.Event-Title
			{
				text-decoration: none;
			}	
			a.Event-Title:hover
			{
				text-decoration: underline;
			}
			
/*Current News*/
.CurrentNews
{
	width: 225px;
}
.CurrentNews ul 
{
	list-style-type: disc !Important;
	margin-left: 10px;
	margin-top: 10px;
	color: #464749;
	line-height: normal;
}
.CurrentNews li 
{
	margin-top: 10px;
}
.CurrentNews a {
    color: #464749;
    text-decoration: none;
    font-size: 10pt;
}
.CurrentNews a:hover {
    text-decoration: underline;
}
	
/*Staff Profile*/		
			#staffprofile h3 {

			 }
 			
			h4 {

			}
			h5 {

			}
			h6 {

			}

		
			hr{
			    color:#640982;
			    background-color:#640982;
			    margin:0;
			    padding:0;
				margin-bottom: 5px;
			}
			
		/* END HEADINGS */

		
		/* SPECIAL CLASSES */
		
		 .clear {
        clear: both;
       
    }
		
		#importantlinks {
            background-color:#640982;
            min-height:300px;
            padding: 5px;
		}
		#importantlinks a {
		    color:White;
		}
		
		.curvy, .nomod {
			    background-color:#640982;
			    margin: 0px;
			}	
		.curvy div div, .curvy div div a {
		    color:White;
		}
		.curvy .localInner
		{
			padding: 8px;
		}
		#newsflash{
		    background-color:#FFFFFF;
		}
		
		
		.gallery{
		        border-color:#640982;
		        border-style:solid;
		        border-width:1px;
		}
		
		.bold {
		        font-weight:bold;
		        font-size:90%;
        	
		}
		.bolder {
		        font-weight:bolder;
		}
		.center{
		        text-align:center;
		}
		
			div#search{
			    color:Black;
			    font-weight:bold;
    			
			}
			
		.small{
	            font-size: 0.8em;
	            color: #666666;
	            line-height:1;
	            padding-bottom:10px;
		}
		
		.requiredfield {
		        font-weight: bold;
		        color: Red;
		}

		.watermarked {
	            color:#666666;
        }

        	
		/*END SPECIAL CLASSES */
	
	
	
	/*///////////////////// LINKS */
		a,
		a:link,
		a:active {
		        color: #005982;
		        font-size: 1em;        
		}
		a:visited {
			    color:#005982;
			    background-color: transparent;
		}
		a:hover {
			    color: #005982;
			
		}
	
		/* Header LINKS */
			#header a,
			#header a:link,
			#header a:active {
			    text-decoration: none;
			    color: #D1232A;
			    font-size: .9em;
			
			}
			
			#header a:visited {
				color:#D1232A;
				background-color: transparent;
			}
			#header a:hover {
				text-decoration: none;
				
				color: white;
				
			}
		/* END Header LINKS */
		
		/* Footer LINKS */
			#footer a,
			#footer a:link,
			    #footer a:active {
			    text-decoration: none;
			    color: #005982;
			    font-size: .9em;        
			}
			#footer a:visited {
				background-color: transparent;
			}
			#footer a:hover {
				text-decoration: underline;
				
			}
		/* END Footer LINKS */
	
	/* END LINKS */
	
		
	/* ///////////////////////////LISTS */
		ul {
		        margin: 0;
		        padding: 0;
		        line-height:1.7em;
		        list-style-type: none;
		}
		ul li {
			    margin: 0;
			    padding: 0;
		}



	
	/* END LISTS */
		

    
/* ///////////////////////////////////END TYPOGRAPHY //////////////////////////////////////////////////////////*/    
