
@import url("widgets/article.css");
@import url("widgets/comments.css");
@import url("widgets/categorylist.css");

#showposts {
	font-size: 1.1em;
	margin-top: 20px;
	text-align: center;
}

#showposts, #showposts a {
	color: #9c9c9c;
}

#views {
	background-color: #f7f7f7;
	border: 1px solid #cdcdcd;
	height: 35px;
	margin-top: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#views #compact, #views #expanded, #views #filter {
	float: left;
	margin-left: 20px;
	font-size: 1.1em;
}

#views #compact, #views #expanded {
	line-height: 35px;
	display: block;
	padding-right: 20px;
	color: #000;
}

#views #compact {
	background: url(http://moviezine.se.s3.amazonaws.com/ui/images/compactico.gif) no-repeat right center;
}

#views #expanded {
	background: url(http://moviezine.se.s3.amazonaws.com/ui/images/expandedico.gif) no-repeat right center;
}

#views #filter {
	line-height: 35px;
}

#views #filter input {
	background-color: #fff;
	border: 1px solid #cdcdcd;
}

#showmore {
	background-color: #f7f7f7;
	border: 1px solid #cdcdcd;
	height: 35px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#showmore a {
	background: url(http://moviezine.se.s3.amazonaws.com/ui/images/grayorangeplus.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 35px;
	color: #333;
	display: block;
	margin: 0 170px;
}




