
/* Style copied & adapted from www.gnomejournal.org */


/***************************
 *         Global          *
 ***************************/
body {
	color: #555753;
	background: #f9f9f9;
	padding: 0;
	margin: 0;
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 1em;
	font-size: 80%;
	
	padding: 30px 40px 5px 40px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Georgia", "Times New Roman", serif;
	margin: 0;
	padding: 0;
}

a {
	color: #729fcf;
	text-decoration: none;
}

img {
	border: 0;
}


/***************************
 *         Header          *
 ***************************/
.top { 
  color: #babdb6;
  text-align: right;
  font-size: 0.8em;
  
}

.header {
  font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  text-align: left;
  background: #fff;
  border: 1px solid #000;
}
.header a { 
	color: #3465a4;
	text-decoration: none;
}
.header .large { 
	color: #5c3566;
  font-size: 2.0em;  
  font-weight: bold;
}
.header .small { 
	color: #3465a4;
  font-size: 1.5em;
}
.header .tiny {
	color: #3465a4;
  font-size: 1em;
}
.header img {
	padding-right: 12px;
	padding-left: 24px;
}

#logo {
	position: absolute; 
	left:60px;
	top:5px;
	width:119px;
	height:128px;
	background-image: url('./img/logo.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}


/***************************
 *         Footer          *
 ***************************/
.footer {
	font-size: 0.9em;
	background: #fff; //#729fcf;
	padding: 1px;
	color: #babdb6;
	text-align: center;
	border: 1px solid #000;
}

.footer a
{
	color: ##729fcf; //babdb6;
	text-decoration:none;
}


/***************************
 *           Menu          *
 ***************************/
.menu {
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	padding-top: 10px;
	//padding-left: 30px;
	text-align: center;
}
 
.menu ul {
	margin: 0;
	padding: 0;	
}
.menu ul li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: inline;
}
.menu ul li a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-decoration: none;
	color: #3465a4;
}
.menu ul li a:hover {
	border-bottom: 2px solid #3465a4;
}


/***************************
 *         Content         *
 ***************************/
.main {
	background: #ffffff;
	margin-top:10px;
	margin-bottom:20px;	
	padding: 40px 40px 10px 40px;
	border: 1px solid #000000;
}

.main .entry {
	line-height: 1.5em;
	padding-bottom: 30px;
	text-align: justify;
}

.main .entry h3 {
	text-align: left;
	color: #fcaf3e;
	font-size: 1.5em;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 0.9em;
}

.main .entry h3 a {
	font-size: 1.0em;
	color: #fcaf3e;
	text-decoration: none;
}

.main .entry .info {
	font-size: 0.85em;
	line-height: 1.25em;
	margin-top: -1px;
	color: #4abd76;
	/* text-transform: uppercase; */
}

.main .entry .citation {
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	/*color: #0072bc;*/
}

.main img {
	float: right;
}



/***************************
 *         Archives        *
 ***************************/
.archives dt {
	font-size: 1.2em;
}

.archives dd {
	line-height: 1.7em;
	padding: 0 0 0 15px;
	margin: 0;
}
