/* Common Styles for all pages of The Riverside County Bed & Breakfast Web site */
/* Note: Refer to grading sheet for details on each of these sections */

/* CSS Final Project by Lucinda L. Wales*/



/* 1. Page Styles: body and/or page wrapper div rules for page properties and styling all normal page text. */


body {
	background: url(images/bg_justbars.jpg) fixed;
	margin: 0px 0px 0px 0px;  
	padding: 0;
	color: black;
	font-size: 100%;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#pagewrap {
	background: url(images/bg_side_granite.gif) repeat-y;
}

#main { 
	margin: 0px 5px 0px 130px;
	text-align: justify;
 	width: 625px;  
}




/* 2. Heading Styles: use of font-size, font-family, color, and a text property for h1 - h4 separately */
/* ================= */

h1 {
	background: url(images/bg_top_granite.gif) left top no-repeat;
	margin-top: 0;
	padding: 8px 10px 10px 130px;
	height: 85px;
	color: #000000;
	letter-spacing: 2px;
	font-size: 200%;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: rgb(220,110,0);
	font-size: 165%;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   letter-spacing: 1px;
}

h3 {
	color: #000000;
	font-size: 125%;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   letter-spacing: 1px;
   margin-bottom: 3px;
}

h4 {
	color: black;
	font-size: 100%;
   font-family: Georgia, "Times New Roman", Times, serif;
   text-transform: uppercase;
}




/* 3. First Paragraph Styles:  use 3 out of font, text, & box properties to emphasize 1st paragraph  */
/* =========================   */


.intro {
	font: 110% "Courier New", Courier, monospace;
}

.intro:first-line {
	text-transform: uppercase;
}

.intro:first-letter {
	font-size: 200%;
	font-weight: bold;
	margin-right: 3px;
}

.intro .nofirst { 
	color: white;
}

/* 4. Copyright Styles: use 3 out of font, text, and box properties to deemphasize paragraph  */
/* ===================  */


#copyright {
	background: url(images/bg_razorfence.gif) repeat-x;
 	border: 2px outset #CCC; 
	margin-top: 4em;
	margin-left: 15px;
	padding: 0.2em 1em;
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
	width: 90%;	
	height: 66px;
}


/* 5. General Link Styles: style any links outside the nav bar area.   */
/* ======================   */

a:link { text-decoration: none; background: none; }
a:visited { text-decoration: none; background: none; }
a:hover { text-decoration: none; background: #999;}
a:active { text-decoration: none; background: #999;}



/* 6. Navigation Bar Styles: should only affect nav bar links. Style nav bar's surrouding div,  */
/* ========================  style 4 link states to make buttons, & style current page non-link */


div.nav {
	float: left;
	margin: 10px 0 0 -13px;
	padding: 0 0 0 30px;
	font-weight: bold;
	font-size: 80%;
	line-height: 1;
	width: 80px;
}


.nav a:link, .nav a:visited {
	padding: 1px;
	color: #000;
	text-decoration: none;
	width: 80px;
	height: 15px;
 	line-height: 1;
 	display: block;
}

.nav a:hover, .nav a:active{
	background: #999 url(images/bg_graygranite.jpg) no-repeat;
	padding: 1px;
	color: #000;
	text-decoration: none;
	width: 80px;
	height: 15px;
	line-height: 1;
 	display: block;
}

#urhere {
	background: #888;
	padding: 1px;
	color: #333;
	width: 82px;
	height: 15px;
	line-height: 1;
 	display: block;
}


/* 7. List Styles: Set styles for 2 levels of bullet shapes & 2 levels of graphical bullets.  */
/* ==============  Outer bullets should stand out more than inner.   */


#main ul {  /* if browser != MSIE */
	list-style: disc;
	list-style-image: url(images/bullet_key.gif);
	line-height: 1.5;
	margin-left: 30px;
}


* html #main ul { /* if browser == MSIE */
	list-style: disc;
	list-style-image: url(images/bullet_key.gif);
	line-height: 1.5;
	margin-left: 40px;
}

#main ul ul { /* if browser != MSIE */
	list-style: circle;
	list-style-image: url(images/bullet_keyhole.gif);
	margin-left: 10px;
}

* html #main ul ul { /* if browser == MSIE */
	list-style: circle;
	list-style-image: url(images/bullet_keyhole.gif);
	margin-left: 30px;
}

#main ul li {  /*	if browser != MSIE */
	padding-left: 7px; 
}

* html #main ul li {  /*	if browser == MSIE */
	padding-left: 27px;
}

#main ul ul li {
	padding-left: 7px;
}



/* 8. Testimonial Styles: style each of these 5 items: the testimonial container div,  */
/* ====================== the h3 heading, the testimonial divs, the quotes, & the speaker  */

#testimonials {
	font-size: 80%;
	font-style: italic;
}

#testimonials h3 {
	color: rgb(220,110,0);
	font-size: 125%;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   letter-spacing: 1px;
   margin-bottom: 3px;
}

.testimonial {
	margin-bottom: 10px;
	padding: 0 20px 0 20px;
}

.quote {
	font-weight: bold;
	text-indent: 2em;
}

.speaker {
	margin-left: 7px;
	letter-spacing: 1px;
}

/* 9. Positioning Styles (Absolute / Relative Positioning something other than multi-columns) */
/* ===================== */
/* Note: if this affects only 1 page, put the styles in custom.css miscellaneous area*/

.pagepic {
	position: absolute;
	top: 65px;
	left: 13px;
	z-index: 10;
}

#pagetitle {
	background: url(images/bg_orangegranite.gif);
	position: absolute;
	top: 70px;
	left: 133px;
	z-index: 10;
	color: #000000;
	padding: 2px 5px 2px 5px;
	letter-spacing: 1.5px;
	font-size: 185%;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#endcap {  /*	if browser != MSIE */
   background: url(images/granite_end.gif) no-repeat bottom;
   float: left;
	margin-left: -130px;  
	margin-top: -20px;   
	width: 117px;
	height: 30px;
}


* html #endcap {  /* if browser = MSIE */
   background: url(images/granite_end.gif) no-repeat left bottom;
   position: relative;
   left: -133px;
   bottom: -20px;
   float: left;
	margin-left: -5px;  
	width: 117px;
	height: 30px;
}


/* 10. Multi-Column Layout Styles: Float, positioning, margin/padding for multi-col layout */
/* ==============================  */

#pagewrap {
	background: url(images/bg_side_granite.gif) repeat-y;
}

#main { 
	margin: 0px 5px 0px 130px;
	text-align: justify;
 	width: 625px;  
}




/* Miscellaneous Styles: Styles that don't fit the above categories but affect multiple pages */
/* ====================  */

.photo {
	float: right;
	margin: 0 0 0 15px;
	width: 176px;
	height: 226px;
}



