@charset "utf-8";
/* CSS Document */

/* BASIC Horizontal bar */

ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #999999;
	float: left;
}
/* this make it horizontal bar */
#mainNav li {
	float:left;
	width: 8em;
}
#mainNav a {
	color: #000;
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 5px 7px 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/Button.gif);
	font-weight: bold;
}
#mainNav a:hover {
	font-weight: normal;
	background: url(images/Button_over.gif) no-repeat center center;
}

#mainNav a:visited {
	color:#660000
	}
	
/*change each page ID below*/
body#home a#homeLink,
body#feature a#featureLink,
body#expert a#expertLink, 
body#quiz a#quizLink,
body#project a#projectLink,
body#horoscope a#horoscopeLink {
	background: #FFFFFF url(../images/bg_here.png) no-repeat 5px 50%;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
}


/* The link is nonsense, but it force the browser to see the background of the button as part of the link, not just the text.*/
* html #mainNav a {
	height: 1px;
}
	
/* below is the vertical navigation bar */
#sidebar1  p {
	color: #663300;
	padding-right: 5px;
	font-size: 14px;
	padding-left: 5px;
}
#sidebar1  a {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#sidebar1 .vertical {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: no-repeat center bottom;
	clear: both;
}


#sidebar1 .vertical li {
	list-style: none;
	display: inline;
	width: 170px;
}
#sidebar1  h2 {
	color: #993300;
	padding-bottom: 10px;
	font-size: 23px;
	text-transform: capitalize;
	line-height: 100%;
	background: url(../images/bg_related_head.jpg) no-repeat right top;
	margin: 0;
	padding-left: 5px;
	padding-top: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}
#sidebar1 .vertical a {
	display: block;
	padding: 5px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
#sidebar1 .vertical a:hover {
	background: #8590A2;
	color: #FFFFFF;
}

#sidebar1 .vertical ul {
	margin: 0px;
	font-size: 14px;
	width: 180px;
	padding: 0px 0px 0px 10px;
	float: left;
	background-color: #A2A185;
	font-weight: bold;
	color: #A2A185;
}
