/*

Theme Name: CleanSlide
Author: DzKaiz
Description: Blue Style

Importing the CSS:

*/

/* Mathias mods */

/* Buttons */

.moreBtn{
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DF6F07), color-stop(100%, #F47A08));
	background-image: -webkit-linear-gradient(top, #DF6F07, #F47A08);
	background-image: -moz-linear-gradient(top, #DF6F07, #F47A08);
	background-image: -ms-linear-gradient(top, #DF6F07, #F47A08);
	background-image: -o-linear-gradient(top, #DF6F07, #F47A08);
	background-image: linear-gradient(top, #DF6F07, #F47A08);
	border: 1px solid #DF6F07;
	border-bottom: 1px solid #DF6F07;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #DF6F07;
	box-shadow: inset 0 1px 0 0 #DF6F07;
	color: #fff !important;
	font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	padding: 5px 0 5px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #DF6F07;
	text-decoration:none !important;
	display:inline-block;
	width: 100px;
	margin-top: 10px;
}

h3.ItemHeader{
	line-height: 30px;
}

h3.ItemHeader a{
	text-decoration:none;
}








