#content_repo{margin-bottom:10px}

/*content
-----------------------------------*/
.content_sentences{margin-bottom:70px}
.content_sentences h2{margin:10px 0}
.content_sentences h2 span.right{
	padding-right:10px;
	font-size:16px;
	font-weight:bold;
	color:#fcf;
	line-height:50px;
}

.repo_inner{
	font-size:14px;
	line-height:1.5;
}

/*content sentences
-----------------------------------*/
.repo_content{
	width:227px;
	margin:10px;
	background:#333;
}
.repo_content a{
	display:block;
	height:100%;
	text-decoration:none;
}
.repo_photo,.repo_day,.repo_text{overflow:hidden}

.repo_day{
	color:#5149c3;
	font-weight:bold;
	font-size:18px;
	height:30px;
	line-height:30px;
	text-align:center;
	text-shadow:2px 2px 0 #bdb5ff;
	background:url(../img/l_log_bg.png) repeat scroll center center;
	transition:color .3s;
}

.repo_photo{position:relative;height:182px}
.repo_photo img{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-113.5px;
	width:100%;
	height:auto;
	transition:all .3s;
}

.repo_text{
	height:67px;
	padding:10px;
	color:#dcdcdc;
	transition:color .3s;
}

.repo_content:hover .repo_photo img{
	top:-10px;
	margin-left:-125px;
	width:250px;
}
.repo_content:hover .repo_text{color:#fff}
.repo_content:hover .repo_day{color:#a737d5}
