/* CSS Document - Goethe/McMaster Project- style.css */

/* BODY */
	body {
		background-color: #68341F;
		background-image: url('../images/bg.png');
		color: #111111;
		font-size: 13px;
		font-family: sans-serif;
		line-height: 20px;
		padding: 0px;
		margin: 0px;
	}

/* LAYOUT */
	#page { 
		width: 840px; 
		/*background-image: url('../images/gradient_bg.png');
		background-repeat: repeat-y;
		*/margin-left: auto;
		margin-right: auto;
		padding: 0px;
		padding-left: 20px;
		border: 0px;
	} 
	/* HEADER */
	#header {
	  	background-image: url('../images/header.jpg');
		background-repeat: no-repeat;
		height: 150px;
		padding: 0px;
		width: 800px;
		} 
	#header_content {
		text-align: right;
		padding: 5px 5px 0px 0px;
	}
	/* COLUMNS */
 	.columns {
		width: 800px;
		float: left;
		background-color: #E0DDD4; 
		background-image: url('../images/columns_bg.gif');
		background-repeat: no-repeat;
		background-position: bottom;
	 }
	/* THREE COLUMN PAGE */
	#column1 {
	 	float: left; 
		width: 31%;
		padding: 16px 5px 16px 18px;
		margin: 0px;
	}
	#column2 {
	 	float: left;   
		width: 31%;
		padding: 16px 5px 16px 5px;
		margin: 0px;
	}
	#column3 {
		width: 31%;
		float: left;  
		padding: 16px 18px 16px 5px;
		margin: 0px;
	}
	/* FULL WIDTH COLUMN */
	.full_column {
/*		position: relative; */
		padding: 16px 18px 16px 18px;
	}
	.full_column_top {
		background-image: url('../images/full_top.gif');
		background-repeat: no-repeat;
		width: 760px;
		height: 20px;
	}
	.full_column_middle {
		background-image: url('../images/full_middle.gif');
		background-repeat: repeat-y;
		padding: 0px 10px 1px 20px;
	}
	.full_column_bottom {
		background-image: url('../images/full_bottom.gif');
		background-repeat: no-repeat;
		width: 760px;
		height: 20px;
	}
	/* LEFT AND RIGHT COLUMNS */
	.leftcol {
		width: 48%;
		padding: 0px 10px 0px 0px;
		float: left;
	}
	.rightcol {
		width: 48%;
		padding: 0px 0px 0px 10px;
		float: left;
	}
	/* TWO COLUMN PAGE */
	.sidebar {
		width: 200px;
		padding: 0px 5px 0px 0px;
		float: left;
	}
	.sidebar_top {
		background-image: url('../images/sidebar_top.gif');
		background-repeat: no-repeat;
		width: 200px;
		height: 20px;
	}
	.sidebar_middle {
		background-image: url('../images/sidebar_middle.gif');
		background-repeat: repeat-y;
		padding: 0px 15px 1px 15px;
	}
	.sidebar_bottom {
		background-image: url('../images/sidebar_bottom.gif');
		background-repeat: no-repeat;
		width: 200px;
		height: 20px;
		margin-bottom: 10px;
	}
	.content {
		width: 550px;
		padding: 0px 0px 0px 5px;
		float: left;
	}
	.content_top {
		background-image: url('../images/content_top.gif');
		background-repeat: no-repeat;
		width: 550px;
		height: 20px;
	}
	.content_middle {
		background-color: #FFFFFF;
		padding: 0px 5px 1px 15px;
	}
	.content_bottom {
		background-image: url('../images/content_bottom.gif');
		background-repeat: no-repeat;
		width: 550px;
		height: 20px;
		margin-bottom: 10px;
	}
	/* FOOTER */
	#footer { 
	  	background-color: #007DA3; 
		border-top: 1px solid #BBBBBB;
		margin: 0px;
		width: 800px;
		height: 25px;
	 	clear: both;
	 }
	#footer_content {
	  	background-color: #007DA3; 
		color: #FFFFFF;
		font-size: 11px;
		letter-spacing: 0px;
		line-height: 16px;
		padding: 5px 18px 5px 0px;
		text-align: right;
	}
	a.footer:link, a.footer:visited {
		color: #DDDDDD;
		text-decoration: none;
		border-bottom: 1px dotted #BBBBBB;
	}
	a.footer:hover, a.footer:active {
		color: #444444;
		background-color: #007DA3;
	}
	/* CLEARING DIVS */	
	.divider { 
		height: 0px;
	 	clear: both;
	 }
	.clearfix:after {
	 	content: "."; 
	 	display: block; 
		height: 0; 
	 	clear: both; 
	 	visibility: hidden;
	 }
	.clearfix {
		display: inline;
	}
	/* Hide from IE-mac */
	* html .clearfix {
		height: 1%;
	}
	.clearfix {
		display: block;
	}
	/* End hide from IE-mac */  
	
