@charset "UTF-8";
/* CSS Document */

/* 

- - -  CSS STYLES FOR Ingrid Aall - Multicultural Literacy  - - -
- - -  design ¬©2011 Sheriann Ki Sun Burnham  - - -

*/

* {
	margin: 0;
	padding: 0;
	}

/* BASIC FONT SETTINGS */

body  {
	font-family: Times New Roman, serif;
	font-size: 100%; 
	font-weight: 100;
	}

p {
	color: #000000;
	font-size: 110%;
	line-height: 140%;
	letter-spacing: 1px;
	}

.headline {
	font-size: 130%
	}
	
h1 { 
	color: #000066; 
	font-size: 192%;
	font-weight: normal;
	letter-spacing: 1px;	
	line-height: 130%;
	}

h2 {
	color: #000066;	
	font-size: 192%;
	font-weight: normal;
	letter-spacing: 1px;	
	line-height: 90%;
	padding-top: 4px;
	}

h3 {
	font-size: 110%;
	font-weight: normal;
	line-height: 150%;
	}

h4 {
	font-size: 90%;
	font-weight: normal;
	line-height: 140%;
	}
	
/* PAGE - BACKGROUND & NAVIGATION MENU */

div#page-wrap {
	display: block;
	width: 980px;
	height: auto;
	margin: 0 auto;
}

div#page-ground-home {
	background: url(images/home-ground.jpg) no-repeat;
	display: block;	
	height: 660px;
	width: 980px;
	}

div#page-ground-interior {
	background: url(images/interior-ground.jpg) no-repeat;
	display: block;	
	height: 660px;
	width: 980px;
	}
		
	ul#navigation {
    	background-color: #3C7232;
    	display: block;
    	float: right;
    	height: auto;
    	margin: 60px 20px 0 0;
    	padding: 6px;
    	text-align: center;
		width: 720px;
		}
	
		ul#navigation  li {
			display: inline;
			list-style: none; 
			}

			ul#navigation  a {	
				color:#fbfbdb;
				font-size: 114%;
				font-weight: bold;
				padding: 10px;
				text-decoration: none;
				}
	
			ul#navigation li a:hover, ul#navigation li a:active {
				color: #ceeb8c;
				}	

/* HOME PAGE STYLES */

div#content-home {	
	display: block;
	float: right;
	height: auto;
	padding: 30px 12px 0;
	width: 490px;
	}	
		
	div#headlines {
		display: block;
		float: right;
		height: auto;
		width: 490px;
		}
			
	div#quote {
		display: block;
		float: right;
		height: auto;
		margin: 50px 30px 0;
		width: 420px;
		}			

		div#quote h3 {
			text-align: right;
			}
			
		div#quote h4 {
			text-align: right;
			}

div#copyright {
	display: block;
	height: auto;
	float: right;
	font-size: 70%;
	margin: 40px;
	width: 500px;
	}
				
/* BASIC INTERIOR PAGE STYLES */	

div#content-interior {
	display: block;
	height: auto;
	padding: 124px 0 0 42px;
	width: 916px;
	}

	div#content-left {
		display: block;
		float: left;
		height: auto;
		width: 240px;
		}
		
	div#side-box {
		background-color: #3c7232;
		display: block;
		float: left;
		height: auto;
		margin-top: 270px;
		margin-bottom: 40px;
		width: 214px;
		}			

		div#side-box p {
			color: #ceeb8c;
			font-size: 80%;		
			font-weight: bold;
			padding: 14px;
			line-height: 170%;
			}
			
			.inform {
				color: #cfff3d;
				font-size: 90%;	
				font-weight: bold;
				}
		
div#content-right {
	display: block;
	float: right; 
	height: auto;
	margin-bottom: 40px;
	width: 650px;
	}		
 
	div#content-right h4 { 
		padding: 20px 0 20px 0; 
		}

	div#interior-main {	
		display: block;
		height: auto;
		width: 616px;
		}

		div#interior-main a {
			color: #000066;	
			text-decoration: none;
			}

		div#interior-main a:hover, div#interior-main a:active {
			color: #CC0000;
			}	
		
		div#photo-box {
			clear: both;
			display: block;
			float: right;
			height: auto;
			margin: 0 10px 20px 20px;
			width: auto;
			}	
		
	div#interior-main-2 {	
		display: block;
		height: auto;
		width: 640px;
		}
			
		div#interior-main-2 h3 {
			font-size: 120%;
			font-style: italic;
			line-height: 120%;
			color: #660033;
			}
