@import 'style.css';

#publications-bg{
	background-color: #f2f2f2;
	margin: 15px 0;
	padding: 15px 0;
}

#publications-wrapper{
	width: 1000px;
	margin: 0px auto;
}

/*Меню категорий*/
.publications-category-menu-hr{
	background-color: #f08833;
	height: 1px;
	color: #f08833;
	border: none;
}

#publications-category-menu{
	float: left;
	width: 170px;
	padding: 15px;
	min-height: 100px;
	background-image: url('../img/bg/tweed.png');
}

#publications-category-menu-title p{
	text-align: center;
	color: white;
}

#publications-category p a{
	text-decoration: none;
	color: white;

}

#publications-category p{
	margin: 5px 0;
}

/*Описание*/
#publications{
	width: 800px;
	float: right;
}

.publications:first-child{
	background-color: white;
	width: 387px;

}

.publications:first-child img:first-child{
	width: 387px;
}

.publications{
	background-color: white;
	width: 188px;
	float: left;
	margin: 0 0 10px 10px;
	/**/min-height: 600px;
	overflow: hidden; 
}

.publications:hover{
	outline: 1px solid #DCDCDC;
}

.publications-img img{
	width: 188px;
}

.publications-title{
	padding: 10px;
	color: #89ad5b;
}

.publications-description{
	padding: 10px;
	color: #7a7a7a;
}

.publications-butt-more a{
	text-decoration: none;
	color: #f08833;
}

.publications-butt-more{
	padding: 10px;
	cursor: pointer;
}

.publications-butt-more:hover{
	background-image: -webkit-linear-gradient(bottom, #f6f6f6, #ffffff);
	background-image:    -moz-linear-gradient(bottom, #f6f6f6, #ffffff);
	background-image:     -ms-linear-gradient(bottom, #f6f6f6, #ffffff);
	background-image:      -o-linear-gradient(bottom, #f6f6f6, #ffffff);
	background-image:         linear-gradient(bottom, #f6f6f6, #ffffff);
}

.publications-more-hr{
	background-color: #f2f2f2;
	height: 1px;
	padding: 0;
	margin: 0;
	color: #f2f2f2;
	border: none;
}

/*Публикация*/
#publications-description{
	background-color: white;
}	

#publications-description-img img{
	max-width: 1000px;
}

#publications-description-date{
	padding: 10px;
	color: #c1c1c1;
}

#publications-description-block{
	padding: 10px;
}

#publications-description-title{
	color: #89ad5b;
}

#publications-description-text{
	margin-top: 10px;
}

/*Соц*/
.social{
	width: 16px;
	height: 16px;
	float: left;
	cursor: pointer;
	opacity: 0.8;
	margin-right: 5px;
	display: none;
}

.social:hover{
	opacity: 1;	
}

#facebook-icon{
	background-image: url('../img/social-icon/facebook.png');
}

#vk-icon{
	background-image: url('../img/social-icon/tumblr.png');
}

#tw-icon{
	background-image: url('../img/social-icon/twitter.png');
}

#gplus-icon{
	background-image: url('../img/social-icon/googleplus.png');
}

#ytube-icon{
	background-image: url('../img/social-icon/youtube.png');
}
