/** CSS for article */
/** Sample selectors:
.article.show-item { }
.article.show-1 { }
.article.show-1 .intro { }
.article.show-2 { }
.article.show-item .title { }
.article.list-items { }
*/

/* article_show_2 two column styles */
.article.show-2 {
	width:750px;
}

.article.show-2 .intro {
	width:100%;
}

.article.show-2 .text {
	width:325px;
	float:left;
}

.article.show-2 .text2 {
	width:325px;
	float:right;
}

/* -------------------------------- */