/* dashboard */

#center {
	 background-color: #EEE;
}

div.dbblock {
	width: 100%;	/*700px;*/
	padding: 0 0.25em;
	/* background-color: #EEE; */
	overflow: auto;
	font-size: 90%;
}

/* to make ad blocks full size */
div.dbinnerblock {
	overflow:auto;
}

.dbitem,
.dbad {
	position: relative;
	background-color: white;
	float: left;
	width: 45%;
	margin: 0.5em;
	padding: 0.5em;
	line-height: 1;
}

.dbitem {
	border: 1px solid #CCC;
	height: 18em;
	box-shadow: 2px 2px 2px #DDD;
}

.dbitem header {
	display: block;
	margin: 0;
	padding: 0;
	width: initial;
}

.dbitem header h1,
.dbitem header h2,
.dbitem p {
	margin: 0 0.5em;
	margin-left: 0;
	line-height: 1.1;

}

.dbitem header {
	margin-bottom: 0.5em;
}

.dbitem header h1 {
	font-size: 100%;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0.25em;
}
.dbitem header h2 {
	font-size: 100%;
	margin-bottom: 0.25em;
	color: #666;
}

.dbitem section {
	overflow-y: auto;
	height: 13em;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}

/* start review */
.dbitem section .dbbox {
	float: left;
	margin-bottom: 0.5em;
}

.dbitem section .dbbox:last-of-type {
	/*background-color: red;*/
	margin-bottom: 0;
}

.dbitem section .dblinkbox {
	clear:both;
	padding-top: 10px;
}

.dbitem section .dblinkbox a {
	display: block;
	padding: 0.25em;
}

article#dbweather.dbitem section {
	overflow-y: hidden;
	text-align: center;
}

article#dbweather.dbitem section a#dbweatherwidget img {
	border: 1px solid #ddd;
	margin-top: 1.5em;
	/* box-shadow: 2px 2px 2px #DDD; */
}

article#dbplanyourstay.dbitem .dbbox {
	width: 144px;
}

article#dbspecialoffers.dbitem .dbbox {
	width: 140px;		/* 144px works on mac, but not on windows due to wide scroll bar reserve... */
}

article#dbsocial.dbitem .dbbox {
	width: 85%;
}

/* end review */
.dbitem section.dbcontent#dbalerts p {
	margin-left: 0;
	line-height: 1.1;
}

.dbitem section.dbcontent p {
	margin: 0;
	line-height: 1.0;
}

.dbitem section.dbcontent#dbproperty {}

.dbitem section:last-of-type {
	border-bottom: 0;
}

.dbitem section header h1 {
	font-weight: 700;
	margin:0;
}

.dbitem section header h2 {
	font-weight: 600;
	margin:0;
}

.dbitem section header h1.emergalert {
	font-weight: 700;
	color: red;
	margin:0;
}
.dbitem section h1 {
	font-size: 90%;
	font-weight: 700;
	margin: 0;
}
/* these match...*/
.dbitem section h1 a {
	font-size: 1.0em;
	font-weight: 700;
	margin: 0;
}

.dbitem section h2 {
	font-size: 85%;
	font-weight: 400;
	margin: 0;
}
.dbitem section hr {
	clear: both;
}

.dbitem .lineclamp1 {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 1.0em;
	white-space: -moz-pre-space;	/* moz tag only */
	/* max-height: 1.25em; */
}

.dbitem .lineclamp2 {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 2.25em;
}

.dbitem .lineclamp3 {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3.5em;
}

.dbitem section img.dbimage {
	clear: both;
	width: 140px;
	height: 72px;
	border: 1px solid black;
	float: left;
	margin-right: 5px;
	margin-bottom: 0.5em;
	overflow: hidden;
}

.dbitem section img.dbimage:last-of-type {
	/* border-color: red; */
	margin-bottom: 0;
}

.dbitem section p {
	font-size: 90%;
	font-weight: 400;
}
.dbitem section .dblinks {
	text-transform: uppercase;
}
.dbitem section a {
	text-decoration: none;
	font-weight: 600;
}
.dbitem section label {
	display: block;
	margin: 0.5em 0.5em;
/*				font-size: 90%;*/
}
.dbitem section label input[type="checkbox"] {
	margin-right: 0.75em;
}
.dbitem footer {
	position: absolute;
	font-size: 80%;
	bottom: 5%;
	width: initial;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
}
.dbitem footer.callout {
	/* font-size: 90%;*/
}

#dbsurvey input[radio] {
	padding-right: 1em;
}

.dbitem#dbsurvey section label input[type="radio"] {
    margin-top: 0.15em;
    margin-bottom: 0;
}

#dbplanyourstay section div.dbbox h1 {
	text-transform: uppercase;
}

#dbspecialoffers section div.dbbox h2 {
	font-size: 100%;
}

#dbnews h1 {
	margin-top: 0.9em;
}
#dbnews h1:first-of-type {
	margin-top: 0;
}
#dbnews h1,
#dbnews p {
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   line-height: normal;
}
#dbnews h1.hlonly {
	overflow: auto;
	white-space: normal;
}
#dbsocial img {
	float: left;
	margin-right: 5px;
	width: 35px;
	height: 35px;
	clear: both;
}
#dbsocial a {
	display: inline-block;
}
#dbsocial p {
	/* font-size: 80%;*/
	margin-top: 0;
	margin-bottom: 1.0em;
}
/* #dbsocial .actionbttn {
	display: inline-block;
	background-color: blue;
	color: white;
	font-weight: 700;
	*//* font-size: 90%;*//*
	padding: 5px 10px;
	border-radius: 6px;
	margin-left: 0.5em;
}
*/
#dbproperty img {
	max-width: 140px;
	max-height: 70px;
}


