body {
	margin: 0px;
	padding: 0px;
	}
	
body {
	font-family: "Lucida Grande", Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #7f7f7f;
	text-align: left;
	background-image: url(images/oz-iabg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}

a img {border: none;}

b {color: red; background: yellow;}

/* -------------------------------------------------------------------------- */

#wrapper {
	width: 826px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;

	border: 3px solid #5f5f5f;
	border-top: 0px;
	}

/* -------------------------------------------------------------------------- */

#header {
	background-color: #FFFFFF;
	height: 195px;
	padding-left: 10px;
	padding-right: 10px;
	}

#logo {
	float: left;
	height: 195px;
	width: 223px;
	}

#polaroids {
	height: 117px;
	width: 577px;
	float: left;
	}
	
#navcontainer ul {
	margin: 0px;
	padding: 0px;
	}

#navlist li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

#navlist a span {margin-left:-9999px;}
#navlist a {
	display:block; 
	float:left;
	width:89px; 
	height:78px; 
	}

#navlist a.presenters {background: url(./images/nav/presenters.gif);}
#navlist a.presenters:hover {background-position: 0 -78px;}
body.presenters #navlist a.presenters {background-position: 0 -156px;}

#navlist a.program {background: url(./images/nav/program.gif);}
#navlist a.program:hover {background-position: 0 -78px;}
body.program #navlist a.program {background-position: 0 -156px;}

#navlist a.workshops {background: url(./images/nav/workshops.gif);}
#navlist a.workshops:hover {background-position: 0 -78px;}
body.workshops #navlist a.workshops {background-position: 0 -156px;}

#navlist a.register {background: url(./images/nav/register.gif);}
#navlist a.register:hover {background-position: 0 -78px;}
body.register #navlist a.register {background-position: 0 -156px;}

#navlist a.sponsors {background: url(./images/nav/sponsors.gif);}
#navlist a.sponsors:hover {background-position: 0 -78px;}
body.sponsors #navlist a.sponsors {background-position: 0 -156px;}

#navlist a.venue {background: url(./images/nav/venue.gif);}
#navlist a.venue:hover {background-position: 0 -78px;}
body.venue #navlist a.venue {background-position: 0 -156px;}

#navlist a.contact {background: url(./images/nav/contact.gif);}
#navlist a.contact:hover {background-position: 0 -78px;}
body.contact #navlist a.contact {background-position: 0 -156px;}

/* -------------------------------------------------------------------------- */

#main {
	padding-top: 5px;
	float: left;
	}
	
.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	}

/* -------------------------------------------------------------------------- */

#content {
	width: 580px;
	float: left;
	padding: 5px 20px 0 20px;
	}
	
#content li {
	padding-right: 80px;
	list-style-type: circle; 
	margin-bottom: 0.5em;
	}

h1 {
	font-size: 135%;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	line-height: 135%;
	}

h2 {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 155%;
	margin-top: 1.5em;
	}

h3 {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	color: #333;
	}

h4 {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	}

dt {
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5em;
	}
dd	{
	margin: 0 40px 1.5em 40px;
	}


#content a:link {color: #990000;}
#content a:visited {color: #660000; }
#content a:hover, 
#content a:active, 
#content a:focus {color: #ff3300;}

/* -------------------------------------------------------------------------- */

#content form {
	margin-left:25px;
	margin-right:25px;
	padding: 1em;
	border: 1px dotted #666666;
	background: #ccc;
	}

#content address {
	margin-left: 50px;
	font-style: normal;
	}

/* -------------------------------------------------------------------------- */

#content .dateline {
	color: #666;
	font-size: 80%;
	}


/* -------------------------------------------------------------------------- */

#rightcol {
	padding: 0 0 0 0;
	float: left;
	text-align: left;
	}

#rightcol a:link { color: #cc0000; }
#rightcol a:visited { color: #990000; }
#rightcol a:hover { color: #ff0000; }

/* -------------------------------------------------------------------------- */

div.news {
	background-image: url(images/rightpostit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 148px;
	height: 184px;
	padding: 10px 25px 0 25px;
	font-size: 90%;
	color: #000000;
	}
	
div.news h3 {
	color: #cc0000;
	}

div.news p.more {
	text-align: right;
	}

div.news a {text-decoration: none;}

/* -------------------------------------------------------------------------- */

dl.events {
	margin-left: 2em;
	margin-right: 2em;
	}

dl.events dt, dl.events dd {
	margin: 0;
	padding: 0;
	}

dl.events dt {
	font-weight: bold;
	font-size: 120%;
	color: #900;
	}

dl.events dd.presenter {
	font-size: 100%;
	color: #900;
	}

dl.events dd.when, 
dl.events dd.type {
	font-size: 80%;
	color: #333;
	}

dl.events dd.synopsis {
	margin-top: 0.5em;
	font-size: 100%;
	color: #333;
	}

dl.events div {
	padding: 10px;
	margin: 0;
	}
	
dl.events div:hover {
	background: #eee;
	border: 1px dotted #900;
	padding: 9px 9px;
	}

dl.events cite {
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted #900;
	}

body.workshops p.type,
body.program p.type {
	color:#666;
	font-style: italic;
	}

body.program p.synopsis {
	}

body.program div.bio {
	}

body.program img.headshot, 
body.workshops img.headshot {
	float: right;
	margin: -5px -5px 5px 5px;
	padding: 5px;
	}

/* -------------------------------------------------------------------------- */
/* Registration fees table */

table.register-fees th,
table.register-fees td {
	font-size: 9pt;
	padding: 2px;
	}

table.register-fees {
	width: 525px;
	border-spacing: 2px;
	margin-left: 25px;
	margin-right: 25px;
	border: 1px solid #E5DCC4;
	}

table.register-fees th {
	background: #990000;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	}

table.register-fees tr.odd td {
	background: #FFFFFF;
	}

table.register-fees tr.even td {
	background: #F9F9F9;
	}

/* -------------------------------------------------------------------------- */
/* Registration form */

#register-form label,
#register-form input,
#register-form textarea,
#register-form li {
	font-size: 9pt;
	list-style-type: none;
	}

#register-form input.text,
#register-form checkbox,
#register-form select,
#register-form textarea {
	background-color: #F6ED88;
	}

