/* Whole page
   -------------------------------------------- */
	 
body { background: #EFD16B; z-index:-2; }
	
#rap {
	margin-left: 35%;
	margin-right: 60px;
	padding: 0.5em;
	z-index:1;
}

#rap * {
	-moz-opacity: .999;
}

#header { 
	position: absolute;
	top: 10px;
	left: 10%;
}	

#rap {margin-top: 70px;}



/* Content & menu
   -------------------------------------------- */
#hline {border-bottom: 3px solid #F7E690; width:600px; position: absolute; top:400px; left:150px; z-index:0;}
#vline1 { border-right: 2px dotted #F7E690; height:90px; position: absolute; top:50px; left:500px; z-index:0;}

.ontop {z-index:9; position:absolute; }


#menu {
	position: absolute;
	top: 80px;
	left: 10%;
	width: 12em;
	
	border: 1px solid #F7E690;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #EFD16B;
	z-index:1;
	font-size: 0.85em;
}

#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#menu li {
		border-bottom: 1px solid #EFD16B;
		margin: 0;
		font-size:10pt;
		}

#menu li a {
		display: block;
		padding: 2px 2px 2px .2em;
		border-right: 10px solid #F8F7A1;
		background-color: #F7E690;
		color: #030030;
		text-decoration: none;
		width: 100%;
		}

li a.twoline {
		line-height:90%;
}

	html>body #menu li a {
		width: auto;
		}

	#menu li a:hover {
		border-right: 10px solid #E6D579;
		background-color: #F9EDAC;
		color: #330300;
		}

h1 {
	font-family: "Garamond", serif;
}

h2 {
	font-family: "Gill Sans", sans-serif;
}
#content h2 {
	font-family: "Trebuchet MS", sans-serif;
	float: right;
	font-size: 11pt;
	font-weight: bold;
	background-color: #FBF5E1;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #F8E7B0;

}


.storytitle { margin: 0;}

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}
.post-categories li {
	display: inline;
	margin-left: 0 3px 0 0;
	padding: 0;
}

.post .meta {
	font-family: Verdana, Tahoma, san-serif;
	margin-top: 0;
	font-size: 0.75em;
	color: #666;
}
.post .meta * {
	margin-top: 0;
}	

.post .feedback {
	margin-bottom: 3em;
	padding-bottom: 1px;
}


/* Credit
   -------------------------------------------- */

#credit {	
	padding: 0.5em;
	font-size: 90%;
	text-align:right;
	position:absolute;
	bottom:10px;
	left:600px;
}
	 
	 
/* Basic typography
   -------------------------------------------- */

body {
	font-family: "Georgia", serif;
	font-size: 100%;
}

p, td, th, li {
	font-size: 1em;
	line-height: 1.65em;
}


a:link, a:visited {
	text-decoration: none;
	color: #7A5208;
	border: 1px none white;
}
a:hover {
	background-color: #FBF5E1;

}

.alpha-shadow {
  float: left;
  background: url(images/shadow.gif) »
  no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.alpha-shadow div {
  background: url(images/shadow2.png) »
  no-repeat left top !important;
  background: url(images/shadow2.gif) »
  no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;

  padding: 4px;
}


