/* Custom Styles For Xtreme Resort */
/* CSS Final Project by Sergio Ponce De Leon */


/* 1. Events Page Calendar Table Styles (Add your own styles to these. Styles shouldn't affect other tables if they existed  */
/* ==================================== */

table#calendar { 
	width: 98%;             /* change this table width as needed  */
	margin-left: auto;      /* auto left and right margins centers the item since it has a width */
	margin-right: auto; 
	background: url(event_back.html);
	color: white;  
	border: 2px solid blue;
	font-size: 0.9em;
}

table#calendar td { 
	height:  4.75em;  /*  change this height for the calendar days as needed */
	width: 14%;       /*  in xhtml 1.0 strict, these html attributes of tr, td, or th aren't allowed, so use css instead */
}

#monthYear {
	color: blue;
	font-family: "BankGothic Md BT", serif;
	letter-spacing: 0.3em;
}

#weekdays {
	color: blue;
	font-family: "BankGothic Md BT", serif;
	letter-spacing: 0.3em;
}

.date {
	font-family: "BankGothic Md BT", serif;
	letter-spacing: 0.3em;
}

.event {
	padding: 0 4px 6px 2px;
}

.noday {
	background: url(noday.html);
}


/* 2. FAQ Page Question & Answer Styles  */
/* ====================================  */

.question {
	color: rgb(40, 8, 177);
	font:1.35em "BankGothic Md BT", serif;
	border-bottom: solid 1px rgb(40, 8, 177);
	width: 75%;
}

.answer {
	font-family: "FrnkGothITC HvIt BT", serif;
	font-weight: normal;
	font-style: italic;
	text-indent: 2em;
	padding: 0.8em 1.5em;
}

/* 3. Services Page Image Floating and Border Styles (Can be used for images on other pages too) */
/* I designed the website to have the pictures on the right ´frame´  */

.photo {
	border: 4px solid white;
	width: 140px;
	margin-right: 7.5px;
}



/* Miscellaneous Styles (Any other optional styles for a single page not fitting above categories) */
/* ====================  */

