/*General*/
.post-box .titlearea h2 span{
	text-transform:uppercase;
}
.single{
	background-image:none !important;
}

/* Wp postratings */
.rating .post-ratings-loading{
	position: absolute;
	left:100px;
	top:0;
}
.rating .post-ratings-loading img{
	float:left;
	margin:7px;
}
.rating .post-ratings{
	float:left;
	margin:0;
	padding:4px 5px 0 0;
	width:300px;
	line-height:22px;
}
.rating .post-ratings img{
	float:left;
	padding-right:5px;
}
.rating .post-ratings span{
	margin-left:5px;
}

/*Explore the lake GMAPS*/
.maparea {
	width:980px;
	height:363px;
}
.map .recent .box {
	background:none;
	float:none;
	padding:0;
	width:100%;
}
.map .recent .box .title {
	border:none;
	text-align:left;
}
.map .recent .box .title strong{
	padding:0;
}
.map .recent .box ul li {
	margin-bottom:0;
}
.map .recent .box ul li span{
	padding-bottom:0;
}

/*Google maps plugin*/
.mapp-poweredby{
	display:none;
}

/*Single news*/
.report .colnarrow .box strong a {
	color:#CCC5B5;
}
.report .colnarrow ul a.ui-state-active {
	background:url(images/arrow-9.gif) no-repeat 100% 50%;
}

/*Register form*/
#login_error {
	background-color:#FFEBE8;
	border-color:#CC0000;
}
#login_error {
	border-style:solid;
	border-width:1px;
	margin:0 0 16px 8px;
	padding:12px;
}
#login_error strong{
	color:#6C6C6B;
	display:inline;
}

/*Tournament results styles*/
.result .yellowbox {
	margin-bottom:11px;
}
.result .col1 ul.table{
	padding:0 0 0 15px !important;
}
.result .more {
	display:block;
	margin:15px 0 11px;
}

/*Contact form 7*/
.formsarea .formholder .chb input{
	float:left;
	height:14px;
	margin:2px 5px 0 0;
	padding:0;
	width:14px;
}
.formsarea .formholder .wpcf7 .holder .wpcf7-list-item-label {
	display:inline;
	padding-bottom:4px;
}
.formsarea .formholder .wpcf7 .checks .wpcf7-list-item-label {
	float:left;
	letter-spacing:-1px;
	line-height:16px;
	padding-right:20px;
	white-space:nowrap;
}
.formsarea .formholder .wpcf7 .ajax-loader{
	display:none !important;
}
.formsarea .formholder .wpcf7 .field .wpcf7-form-control-wrap{
	padding:0 !important;
}
.formsarea .formholder .wpcf7 .select .wpcf7-not-valid-tip{
	top:0 !important;
}
.formsarea .formholder .wpcf7 span.wpcf7-list-item{
	margin-left:0;
}
.formsarea .formholder .wpcf7 .btnholder2 input{
	background:url("images/btn-download.gif") no-repeat scroll 100% 0 transparent !important;
	width:157px !important;
	height:25px !important;
	border:none !important;
}
.formsarea .formholder .wpcf7 .btnholder input  {
	background:url("images/btn-print.gif") no-repeat scroll 100% 0 transparent;
	width:117px;
	height:25px;
	border:none;
}
.formsarea .formholder .wpcf7 .checks .chline {
	padding-bottom:7px;
}


/*Events manager*/
.calendararea .calendar .dbem-calendar-table {
    border-collapse:collapse;
	width:210px;
	margin:0 0 0 16px;
	padding:0;
	font-size:10px;
	line-height:13px;
	color:#8d815f;
	overflow:hidden;
}
.calendararea .calendar .dbem-calendar-table .days-names{
    font-style:italic;
}
.calendararea .calendar .dbem-calendar-table td {
	float:left;
	width:22px;
	padding:0 0 3px 8px;
	color:#8d815f;
	height:13px;
    position:relative;
}
.calendararea .calendar .dbem-calendar-table td a{
    color:#f0bb2b;
    font-weight:normal;
	width:20px;
	height:13px;
	float:left;
}
.calendararea .calendar .dbem-calendar-table td a:hover ,
.calendararea .calendar .dbem-calendar-table td a.active {
	margin-left:-8px;
	padding-left:8px;
	padding-bottom:6px;
	margin-bottom:-6px;
	text-decoration:none;
	color:#f0bb2b;
	background:url(images/calendar-active.gif) no-repeat;
}
.calendararea .calendar .dbem-calendar-table .eventless-today {
    color:#f0bb2b;
    background:url(images/calendar-active.gif) no-repeat;
}
.calendararea .calendar .dbem-calendar-table .eventless-pre,
.calendararea .calendar .dbem-calendar-table .eventless-post,
.calendararea .calendar .dbem-calendar-table .eventful-pre,
.calendararea .calendar .dbem-calendar-table .eventful-post,
.calendararea .calendar .dbem-calendar-table .eventful-pre a,
.calendararea .calendar .dbem-calendar-table .eventful-post a{
	color:#d0c9b4;
}
.calendararea .calendar .dbem-calendar-table .title {
	width:191px;
	line-height:16px;
	background:#f0bb2b;
	margin:7px 0 14px 15px;
	padding:0 20px 1px 7px;
	color:#fff;
}
.calendararea .calendar .title a {
    position:relative;
}
