/* Common Styles For Xtreme Resort */
/* CSS Final Project by Sergio Ponce De Leon */


/* 1. Page Styles such as colors, margins, backgrounds, and fonts for the body and normal text */
/* =============== */
/* Backgrounds for Xtreme Resort by Sergio Ponce De Leon */

body { 
	margin-top: -22px;
	background: rgb(209, 211, 214) url(bike_background.html) 
	no-repeat center center fixed;
	font: 1em "FrnkGothITC HvIt BT", serif;
	}




/* 2. Heading Styles Font, Color, Text, etc. Properties for h1-h4 */
/* ================= */

 h1 {
	text-align: center;
	font: 2.5em KidTYPEPaint, Serif; 
	color: rgb(40, 8, 177);	
   }

h2, h3, h4 {
	color: rgb(40, 8, 177);
}

/* 3. First Paragraph Styles (Intro Paragraph on each page) */
/* ========================= */

.intro {
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	color: rgb(40, 8, 177);
}

	

/* 4. Copyright Styles  */
/* ===================  */

#copyright {
	font: 0.7em "Calligraph421 BT", serif;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 60px;
	}




/* 5. General Link Styles (for links within the page, not in the nav bar)  */
/* ====================== */
	
a { 
	text-decoration: none; color: white;
}
a:active {
	color: red;
}
a:visited {
	color: gray;
}
a:hover {
	color: rgb(160, 3, 95);
}

/* 6. Navigation Bar Styles (for the Div box itself as well as its links)  */
/* ========================  */

div.nav { 
	float: left; 
	margin-top: 50px;
	}

div.nav1 {
	float: left; 
	margin-top: -6px;
	}

.nav p {
	font-weight: bold;
	margin: 22px 20px 5px 10px;
	padding: 4px 5px;
	text-align: center;
	background: url(link_back.html);
	}

.nav a:link, 
.nav a:visited {
	padding: 4px 5px;
	display: block;
	color: white;  
   text-decoration: none;
}

.nav1 a:link, 
.nav1 a:visited {
	padding: 4px 5px;
	display: block;
	color: white; 
   text-decoration: none;
}

.nav p a:hover,
.nav p a:active {
	display: block;
	padding: 4px 5px;
	background: url(link_back_hover.html);
	color: rgb(160, 3, 95);
}

div.nav1 a:hover,
div.nav1 a:active {
	display: block;
	padding: 4px 5px;
	background: url(link_back_hover.html);
	color: rgb(160, 3, 95);
}

span#urhere {
	display: block;
	padding: 4px 5px;
	background: url(link_back_here.html);
	color: black; 
   text-decoration: none;
}



/* 7. List Styles (2 levels of graphical bullets)  */
/* ============== */
ul {
	list-style-type: circle;
	list-style-image: url(helmet_bullet.html);
} 

ul ul {
	list-style-image: url(helmet_inner_bullet.html);
}




/* 8. Scrollbar Styles for IE */
/* i donīt have internet explorer, and cannot install it because it always freezes my computer*/





/* 9. Positioning Styles (Absolute / Relative Positioning)  */
/* ===================== */

.photo {
	position: absolute; 
	top: 80px;
	right: 6px;
}

.photo1 {
	position: absolute; 
	top: 80px;
	right: 1px;
}

#rightpic {
	margin-top: 370px;
}

#leftpic {
	margin-top: 160px;
}

#pagewrap {
	 margin-left: 175px;
	 margin-right: 170px;
}

#right_back {
	position: absolute;
	top: 180px;
	right: 7px;
}



/* 10. Testimonial Styles (All testimonial styles except Positioning)  */
/* ====================== */

#testimonials {
	border: 1px solid blue;
	padding: 0 8px 14px 20px;
	margin-top: 6px;
}

#testimonials h3 {
	font-size: 1.3em;
}

.quote {
	font: 1.1em "BellCent NamNum BT", serif;
	font-style: italic;
}

.speaker {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	color: rgb(88, 8, 78);
}

/* Miscellaneous Styles  (Other styles that don't fit the above categories */
/* ====================  */

.event { 
	text-align: center;
}