#register-form input.text,
#register-form label,
#register-form textarea {
	width: 470px;
	}

#register-form fieldset  {
	margin-top: 1em;
	background-color: #F9F9F9;
	border: 1px solid #EDE7D6;
	padding: 10px;
	}

#register-form legend  {
	background-color: #F9F9F9;
	padding: 5px;
	color: #933;
	font-weight: bold;
	}

#register-form fieldset ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#register-form fieldset ul li {
	padding: 4px 0 0 0;
	clear: both;
	}

#register-form label {
	float: left;
	clear: none;
	}

#register-form label.checkbox {
	float: none;
	width: auto;
	}

#register-form label.required {
	color: #990000;
	font-weight: bold;
	}

p.error {
	margin-left: -1em;
	margin-right: -1em;
	padding: 1em;
	font-weight: bold;
	color: #F00;
	background-color: #FF0;
	}

pre#register_info {
	background-color: #eee;
	padding: 1em;
	border: 1px dotted #aaa;
	margin: 1em;
	}

#register-form #register-already-item {
	display: none;
	}

#register-form #program .group {
	padding: 0.5em 0;
	}

#register-form #program .group:hover {
	background: #eee;
	border: 1px dotted #900;
	margin: -1px;
	}

dl.q_and_a dd {
	margin-top: 1em;
	}


/* -------------------------------------------------------------------------- */
/* sponsors */

body.sponsors #content ul li {
	list-style-type: none;
	}

div#sponsors {
	clear: both;
	margin-top: 1em;
	}


div#sponsors h2 {
	border-bottom: 1px dotted #990000;
	}

/* .................... */

div#sponsors ul {
	clear: both;
	margin: 0px;
	padding: 0px;
	}

div#sponsors li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

div#sponsors li a {
	display:block; 
	margin-left: 1em;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-position: center; 
	background-color: transparent;
	}

div#sponsors li a span {
	margin-left:-9999px;
	}

/* .................... */

div#sponsors h2 {
	margin-top: 2em;
	background-repeat: no-repeat;
	background-position: center; 
	background-color: transparent;
	}

div#sponsors h2 span {
	margin-left:-9999px;
	border-bottom: 1px dotted #990000;
	}

div#sponsors h2.major {
	height: 24px;
	background-image: url(/2008/images/sponsors.png);
	}

div#sponsors h2.support {
	height: 24px;
	background-image: url(/2008/images/supporters.png);
	}

/* .................... */

div#sponsors a.happener {
	width:180px; 
	height: 35px;
	background-image: url(/2008/images/sponsors/happener-small.jpg);
	}

div#sponsors a.ironclad {
	width:150px; 
	height: 54px;
	background-image: url(/2008/images/sponsors/ironclad-networks-small.png);
	}

div#sponsors a.peak {
	width:150px; 
	height: 29px;
	background-image: url(/2008/images/sponsors/peak-usability-small.png);
	}

div#sponsors a.objective {
	width:160px; 
	height: 85px;
	background-image: url(/2008/images/sponsors/objective-digital-small.png);
	}

div#sponsors a.acidlabs {
	width:150px; 
	height: 40px;
	background-image: url(/2008/images/sponsors/acidlabs-small.png);
	}

div#sponsors a.optimal {
	width:150px; 
	height: 32px;
	background-image: url(/2008/images/sponsors/optimal-sort-small.jpg);
	}

div#sponsors a.apogee {
	width:150px; 
	height: 62px;
	background-image: url(/2008/images/sponsors/apogee-small.jpg);
	}

div#sponsors a.maadmob {
	width:150px; 
	height: 49px;
	background-image: url(/2008/images/sponsors/maadmob-small.gif);
	}

div#sponsors a.aconex {
	width:150px; 
	height: 56px;
	background-image: url(/2008/images/sponsors/aconex-small.gif);
	}

div#sponsors a.fatdux {
	width:150px; 
	height: 25px;
	background-image: url(/2008/images/sponsors/fatdux-small.jpg);
	}

div#sponsors a.xero {
	width:150px; 
	height: 80px;
	background-image: url(/2008/images/sponsors/xero-small.png);
	}

div#sponsors a.expression {
	width:150px; 
	height: 33px;
	background-image: url(/2008/images/sponsors/expression-studio-small.png);
	}

body.top.sponsors div#sponsors {
	display: none;
	}

/* -------------------------------------------------------------------------- */
/* footer */

#footer {
	font-size: 9px;
	margin-top: 40px;
	padding: 20px;
	color: #666666;
	border-top: 1px dotted #666666;
	background-color: #eee;
	}

/* -------------------------------------------------------------------------- */

table.schedule {
	width: 100%;
	border: none;
	}

table.schedule tr {
	background-color: #eee;
	}

table.schedule th,
table.schedule td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	}
	
table.schedule td.time {
	text-align: right;
	width: 5em;
	}
table.schedule span.title {
	font-weight: bold;
	}
table.schedule span.speaker {
	font-style: italic;
	font-size: 80%;
	}

table.schedule tr.break {
	color: #999;
	background-color: #ddd;
	}

/* -------------------------------------------------------------------------- */


