﻿/**
 * Stylesheet for MIT colors
 *
 * Copyright Fusionary Media, 2004
 */


#header
	{
	color: #000000;
	background: transparent url("../../../images/bg_nav.gif") bottom left repeat-x;
	border-bottom: 5px solid orange;
	}
	#header h1 a{
	background: transparent url("../../../images/logo_mit.gif") 0 0 no-repeat;
	}
	#header h2.sublogo{
		background: transparent url("../../images/sublogo_mit_portuguese.gif") 0 0 no-repeat;
	}
	
	#header #controls-box table{
		color: #B8CFE7;
		}


		#header #headernav a:visited{
			color: #19325B;
		}

		#header #headernav a:link{
			color: #19325B;
		}
		#header #headernav a:active{
			color: #19325B;
			background: #A5A5A5;
		}

		#header #headernav a:hover{
			color: #0099CC;
			background: #A5A5A5;
		}

		a:link{
			color:#19325B;
		}
		
	h1 a:hover, h2 a:hover {
			color: #0099CC;
		}

	h1 a:visited, h2 a:visited {
			color: #19325B;
		}

	h1 a:link, h2 a:link {
			color: #19325B;
		}

	h1 a:active, h2 a:active {
			color: #19325B;
		}


		a:link{
			color:#19325B;
		}

		a:hover{
			color:#0099CC;
		}
		a:visited{
			color:#19325B;
		}

		a:active{
			color:#19325B;
		}

/*
LEFT COLUMN STYLES
*/

}
#columns
	{
	background: #E3E7D7 url("../../../images/bg_sidebar_left_mit.gif") 0 0 repeat-y;
	}
	/* 
		LEFT COLUMN > MENU
	*/
	
	#navmain a
	{
		color: #173768;
		border-bottom:1px solid #B8CFE7;
		border-top: 1px solid #fff;
		border-right: 2px solid #CCD6E4;
		background: transparent url("../../../images/button_bg.gif") 0 0 no-repeat;
	}
	
	#navmain a:hover
	{
	background: transparent url("../../../images/button_bg.gif") 0px -60px no-repeat;
	border-bottom: 1px solid #A8CDEE;
	color: #0099CC;
}



/* Pullquote Style */
.pullquote{
	font-style: italic;
	text-align:center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
	background: #EAF0FB; 
	border-top: 1px dashed #B8CFE7; 
	border-bottom: 1px solid #B8CFE7; 
	padding: 10px;
}


/* Center Column's highlighted content */
#columns .highlight{
	background: #EAF0FB; 
	border-top: 1px solid #B8CFE7; 
	border-bottom: 1px dashed #B8CFE7; 
	padding: 5px;
}
#columns .new-notice{
	display: block;
	color: #FF6600;
	font-weight: bold;
	font-style: italic;
	background-color: #D7DDEA;
	text-align: right;
	border-bottom: 1px solid #B8CFE7; 
	margin: -5px -5px 0 -5px;
	padding-right: 10px;
}


h1 a:hover, h2 a:hover {
color: #0099CC;
}

#content-top{
	margin-right: 10px;
	background: #EAF0FB; 
	border-bottom: 2px solid #666; 
	border-top: 1px solid #B8CFE7; 
	padding: 5px;
}

#footer
	{
	background: #19325B;
	color: #B8CFE7;
	border-top: 1px solid #ccc;
	}
	
.headerpadding{
	background: #19325B url("../../../images/bg_hdrsplash_blue.jpg") 0 0 no-repeat;
	padding: 0px;

}
