﻿
.featuredCarousel 
{
    width:210px;
    height:100%;
    float:left;
    padding:0;
}

.ui-icon-menu-bars
{
    background: url(../../../Assets/Images/IconMenuBars.png) 50% 50% no-repeat;
    background-size: 18px 18px;
    width: 30px;
    height: 30px;
    margin-top: -15px !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.menu-bars.ui-btn-up-a, .menu-bars.ui-btn-hover-a, .menu-bars .ui-btn-inner
{
	background: transparent!important;
	border: none!important;
}
.menu-bars .ui-btn-inner
{
	border-right: 1px solid #fff;
}
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb
{
	padding-left: 40px!important;
	min-height: 30px!important;
}
.ul-li-thumb {
	top: 10px;
	left: 6px;
	width: 30px;
}
.ui-content .ui-listview, .ui-li-heading
{
	margin-top: 0px;
}

span.date {
	font-size: 75%;
	font-weight: normal;
	font-style: italic;
}
ul.featuredCarousel li
{
	/*background-image: -webkit-gradient(linear,left top,left bottom,from( #fff ),to( #f1f1f1 ));
	background-image: -webkit-linear-gradient( #fff,#f1f1f1 );
	background-image: -moz-linear-gradient( #fff,#f1f1f1 );
	background-image: -ms-linear-gradient( #fff,#f1f1f1 );
	background-image: -o-linear-gradient( #fff,#f1f1f1 );
	background-image: linear-gradient( #fff,#f1f1f1 );*/
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 3px 1px 8px rgba(0,0,0,.1);
	padding: 15px;
	text-align: center;
	background: #fff url('../../../../Assets/Images/FeaturedArrowsBackground.png') 50% no-repeat;
}
ul.featuredCarousel li h3, ul.featuredCarousel li h4
{
	margin-top: -6px;
	text-align: center;
}
ul.featuredCarousel li .status
{
	font-size: 75%;
	text-transform: uppercase;
}

.ui-body-c, .ui-overlay-c 
{ 
	text-shadow: none; 
}

.moduleContentNew p.listdate
{
	float: left; 
	width: 30%; 
	font-weight:bold;
	margin: 1em 0;
	display: inline-block;
}

.moduleContentNew .specificDetailHeader
{
	float: left;
	margin: 0px 6px;
	font-weight: bold;
	width: 40%;
}
.moduleContentNew .detailSpecifics
{
	font-size: 90%;
	margin: 0 -15px;
}
.moduleContentNew .specificDetail
{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.moduleContentNew .specificDetailItem
{
	overflow: hidden;
}
.ui-datepicker-inline.ui-corner-all, .ui-datepicker-header.ui-corner-top
{
	border-radius: 0;
	-webkit-border-radius: 0;
}
.ui-navbar li .ui-btn-icon-top .ui-btn-inner 
{
	padding-top: 22px;
}
.ui-footer .ui-btn-text
{
	font-size: 80%
}
.ui-datebox-griddate.ui-corner-all
{
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.moduleContentNew span.eventLocation
{
	font-size: 80%;
	font-weight: normal;
	color: #000;
}
.newCP .text
{
	padding: 15px;
}

a.button
{
	margin: 10px;
}

.newCP .specificDetail .text img
{
	width: 100%;
}

/* coming right at you direct from iscroll */
body {
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
}

#featuredWrapper {
	width:300px;
	height:260px;

	float:left;
	position:relative;	/* On older OS versions "position" and "z-index" must be defined, */
	z-index:1;			/* it seems that recent webkit is less picky and works anyway. */
	overflow:hidden;
	left: 50%;
	margin: 0 0 0 -150px;

	/*background:#aaa;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	background:#e3e3e3;*/
}

#scroller {
	/*width:600px;*/
	height:100%;
	float:left;
	padding:0;
}

#scroller ul {
	list-style:none;
	display:block;
	float:left;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-align:left;
}

#scroller li {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	display:block; 
	float:left;
	width:280px; 
	height:240px;
	margin: 10px;
	/*text-align:center;
	font-family:georgia;
	font-size:18px;
	line-height:140%;*/
}