
/* * * * * * * * * *
 * Welcome Screen
 * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Page styling */
[data-role="page"] {
    opacity: 0.9;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Items didplayed in the main column */
.MainContent {
	background: #91a367;

	width: 90%;

	margin: auto;
	margin-top: 0.5em;
	border-radius: 5px;
	box-shadow: 0px 0px 15px #66c;
}

/* Images in main column */
.MainContent img {
	position: relative;
	left: 20%;
	right: 20%;

	max-width: 60%;
}

/* Hotel's announcements */
#anouncements {
    opacity: 0.65;
	background: #EEF;

	width: 85%;

	margin: auto;
	border-radius: 5px;
	box-shadow: 0px 0px 15px #66c;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Collapse set */
.CollapseContent #image {
	position: relative; 
	width: 100%; /* for IE 6 */
}

.CollapseContent #description {
	color: #005;
	font-style: italic;
}

/* List titles */
.ListHeader {
	color: #003;
	font-weight: bold;
	font-size: 1.5em;
}

/* Unordered list stylling */
#anouncements ul/*, .SideContent ul*/{
	background: #CCD;
	color: #003;

	font-style: italic;
	font-size: 1.2em;

	margin-left: 1.5em;
	margin-right: 1.5em;
	padding: 1.5em 2em 3em;
	border-radius: 4px;
	box-shadow: 0px 0px 10px #66c;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* All text messages displayed in central column */
.Message {
	opacity: 0.8;
	color: #88F;
	background: #EEF;

	width: 70%;

	font-size: 1.5em;
	text-align: center;

	padding: 0.5em;
	margin: auto;
	margin-top: 2%;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #66c;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Side Block Formatting */
.SideContent {
    opacity: 0.65;
	background: #EEF;
	
	width: 80%;

	padding: 1em;
	margin: 1em;
	border-radius: 5px;
	box-shadow: 0px 0px 15px #66c;
}

/* Unordered list items at the side panels */
.SideContent li {
	font-size: 1.25em;
}
#latestEvents li {
    height:130px;
}