/* A seperate stylesheet for the Shaiva Journal Articles */

/* The yellow page-like box */
div.journal {
	height: 100%;
	min-height: 632px;
	border: solid black 1px;
	background-color: #FAF38A;
	margin: 10px;
	padding: 0;
	}

/* The white box the text appears in */

div.article {
	height: 100%;
	border: solid black 1px;
	background-color: white;
	margin: 40px 10px 5px 10px;
	padding: 0;
	}

/* Boxes to divide the page vertically */

div.jleftbox {
	background-color: #FAF38A;
	padding: 0;
	margin: 5px 0 0 0;
	height: auto;
	width: 49%;
	float: left;
	}

div.jrightbox {
	background-color: #FAF38A;
	padding: 0;
	margin: 5px 0 0 0;
	height: auto;
	width: 49%;
	float: right;
	}

/* Text formatting */

h1.title {
	font-family: Garamond, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 3em;
	text-align: center;
	margin: 5px 0 0 0;
	}

h2 {
   	font-family: Garamond, Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 1.4em; 
	letter-spacing: 0.1em;
   	line-height: 120%;
	margin: 1em 0 0 1em;
	}

/* The lists on the journal home page */

ul.topics {
	list-style-type: none;
   	font: italic bold 1em/200% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0 7px 15px;
	padding: 0;
	}

/*li.topics {
	text-decoration: underline;
	}
*/
ul.pages {
	list-style-type: none;
	text-decoration: none;
   	font: italic bold 1em/100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 15px;
	padding: 0;
	}

li.pages {
	margin: 2px 0 4px 0;
	list-style-type: none;
	text-decoration: none;
	color: #980034;
	}

a.pages {
	list-style-type: none;
   	text-decoration: none;
   	font: italic bold 1em/110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #980034;
	}

a.pages:link, 
a.pages:visited { 
	color: #980034;
	text-decoration: none;
 	}

a.pages:focus, 
a.pages:hover, 
a.pages:active { 
	color: black;
	text-decoration: none; 
	}

/* The Previous, Next, Home links */

#lnavbutton {
	position: absolute;
	top: 83px;
	left: 30px;
	text-align: left;
   	font: italic bold 1em/110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #980034;
	margin: 0;
	padding: 0;		
}

#cnavbutton {
	position: absolute;
	top: 83px;
	width: 100%;
	text-align: center;
   	font: italic bold 1em/110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #980034;
	margin: 0;
	padding: 0;	
}

#rnavbutton {
	position: absolute;
	top: 83px;
	right: 30px;
	text-align: right;
   	font: italic bold 1em/110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #980034;
	margin: 0;
	padding: 0;		
}

#cnavbutton a:link, a:visited { 
	text-decoration: none;
	color: #980034; 
}

#cnavbutton a:focus, a:hover, a:active { 
	color: black; 
	text-decoration: none;
}

#lnavbutton a:link, a:visited { 
	text-decoration: none;
	color: #980034; 
}

#lnavbutton a:focus, a:hover, a:active { 
	color: black; 
	text-decoration: none;
}

#rnavbutton a:link, a:visited { 
	text-decoration: none;
	color: #980034; 
}

#rnavbutton a:focus, a:hover, a:active { 
	color: black; 
	text-decoration: none;
}
