@charset "utf-8";
/* ----------------------------------------- 
    Category Page Style
 ---------------------------------------- */

@import url("base.css");

/* ----------------------------------------- 
    Basic Style
----------------------------------------- */
#category-page h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
}
#category-page h1 strong {
	color: #0099CC;
	text-transform: capitalize;
	font-size: 1.4em;
}
.column h2 {
}
.column p {
	font-size: 1.1em;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
.column p.thumb { margin-bottom: 1em; 
}
/* ----------------------------------------- 
    Entry Date
----------------------------------------- */
.publish {
	color: #999999;
	margin: 0em 0em 1em;
	padding: 0px;
}
.year { margin-right: 1em; }
.month { margin-right: 1em; }
.day { }

