/* 
 * STANDARD HTML ELEMENTS
 */
body {
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #fffae4;
	color: #000000;
	font-size: 0.875em;	/* 16px * .875 = 14px */
	text-align: center;
}
#wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-image: url(../images/background-wrapper.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fffae4;
}
body, caption, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
 * CSS2.1 Default Font Sizes
 *
 */
p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 1em;
}
/* give headers x-small bottom margins */
h1 {
	font-size: 3em; 		/* xx-large	*/
	margin-bottom: 0px;
	padding-top: 4px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
}
h2 {
	margin-bottom: 0.5em;
	padding-top: 5px;
	padding-left: 30px;
	font-size: 2em;		/* x-large	*/
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 5px;
	background-color: #ffd172;
	color: #4d003e;
}
h3 {
	font-size: 1.2em;		/* large	*/
	margin-bottom: 0px;
	color: #4d003e;
}
h4, h5, h6 {
	font-size: 1em;			/* medium	*/
	margin-bottom: 0.75em;
}

/* Links */
a:link {
	color: #5aa18e;
}
a:visited {
	color: #4d003e;
}
a:hover {
	color: #ffffff;
	background-color: #8abca6;
}

abbr {
	font-style: normal;	/* Safari italicizes abbr! */
	border-bottom: 1px dotted #00ff00;
	cursor: help;
	white-space: nowrap;
}

ul, ol {
	margin-left: 0px;
	padding-left: 0px;
}
li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	padding-left: 0px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0.5em;
}
ul			{ list-style-type: disc; }
ul ul		{ list-style-type: circle; }
ul ul ul	{ list-style-type: square; }
ul ul ul ul	{ list-style-type: disc; }
ol 			{ list-style-type: decimal; }
ol ol		{ list-style-type: lower-alpha; }
ol ol ol	{ list-style-type: lower-roman; }
ol ol ol ol	{ list-style-type: decimal; }

.warning {
	color: #cc0000;
	font-weight: bold;
}

#header {
	background-image: url(../images/background-header.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #8abca6;
	color: #4d003e;
	padding-left: 255px;
}
#header h1 span {
	display: block;
	margin-left: -25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.4em;
	font-weight: bold;
}
#header p#location {
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#header p#tagline {
	margin-left: -55px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
	font-variant: small-caps;
	letter-spacing: 5px;
	background-color: #4d003e;
	color: #ffffff;
}
#content {
	padding-left: 200px;
	margin-right: -760px;
	float: left;
	width: 560px;
}
#content h3, #content p, #content ul, #content ol {
	margin-left: 30px;
}
#content div h3, #content div p, #content div ul, #content div ol,
#content table h3, #content table p, #content table ul, #content table ol,
#content ul h3, #content ul p, #content ul ul, #content ul ol,
#content ol h3, #content ol p, #content ol ul, #content ol ol
{
	margin-left: 0px;
}
#navbar {
	float: left;
	width: 200px;
	margin-right: -200px;
	padding-top: 3em;
	padding-bottom: 86px;
	background-image: url(../images/background-navbar.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #8abca6;
	color: #4d003e;
}
#navbar ul, #navbar p {
	padding-left: 10px;
	padding-right: 10px;
}
#navbar ul {
	margin-bottom: 0px;
	list-style: none;
}
#navbar ul ul {
	margin-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
}
#navbar ul ul li a {
	padding-left: 20px;
}
#navbar ul li {
	margin-left: 0px;
	margin-bottom: 4px;
}
#navbar ul a {
	display: block;
	border: 2px solid #ffffff;
	padding: 3px;
	text-decoration: none;
}
#navbar ul a:link {
	color: #ffffff;
}
#navbar ul a:visited {
	color: #ffffff;
}
#navbar ul a:hover {
	background-color: #ffffff;
	color: #4d003e;
	border: 2px solid #4d003e;
}
#homepage #navbar-homepage,
#highlights #navbar-highlights,
#schedule #navbar-schedule,
#sessions #navbar-sessions,
#hotel #navbar-hotel,
#registration #navbar-registration,
#contact #navbar-contact,
#downloads #navbar-downloads
{
	background-color: #ffd172;
	color: #4d003e;
}
#footer {
	clear: both;
	margin-top: 0px;
	margin-left: 200px;
	padding-top: .5em;
	width: 560px;
	background-color: #ffd172;
	color: #4d003e;
	font-size: 0.8em;
}
#footer p {
	margin-bottom: 0px;
	padding-bottom: 0.5em;
	padding-left: 30px;
}

/* CREDITS */
p.credits {
	margin-top: .5em;
	margin-bottom: 0px;
	margin-left: 230px;
	padding: 0px;
	font-size: 0.8em;
}
p.credits, p.credits a:link, p.credits a:visited, p.credits a:hover {
	color: #cccccc;
	text-decoration: none;
}
p.credits a:hover {
	background-color: transparent;
	color: #333333;
}
p.credits a span {
	text-decoration: underline;
}
p.credits a:hover span {
	color: #ffffff;
	background-color: #8abca6;
}
p.credits a span.more {
	display: none;
}


#hotel #content ul#airlines a {
	float: right;
}

#schedule #content h3 {
	margin-bottom: 1em;
	margin-left: 0px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 5px;
	background-color: #4d003e;
	color: #ffffff;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
}
#schedule .time {
	text-align: right;
}
#schedule .time span {
	float: left;
	width: 220px;
	text-align: left;
}
#schedule .keynote p {
	margin-left: 55px;
}
#schedule .photo {
	float: right;
	margin-left: 2px;
	margin-bottom: 2px;
	width: 71px;
}
#sessions #strands {
	float: left;
	width: 260px;
	padding-left: 300px;
	margin-right: -560px;
}
#sessions #schedule {
	margin-top: -0.5em;
	margin-bottom: 1em;
	padding-left: 30px;
	width: 250px;
	float: left;
}
#sessions #schedule h3 {
	margin-top: 0.5em;
}
#sessions #schedule p {
	margin-bottom: 0px;
	text-align: right;
}
#sessions #schedule span {
	float: left;
	clear: left;
	width: 110px;
	text-align: left;
}
#sessions #strands h3 {
	margin-bottom: 0.5em;
}
#sessions h2 {
	clear: both;
}

#downloads table {
	margin-left: 30px;
}
.contentbox {
	margin-left: 30px;
	margin-bottom: 1em;
	background-color: #ffffff;
	border: 2px solid #4d003e;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1em;
}
.contentbox input {
	background-color: #fffae4;
}
.indent {
	margin-left: 2em;
}
/* registration */
#registration table {
	margin-left: 30px;
}
#registration .sessionSelection {
	border: 2px solid #8abca6;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
	margin-left: 30px;
}
#registration .sessionSelection table, #registration .sessionSelection p {
	margin-top: 1em;
	margin-left: 0px;
}
#registration .sessionSelection table {
	border: 1px solid #4d003e;
}
#registration .sessionSelection table, #registration .sessionSelection table td {
	background-color: #4d003e;
	color: #ffffff;
}

