/* Whole page
   -------------------------------------------- */
	 
body { }
	
#rap {
	margin-left: 8%;
	margin-right: 30%;
	padding: 0.5em;
}


#header { 
	
}	


#rap {margin-top: 30px;}



/* Content & menu
   -------------------------------------------- */

#menu {
	position: absolute;
	top: 80px;
	right: 10px;
	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;
}
#content {
position:relative;
}
#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#menu li {
		border-bottom: 1px solid #EFD16B;
		margin: 0;
		font-size:8pt;
		}

span.breaklist { display: block;
		padding: 2px 2px 2px 0.2em;
		border-right: 10px solid #ffffff;
		background-color: #ffffff;
		color: #030030;
		text-decoration: none;
		width: 100%;}

	html>body #menu li span {
		width: auto;
		}

#menu li a {
		display: block;
		padding: 2px 2px 2px 0.2em;
		border-right: 10px solid #F8F7A1;
		background-color: #F7E690;
		color: #030030;
		text-decoration: none;
		width: 100%;
		}

	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; text-align:right; margin-bottom:5px;
}

h2 {
	font-family: "Gill Sans", sans-serif; text-align:right; 
}

h3 {
	font-family: "Gill Sans", sans-serif; text-align:right; font-size:11pt;
}

h5 {
	font-family:"Gill Sans", sans-serif; text-align:right;
}
#content h2 {
	font-family: "Trebuchet MS", sans-serif;
	float: right;
	font-size: 11pt;
	font-weight: bold;
	background-color: #FBF5E1;
	padding: 5px;
	margin-right: 5px;
	margin-left: 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 {	
	margin-left: 35%;
	margin-right: 60px;
	padding: 0.5em;
	font-size: 90%;
	text-align:right;
}
	 
	 
/* Basic typography
   -------------------------------------------- */

body {
	font-family: "Georgia", serif;
	font-size: 100%;
}

p, td, th, {
	font-size: 1em;
	line-height: 1.65em;
}

li {
	font-size: 1em;
	line-height: 1.35em;
}

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;


}