/* MENU */
	#menu {
		position: relative;
		background-color: #007DA3;
		border-top: 1px solid #E0DDD4;
		padding: 0px 20px 0px 15px;
		margin: 0px;
		width: 765px;
	}
	ul.menu {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		height: 45px;
	}
	ul.menu li {
		display: inline;
	}
	#menu ul li a {
		text-decoration: none;
		background-image: url('../images/menu_tab.png');
		background-repeat: no-repeat;
		font-size: 13px;
		line-height: 34px;
		float: left;
		margin: 0px;
		height: 30px;
		width: 107px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 20px;		
	}
	#menu ul li a:hover {
		background-image: url('../images/menu_tab_hover.png');
		background-color: transparent;
		color: #444444;
	}
	#menu ul li a.active, #menu ul li a.current {
		background-image: url('../images/menu_tab_active.png');
		background-color: transparent;
		color: #444444;
	}
	ul.menu a, ul.menu a:link, ul.menu a:visited, ul.menu a:hover, ul.menu a:active {
		border: none;
		border: 0px;
		text-decoration: none;
	}	

/* HEADINGS */
	h1, h2, h3, h4, h5, h6 {
		margin: 0px;
		padding: 0px;
		margin-bottom: 6px;
		font-family: "Georgia", serif;
		font-weight: lighter;
	}
	h1 {
		font-size: 24px;
		color: #F2591D;
	}
	h2 {
		font-size: 18px;
		color: #007DA3;
	}
	h3 {
		font-size: 16px;
		color: #444444;
	}
	h4 {
		font-size: 14px;
		color: #222222;
	}
/* LINKS */
	/* Remove formatting from linked images */
	a.image:link, a.image:visited, a.image:hover, a.image:active {
		border: none;
		border: 0px;
		color: #EEEEEE;
		text-decoration: none;
		background-color: transparent;
		margin: 0px;
	}
	a {
		text-decoration: none;
		padding: 1px 1px 0px 1px;
	}
	a:link {
		color: #007DA3;
		text-decoration: none;
		border-bottom: 1px dotted #BBBBBB;
	}
	a:visited {
		color: #007DA3;
		text-decoration: none;
		border-bottom: 1px dotted #BBBBBB;
	}
	a:hover {
		color: #FFFFFF;
		background-color: #F2591D;
	}
	a:active {
		color: #FFFFFF;
		background-color: #F2591D;
	}

/* TEXT */
p {
	margin: 0px 10px 10px 0px;
}
hr {
	width: 100%;
	border: none;
	border-bottom: 1px solid #BBBBBB;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}
#topNavList {
	float: right;
	margin: 0px;
}
#topNavList li {
	color: #222222;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: 3px 4px;
	margin-bottom: 3px;
	font-size: 13px;
}
.topNav a {
	border: none;
}
.caption {
	font-size: 10px;
	color: #666666;
	text-align: right;
}
.box {
	padding: 10px;
	margin: 0px 15px 10px 0px;
	border: 1px solid #BBBBBB;
	font-size: 12px;
  	background-image: url('../images/diagonal_bg.jpg');
}
.signature {
	font-size: 12px;
	text-align: right;
	color: #666666;
}
.random {
	font-size: 18px;
	font-weight:  bold;
}
.footnote {
	font-size: 12px;
	font-style: italic;
	color: #888888;
}

/* LISTS */
ul {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 0px;
}
ul.activity {
	list-style-type: none;
	margin: 0px 0px 15px -10px;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	font-size: 12px;
}
ul.activity li {
	margin-bottom: 10px;
	clear: both;      
	border: 1px solid #BBBBBB;    
	background-color: #EEEEEE;
	padding: 5px;
}               
ul.activity li:hover {
	background-color: #E0DDD4;
}
ol.ordered_list {
	margin: 10px;
	padding: 0px 0px 10px 10px;
}
ul.unordered_list {
	list-style-type: disc;
	padding: 0px 0px 10px 20px;
}

/* IMAGES */
	.logo {
		border: 1px solid #DDDDDD;
	}
	.thumb {
		float: right;
		margin:  0px 10px 5px 5px;
	}
	.icon {
		float: right;
		margin: 2px 3px;
/*		border: 1px solid #DDDDDD;
		padding:  2px;
*/	}

/* ITEMS */
	div.item {
		padding: 10px;
		margin: 0px 5px 5px 5px;
		border: 1px solid #BBBBBB;
		font-size: 12px;
	  	background-image: url('../images/diagonal_bg.jpg');
	}
	
/* ICONS */
	div.iconset {
		padding: 7px 2px 0px 5px;
		border: 1px solid #BBBBBB;
		background-color: #FFFFFF;
		float: right;
	}