/* @override http://get.mobileguide.is/css/mobileguide-widgets.css */

.mobileguide-record {
/*	font-size: 0.9em; */
}
.mobileguide-record h2 {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	margin-top: 1.2em;
	font-size: 1.3em; 
}
.mobileguide-record h2:hover {
	text-decoration: underline;
}
.mobileguide-record p,
.mobileguide-record-details p {
	margin-bottom: 0.5em;
   width: 500px;
}
.mobileguide-record .location {
	margin-left: 0.8em;
	margin-top: 0.5em;
	font-style: italic;
}
.mobileguide-record .dateAndTime {
	margin-bottom: 1em;
	margin-left: 0.8em;
}

.mobileguide-searchform label {
	display: inline-block;
	font-size: 0.9em;
	width: 70px;
}
.mobileguide-searchform input,
.mobileguide-searchform select {
	width: 200px;
	padding: 3px;
}
.mobileguide-searchform input.searchBtn {
	width: auto;
}
.mobileguide-searchform .queryBox, 
.mobileguide-searchform .dateBox {
	border: 1px solid #999;
}

.mobileguide-record-details h2 {
	font-weight: bold;
        font-family: "Trebuchet MS";
        font-size: 26px;
	margin-bottom: 0.5em;
}

.mobileguide-record-details h3 {
	margin: 0px;
	padding: 0px;
	margin-top: 0.5em;
	font-weight: bold;
        font-family: "Trebuchet MS";
        font-size: 16px;
}
.mobileguide-record-details p {
	margin: 0px;
}
.mobileguide-record-details a.backLink {
	display:inline-block;
	margin-top: 1em;
        font-size: 26px;
}
.mobileguide-record-details .imgContainer {
	margin-top: 1em;
	text-align: center; 
/*
        position: absolute;
        top: 10px;
        right: 10px;
*/
}
.mobileguide-record-details img {
	border: 1px solid #333;
        width: 300px;
}
.mobileguide-record-details .mapContainer {
	text-align:center;
}
#mobileguide_map_canvas {

/*	margin-top: 1em; */
	width:300px;
	height:300px;
	border: 1px solid #333;
        clear: both;
        float: center;
}

.mobileguide-eventlist .event {
	font-size: 0.9em;
}
.mobileguide-eventlist .dateHeader {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.4em;
}
.mobileguide-eventlist .event {
	margin-bottom: 0.2em;
}
.mobileguide-eventlist .event .time {
	padding-right: 1em;
}
