header, .edit-link, h2, #more{

	color:red;

	display:none;

}



li{

	display:inline;

	float: left;

	max-height:200px;

	position: relative;
	
	margin: 5px;

	width:32.33333%;
	padding-bottom:32.33333%;
	margin:0.5%;

}

#top3{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	max-height:300px;
	max-width:900px;
	
}
ul{
	margin:0px;
	padding:0px;
}

.shortcode-thumb{

	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	overflow: hidden;
}

.shortcode-title{
	position:absolute;
	width:90%;
	height:50%;
	background-color: rgba(0,0,0,0.5);
	top:50%;
	color: white;
	
	
	
	padding-left: 5%;
	padding-right: 5%;
	overflow: hidden;
	

}
.shortcode-title code a{
	color: white;
	display:block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	font-family: Century Gothic;
	font-size: 1.1em;
	text-decoration:none;
}
.shortcode-title code p{
	font-size: 1em;
	font-family: 'Calibri Light', Capsuula, Sans-Serif, Monospace;
	font-style: italic;
	/*	
	line-height:1.4em;
	*/
	margin-top:5%;
}
img{

 	width: 100%;
	height: auto;

  	text-align:center;

  	vertical-align: middle;

}

#backG{
	background-color: rgb(255, 141, 0);/*#333;*/
	height:300px;
}

body{
	margin:0px;
}