/* style.css - test for Audreys Webpage */
body {
	padding: 0;
	margin: auto;
	text-align: center;
	background: #9ea864;
}
.center { text-align: center; }
.bold { font-weight: bold; }
.tab { margin-left: 4em;}
a.enter:link{
	font-weight: bold;
	color: #585858;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 28px;
	border-bottom: none;
	text-decoration: none;
}
a.enter:visited{
	font-weight: bold;
	color: #585858;
	border-bottom: none;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 28px;
	text-decoration: none;
}
a.enter:hover{
	font-weight: bold;
	color: #de0000;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 28px;
	border-bottom: none;
	text-decoration: none;
}
a.enter:active{
	font-weight: bold;
	color: #de0000;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 28px;
	border-bottom: none;
	text-decoration: none;
}
p {
	margin-top: 0;
	/*margin-left: 1em;*/
	margin-right: 1em;
	margin-bottom: 0;
}
#meat p{
	margin-bottom: .5em;
	margin-top:.5em;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
/*#meat p.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/
#meat{
	padding: 1em;
	/*width: 95%;*/
	background: #e5dea0;
	text-align: left;
}
#meat h1{
	font-family: Garamond, "Times New Roman", serif;
	text-transform: uppercase;
}
#footer {
	margin: 0;
	width: 600px;
	text-align: left;
	padding: 0;
	font-size: 10px;
	font-style: italics;
	background: #CCCCCC;
	line-height:100%;
}
#navigation{
	margin-left: 5%;
	margin-bottom: 4em;
	text-align: center;
	width:600px;
	height: 3em;
	padding: 0;
	font-size: 11px;
}
#navigation p{
	margin: 0;
	padding: 0;
}
#navigation ul#nav{
	padding: 0;
	margin: 0;
	list-style-type:none;
}
#navigation ul#nav li{
	display: inline;
}
#navigation ul#nav li a{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 11px;
	float: left;
	text-decoration: none;
	
	background: #423107;
	/*background-color: #fff;*/
	width: 6em;
	border-right: 1px solid black;
	border-bottom: 1px solid gray;
}
.bob{
	font-weight: bold;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 11px;
	float: left;
	text-decoration: none;
	background-color: #c3b28e;
	width: 6em;
	border-right: 1px solid black;
	border-bottom: 1px solid gray;
}
#navigation ul#nav li a:hover{
	background-color: #8d3200;
	/*color: #FF0000;*/
}
#clear{
	clear: both;
}
.float_left{
	border: 0;
	float: left;
	margin: .5em 10px 0 0;
}
.float_right{
	border: 0;
	float: right;
	margin: .5em 0 0 10px;
}
p.space{
	margin-bottom: .5em;
	margin-top: .5em;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
p.space:first-letter{
	font-family: Garamond, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
}
#container{
	padding: 0;
	/*background: #e5dea0;*/
	margin: auto;
	padding: 0;
	line-height: 130%;
	width: 600px;
}
#header{
	/*background: #dddddd;*/
	font-size: 28;
	padding: 0.5em;
	margin: auto;
	border-bottom: 2px solid gray;
}
#header h1 {
	font-family: Garamond, "Times New Roaman", serif;
	font-size: 28;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
h3.subheading{
	font-family: Garamond, "Times New Roman", serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	margin: 2em 0 0 0;
	padding: 0;
}
#link{
	margin: 1em auto 1em auto;
	text-align: center;
	background: #dfb384;
	width: 7em;
}
#link img{
	float: center;
}
img {
	border: none;
}


	
 /*wheel menu*/

#menu{
	background: url('images/circle.gif') no-repeat center;
	padding: 0;
	width: 500px;
	height: 600px;
	margin: 10px auto;
}
ul#wheel {	
	background: url('images/wheel5.gif') no-repeat center;
	margin: auto;
	padding: 0;
	width: 500px;
	height: 600px;
	list-style: none;
	list-style-type: none;
	position: relative;
}
ul#wheel li{	
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	list-style-type: none;
	position: absolute;
	z-index: 2;
}

/* anchors styles */
ul#wheel a {
	text-align: center;
	position: absolute;
	width: 5em;
}

ul#wheel a:hover{
	background: #FFFFFF;
}
#world {
	top: 60px;
	left: 165px;
}
#who {
	top: 160px;
	left: 325px;
}
#when {
	top: 290px;
	left: 365px;
}
#magic {
	top: 405px;
	left: 325px;
}
#book {
	top: 500px;
	left: 165px; 
}
#risks {
	top: 405px;
	left: -5px;
}
#how {
	top: 290px;
	left: -45px;
}
#types {
	top: 160px;
	left: -5px;
}

