/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.button_iden {
	-webkit-transition: .2s background-color ease-out;
	-moz-transition: .2s background-color ease-out;
	-ms-transition: .2s background-color ease-out;
	-o-transition: .2s background-color ease-out;
	transition: .2s background-color ease-out;
	font-weight: 300;
	text-decoration: none;
	float: left;
	margin-right: 0;
	color: #fff !important;
	background-color: #e09900;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#e09900),to(#ffb414));
	background-image: -webkit-linear-gradient(#ffb414,#e09900);
	background-image: -moz-linear-gradient(#ffb414,#e09900);
	background-image: -ms-linear-gradient(#ffb414,#e09900);
	background-image: -o-linear-gradient(#ffb414,#e09900);
	background-image: linear-gradient(#ffb414,#e09900);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e09900',EndColorStr='#ffb414');
	-webkit-box-shadow: inset 0 1px 0 #ffdd93;
	-moz-box-shadow: inset 0 1px 0 #ffdd93;
	box-shadow: inset 0 1px 0 #ffdd93;
	border-color: #c68700;
	text-shadow: -1px -1px 0 #c68700;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.button_iden:hover {
	background-color: #f9aa00;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9aa00),to(#e59c00));
	background-image: -webkit-linear-gradient(#e59c00,#f9aa00);
	background-image: -moz-linear-gradient(#e59c00,#f9aa00);
	background-image: -ms-linear-gradient(#e59c00,#f9aa00);
	background-image: -o-linear-gradient(#e59c00,#f9aa00);
	background-image: linear-gradient(#e59c00,#f9aa00);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9aa00',EndColorStr='#e59c00');
	-webkit-box-shadow: inset 0 0 0 #ffdd93;
	-moz-box-shadow: inset 0 0 0 #ffdd93;
	box-shadow: inset 0 0 0 #ffdd93;
	color: #fff !important;
	background-color: #e09900 !important;
	text-shadow: -1px -1px 0 #ac7600;
}

.button_iden:focus {
	color: #fff !important;
	outline: none;
}

.button_iden:active {
	color: #fff !important;
	background-color: #e09900;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#e09900),to(#ffb414));
	background-image: -webkit-linear-gradient(#ffb414,#e09900);
	background-image: -moz-linear-gradient(#ffb414,#e09900);
	background-image: -ms-linear-gradient(#ffb414,#e09900);
	background-image: -o-linear-gradient(#ffb414,#e09900);
	background-image: linear-gradient(#ffb414,#e09900);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e09900',EndColorStr='#ffb414');
	-webkit-box-shadow: inset 0 1px 0 #ffdd93;
	-moz-box-shadow: inset 0 1px 0 #ffdd93;
	box-shadow: inset 0 1px 0 #ffdd93;
	border-color: #ac7600;
	text-shadow: -1px -1px 0 #ac7600;
}

#searchhdb {
	padding-top: 20px;
	padding-bottom: 5px;
}

.searcharea {
	padding-top: 2em;
	padding-bottom: 10px;
}

.searcharea_bottom {
	padding-bottom: 3em;
}

.css-events-list table tr {
	border-bottom: 1px solid #d3d3d3;
}

.css-events-list table td {
	padding-bottom: 20px;
	min-width: 200px;
}

.css-events-list table td a {
	font-size: 115%;
	font-family: Roboto Slab;
}

.css-events-list table th {
	font-size: 130%;
	font-family: Roboto Slab;
	color: #909090;
	font-weight: 100;
}

div.css-search {
	background: #ededed !important;
	border: 0 !important;
	font-family: 'Roboto Slab' !important;
	margin-bottom: 40px;
}