article
{
	margin: 30px auto;
	color: silver;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 20px;
	width: 700px;
}

@media only screen and (max-width: 750px) {


	article
	{
		box-shadow: none;
		width: auto;
	}	
		
}

article p.author
{
	text-align: left;
	margin: 0 0 0 5px;
	font-size: 18px;
	text-transform: uppercase;
	color: #444444;
}

article p.authorold
{
	text-align: left;
	margin: 0 0 0 28px;
	font-size: 18px;
	text-transform: uppercase;
	color: #444444;
}

@media only screen and (max-width: 750px) {
	
	article p#author,
	article p#authorold
	{
		display: none;
	}
}

article img
{
	margin: 0 5px 10px 5px;
}


nav#strip
{
	margin: 0 0 30px 0; 
}

nav#strip a
{
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	padding: 10px 15px 8px 15px;
	margin: 0 5px 5px 0;
	background: #444444;
	border-radius: 15px;
	font-size: 26px;

}


nav#strip a:hover
{
	background: red;
}

p#retired
{
	display: none;
	background: red;
	color: white;
	font-weight: bold;
	padding: 15px;
	margin: 15px 0 0 0;
	
}