
div.tilecontainer {
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid green;
	min-width: 500px;
}

div.tile {
	position: absolute;
	top: -300px;
	left: -450px;	
	width: 400px;
    padding: 20px;
	height: auto;
    border: 1px solid #ddd;
	background-color: white;
	word-wrap: break-word;

}
div.tileover {
	border: 1px solid #333;
}
div.tileerror {
	border: 2px solid red;
}	
}
div.noimage {
	background-color: lightgray;
	width: 100%;
	height: 100px;
}

div.tiletitle, div.tiletitle a, div.tiletitle a:hover {
	
	font-size: 22px;
	color: #333;
	font-family: 'Patua One', cursive;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}


div.tilesubtitle, div.tilesubtitle a, div.tilesubtitle a:hover {
	
	font-size: 18px;
	color: #333;
	font-family: 'Patua One', cursive;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

div.tiletags {
	width: 100%;
	position: relative;
	height: auto;
	padding-top: 8px;	
}

div.tagsmall {
	float: left;
	background-color: #CCC;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


div.tagsmall a, div.tagsmall a:hover {
  color: #333;
  text-decoration: none;
}
