/* ------------------------------------------
Project: Template 11
Purpose: Screen Master
Author: Katelynn O'Brien
Version: 02/26/08
--------------------------------------------- */

/* IMPORT SIFR SPECIFIC STYLES
-------------------------------------------------- */
@import "http://www.atsweb.neu.edu/cm/templates/11/css/sIFR-screen.css";

body
	{
	margin: 0;
	padding: 0;
	font-size: small;
	}
	
	
/* LAYERS
--------------------------------------------- */

#header
	{
	position: relative; /* so we can absolutely position our images within this div */
	width: 771px;
	height: 110px;
	/* negative margin causes border on #header to overlap #banner - this hides the first top border on the <ul>. need to do this because there is no way to add a class to do this using our cm tool */
	margin: 0 0 -1px 0;
	font-size: 80%;
	z-index: 5000;
	}
	
#banner
	{
	position: relative; /* so we can absolutely position our images within this div */
	width: 771px;
	font-size: 80%;
	}
	
body.home #banner
	{
	min-height: 232px;
	height: auto !important;
	height: 232px;
	}

body.l2 #banner
	{
	min-height: 135px;
	height: auto !important;
	height: 135px;
	}
	
#left_right_container
	{
	clear: both;
	position: relative; 
	/* adding a position fixed a problem in older versions of Firefox where 
           the banner images would randomly not show up - seemed to have something
	   to do with #header overlapping #banner */
	width: 771px;
	margin: 0;
	overflow: visible;
	/* overflow property fixes bug in IE/Win where #right drops below #left
	   if the content is wider than the set width - an example is a really long
	   URL that cannot wrap to the next line due to lack of letter spaces - 
	   italic text can also trigger this bug if the circumstances are right */
	}
	
#left
	{
	float: left;
	width: 245px;
	font-size: 100%;
	}

#left_content
        {
        padding: 10px 30px 0 25px;
        font-size: 90%;
        }
	
#right
	{
	/* use float instead of margin-right because of 3px float bug in IE/Win */
	float: left;
	width: 520px;
	font-size: 90%;
	}
	
div.highlight_container
	{
	width: 526px;
	}
	
div.highlight
	{
	float: right;
	width: 225px;
	margin-left: 8px;
	padding: 0 15px 15px 15px;
	font-size: 90%;
	line-height: 1.4em;
	overflow: visible;
	/* use of overflow property same as in #left_right_container */
	}

/* deanna beirne addition for large spotlight */
div.highlight_large
	{
	float: right;
	width: 497px;
	margin-left: 8px;
	padding: 0 15px 15px 15px;
	font-size: 90%;
	line-height: 1.4em;
	overflow: visible;
	/* use of overflow property same as in #left_right_container */
	}
	
div.clear
	{
	/* add this in #highlight_container to force the bottom of the container
	   to clear both highlights. this ensures that both of the bottom 2 
	   highlight chunks stay vertically aligned with eachother */ 
	clear: right;
	}
	
#content
	{
	width: 497px;
	margin: 0 0 0 8px;
	padding: 0 5px 0 15px;
	line-height: 1.4em;
	overflow: visible;
	/* use of overflow property same as in #left_right_container */
	}

#footer
	{
	clear: both;
	position: relative;
	width: 771px;
	padding: 0 0 40px 0;
	font-size: 85%;
	text-align: center;
	}

#photo_credit
	{
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	font-style: italic;
	text-align: center;
	}

#edtech
        {
	width: 780px;
        padding: 10px 0;
        font-size: 85%;
	text-align: center;
        }


/* PARAGRAPHS, ETC.
--------------------------------------------- */

#right p.indent
	{
	padding-left: 12px;
	}

#right span.outdent
	{
	margin-left: -11px;
	}

	
/* HEADINGS
--------------------------------------------- */

h1
	{
	padding: 8px 0 8px 15px;
	font-family: arial, helvetica, sans-serif;
	font-size: 130%;
	text-transform: uppercase;
	}
	
div.highlight h1
	{
	margin: 0 -15px 15px -15px;
	}
	
#content h1
	{
	margin: 0 -5px 15px -15px;
	}
	
h2
	{
	margin: 18px 0 12px 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 120%;
	}
	
h3
	{
	margin: 15px 0 10px 0;
	padding: 0;
	font-size: 110%;
	}

div.highlight h3
	{
	margin: 0;
	padding-top: 3px;
	font-size: 100%;
	}


/* IMAGES
--------------------------------------------- */

#header img
	{
	position: absolute;
	border: 0;
	}
	
#header img#title
	{
	right: 0;
	bottom: 0;
	border: 0;
	}

#banner object
        {
        position: absolute;
        left: 0;
        bottom: 0;
        border: 0;
        }
	
/* ### REMOVE AFTER OLD TEMPLATES ARE CONVERTED */
#banner img#main_banner,
/* ### */
#banner img#banner1, #banner img#bannerl2
	{
	position: absolute;
	left: 0;
	bottom: 0;
	border: 0;
	}
	
