body {
	margin: auto;
	width: 100%;
	background-color : white;
	color: black;
	font-family : 'Noto Serif', 'Liberation Serif',  'FreeSerif', serif;
	font-size: 1em;
}

@media only screen and (max-width: 600px) {
body {
	font-size: 0.95em;
}
}

header {
	background-color: #a2a1c1;
	background-image: url('images/harishankar-new.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
	max-height: 118px;
	width: 98%;
	padding-right: 2%;
	font-family: monospace;
	font-size: 1.8em;
	text-align: right;
	vertical-align: middle;
	/* float: left; */
}

@media only screen and (max-width: 600px) {

	header {
		background-size: 100% 100%;
		max-height: 97px;
	}
}

aside {
	width: 70%;
	border: 1px dotted;
	margin-left: 15%;
	padding: 1%;
	background-color: whitesmoke;
	font-style: italic;
	font-size: 1.1em;
	clear: both;
}

@media only screen and (max-width: 600px) {
aside {
	width: 90%;
}
}

textarea {
	max-width: 80%;
}

.textfield {
	max-width: 80%;
}
nav {
	background-color: #020202;
	font-variant: small-caps;
	width: 100%;
	float: left;
	color: white;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

nav a, nav a:visited {
	text-decoration: none;
	color: lightblue;	
}

nav a:hover {
	color: white;
	text-decoration: none;
}

nav ul, nav ul li {
	margin: 0;
	padding-right: 45px;
	display: inline-block;
}

@media only screen and (max-width: 600px) {
nav ul, nav ul li {
	padding-right: 35px;
}
nav ul {
	text-align:center;
	width: 100%;
	padding: 0px;
}
}

.toc {
	background-color: whitesmoke;
	font-variant: none;
	width: 50%;
	float: right;
	color: black;
	font-weight: normal;
	margin: 2%;
	border: 1px dotted;
}
@media only screen and (max-width: 600px) {
.toc {
	width: 96%;
	float: none;
}
}

.toc a, .toc a:visited {
	color: darkblue;
	text-decoration: none;
}

.toc a:hover {
	text-decoration:underline;
}


header {
	color: black;
	width: 96%;
	padding-left:2%;
	padding-right:2%;
	vertical-align: baseline;
	text-align: left;
}

header a {
	color: darkblue;
	text-decoration: none;
}

header a:visited {
	color: darkblue;
}

header a:hover {
	text-decoration: underline;
}


#content {
	width: 60%;
	max-width: 860px;
	padding-left: 2%;
	margin: 0;
	margin-left: 8%;
	margin-top: 1%;
	line-height: 200%;
	float: left;
	text-align: left;
}
@media only screen and (max-width: 600px) {

#content {
	width: 98%;
	margin: 0;
	padding: 1%;
	text-align: left;
	float: none;
}

}

#fullcontent {
	width: 98%;
	max-width: 860px;
	padding: 1%;
	margin: 0;
	line-height: 200%;
	float: left;
	text-align: left;
}

@media only screen and (max-width: 600px) {

#fullcontent {
	text-align: left;
}
}

#sidebar {
	width: 18%;
	padding-left: 2%;
	padding-right: 2%
	margin: 2%;
	margin-top: 2%;
	max-width: 300px;
	margin-right: 8%;
	background-color: whitesmoke;
	color: darkgrey;
	float: right;
}
@media only screen and (max-width: 600px) {
#sidebar {
	width: 98%;
	padding: 1%;
	float: none;	
}

img {
	max-width: 100%;
	height: auto;
}

}

footer {
	background-color: #020202; 
	color: white;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 0.9em;
}


footer a, #footer a:visited {
	color: #ffffff;
}

a {
	color: darkblue;
	text-decoration: none;
}

a:visited {
	color: #000044;
}

a:hover {
	text-decoration: underline;	
	}

/* list item type */
ul {
	list-style-type: square;
}

/* Paragraph */
p {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* List in the sidebar */
#sidebar ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
}
#sidebar ul li {
	margin: 0px;
	margin-bottom: 0.5em;
}

/* Modification stamp : text */
.date {
	color: #0a0a0a;
}

/* Line height of content */
.par {
	line-height: 200%;
	text-align: left;
}

@media only screen and (max-width: 600px) {
.par {
	text-align: left;
}
}

/* Pushbutton class */
.pushbutton {
     color: black;
     background-color: lightgray;
     border: 1px outset darkgray;
}

/* heading description */
.headingdesc {
	font-size: 1em;
	font-variant: small-caps;
}

/* Headings generally */
h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 2px;
	font-family: 'Noto Serif', 'URW Bookman L', 'Bookman Old Style',  serif;
}

/* heading 1 */
h1 {
	font-size: 2em;
	font-weight: bold;
}

/* heading 2 */
h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	background-color: whitesmoke;
	color: black;
}

/* heading 3 */
h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

#sidebar h3 {
	background-color: transparent;
}

blockquote {
	border-left: 5pt solid lightgray;
	padding: 10px;
        overflow: auto;
}

code {
	background-color: #f0f0f0;
	font-family: 'Andale Mono', monospace, monospace;
	font-size: 0.85em;
}

@media only screen and (max-width: 600px) {
blockquote {
	width: 96%;
	margin: 1%;
	padding: 1%;
}
}

.series-nav {
	background-color: white;	
}

#stickybox {
	width: 96%;
	padding: 2%;
	border: 1px dotted;
	background-color: white;	
	
}

#pagenav {
	width: 100%;
	text-align: center;
	background-color: whitesmoke;		
	
}

.commentbar {
	width: 100%;
	text-align: right;	
}

.comments {
	width:96%;
}

.comments ol li {
	border-bottom: 1px dotted;
	padding: 2%;
}

.commentdetails {
	color: darkgray;
}

.entrydetails {
	color: #9a9a9a;
}

pre {
	font-family: 'Liberation Mono', 'Courier', monospace, monospace;
	font-size: 0.85em;
}

.archivetable tbody {
	text-align: left;
	vertical-align: top;
}

.monthbeginning {
	background-color: #efefef;
}

#internalnav {
	background-color: whitesmoke;
	border: 1px dotted;
}

.commentform {
	text-align: left;
}

@media only screen and (max-width: 600px) {
.textfield {
	width: 98%;

}

