@charset "utf-8";
/* CSS Document */

/********************************************** 

		CONTENT BLOCKS

***********************************************/
.content-block{
	position: relative;
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
}
.content-block:before, 
.content-block:after {
	display: table;
	content: " ";
}
.content{
	position: relative;
	display: block;
}
.content h1,
.content h2,
.content h3,
.content h4{
	text-transform: uppercase;
	color: rgb(153, 153, 153);
	font-weight: 300;
}
/********************************************** 

		ARTICLE

***********************************************/
.article{
	color: rgb(153, 153, 153);
	background-color: rgb(255, 255, 255);
}
h2.article-title{
	margin: 0;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}
h2.article-title a{
	color: #000000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
h2.article-title a:hover,
h2.article-title a:hover{
	color: #999999;
}
h2.article-title a span{
	display: inline-block;
	line-height: inherit;
}
h2.article-title a span.entypo{
	width: 50px;	
	text-align: center;
	margin-left: -80px;
	margin-right: 15px;
}

.article h3{
	font-size: 30px;
	line-height: 35px;
	margin: 0;
	padding-top: 15px;
}
.article h4{
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.article .article-image{
	padding: 0;
	padding-top: 15px;
	overflow: hidden;
}
.article .side .article-image{
	padding: 0;
	padding-top: 15px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.modal-article .article-image{
	padding-top: 0;
	text-align: center;
}
.article .article-excerpt{
	padding: 15px;
	padding-bottom: 0px;
}
.modal-article .article-excerpt{
	padding: 0;
	padding-top: 5px;
	padding-right: 10px;
}
.article .article-excerpt p{
	font-size: 20px;
	line-height: 25px;
	text-align: center;
}
.article .article-excerpt.italics p{
}
.modal-article .article-excerpt p{
	font-size: 14px;
	line-height: 22px;
}
.article .article-content{
	padding: 15px;
	padding-bottom: 0px;
}
.article .article-content p{
	font-size: 16px;
	line-height: 20px;
}
.article .article-content p.read-more{
	padding-top: 15px;
	text-align: center;
}
.article .article-content p.read-more a{
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
}

/* PAGINATION */
.post-pagination{
	padding: 15px;
	padding-bottom: 0;
	/*border-top: 1px solid rgba(0, 0, 0, 1);*/
	font-weight: 300;
}
ul.page-numbers{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
ul.page-numbers li{
	display: inline-block;
	padding: 0px 15px 0px 15px;
	color: #000000;
}
ul.page-numbers li a{
	color: #000000;
	font-weight: 500;
}
ul.page-numbers li a:focus,
ul.page-numbers li a:hover{
	color: #F20A5B;
	text-decoration:none;
}
ul.page-numbers li span.current{
	color: #cccccc;
}

/********************************************** 

    		404

***********************************************/
.article.page-404{
	padding-top: 80px;
	padding-bottom: 80px;
}
/********************************************** 

    RESPONSIVE STYLE

***********************************************/
@media (min-width: 480px) {
}
@media (min-width: 768px) {
	.content-block{
		padding: 15px;
	}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}