/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development standards
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */


img {
	border:none;
}

body {
	margin: 0;
	padding: 0; 
	background-color:#fff;
    background: url('../images/BG_ornaments.gif');
	}

#page {
	background-color: #e3e3e3;
	margin: 0px auto;
	padding: 0;
	width: 720px;
	border: 0px;
    background: url('../images/BG_ornaments_vert.gif') right;	
	}
	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 25px;
	margin: 20px 0 0;
	width: 720px;
	}
	
.2column {
	float: left;
	padding: 0 0 20px 25px;
	margin: 20px 0 0;
	width: 720px;
}

#header {
	padding: 0;
	margin: 0;
	height: 478px; 
	width: 720px;
    background: url('../images/immerfern_SD_header.gif') no-repeat top;
}
	
#header p {
	width:320px;
	margin: 0;
	padding: 420px 0 0 25px;
	float:left;
	}
	
#header img {
	vertical-align:middle;
}	

#europe {
    background: url('../images/immerfern_SD_europe.gif') no-repeat top;
}

#usa {
    background: url('../images/immerfern_SD_usa.gif') no-repeat top;
}

#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 720px;
	height: 340px; 
	clear: both;
	font-size: 0.6em;
	background: url('../images/immerfern_SD_footer.gif') no-repeat top;
}

#footer p {
	color:#888;
	width:320px;
	margin: 0;
	padding: 260px 0 0 25px;
	float:left;
	}
	
#footer img {
	vertical-align:middle;
}
	
#footer a:link { color: #888; }
#footer a:visited { color: #888; }
#footer a:hover { color: #888; }
#footer a:active { color: #888; }
#footer a:focus { color: #888; }

.entry p  {
	margin: 90px 0 150px 0;
	padding: 250px 0 0 23px;	
}
	
.entry p img {
	border: 3px solid #fff;
	padding:0 0 10px 0;
	margin: 0 0 7px 0;
}

.entry p a img {
	background-color:#fff;
}

.entry p a:hover img {
	background-color:#000;
	border: 3px solid #000;
}

/* ----- base default font size, type, and line height ----- */
html body{
	font-family: Times New Roman, Times, serif;
	font-size: 1.5em;
	line-height:1.1em;
	letter-spacing:.02em;
	color:#666;
}