/*******************************************************************************

FILE: style.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
VERSION: 2.0 - initial public release
DATE: 03/01/2006

--------------------------------------------------------------------------------

This file is part of MudShiftContent.

	MudShiftContent is free for anyone to use, but this header MUST be
	included, and may not be modified.

*******************************************************************************/

body {
	background-color: white;
	color: black;
	font-family: georgia;
	font-size: 10px;
	
}

#imgs-frame {
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 10px;
	background-color: black;
}

#imgs {
	position: absolute;
	top: 0;
	left: 0;
}

#controller {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 600px;
	height: 10px;
}

#text-frame {
	position: relative;
	top: 440px;
	left: 10px;
}

#footer {
	position: absolute;
	padding: 10px;
	bottom: 50px;
	font-family: Verdana, Monaco, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
}
.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.company {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.why {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FF0000;
}

.aigaconference {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FF0000;
	background-color: yellow;
}


.cv {
	font: 11px/16px  Georgia, "Times New Roman", Times, serif black;
	width: 250px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


ul, li {
	list-style-position: outside;
	margin: 0 0 0 0px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}

.video {
	position: relative;
	width: auto;
	text-align: center;
	border: solid black 1px;
	background-color: aqua;

}

.credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

// Hack for IE

* html object.mov {
    display: none;
}


