/*
 * DefaultStyleSheet.css
 * Standard style sheet for--
 * www.rnspeak.org
 *
 * Ramesh N
 * ramesh.n@gmail.com
 */


/* General elements */
body
{
	position: relative; width: 640px;
	color: black;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 auto 0 auto; padding: 0;
}
p {line-height: 1.15em;}
ul {line-height: 1.15em;}
a {text-decoration: none; border-bottom: 1.35px dashed gray;}
a:hover {text-decoration: none; color: black; background-color: #DCDCDC;}
blockquote {margin-left: 2em;}
blockquote:first-line {font-variant: small-caps;}
kbd {background-color: #EFEFEF; }
span.DropCap {float: left; font-size: 225%; font-weight: bold; line-height: 1em;}


/* 
 *  MainHeader appears at the top of the page, centered 
 *  Basically contains the top-level information for the page
 */
div#MainHeader
{
	color: black;
	font-size: large; font-weight: bolder; font-family: Verdana, Georgia, sans-serif; text-align: left;
	margin-left: 0; margin-right: 0; margin-top: 0.1em; margin-bottom: 0.2em;
	padding: 0.1em;
}


/*
 *  MainHeaderWherein - wherein... whereins are used and displayed
 */
div#MainHeaderWherein
{ 
	color: maroon; text-align:left; 
	font-family: verdana, helvetica, sans-serif; font-style: italic; font-size: small; 
}


/* 
 *  Actual content, main box, contains textual data interspersed with probably
 *  a few images here and there, predominantly text
 */
div#Content 
{
	position: relative; /*top: +175px; */ left: 150px;
	margin-left: 20px; margin-top: 1em;
	padding: 0; width: 470px; text-align: left; font-style: normal;
	text-align: left;
}
div#Content h4
{
	font-family: verdana, helvetica, sans-serif; font-size: 105%; font-weight: bolder;
	font-style: normal; color: gray;
	padding-right: 0.25em;
	border-bottom: 2px dotted black;
	border-right: 12px solid black;
}


/*
 * Visual Relief Blocks :)
 * Just blows up a random quote from the article to a bigger size, to provide
 * some good negative space. Breathing space, even.
 */
.ReliefBlockRight
{
	font-family: "Times New Roman", Georgia, serif;
	font-size: 135%; 
	
	position: relative; 
	width: auto;
	height: auto;
	
	text-align: right;
	float: right;
	clear: left;
	color: gray;
	
	padding-left: 0.5em;	
	padding-right: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;

	border-top: 3px dotted maroon;
	border-bottom: 3px dotted maroon;
}


.ReliefBlockLeft
{
	font-family: "Times New Roman", Georgia, serif;
	font-size: 135%;
	
	position: relative;
	width: auto;
	height: auto;
	
	text-align: left;
	float: left;
	clear: right;
	color: gray;
	padding-left: 0.5em;	
	padding-right: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	
	margin-right: 1em;
	margin-top: 1em;	
	margin-bottom: 1em;	

	border-top: 3px dotted maroon;
	border-bottom: 3px dotted maroon;
}


/*
 *  QuotableQuote - an apposite quotation
 */
.QuotableQuote
{ 
	color: black;
	background: transparent;
	border: 1px dotted gray;
	font-family: "Times New Roman", Arial, serif; 
	font-style: italic;
	text-align: center;
	padding: 1em; 
}


/*
 * SrcCode - source code
 */
.SrcCode
{
	background: transparent;
	font-family: monospace;
	text-align: left;
}


/* 
 *  Header for information inside Content, 
 *  appears inside the Content div always
 */
h5
{
	color: maroon; font-family: verdana, helvetica, sans-serif; 
	font-size: small;  font-weight: bold; font-style: italic;
	margin-bottom: 0em;
}


/* 
 *  The pseudo-footer appears inside the Content div
 *  There seems to be no way to design a cross-browser compatible real footer
 */
div#Footer
{
	background-color: Transparent; color: gray; 
	margin-bottom: 2em;
	font-family: verdana, helvetica, sans-serif; font-style: normal; font-size: 80%; 
	border: none;
	text-align: center;
}


/*
 *  Sidebar contains the navigation bar and the about box
 *  All are separate divs to be contained inside the SideBar div
 */
div#SideBar 
{
	position: absolute;
	top: +150px;
	left: 0px;
	margin-top: 1em;
	width: 150px;
	background-color: transparent;
}
div#SideBar p {font-size: small; }
div#SideBar div {margin-bottom: 1.0em;}
div#SideBar a
{
	display: block; 
	margin: 0; 
	padding: 0.2em; 
	letter-spacing: 1px; 

	font-weight: normal;
	font-size: small;
	font-family: Georgia, serif;
	border-bottom: none;
	background: transparent; 
	
	text-align: right; 	
	text-decoration: underline;

}
div#SideBar a:hover {border-left: 10px solid black; background-color: #DCDCDC;}


/* About Box - short description of the page */
div#AboutBox 
{
	background-color: transparent;
	font-family: Verdana, Arial, sans-serif; font-size: small; 
	color: Gray;
	text-align: right; 
	border: 1px dotted black;
	padding: 1em; 
}


/*
 *  CurrentPageBox - where are we in the site?
 */
div#CurrentPageBox
{ 
	color: black;
	background-color: transparent;
	border: none;
	font-family: Verdana, Arial, sans-serif; font-size: medium; 
	text-align: center; 
	padding: 1em;
}


/* End of .CSS */
