 
/* 	Face the Truth Section Styles
	Created 11/25/2008
------------------------- */

/* 	COLORS (PURPLE)
	Very Dark	rgb(90,60,90)
	Dark		rgb(100,60,100)
	Medium		rgb(175,110,175)
	Light		rgb(190,160,190)
	Very Light	rgb(220,190,220)
------------------------- */

#sidebar {
	background-color: rgb(190,160,190); /* Light */
}
#mainmenu a#here,
#sidebar li,
#sidebar a {
	border-color: rgb(190,160,190);  /* Light */
}
#textbar p {
	color: rgb(240,210,240); /* Very or Extra Light */
	text-shadow: rgb(90,60,90) 1px 1px 1px;
}
#sidebar,
#sidebar span,
#sidebar a#here2 {
	color: rgb(90,60,90); /* Very Dark */
}
#sidebar a:hover {
	background-color: rgb(175,110,175); /* Medium */
	border-color: rgb(175,110,175); /* Medium (Invisible) */
}
ul#sidebarfooter,
#sidebarfooter a {
	background-color: rgb(175,110,175) /* Medium */
}

#sidebar a#here2 {
	background-color: rgb(220,190,220); /* Very Light */
	border-color: rgb(100,60,100); /* Dark */
	background-image: url('/includes/images/here_truth.gif');
}
ul#sidebarfooter {
	background-image: url('/includes/images/corners/corner_bottom_truth.gif');
} 
#mainmenu a#here,
#mainmenu a#here:hover {
	background-position: -246px -200px;
	text-shadow: rgb(30,15,30) 2px 2px 2px ;
}
#textbar {
	background-position: -6px -500px;
}
h1,
h2,
h2 a:link,
h2 a:visited,
h2 a:hover,
h3 {
	color: rgb(90,60,90);
	border-color: rgb(90,60,90);
}
h2 a:link,
h2 a:visited {
	text-decoration: none;	
}
/* Section-specific Styles
------------------------- */

/* ITINERARY Styles */

#mainpage #itinerary {
	margin: 12px 0 24px;
}
#itinerary h2 {
	padding: 1px 0;
	color: rgb(50,50,50);
	font-size: 14px;
	background-color: rgb(235,235,235);
	margin: 0;
}
#itinerary h3 {
	font-size: 13px;
	color: rgb(170,10,10);
	margin: 0 0 2px;
	padding-top: 7px;
}
#itinerary h2, #itinerary h3 {
	clear: both;
	border-top: 1px dotted rgb(50,50,50);
	line-height: 1.3em;
	text-align: center;
	text-transform: uppercase;
	word-spacing: 2px;
	letter-spacing: 1px;
	padding-left: 3px;
}
#itinerary h4 {
	text-align: center;
	text-transform: uppercase;
	word-spacing: 2px;
	letter-spacing: 1px;
	color: rgb(50,50,50);
	margin-top: 0px;
	font-size: 10px;
	padding-left: 3px;
	font-weight: bold;
	line-height: 1.3em;
}
#itinerary h2 a:hover {
	color: rgb(50,50,50);
}
#itinerary h3 a:hover {
	color: rgb(170,10,10);
}
#itinerary p {
	margin: 12px;
}
#mainpage #itinerary strong {
	color: rgb(70,70,70);
}
h4.solo { /* Used for H4 that is followed immediately by H3 */
	margin-bottom: 8px;
}
#itinerary .directions {
	font-size: 0.8em;
	margin: 0 0 0 20px;
	padding: 0;	
	}
#itinerary .note {
	font-weight: bold;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	background-color: rgb(255,255,255);
	border: none;
	}
.time, .site {
	font-weight: bold;
	color: rgb(50,50,50);
	}
.time {
	padding-right: 1em;
	}
#mainpage #itinerary ul {
	list-style-type: none;
	list-style-image: none;
	margin: 12px 0 12px 12px;
	padding-left: 0;
}
#mainpage #itinerary ol {
	margin: 1em 0 1em 1em;
	padding-left: 1em;
	}
#mainpage #itinerary li {
	margin-bottom: 0.6em;
	}
#itinerary dl {
	margin: 12px 0 16px 12px;
	}
#itinerary dt {
	color: rgb(50,50,50);
	font-weight: bold;
	margin: 12px 0 1px;
	line-height: 1.5em;
	}
#itinerary dd, #itinerary dd.note {
	margin: 0 0 1px 16px;
	line-height: 1.5em;
}
#itinerary .directions {
	font-weight: bold;
}
#itinerary dd a.directions:link {
	text-decoration: none;
}
#itinerary dd a.directions:visited {
	text-decoration: none;
}
#itinerary dd a.directions:hover {
	text-decoration: underline;
}
#itinerary dd a.moreR {
	float: none;
	text-align: right;
}
