/* @override http://www.valenciamansion.com/css/styles.css */

/* content */
.text-header { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #6D7266; text-transform: uppercase; white-space: nowrap; }
.pageContent { font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; }
 .pageContent a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; }

/* top elements */
.company { font-weight: bold; font-size: 22.5pt; font-family: a_Futurica, sans-serif; color: #ffffff; text-transform: uppercase; }
.slogan { font-size: 7.5pt; font-family: a_Futurica, sans-serif; color: #8C9B9D; text-transform: uppercase; }

/*main menu*/
.menu { font-size: 7.5pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.amenu { font-size: 7.5pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: underline; text-transform: uppercase; white-space: nowrap;}
.menu-number { font-size: 22.5pt; font-family: a_Futurica, sans-serif; color: #ffffff; text-decoration: none; }


/*submenu*/
.submenu { font-size: 7.5pt; font-family: Arial Narrow, Arial, sans-serif; color: #6D7266; text-decoration: underline; text-transform: uppercase; }
.asubmenu { font-size: 7.5pt; font-family: Arial Narrow, Arial, sans-serif; color: #6D7266; text-decoration: underline; text-transform: uppercase; }

/*bottom menu*/
.bmenu { font-size: 7.5pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; text-decoration: none; text-transform: uppercase; }
.abmenu { font-size: 7.5pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; text-decoration: none; text-transform: uppercase; }

/*backgrounds*/
.main-bg { background-color: #339DAA; }
.bg { background-color: #85C3CB; }

/* number style */
#commentlist {
	width: 90%;
	margin-bottom: 40px;
	margin-top: 10px;
	float: none;
	padding: 0 0 0 20px;
	margin-right: 0;
	position: relative;
	right: -7%;
	background-color: #93d9e3;
	display: block;
}
#commentlist li {
	padding: 10px 0 20px;
	list-style: none;
	border-top: 1px solid #f7f7f7;
	position: relative;
	background: url(http://www.valenciamansion.com/images/quotes.png) no-repeat left top;
}
#commentlist li p{
	padding: 10px 30px 20px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #fff;
	}

#commentlist cite {
	font: bold 110%/100% Arial, Helvetica, sans-serif;
	color: #6D7266;
}
#commentlist .time {
	color: #ccc;
	margin: 0 0 10px;
}
#commentlist .commentnumber {
	position: absolute;
	right: 0;
	top: 8px;
	font: normal 200%/100% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-color: #fff;
	padding: 2px;
	margin: 0;
	color: #6D7266;
}

