html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
/* vertical-align: baseline; */
	/* outline: none; */
	/* -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; */
	/* -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */
}
/** page structure **/
#w {
	display: block;
	max-width: 980px;
	min-width: 300px;
	margin: 0 auto;/* padding: 2px 3px; */
}
/** posts slider widget **/
.crsl-items {
	display: block;
}
.crsl-item {
	background: #fff;
	/* padding: 8px; */
	border: 1px solid #d0d0d0;
	/* -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	box-shadow: 0 2px 3px rgba(0,0,0,0.4); */
	padding: 5px;
}
.crsl-item .thumbnail {
	display: block;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}
.crsl-item .thumbnail img {
	display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
	opacity: 0.8;
}
/** posts slider nav **/
.slidernav {
	display: block;
	text-align: center;
	/* margin-bottom: 5px; */
	margin-top: -56px;
}
.slidernav a {
	display: inline-block;
	padding: 6px 12px;
	margin-left: 4px;
	font-size: 16px;
	background: #c5c6c1;
	color: #FFF;
	text-decoration: none;/* -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,0.2); */
}
.slidernav a:active {
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}


/** media queries **/
@media screen and (max-width: 660px) {
}
/** clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

