@charset "UTF-8";
/* CSS Document */

/*********************************************************************************
 * BASE
 * these style are specific to base theme of the site
 ********************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
 	font-size: .9em;
	text-indent: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
	font-family:   Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 2em;
	font-weight: lighter;
}

h2 {
	font-family:   Arial, Helvetica, sans-serif;
	text-align: left; 	
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	font-family:   Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.5em;
	font-weight: lighter;
	text-indent:0;
}

h4 {
	font-family:   Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	font-style: italic;
	font-weight: lighter;
}

a img {
	border: none;
}



/*********************************************************************************
 * NAVIGATION
 * these style are specific to site navigation
 ********************************************************************************/
#topnav {
	padding-top: 48px;
	padding-left: 400px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#topnav a, a:visited {
	text-decoration: none;
}

#topnav a {
	color: #000;
}

#topnav a:visited#current {
	color: #888;
}

#subnav a, #subnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

/*********************************************************************************
 * ARTICLES
 * these style are specific to articles
 ********************************************************************************/
div#pagetitle {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div#toplinks, div#toplinks ul, div#toplinks li, div#toplinks a, div#toplinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;;
}

div#essaytitle a, div#essaytitle a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

div#attachments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#copy {
	width: 640px;
	padding-left: 100px;
}
	
#fixed {
	font-family:"Courier New", Courier, monospace;
}

.essay_gallery {
	/*
	background-color: #AAA;
	border: 1px solid #999;
	*/
	background-color: #FFF;
	padding: 8px;
}

.essay_gallery_image {
	width: 240px;
	height: 135px;
	background-color: #111;
	padding: 15px;
	
	border: 1px solid #BBB;
	
	/* this simple bit of code makes the image align vertically */
	display: table-cell;
    vertical-align: middle;
	
	/* try to align cener (not working) */
	margin-left: auto;
    margin-right: auto;
}