/* DCQ Fall Equinox 2003 MAIN STYLE SHEET */	
/* Validates as Cascading Style Sheets, Level 2 */
/* per the W3C CCS2 Recommendation http://www.w3.org/TR/REC-CSS2/ */

/* NOTE: See also the Style Sheet ns4unsafe.css which contains style rules */
/* which are unsafe for Netscape 4: when editing for color etc. BOTH  */
/* stylesheets will need to be edited! */

/* NOTE: Individual page styles are contained in separate external style sheets- */
/* be careful to check them if changes to this style sheet cascade into */
/* page style sheet rules! */

	/* BODY AND GLOBAL TEXT PROPERTIES */	
html {
	margin: 0;
	padding: 0;
	}
body {
	background: #fdf9ea url(frontbg.gif) repeat-y fixed;
	margin: 1% 2% 0 4%;
	padding: 0;
	}
body, td {
	font-family:  arial, helvetica, sans-serif; 
	color: #333;
	}
	
	/* HEADING 1 - PAGE TITLE */
h1 {
	font: bold 30px/32px "tempus sans itc", "comic sans ms", arial, sans-serif;
	text-align: center;
	margin: 0 4em 1em 4em;
	color: #81462d;
	padding: 0 0 .5em 0;
	border-bottom: 3px double #81462d;
	}	
/* Author citation under page title */
span.author, span.author a {
	font: bold 15px "trebuchet ms", arial, sans-serif;
	color: #696;
	text-align: center;
	}
span.author a:hover {
	color: #c66;
	}
	
	/* MAJOR PAGE DIVISIONS */

/* Heading area - small banner image and issue name and number */
div.head {  
	font: bold 12px arial, helvetica, sans-serif;
	text-align: center;
	color: #666;
	}	
	
/* This is the main content area, with a
		white background and colored border. Change the
		border color to match the color scheme of the
		current issue. */		
div.content {
	margin: 0 4% 0 3%;
	padding: 4% 4% 2% 4%;
	background: #fff;
	border: double 4px #81462d;
	}
	
/* Issue navigation bar at top and bottom of each page (except front page).
		NOTE: These are the NS4-SAFE RULES! See the stylesheet
		ns4unsafe.css for rules for modern browsers. */
div.issuenav {
	text-align: center;
	color: #81462d;
	padding: 0 0 .1em 0;
	margin: 1em 1em;
	}
.issuenav table td {
	background: #f8f7dd;
	}
	
/* Site navigation bar at the bottom of each page. */
div.sitenav {
	text-align: center;
	border: 1px solid #81462d;
	padding: .1em 0 .3em 0;
	margin: 0 15% 1em 15%;
	background: #f8f7dd url(browntex.gif);
	}

/* Footer image at the bottom of each page. */
div.footer {
	text-align: center;
	}
div.footer img {
	border: none;
	}
	
	/* GENERAL TEXT AND LAYOUT RULES */
	
/* ALL paragraphs! */	 
p { 
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: justify;
	}
/*corrects for margin-collapse error in IE5*/
p.first { 
	margin-top: 0;
	}
.center	{
	text-align: center
	}
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}
.smaller {
	font-size: .8em;
	}
.bold {
	font-weight: bold;
	}
strong {
	font-weight: bold;
	}
em 	{
	font-style: italic;
	}	
/* hides selected elements fromm CSS browsers */
span.hide {
	display: none;
	}

	/* IMAGE RULES */
	
/* Centers large images, sets caption and border properties */
div.image {
	text-align: center;
	font: bold smaller arial, helvetica, sans-serif;
	color: #369;
	}
div.image img {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}
/* Inline image - left-floated in NS4-unsafe stylesheet ns4unsafe.css */
img.inline {
	text-align: left;
	clear: both;
	margin: 0 0 0 25%;
	}
/* Left-floating drop capital letter image */
img.init {
	float: left;
	}
/* NS4-Safe rule for right-floated images - chage to "text-align: center"
or whatever as needed. See ns4unsafe.css.*/
img.floatright {
	display: none;
	}
	
	/*  LINK PROPERTIES  */

/* Generic inline link - use for links in text. */			
a {
	text-decoration: underline;
	color: #81462d; 
	}
a:visited {
	color: #369;
	}
a:active, a:hover {
	color: #f00;
	} 	
p a:hover {
	background: #dfefff;
	text-decoration: none;
	}

/* 'Double Cone Quarterly' in-text link */
a.dcq { 
	font-weight: bold;
	font-style: italic;
	color: #81462d;
	text-decoration: none;
	}
a:hover.dcq {
	color: #81462d;
	}
	
/* The intra-issue navigation links at the head and
		foot of each document (except the index page). 
		NOTE: These are the NS4-SAFE RULES! See the stylesheet
		ns4unsafe.css for rules for modern browsers. */
.issuenav a	{
	font: bold 12px arial, sans-serif;
	color: #369;
	text-decoration: none;
  	}
.issuenav a:active {
	color: #c66;
	}
.issuenav a:visited {
	color: #b82;
	}
.issuenav a:hover  {
	color: #c66;
	background: #ff9;
	}	
	
/* The large links at the page foot - "VWA - DCQ - Feedback". */	
.sitenav a {
	font: italic bold 18px "trebuchet ms", "comic sans ms", arial, helvetica, sans-serif;
	color: #81462d;
	text-decoration: none;
	}
.sitenav a:visited {
	color: #b82;
	}	
.sitenav a:active, .sitenav a:hover	{
	color: #c66;
	}
