/* Style sheet by Kylie Lee, March 6, 2005 */
/* Written for The Grrrl */
/* style.css, for Atlantis pages */

html {
   background: #CEAD7B;
   color: black;
   font-family: verdana, geneva, sans-serif;
}

body {
	background-color: white;
	color: black;
	margin: 2em 6em;
	padding: 1.3em;
}

h1, h2, h3 {
	letter-spacing: .17em;
	text-align: left;
	text-transform: lowercase;
}

h4 {
	background-color: #413118;
	color: white;
	padding: .3em;
	text-align: right;
}

a:link {
	background-color: white;
	color: #413118;
	text-decoration: none;
}

a:visited {
	background-color: white;
	color: #413118;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: #F0E7D9;
	color: #413118;
	xxtext-decoration: underline;
}

#table1 {
	width: 100%;
	
}

#menu-body .right {
	text-align: center;
	vertical-align: top;
	width: 25%;
	padding: 1.3em;
}

.left {
	border-right: 2px solid #413118;
}

#fic-body .right {
	text-align: right;
	vertical-align: middle;
	width: 25%;
}

.fic h2 {
	background-color: #1c4d9d;
	color: white;
	padding: .3em;
	text-align: center;
}

.fic {
	border-bottom: 2px solid #CEAD7B;
	line-height: 1.3 em;
	font-family: arial, helvetica, sans-serif;
	background: #EEE8DD;
	padding: 1.3em;
}

.title {
	font-size: 100%;
	text-align: left;
	margin-bottom: .6px;
}

.ficblock {
	margin-right: 2em;
	text-align: left;
}

.description {
	text-align: left;
	font-size: 70%;
	padding: .15px;
	margin-top: .5px;
	margin-bottom: .5px;
 }

.summary {
	text-align: left;
	font-size: 70%;
	padding: .15px;
	margin-top: .5px;
	margin-bottom: .5px;
 }

.header {
	font-size: 85%;
	padding: .5em;
	text-align: left;
}

#menu-body .disclaimer {
	font-size: 75%;
	margin-top: 2em;
	text-align: left;
}

#menu-body address {
	font-size: 75%;
	text-align: center;
}

#fic-body .disclaimer {
	font-size: 75%;
	margin-top: 2em;
	text-align: center;
}

#fic-body address {
	font-size: 75%;
	text-align: center;
}

.new {
	background-color: white;
	color: red;
	font-style: italic;
	margin-left: .5em;
}

.display {
	font-size: 110%;
	line-height: 2em;
	text-align: center;
}

