@import url(pages_v2.css);

/* --------- text style 2 --------- */
.t2 {
	color: #534554;
	font-size: 18px;
	font-weight: normal;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
	line-height: 16px;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #733787;
	text-decoration: none;		
}

a:hover, a:active {
	color: #733787;
	text-decoration: underline;
}	

/* ---- nav style 0 (Main Nav) ---- */
.navi0 {
	/* common font face, size, formatting */
	color: #fd9230;
	border-top: 1px solid #211125;
	border-bottom: 1px solid #211125;
	background: #322037 url(../graphics/system/nd_mainNavBG_tomes.gif) repeat-x top;
}

.navi0 li {
	float: left;
	margin: 0;
	padding: 0;
}

.navi0 a {
	display: block;
	float: left;
	height: 25px;
	height/* */:/**/20px;
	height: /**/20px;
	padding: 5px 12px 0 22px;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #cec7d2;
	background: #322037 url(../graphics/system/nd_mainNavBGn_tomes.gif) no-repeat;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #cec7d2;
	text-decoration: none;
	background: #543e5a url(../graphics/system/nd_mainNavBGr_tomes.gif) no-repeat;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #1a111d url(../graphics/system/nd_mainNavBGc_tomes.gif) no-repeat;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: #1a111d url(../graphics/system/nd_mainNavBGc_tomes.gif) no-repeat;
}

/* ---- Layout styles ---- */
#header {
	background: #211125 url(../graphics/system/nd_header_tomes.jpg) no-repeat;
}

#mainnav {
	background: #322938;
}

/*----- comments module styles -----*/
.commentitem {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
	width: 400px;
}

.commentcounter {
	padding: 5px 0;
}

.commenttext {
	padding: 10px 5px;
	color: #333;
	background: #d6cdd7;
}

.commentpostedby {
	padding: 5px 0;
	font-weight: bold;
}

.commentpostedon {
	font-weight: normal;
}

.commentsubmission {
	padding: 20px 0 0 0;
	width: 400px;
}

.comment-name,
.comment-email,
.comment-text {
	padding: 0 5px 5px 0;
}

.comment-name span,
.comment-email span,
.comment-text span {
	display: block;
	float: left;
	width: 75px;
}

.comment-submit {
	padding: 0 0 5px 75px;
}

.comment-name .formfieldtext,
.comment-email .formfieldtext,
.comment-text .formfieldarea {
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.comment-text .formfieldarea {
	height: 80px;	
}

.comment-loggedin {
	padding: 0 0 10px 0;
	font-weight: bold;	
}
