/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/


.jevicons {
	margin-bottom:15px;
}

.jevtoolbar-actions {
	text-align:right;
}

.jevtools-showby,
.jevtools-filters,
.jevtools-actions {
	list-style:none;
	display:inline-block;
	padding-left:0;
}

.jevtools-showby {
	padding-right:60px;
}

.jevtools-showby li,
.jevtools-filters li,
.jevtools-actions li {
	display:inline-block;
	width:100px;
}

#jevents_body .jevtoolbar-search a,
#jevents_body .jevtoolbar-actions a {
	display:block;
	background-color:#ccc;
}

#jevents_body .jevtoolbar-search a:hover,
#jevents_body .jevtoolbar-actions a:hover {
	background-color:#999;
}

.jevtoolbar-search img,
.jevtoolbar-actions img {
	width:100%;
}

.jev_week,
.jev_days {
	display:block;
}

.jev_callistview {
	display:none;
}

span.jevdateicon1, 
span.jevdateicon2 {
	display:inline-block;
}

.f4us_image {
	margin-bottom:15px;
}

.f4us_image img {
	max-width:300px;
}

#jevents_body .jev_morelink a {
	display:block;
	text-align:center;
	padding:12px 0;
	margin:0 0 20px;
	font-size:20px;
	color:#fff;
}

#jevents_body .jev_morelink a:hover {
	color:#444;
}

@media ( max-width: 570px ) {
	.jev_toprow div.currentmonth,
	.jev_toprow div.previousmonth,
	.jev_toprow div.nextmonth {
		float:none;
		width:100%;
	}
}

@media ( max-width: 767px ) {
	.jev_week,
	.jev_days {
		display:none;
	}

	.jev_callistview {
		display:block;
	}

	.f4us_image,
	#jevents_body .f4us_descr h2 {
		text-align:center;
	}
}

