/* @override 
	http://mura:8500/5.4/merced/includes/themes/merced/css/merced-mobile.css
	http://mura:8500/5.4/default/includes/themes/merced/css/merced-mobile.css
*/

/*
Theme:  Merced
Author: Blue River Interactive Group
*/


h1#site-title {
	text-align: center;
	margin: 0;
	padding: 15px 15px 0;
}

#navHeader {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 1em -15px 15px;
}

#navPrimary {
	margin-top: 2em;
}


#navSub ul {
	margin-top: 2em;
	padding-left: 0;
}

#navPrimary a, #navSub a {
	text-decoration: none;
}

dl, dl:last-child {
	margin: .75em 0 0 0 !important;
	padding: .75em 0 0 0 !important;
	border-top: 1px solid #bbb !important;
	position: relative;
}

dl:first-child {
	margin: 0 !important;
	padding: 0;
	border: 0  !important;
}

dt {
	margin-bottom: .25em !important;
}

dt.releaseDate {
	font-size: .75em;
	color: #333 !important;
	margin-bottom: .5em !important;
}

dt a {
	text-decoration: none;
}

dd {
	margin-left: 0;
}

dd.summary {
	margin-left: 0;
}

dd.summary p {
	margin: .5em 0;
}

dd.credits, dd.tags, dd.comments {
	font-size: .8em;
}

dl.hasImage dd.image {
	position: relative;
	margin-left: 0;
}

dl.hasImage dd.image img {
	display: block;
}

form ol {
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
}

form ol li {
	margin: 0 0 6px;
	padding: 0;
}

form ol li.controlgroup {
	margin-bottom: 0;
}

form input[type=checkbox] {
	display: none;
}

#svGallery li {
	min-height: 0 !important;
	height: auto !important;
	padding-bottom: 2%;
}

#svGallery li a {
	margin-bottom: 0;
}

#svGallery dl {
	display: none;
}

.svIndex {
	margin-top: 0;
}

li.ui-li-has-thumb p.releaseDate {
	margin: 0 0 -.45em;
}

.svIndex .ui-listview .credits,
.svIndex .ui-listview .comments,
.svIndex .ui-listview .tags,
.svIndex .ui-listview .rating {
	float: left;
	margin-right: 1em;
}

/* @end */

/* @group Home Page */

#features dl {
	overflow: hidden;
	padding-bottom: 1em;
}

#features dd.image {
	float: left;
	margin-right: 1em;
}

/* @end */

/* @group Globals - Forms
===================================== */


.required {
	margin: 0 0 .5em .25em;
	font-weight: normal;
	color: #b00;
	}

p.required {
	padding-left: 7px;
	background: url(../images/icon_star.png) no-repeat;
	}

p#loginMsg.required {
	margin-bottom: 2em;
	}

form li.req {} /* could add background color */

legend {
	padding-bottom: .75em;
}

.min-width-480px .ui-controlgroup-label {
	width: 20%;
	padding-left: 8px;
}

label.ui-input-text {
	font-weight: bold;
	padding-left: 8px;
}

.req label {
	background: url(../images/icon_star.png) no-repeat 0 0;
} /* could add color */

.req ins {
	position: absolute;
	left: -9999px;
	}

li .req ins {
	padding-left: 8px;
	background: url(../images/icon_star.png) no-repeat 100% 0;
	}

.req input {} /* could do { border: 1px solid darkred; color: darkred; } */


/* @end Globals - Forms - Required Fields
-------------------------------- */

/* @group Calendar
===================================== */
.svCalendar table {
	border-spacing: 0;
	border-collapse: collapse;
}

.svCalendar th {
	background: #666;
	color: #fff;
	text-shadow: 0 -1px 1px #000;
	border: 0;
	}

#svCalendarNav th {
	line-height: 1.2;
	font-size: .9em;
}

.svCalendar th a {
	color: #fff !important;
	text-decoration: none;
	font-size: 1.5em;
	padding: 0;
	line-height: 1.2;
	}

.svCalendar th a:hover {
	
	}
	
.svCalendar td {
	height: 40px;
	border: 1px solid #aaa;
	background: #f9f9f9;
		}
		
.svCalendar .dayofweek td {
	font-size: .75em;
	}

.svCalendar td span.date {
	font-size: 1.25em;
}

/* @end Calendar
-------------------------------- */

