/* footer css for Pompeii Today */

footer {
			position:relative;
			width:100%;
			height:40px;
			clear:both;
			border-top: 15px groove #a4dcc3;
			border-bottom: 15px groove #a4dcc3;
}

#lfoot {
	position:relative;
	left:0;
	top:0;
	float:left;
	width:20%;
	min-width:290px;
	padding-left:10px;
	
}



#talc {
		position:relative;
		width:58%;
		min-width:320px;
		margin-left:auto;
		margin-right:auto;
		font-size:16pt;
		font-weight:900;
		font-variant: small-caps;
		color:#c35d4f;
		text-align:center;
}

    /*vertically center text in footer  */
#talc > p,
#lfoot > p,
#rfoot > p {
		 position: relative;
		 top: 50%;
		 webkit-transform: translateY(-60%);
			-ms-transform: translateY(-60%);
				transform: translateY(-60%);
}


#rfoot {
		position:relative;
		width:15%;
		min-width:200px;
		float:right;
		padding-right:10px;
}

#talc > p > img {
		border:1px solid #c35d4f;
}

@media  (max-width: 900px) {

footer {
		position:relative;
		width:100%;
		height:auto;
		clear:both;
		border-top: 5px groove #a4dcc3;

}

#lfoot {
		position:relative;
		float:left;
		top:10px;
		width:100%;
		text-align:center;

}

#talc {
		position:relative;
		float:left;
		width:100%;
		font-size:16pt;
		font-weight:900;
		font-variant: small-caps;
		color:#c35d4f;
		text-align:center;
}

#rfoot {
		position:relative;
		float:left;
		width:100%;
		text-align:center;
}


	
}







