
@charset "utf-8";

/* NOTES
 * Property Order:
 *   - font-*, (other typography, line-height etc.)
 *   - color, text-*
 *   - display, float, clear, overflow, vertical-align
 *   - position, top, right, bottom, left, z-index
 *   - *-width, *-height, margin, padding
 *   - border-*
 *   - background-*
 *   - (other)
 */
 
/* CONTENT */

/* Text */

	html					{ font-size: 100%; }
	body					{ font-size: 75%; /* 12px */ font-family: Georgia, "Times New Roman", Times, serif;	  
							  color: #333; }

/* Headers */

	h1						{ font-size: 2.333em; color: #7eaf35; font-weight: bold; /* 30px */ 
							  margin: 1em 0 0 0; }
	h2						{ font-size: 1.666em; color: #7eaf35; font-weight: normal; /* 24px */
							  margin: 1em 0 0 0; }
	h3						{ font-size: 1.0em; line-height: 1.416em;	
							  margin: 1em 0 0 0; }
	h4						{ font-size: 1.0em; line-height: 1.416em;	
							  margin: 1em 0 0 0; }
	h5						{ font-size: 1.0em; line-height: 1.416em;	
							  margin: 1em 0 0 0; }
	h6						{ font-size: 1.0em; line-height: 1.416em;	
							  margin: 1em 0 0 0; }

/* Paragraphs */

	p						{ line-height: 1.416em;	
							  margin: 1em 0 0 0; }
	p.summary				{ font-size: 1.666em; color: #7eaf35; }

/* Lists */

	ul, ol					{ overflow: hidden;
							  margin: 1em 0 0 0; padding-left: 30px; }
	ul ul, ul ol,
	ol ol, ol ul			{ margin-top: 0; }
	dl						{ margin: 1em 0 0 0; }

	li 						{ line-height: 1.416em; }
	dt 						{ font-weight: bold; line-height: 1.416em; }
	dd 						{ line-height: 1.416em;
							  margin-left: 30px; }

	ul						{ list-style: disc; }
	ul ul					{ list-style: circle; }
	ul ul ul				{ list-style: square; }
	ol						{ list-style: decimal; }
	ol ol					{ list-style: lower-alpha; }
	ol ol ol				{ list-style: lower-roman; }

/* Links */
	
	a						{ color: #7eaf35; }
	a:visited				{ }
	a:focus,
	a:hover,
	a:active				{ color: #7eaf35; }

/* Emphasised Text */

	em						{ font-style: oblique; }
	strong					{ font-weight: bold; }

/* Quotes */

	blockquote				{ font-style: oblique;
							  margin: 0 20px; margin-top: 1em; }
	blockquote > *:first-child, 
							{ margin-top: 0; }
	blockquote .top-child	{ margin-top: 0; }

	q						{ quotes: '\201C' '\201D' '\2018' '\2019'; }
	q:before				{ content: open-quote; }
	q:after					{ content: close-quote; }

/* Preformatted Text & Code */

	pre, code				{ font-size: 0.875em; /* 14px */ font-family: Consolas, "Courier New", Courier, monospace;
							  line-height: 1.1428em;
							  background: #f2f2f2; }
	pre						{ margin: 1.1428em 0 0 0; padding: 10px;
							  white-space: pre-wrap; white-space: -moz-pre-wrap;
							  white-space: -pre-wrap; white-space: -o-pre-wrap;
							  word-wrap: break-word; }
	code					{ padding: 0 0.25em; }
	pre code				{ padding: 0; }

/* Abbreviations */

	abbr					{ border-bottom: 1px dotted; cursor: help; }

/* Superscript & Subscript Text */

	sup 					{ vertical-align: super; }
	sub 					{ vertical-align: sub; }

/* Deleted & Inserted Text */

	del 					{ text-decoration: line-through; }
	ins 					{ text-decoration: underline; }
	
/* Other Text Styles */

	.small 					{ font-size: 0.75em; /* 12px */ }
	.large 					{ font-size: 1.125em; /* 18px */ }
	.error 					{ color: #ff0066; }

/* Images & Objects */

	img, object				{ display: block;
							  margin: 1em 0 0 0;
							  border: 0; }

/* Tables *

	table					{ width: 100%; margin: 1em 0 0 0;
							  border-collapse: collapse; border-spacing: 0; }
	th, td 					{ line-height: 1.416em;	
							  vertical-align: top;
							  padding: 3px 0;
							  border: 0 solid #e7e7e7; }
	th						{ font-weight: bold;
							  text-align: left; }

	thead th				{ border-bottom-width: 2px; }
	tfoot th, tfoot td		{ font-weight: bold;
							  border-top-width: 2px; }
	tbody th, tbody td		{ border-bottom-width: 1px; }
	
	tbody tr:hover td		{ }

	caption					{ font-size: 0.75em; /* 12px * font-style: oblique;
							  text-align: left;
							  margin: 0.5em 0 0 0;
							  caption-side: bottom; }
							  
	colgroup.prices			{ width: 60px; }

/* Figure */

	.figure					{ margin: 1em 0 0 0; }
	.figure > *:first-child, 
	.figure > a > *:first-child
							{ margin-top: 0; }
	.figure .top-child		{ margin-top: 0; }
	.figure .legend			{ font-size: 0.75em; /* 12px */ font-style: oblique;
							  display: block;
							  margin: 0.5em 0 0 0; }

/* Forms */

	form					{ }
	fieldset				{ margin: 0; padding: 0;
							  border: 0; }
	legend					{ display: none; }

	.form					{ margin: 1em 0 0 0; padding: 20px;
							  background: #f2f2f2; }
	.form > *:first-child 	{ margin-top: 0; }
	.form .top-child		{ margin-top: 0; }
	.form fieldset			{ margin: 1em 0 0 0; padding: 0.5em 0 0 0; }
	.form legend			{ font-weight: bold;
							  color: inherit;
							  display: block;
							  margin: 0; padding: 0; }
	.form legend span		{ }
	
	.form .control			{ overflow: hidden; margin-top: 0.5em; }
	.form .mandatory		{ }
	.form .description		{ float: left; width: 100px; }
	.form .fields			{ margin: 0 0 0 110px; }
	.form .fields p			{ font-size: 0.75em; /* 12px */
							  margin-top: 0.25em; }

	.form label				{ display: block; }
	.form .asterisk			{ float: right; font-size: 1em; color: #ccc; font-weight: normal; }

	.form .actions			{ padding: 0 0 0 110px; background: transparent; }
	.form .actions legend	{ display: none; }


	.form .field			{ }
	.form .field.part		{ display: inline-block;  }
	.form .affix			{ font-size: 12px; }

	.form .messages			{ margin-bottom: 0; }

/* Inputs */
	
	input, button, select,
	textarea				{ font-size: 1em; font-family: sans-serif;
							  text-rendering: optimizeSpeed; }
	textarea.monospaced		{ font-family: Consolas, "Courier New", Courier, monospace; }
	optgroup				{ font-style: normal; font-weight: bold; }

	input[type=text],
	input.type_text,
	input[type=password],
	input.type_password,
	textarea				{ margin: 0; padding: 2px; }
	select					{ margin: 0; padding: 2px; }
	optgroup				{ text-indent: 2px; }
	optgroup option			{ padding-left: 15px; }
	input[type=file],
	input.type_file			{ margin: 0; }

	input[type=radio], 
	input.type_radio, 
	input[type=checkbox],
	input.type_checkbox 	{ margin: 0; vertical-align: -0.15em; font-size: 0.85em; }
	
	.size_liquid			{ width: 98%; }

	input.size_xxs			{ width: 3em; }
	input.size_xs			{ width: 6em; }
	input.size_s			{ width: 12em; }
	input.size_m			{ width: 18em; }
	input.size_l			{ width: 24em; }
	input.size_xl			{ width: 30em; }
	input.size_xxl			{ width: 36em; }
	
	textarea.size_xs		{ height: 2.5em; }
	textarea.size_s			{ height: 5em; }
	textarea.size_m			{ height: 10em; }
	textarea.size_l			{ height: 20em; }
	textarea.size_xl		{ height: 40em; }
	
/* Rule */

	.rule					{ border-top: 1px solid #e7e7e7; margin: 1em 0 0 0; }
	.rule hr				{ display: none; }
	
/* Blog */

	.commentlist			{ padding: 0; list-style: none; }
	.commentlist img		{ display: none; }
	.commentlist li			{ border-top: 2px solid #d8d8d8;
							  padding: 1em 0; }
	.commentlist .fn		{ font-weight: bold; }

/* Content */

	.c > *:first-child, 
	.c > .ba_left_wrap:first-child + *, 
	.c > .ba_right_wrap:first-child + *
							{ margin-top: 0; }
	.c .top-child			{ margin-top: 0; }

/* Text Alignment */

	.ta_center				{ text-align: center; }
	.ta_left				{ text-align: left; }
	.ta_right				{ text-align: right; }
	.ta_justify				{ text-align: justify; }

/* Block Alignment */
	
	.ba_center				{ margin-left: auto; margin-right: auto; }
	.ba_left				{ margin-left: 0; margin-right: auto; }
	.ba_right				{ margin-left: auto; margin-right: 0; }
	.ba_left_wrap			{ float: left; clear: left;
							  margin-left: 0; margin-right: 25px; margin-bottom: 25px; }
	.ba_right_wrap			{ float: right; clear: right;
							  margin-left: 25px; margin-right: 0; margin-bottom: 25px; }

/* Grid */

	.x						{ overflow: hidden; }
	.y						{ float: left; }

/* Fixed Widths */

	.fw_standard			{ width: 200px; }

/* Percentage Widths */
	
	.pw_05					{ width: 05%; }
	.pw_10					{ width: 10%; }
	.pw_15					{ width: 15%; }
	.pw_20					{ width: 20%; }
	.pw_25					{ width: 25%; }
	.pw_30					{ width: 30%; }
	.pw_35					{ width: 35%; }
	.pw_40					{ width: 40%; }
	.pw_45					{ width: 45%; }
	.pw_50					{ width: 50%; }
	.pw_55					{ width: 55%; }
	.pw_60					{ width: 60%; }
	.pw_65					{ width: 65%; }
	.pw_70					{ width: 70%; }
	.pw_75					{ width: 75%; }
	.pw_80					{ width: 80%; }
	.pw_85					{ width: 85%; }
	.pw_90					{ width: 90%; }
	.pw_95					{ width: 95%; }


/* PAGE LAYOUT */

/* Body & Wrapper */

	body					{ margin: 10px 0;
							  background: #88afcc; }
	#wrapper				{ width: 980px; margin: 0 auto;
							  position: relative; }

	#t, #m, #b				{ position: absolute;
							  width: 980px; }
	#t						{ top: 0; height: 100px;
							  background: url(../images/layout/bg_t.png); }
	#m						{ top: 100px; bottom: 50px;
							  background: url(../images/layout/bg_m.png); }
	#b						{ bottom: 0; height: 100px;
							  background: url(../images/layout/bg_b.alpha.png); }
							  
	#i						{ padding: 50px 60px;
							  position: relative; z-index: 1; }

/* Header */

	#header					{ background: #fff;
							  padding: 0 0 10px 0;
							  border-bottom: 3px solid #7eaf35;
							  position: relative; }
	#header, #header a		{ color: #000; }
		
	#logo					{ display: inline; vertical-align: middle;
							  margin: 0; }
	
/* Navigation */

	#nav					{ overflow: hidden;	
							  margin: 0; padding: 10px 15px; width: 430px;
							  position: absolute; right: 0; bottom: 15px;
							  list-style: none;
							  background: #7eaf35; }
	#nav li					{ display: inline;
							  padding: 0 0 0 15px; }
	#nav li:first-child, 
	#nav li.first-child		{ padding-left: 0; }
	#nav a					{ font-size: 1.833em;
							  color: #fff; text-decoration: none; }
	#nav a:focus, 
	#nav a:hover,
	#nav a:active, 
	#nav li.active a		{ color: #000; }
	
/* Sidebar */

	#sidebar .a				{ font-size: 2.4em; color: #fff; font-weight: bold;
							  line-height: 0.8;
							  display: block; }
	#sidebar .b				{ font-size: 1.5em; color: #000;
							  line-height: 1;
							  display: block; }

