/* article */
.article{
	padding-bottom: 20px;
}

/* content image */
.article .image > *{
	display: none;
}
.article .image > .detail1{
	display: block;
}
.article .image > .detail1 > img{
	display: block;
}
.article .image > .detail1 > span{
	display: none;
}

/* content text */
.article .text > *{
	display: none;
}
.article .text > .detail1{
	display: block;
}
.article .text > .detail1 > span{
	display: block;
}
.article .text > .detail1 > img{
	display: none;
}

/* content image-text */
.article .image-text > *{
	display: none;
}
.article .image-text > .detail1{
	display: block;
	float: left;
}
.article .image-text > .detail2{
	display: block;
	float: left;
}
.article .image-text > .detail1 > span{
	display: none;
}
.article .image-text > .detail1 > img{
	display: block;
}
.article .image-text > .detail2 > img{
	display: none;
}
.article .image-text > .detail2 > span{
	display: block;
}

/* content text-image */
.article .text-image > *{
	display: none;
}
.article .text-image > .detail1{
	display: block;
	float: left;
}
.article .text-image > .detail2{
	display: block;
	float: left;
}
.article .text-image > .detail1 > img{
	display: none;
}
.article .text-image > .detail1 > span{
	display: block;
}
.article .text-image > .detail2 > span{
	display: none;
}
.article .text-image > .detail2 > img{
	display: block;
}

/* content image-image */
.article .image-image > *{
	display: none;
}
.article .image-image > .detail1{
	display: block;
	float: left;
}
.article .image-image > .detail2{
	display: block;
	float: left;
}
.article .image-image > .detail1 > span{
	display: none;
}
.article .image-image > .detail1 > img{
	display: block;
}
.article .image-image > .detail2 > span{
	display: none;
}
.article .image-image > .detail2 > img{
	display: block;
}

/* content text-text */
.article .text-text > *{
	display: none;
}
.article .text-text > .detail1{
	display: block;
	float: left;
}
.article .text-text > .detail2{
	display: block;
	float: left;
}
.article .text-text > .detail1 > img{
	display: none;
}
.article .text-text > .detail2 > img{
	display: none;
}
.article .text-text > .detail1 > span{
	display: block !important;
}
.article .text-text > .detail2 > span{
	display: block !important;
}

/* content object */
.article img{
	width: 100%;
	height: auto;
	margin: auto;
	border: 4px solid #FFF;
	border-radius: 2px;
	box-shadow: 0px 0px 4px #CCC;
}

.article .content{

}
.article .content > div{
	padding: 3px 15px;
}