body { 
		background-color: #333;
		font-family: 'Roboto', sans-serif;
		/* font-weight: 400; */
}

div.content { margin-left:auto; margin-right:auto; width: 894px; padding: 10px 10px 0 10px; /*892*/
	margin-top: 12px;margin-bottom: 12px;
	font-weight:normal;font-style:normal;
	border: 1px solid #fff; color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: #ad2b4e;
	font-size: 120%;
}
	
div#FreeOnes { margin-left:auto; margin-right:auto; text-align: center; width: 100%;
	font-size:  100%;
	padding-top: 5px; padding-bottom: 25px;  }
	
div#Header { margin-left:auto; margin-right:auto; text-align: center; width: 92%;
	font-size: 115%;
	text-decoration:none; font-weight: bold; color:#fff; padding-bottom: 6px; }
	
	
div#share { float:right; width: 0px; margin-top: 20px;}	


div#mobileShare{
	display: none;
}

div#mobileIntro{
	display: none;
}

/*
	div > a:last-of-type > img {
		margin-right: 6px;
	}
*/
	
div.blank {
	clear: both;
	line-height: 0px;
}

div.contentText { font-weight:normal;font-style:normal;color:#1f1513; 
	font-size: 90%;
	color: #fff; text-align: justify;   }

a { color: yellow; text-decoration: underline; font-weight: bold; }

/* div#FreeOnes a, div#Header a { text-decoration: underline; } */

img {border: 1px solid #fff; }	
		
img.thumbnail { height:210px; padding: 0px; margin-left:6px; margin-bottom: 6px; float:left; }
	
img.portrait { width:140px; }
img.landscape { width:288px; }
img.square { width:213px; }

div.footer_thumbnails_div {
	text-align: center;
	padding: 10px 10px 2px 10px;
}

img.footer_thumbnail { width:100px; height:150px; margin :0px; border: 1px solid #989898; }

div > a:last-of-type > img {
	margin-right: 6px;
}
 
div#share { float:right; width: 0px; margin-top: 20px;}	

div#shareSubDiv {
	background-color: #ad2b4e;
	margin-left:6px; border: 1px solid #fff;
	border-left: 0px solid #000;
	border-radius:8px;
	-moz-box-shadow: 5px 10px 5px #444;
	-webkit-box-shadow: 5px 10px 5px #444;
	box-shadow: 5px 10px 5px #444;"	
}	
@media (max-width: 988px) {

	body {
		font-size: 100%;
	}

	div#Header {
		/* font-size:16pt; */
	}

	div.content {
		width: 598px;
	}
	
	div#clear{
		display: block;
	}
	
	
	div#share {
		display: none;
	}

	div#Intro{
		display: none;
	}

	div#mobileIntro{
		display: block;
	}

	div#mobileShare{
		display: block;
	}
	
	#Thumb5 {
		margin-right: 6px;
	}
	
	
	li {
		padding-bottom: 8px;
	}
	
	img.footer_thumbnail { width:118px; height:177px; }
		
}
	
@media (max-width: 639px) {

	
	div.content {
		width: 272px;
		padding: 10px 0 0 0;
		font-size: 105%;
	}

	div#mobileShare{
		display: block;
	}

	div#clear{
		display: none;
	}

	div.contentText {
		padding: 6px;
		/* font-size: 22pt;*/
	}
		
	img.thumbnail { height:188px; }
	
	img.portrait { width:125px; }
	img.landscape { width:258px; }
	
	div.footer_thumbnails_div {
		padding: 10px 6px 2px 6px;
	}
	
	div.footer_thumbnails_div > img {
		width: 118px;
		height: 177px;
	}
	
	div#MiddleText {
		display: auto;
		margin-left: auto;
		margin-bottom: auto;
		width: auto;
		height: auto;
		overflow: hidden;
		float: auto;
		line-height: auto;
	}
	
}