/* ### REMOVE AFTER OLD TEMPLATES ARE CONVERTED */
#banner img#sub_banner,
/* ### */
#banner img#banner2
	{
	position: absolute;
	left: 516px;
	bottom: 0;
	border: 0;
	}

#banner img#banner3
	{
	position: absolute;
	top: 0;
	left: 516px;
	border: 0;
	}

#edtech img
        {
        margin-bottom: -2px;
	margin-right: 5px;
        border: 0;
        }

	
/* LISTS
--------------------------------------------- */

#header ul
	{
	position: absolute;
	list-style: none;
	right: -2px; /* hides border on last list item */
	margin: 0;
	padding: 0;
	}
	
#header li
	{
	float: right; /* allows you to add vertical padding to list item */
	padding: 11px 14px 2px 14px;
	}
	
#banner ul
	{
	position: relative;
	list-style: none;
	width: 255px;
	margin: 0 0 0 516px;
	padding: 0;
	z-index: 3000;
	}

#banner ul li, #left ul li
	{
	margin: 0;
	padding: 0;
	}
	
#left ul
	{
	list-style: none;
	width: 245px;
	margin: 0;
	padding: 0;
	}

#left ul li.down
	{
	width: 245px;
	}
	
#left ul ul
	{
	width: auto;
	margin: -5px 0 0 0;
	padding: 0 0 12px 0;
	font-size: 90%;
	}

#left ul ul li
	{
	padding: 0 0 3px 0;
	}

#left ul ul ul
	{
	margin: 3px 15px 5px 45px;
	padding: 6px 0 5px 0;
	border: 1px dotted #fff;
	}

#left ul ul ul li, #left ul ul ul li.down
	{
	width: 180px;
	padding: 0 0 5px 0;
	}

#left ul ul ul ul
	{
	margin: 5px 0 0 13px;
	padding: 0;
	font-size: inherit;
	border: 0;
	}

#left ul ul ul ul li, #left ul ul ul ul li.down
	{
	width: 160px;
	}

#footer ul
	{
	list-style: none;
	margin: 0;
	padding: 30px 0 12px 0;
	text-align: center;
	}
	
#footer li
	{
	display: inline;
	margin: 10px 0;
	padding: 0 10px;
	}
	
#eventslist ul li /* month */
        {
	font-size: 125%;
	font-weight: normal;
        }

#eventslist ul li ul li /* date */
        {
	font-size: 90%;
	line-height: 1.4em;
        }


/* LINKS
--------------------------------------------- */

#header ul a, #header ul a:visited
	{
	text-decoration: none;
	}
	
#header ul a:focus, #header ul a:hover, #header ul a:active
	{
	text-decoration: underline;
	}
	
#banner ul a, #banner ul a:visited
	{
	display: block;
	width: 240px;
	padding: 10px 5px 10px 10px;
	text-transform: uppercase;
	text-decoration: none;
	}

#left ul a, #left ul a:visited
	{
	display: block;
	width: 202px;
	padding: 12px 20px 13px 23px;
	text-decoration: none;
	}
	
#left ul ul a, #left ul ul a:visited
	{
	padding: 0 0 4px 43px;
	}
	
#left ul ul a:focus, #left ul ul a:hover, #left ul ul a:active,
#left ul ul a.down, #left ul ul a.down:visited, #left ul ul a.down:focus, #left ul ul a.down:hover, #left ul ul a.down:active
	{
	padding: 0 0 4px 43px;
	}

#left ul ul ul a, #left ul ul ul a:visited, #left ul ul ul a:focus, #left ul ul ul a:hover, #left ul ul ul a:active, #left ul ul ul a.down, #left ul ul ul a.down:visited, #left ul ul ul a.down:focus, #left ul ul ul a.down:hover, #left ul ul ul a.down:active
	{
	width: 150px;
	padding: 0 0 0 20px;
	background-position: 7px 0.2em;
	}
	
#footer a, #footer a:visited
	{
	text-decoration: none;
	}
	
#footer a:focus, #footer a:hover, #footer a:active
	{
	text-decoration: underline;
	}

#photo_credit a, #photo_credit a:visited
        {
        text-decoration: underline;
        }

#photo_credit a:focus, #photo_credit a:hover, #photo_credit a:active
        {
        text-decoration: underline;
        }
	
	
/* TABLES
-------------------------------------------------- */

table
	{
	border-collapse:collapse;
	width:300px;
	}


/* SIFR
   For custom fonts as described at
   http://wiki.novemberborn.net/sifr
   Uses version 2.0.2
-------------------------------------------------- */

.sIFR-hasFlash h1
        {
        padding: 9px 0 7px 0;
        font-size: .1pt; /* tuned Safari and IE/Win */
        line-height: 0;
        letter-spacing: -1px;
        visibility: hidden;
        }

.sIFR-hasFlash h2
        {
        visibility: hidden;
        }
