
/* Neutralize! */

html, body {border: 0; margin: 0; padding: 0;}

/* START CSS*/

html, body
{
	background-color:#F6EADB;
}

a
{
	color:#DAA520;
	text-decoration:none;

}
a:hover
{
	color:#DAA520;
	text-decoration:none;
	opacity:.8;
}

#homebutton a
			{
				top:40px;
				right:10px;
				position:absolute;
				color: #A0522D;
				font-family: helvetica, times;
				letter-spacing:-0.09em;
				font-size:2em;
				font-weight:bold;
				z-index:99;
			}
					#homebutton a:hover
					{
						text-decoration:underline;
                                                opacity:1;
					}

.title
{
	position:absolute;
	bottom:50%;
	left:25%;
	margin-bottom:150px;
	margin-left:-55px;
	color: #A0522D;
	font-family: helvetica, sans-serif;
	letter-spacing:-0.15em;
	font-size:5em;

}

/* Individual placement for Box BUTTONS*/

	#box1
	{
		position:absolute;
		bottom:50%;
		margin-left:25%;
		background:url('images/storyteller.jpg') 10% 10%; 
	}
	#box2
	{
		position:absolute;
		bottom:50%;
		left:160px;
		margin-left:25%;
		background:url('images/storyteller.jpg') 45% 10%; 
	
	}
	#box3
	{
		position:absolute;
		bottom:50%;
		left:320px;
		margin-left:25%;
		background:url('images/storyteller.jpg') 80% 10%; 
	
	}
	#box4
	{
		position:absolute;
		bottom:50%;
		left:480px;
		margin-left:25%;
		background:url('images/storyteller.jpg') 110% 10%; 
	
	}
	
	#workshops
	{
		color: #A0522D;
		font-family: helvetica, times;
		letter-spacing:-0.1em;
		font-size:2em;	
		position:absolute;
		bottom:50%;
		left:25%;
		margin-bottom:-40px;
		margin-left:372px;	
	background-color:#F6EADB;

}

	#workshops a
	{
			text-decoration:none;
			color: #A0522D;
			opacity:.8;
	}
	#workshops a:hover
		{
			color: #A0522D;
			text-decoration:underline;
			opacity:1;
		}


	/* Overall style for box BUTTONS */
		.menu
		{
			height:150px;
			width:150px;
			color: #F6EADB;
			font-family:helvetica, times;
			letter-spacing:-0.1em;
			font-size:2em;
		}
		
		.menu a
		{
			text-decoration:none;
			color: #F6EADB;
			width:100%;
			height:100%;
			padding:0px;
			display:block
		}
		
		.menu a:hover
		{
			color: white;
			background-color:#A0522D;
			opacity:.9;
		}

		

/* Bottom Panel */

.bio
{
	font-family: times;
	border-top:solid #DAA520 1px;
	border-bottom:none;
	width: 100%;
height:50%;	
	background: #A0522D;
	color:white;	
	position: absolute;
	left:0%;
	bottom:0%;
}
	
	.bio .leftside
	{
		float:left;
		width:50%;
	}
	.bio .leftside h1
	{
		padding: 5px 5px 10px 10px;
		margin: 0;
		color: white;
	}
	.bio p
	{
		background-color:#A0522D;
		font-size:1.4em;
		padding-left: 5%;
margin: 0 0 0 0;
		color: white;
	}

		.bio .rightside
		{
			margin-top:20px;
			float:right;
			width:49%;
			border-left: 1px solid #DAA520;
		
			
		}
		
		.bio .rightside img
		{
width:55%;
max-width: 500px;
			border:solid white 2px;
			margin-left:20%;
			margin-top:10px;
		}
		
	.bio .leftside p a:hover
	{
		text-decoration:underline;
	}


/* LISTEN and SHUT Buttons */

.bottomlink
{
	font-family:helvetica, times;
	position:absolute;
	right:51%;
	top:250px;
	color:#DAA520;
	text-decoration:none;
	letter-spacing:-.09em;
	font-variant:small-caps;
	font-size:1em;
background-color: #A0522D

}

.bottomlink:hover
{
	text-decoration:underline;
}

.callink
{
	font-family:helvetica, times;
	position:absolute;
	right:51%;
	top:220px;
	color:#DAA520;
	text-decoration:none;
	letter-spacing:-.09em;
	font-variant:small-caps;
	font-size:1em;

}

.callink:hover
{
	text-decoration:underline;
}


.shutbutton
{
	color:#DAA520;
	font-family:helvetica, times;
	letter-spacing:-.09em;
	position:absolute;
	top:20px;
	right:10px;
	cursor:pointer;
	font-variant:small-caps;
	text-decoration:none;
}

.shutbutton:hover
{
	text-decoration:underline;
		cursor:pointer;
		opacity:.7;
}



/* TOOL TIP HOVER */

a.toptip {
	position: relative;
}

a.toptip span {
	display: none;
	position: absolute;
	top: -80px;
	left: -10px;
	width: 150px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.toptip 
{
	font-size: 99%; /* this is just for IE */
}

a:hover.toptip span 
{
	display: block;
	text-decoration:none;

}

a.bottomtip {
	position: relative;
}
a.bottomtip span 
{
	display: none;
	position: absolute;
	top: 15px;
	left: -10px;
	width: 150px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.bottomtip {
	font-size: 99%; /* this is just for IE */
}

a:hover.bottomtip span {
	display: block;
	text-decoration:none;
	
}

a.emailtip {
	position: relative;
}

a.emailtip span 
{
	font-size:14px;
	display: none;
	position: absolute;
	top: -25px;
	left: 30px;
	width: 150px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.emailtip {
	font-size: 99%; /* this is just for IE */
}

a:hover.emailtip span {
	display: block;
}

a.boxtip {
	position: relative;
}

a.boxtip span 
{
	text-decoration:none;
	font-size:14px;
	display: none;
	position: absolute;
	top: -25px;
	left: 30px;
	width: 150px;
	padding: 5px;
	z-index: 100;
	background: #A0522D;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.boxtip {
	font-size: 99%; /* this is just for IE */
}

a:hover.boxtip span {
	display: block;
	text-decoration:none;

}

img.fringe
{
width:150px;
position:absolute;
top:30px;
left:30px;
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
transform: rotate(-30deg);
}

#tedx
{
		position:absolute;
		bottom:45%;
		width:100%;
color: #A0522D;
	font-family: helvetica, sans-serif;
		text-align:center;
}


