.collection-page
{
	margin-top: 15px;
}
.row-box
{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 1px 1px 40px #CCCCCC;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px 10px;
}
.row-box header
{
	margin-bottom: 10px;
}

.row-box header h1,
.row-box header h1 a
{
	font-family: "Open Sans Condensed","Helvetica","Arial";
    font-size: 15px;
    font-weight: bold;
	border: none;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	color: #666; 

}
.row-box header h1 a:hover
{
	color:#CC00BA; 
}

.row-box .follow
{
	margin-top: 10px;
	text-align: right;
}

.row-box .preview
{
    float: left;
    margin-right: 10px;
}

.row-box .preview a
{
	border: none;
}

.row-box .preview img
{
	width:100px;
	height: auto;
	box-shadow: 1px 1px 40px #CCCCCC;
	border: 1px solid #CCCCCC;
}