/* Register */

	#register				{ padding: 10px 0 0 15px; margin-top: 10px; width: 177px; height: 178px;
							  background: url(../images/layout/register_bg.png) right;
							  color: #fff; }
	#register fieldset		{ margin: 3px 0 0 0; }
	#register label			{ margin: 4px 0 0 0; display: block; }
	#register .text			{ margin: 2px 0 0 0; width: 150px; }
	#register .button		{ margin: 5px 0 0 auto; }

	
/* Navigation Left */

	#nav_left				{ overflow: visible;	
							  margin: 0; padding: 0;
							  list-style: none; }
	#nav_left li			{ margin: 10px 0 0 0; width: 192px; }
	#nav_left li:first-child, 
	#nav_left li.first-child{ margin-top:0; }
	#nav_left a				{ text-decoration: none;
							  display: block;
							  height: 75px; padding: 10px 0 0 15px;
							  background: url(../images/layout/nav_left_bg.png) 0 -106px;
							  position: relative; }
	#nav_left a img			{ position: absolute; z-index: 10;
							  margin: 0; }
	#nav_left a:focus, 
	#nav_left a:hover,
	#nav_left a:active, 
	#nav_left li.active a	{ background-position: -192px -106px; }

	#nav_left .big a		{ height: 101px; padding-top: 5px;
							  background-position: 0 0; }
	#nav_left .big a:focus, 
	#nav_left .big a:hover,
	#nav_left .big a:active, 
	#nav_left li.active.big a, 
	#nav_left li.active_big a
							{ background-position: -192px 0; }

	#nav_left .alt a		{ background-position: 0 -191px; }
	#nav_left .alt a:focus, 
	#nav_left .alt a:hover,
	#nav_left .alt a:active, 
	#nav_left li.active.alt a, 
	#nav_left li.active_alt a
							{ background-position: -192px -191px; }

