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

*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}

html, body
{
	height:100%;
}

body{
	background-color:#006;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.25em;
}

a{
	color:#FFF;
}


a:hover{
	color:#EEE;
	text-decoration:none;
}


p{
	padding:.75em .25em .5em;
	font-size:1em;
}

p.ctr-l{
	text-align:left;
	padding-left:0;
}

p.ctr-r{
	text-align:right;
	padding-right:0;
}

ul{
	margin:.5em 1em;
}

ul li{
	padding:.25em;
	text-align:left;
}

#page{
	width:100%;
	max-width:960px;
	margin:0 auto;
}

#hdrEnv{
	
}

	#hdr{
		background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 0%, #EEEEEE 64%, #FFFFFF 100%);
		background-color:#FFF;
		position:relative;
	}
	
	#hdr a.social{
		position:absolute;
		display:block;
		width:50px;
		height:50px;
		background-image:url(../img/facebook-icon.png);
		background-repeat:no-repeat;		
		background-color:#039;
		
		z-index:8;
		
		top:1em;
		left:1em;
		
		text-decoration:none;		
	}
	
	#hdr h1{
		font-size:2.25em;
		font-weight:normal;
		padding:.5em;
		text-align:center;
		color:#C00;
		text-transform:uppercase;
	}
	
	#hdr h2{
		font-size:1.5em;
		font-weight:normal;
		text-align:center;
		padding:.5em .25em .25em;		
	}
	
	#hdr h2,
	#hdr h1 span{
			color:#006;
	}
	
	#hdr p{
		color:#345;
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;		
	}

#cntEnv{
	
}

	#cnt{
		padding:.5em 0;		
	}

#ftrEnv{
	
}

	#ftr{
		
	}
	
	
.box-l, 
.box-r,
.ibox-l,
.ibox-r
{
	float:left;
	width:50%;
}


.box-l{
	width:30%;
}

.box-r{
	width:70%;
}

.box-l img, 
.box-r img{
	width:100%;
	max-width:200px;
	height:auto;
}

.nl{
	display:block;
	clear:both;
	line-height:0;	
}

.img-env{
	padding:.5em 0;
}

.img-env img{
	width:100%;
	height:auto;
}

.emph{
	color:#FFF;
	text-shadow:0 .125em #000;
}

.author{
	font-size:.75em;
}

.author a{
	color:#CCC;
}

.author a:hover{
	color:#FFF;	
}




