@charset "utf-8";
/**************** CSS  ***********************/
body {
	font-family: "verdana", "Arial", sans-serif;
	font-size: 80%;
	}
	
h1 { 
	}
	
h2 { 
	}
	
h3 { 
	}
	
h4 { 
	}
	
h5 { 
	}
	
h6 { 
	}	


img {
	border: none;
	}

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
	}

a:hover {
	color: #F38FD0;
	}

li {
	line-height: 30px;
	list-style-type:none;
	text-indent: 5px;
	clear: left;
	}

ul {
	padding-left: 30px;
	width: 650px;
	}
	
#hidden {
	position: absolute; 
	visibility: hidden; 
	z-index: 105;
	}

#alchemydisplay {
	width: 550px;
	background-color: #000000;
	opacity: .8;
	filter: Alpha(opacity:80);
	padding: 10px;
	color: #ffffff;
	font-size: 83%;
	}
	
/*  STYLES  */
.caption {
	font-family: "Helvetica", sans-serif;
	font-size: 1.1em;
	}

.name {
	display: block;
	float: left;
	width: 220px;
	}
	
.ingredientpics {
	display: block;
	float: left;
	}

.alchemyname {
	font-weight:bold;
	font-size: 105%;
	color: #ffffff;
	}
.alchemysub {
	color: #CDC930;
	}
.alchemylore {
	font-size: 90%;
	color: #CECECE;
	font-style:italic;
	}