/* Social */

	#social					{ text-align: center;
							  height: 42px; padding: 10px 0; width: 192px;
							  margin: 10px 0 0 0;
							  background: url(../images/layout/social_bg.png); }
	#social	img				{ margin: 0 3px;
							  display: inline; }

/* Main */

	#main					{ background: #fff;
							  padding: 15px 0;
							  overflow: hidden; }

/* Content */

	#content				{ min-height: 300px; }
	.left					{ float: left; width: 280px; }
	.left p 				{ font-size: 0.833em; /* 10px */ font-family: Arial, Helvetica, sans-serif;
							  padding: 10px 0; }
	.right					{ float: left; width: 530px; padding: 0 50px 0 0; }

/* Sponsors */

	#sponsors				{ font-size: 0.833em; /* 10px */ font-family: Arial, Helvetica, sans-serif;
							  padding: 10px 0;
							  background: #fff;
							  border-top: 3px solid #7eaf35;
							  overflow: hidden; }
	#sponsors, #sponsors a	{ color: #7eaf35; }

	#sponsors p				{ margin: 0; }
	#sponsors img			{ margin: 0;
							  display: inline; vertical-align: middle; }
	#sponsors img.space		{ margin: 10px 22px 10px 0; }

/* Footer */

	#footer					{ font-size: 0.833em; /* 10px */ font-family: Arial, Helvetica, sans-serif;
							  padding: 10px 0 0 0;
							  background: #fff;
							  border-top: 3px solid #7eaf35; }
	#footer, #footer a		{ color: #7eaf35; }

	#footer	p				{ margin: 0; }

/* Speakers */
.item {float:left; padding:1em 0 0; border-top:1px solid #ddd; margin:1em 0; width:265px;}
	.item img {float:left; width:64px; height:80px; border:1px solid #ccc; margin-top:0.25em;}
	.item h3 {margin:0;}
	.item h3, .item p {margin-left:80px;}
	
.itemr {float:right; padding:1em 0 0; border-top:1px solid #ddd; margin:1em 0; width:265px;}
	.itemr img {float:left; width:64px; height:80px; border:1px solid #ccc; margin-top:0.25em;}
	.itemr h3 {margin:0;}
	.itemr h3, .itemr p {margin-left:80px;}	