/* RESET DEFAULT BROWSER CSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display: block;
}

body {
  line-height: 24px;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=a4574e90-bf73-4612-8a19-20082fc4b6e8");
@font-face{
font-family:"AvantGardeGothicITCW01B 731063";
src:url("/wp-content/themes/netlife/fonts/85564178-fd88-4387-9226-0e632723ca24.eot?iefix") format("eot");}
@font-face{
font-family:"AvantGardeGothicITCW01B 731063";
src:url("/wp-content/themes/netlife/fonts/85564178-fd88-4387-9226-0e632723ca24.eot?iefix");
src:url("/wp-content/themes/netlife/fonts/e9a79553-7093-47c7-8d9c-70dc3619e94b.woff") format("woff"),url("/wp-content/themes/netlife/fonts/7265b8d0-a67c-4a8b-84aa-273d1759270a.ttf") format("truetype"),url("/wp-content/themes/netlife/fonts/75d377f2-28ee-43f8-b231-44f8eba218c4.svg#75d377f2-28ee-43f8-b231-44f8eba218c4") format("svg");
}
/* DEFAULT */

html {
}

body {
	font-family: georgia, serif;
	font-size: 16px;
	line-height: 24px;
	background: #353535 url(../../netlife/img/background-conference.png);
	color: White;
	color: #eee;
}

/* WP-EDIT */

* .wp-edit {
	font-family: georgia, serif !important;
	font-weight: normal !important;
}

* .wp-edit a {
	color: rgba(0, 0, 0, 0.25) !important; 
}

/* LINKS */

a {
	text-decoration: underline; 
	color: #95cd28;
}

a:focus, a:hover, a:active {
	color: White;
}

/* TITLE COLORS */

h1, h2, h3 {
	color: White;
}

h1 a, h2 a, h3 a {
	color: White;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: White;
	text-decoration: underline;
}

/* TITLES */

h1 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 24px 0;
}

h1 + h3,
h1 + div + h3, 
h1 + aside + h3 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 24px 0;
	color: #eee;
}

h2 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
}

h2 + h3 {
	margin: 14px 0 0 0;
}

h3 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 24px;
	margin: 0 0 0;
}

h6 {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px 0;
}

/* TEXT */

p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 24px 0;
}

p small,
ul li small,
ol li small {
	font-size: 12px;
}

p strong,
ul li strong,
ol li strong {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: White;
}

blockquote {
	margin: 0;
}

q {
	font-style: italic;
}

q:before,
q:after {
	content: none;
}

cite {
	font-style: normal;
}

strong, b {
	font-weight: bold;
}

em, dfn, i {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #eee;
}

address {
	font-style: italic;
}

del {
	color: ;
}

pre {
	white-space: pre;
	margin: 0 0 24px 0;
}

pre, code, tt {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 13px;
}

/* LISTS */

li ul, li ol {
}

ul, ol {
	list-style: outside;
	margin: 0 0 24px 0;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 24px 0;
}

dl dt {
	font-weight: normal;
	color: Black;
}

dl dd {
	margin: 0 0 12px 0;
}

/* TABLES */

table {
	width: 100%;
	margin: 0 0 24px 0;
}

th,
td {
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
}

th, td, caption {
	padding: 4px 10px;
}

tr.even td {
}

tfoot {
	font-style: italic;
}

caption {
}/* HTML+BODY */

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
}

/* GRID */

#grid {
	position: relative;
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

/* COLUMNS */

.c1 {
	float: left;
	width: 80px;
	padding: 0 10px;
}


.c2 {
	float: left;
	width: 140px;
	padding: 0 10px;
}

.c3 {
	float: left;
	width: 210px;
	padding: 0 20px 0 10px;
}

.c4 {
	float: left;
	width: 300px;
	padding: 0 10px;
}

.c6 {
	float: left;
	width: 460px;
	padding: 0 10px;
}

.c7 {
	float: left;
	width: 520px;
	padding: 0 10px;
}

.c8 {
	float: left;
	width: 620px;
	padding: 0 10px;
}

.c9 {
	float: left;
	width: 700px;
	padding: 0 10px;
}

.c12 {
	float: left;
	width: 940px;
	padding: 0 10px;
}
/* LANGUAGES */

#languages {
	position: absolute;
	top: 80px;
	right: -10px;
	z-index: 30;
}

#languages ul {
	list-style: none;
	padding: 0;
}

#languages ul li a {
	display: block;
	background: url(../img/languages-english.png) no-repeat;
	width: 100px;
	height: 40px;
	line-height: 1000px;
	overflow: hidden;
}

#languages ul li a:hover,
#languages ul li.current-menu-item a,
#languages ul li.current-menu-ancestor a,
#languages ul li.current-page-ancestor a {
	background: url(../img/languages-english-on.png) no-repeat;
}

/* MENU */

#menu {
	position: absolute;
	top: 60px;
	left: 330px;
	z-index: 20;
}

#menu ul {
	list-style: none;
	padding: 0;
}

#menu ul li {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 18px;
	line-height: 20px;
	display: inline;
	margin: 0 15px 0 0;
}

#menu ul li a {
	text-decoration: none;
	color: #666;
}

#menu ul li a:hover {
	text-decoration: underline;
	color: #666;
}

#menu ul li strong a,
#menu ul li.current-menu-item a,
#menu ul li.current-menu-ancestor a,
#menu ul li.current-page-ancestor a  {
	color: Black;
}/* CONTENT */

#content {
	float: right;
	width: 620px;
	padding: 0 10px;
}

/* HEAD */

#content #head {
	position: relative;
	float: left;
	width: 940px;
	margin: 0 0 20px -320px;
}

#content #head h1 {
	position: absolute;
	left: 320px;
}

#content #head img {
	float: left;
}

/* SECTION */

section {
	position: relative;
	display: inline; /* ie fix */
	float: left;
	width: 960px;
	margin: 0 0 0 -330px;
}

section .c1 {
	float: left;
	width: 300px;
	padding: 0 10px;
}

section .c2 {
	float: left;
	width: 620px;
	padding: 0 10px;
}

section .c3 {
	float: left;
	width: 940px;
	padding: 0 10px;
}

/* ASIDE */

aside {
	position: relative;
	clear: left;
	display: inline; /* ie fix */
	float: left;
	width: 280px;
	margin: 0 0 0 -320px; 
}

/* ASIDE QUOTE */

aside blockquote {
}

aside blockquote h3 {
	font-family: georgia, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;

	color: #95cd28;
	margin: 0 0 16px 0;
}

aside blockquote h3 a {
	color: #95cd28;
}

aside blockquote h3 a:hover {
	color: #95cd28;
	text-decoration: underline;
}

aside blockquote h5 {
	width: 200px;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	text-transform: uppercase;
	color: White;
	margin: 0 0 20px 0;
}

/* MAP */

#content #map_canvas {
	width: 100%;
	height: 480px;
	margin: 0 0 24px 0;	
}

/* IMAGES */

/* large */

#content .image-large {
}

#content .image-large img {
	position: relative;
	float: left;
	width: 940px;
	margin: 0 0 24px -320px;	
}

#content .image-large h5 {
	clear: both;
	float: left;
	width: 280px;
	margin: 0 0 24px -320px;
	color: #95cd28;
}

/* medium */

#content .image-medium {
}

#content .image-medium img {
	position: relative;
	float: left;
	margin: 0 0 12px 0;	
}

#content .image-medium h5 {
	clear: both;
	margin: 0 0 24px 0;
	color: #95cd28;
}

/* small */

#content .image-small {
	float: left;
	width: 280px;
	margin: 0 0 24px -320px;	
}

#content .image-small img {
	width: 280px;
	margin: 8px 0 4px 0;	
}

#content .image-small h5 {
	color: #95cd28;
}

/* METADATA */

#content .metadata ul {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
}

#content .metadata ul li {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

#content .metadata ul li strong {
	position: absolute;
	left: -70px;
	width: 60px;
	padding: 2px 0 0 0;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}

#content .metadata ul li em {
	font-size: 13px;
	padding: 0 0 0 70px;
}

/* TABLE */

#content table {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 24px 0;
}

#content table thead tr th {
}

#content table tbody tr td {
}/* FORM */

#content form input[type=text],
#content form input[type=password],
#content form textarea {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 5px;
	border: 1px solid inset;
	margin: 0;
}

#content form input[type=submit] {
	border: 0;
	width: auto;
	padding: 0 15px;
	height: 30px;
	margin: 0;
	
	/* typography */
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 14px;
	line-height: 20px;

	/* colors */
	background: Black;
	color: White;

	background: #95cd28;
	color: Black;

}

#content form input[type=submit]:hover {
	cursor: pointer;

	/* shadow */
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
}

/* generic form */

#content .form {
	float: left;
	width: 620px;
	margin: 0 0 0 -10px;
/*	border-top: 1px dotted Black;
	padding: 20px 10px 0 10px; */
	padding: 0 10px;
}

#content .form fieldset {
	clear: both;
	margin: 0 0 20px 0;
}

#content .form fieldset h4 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 4px 0;
}

#content .form fieldset p {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 8px 0;
}

#content .form fieldset p em {
	font-style: normal;
}

#content .form fieldset p input.medium {
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
}

#content .form fieldset p input.large,
#content .form fieldset p textarea {
	float: left;
	width: 400px;
	margin: 0 10px 0 0;
}

#content .form fieldset p input.checkbox {
	margin: 0 5px 0 0;
}

#content .form fieldset p input.postcode {
	float: left;
	width: 60px;
	margin: 0 6px 0 0;
}

#content .form fieldset p input.postoffice {
	float: left;
	width: 320px;
	margin: 0 10px 0 0;
}

/* list of options */

#content .form fieldset.options ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .form fieldset.options ul li {
	float: left;
	width: 100%;
	font-size: 14px;
}

#content .form fieldset.options ul li label {
	position: relative;
	float: left;
	display: block;
}

#content .form fieldset.options ul li label strong {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-transform: none;
}

#content .form fieldset.options ul li label input {
	position: absolute;
	top: 3px;
	left: -30px;
}

#content .form fieldset.options ul li.on label,
#content .form fieldset.options ul li.on label strong {
	color: #95cd28;
}

/* protected post form */

#content .protected-post-form {
	position: relative;
	background: url(../img/vault.png) no-repeat;
	width: 430px;
	height: 400px;
	margin: 0 0 24px -20px;
}

#content .protected-post-form .password {
	position: absolute;
	top: 180px;
	left: 155px;
	width: 120px;
	text-align: center;
	font-size: 24px;
}

#content .protected-post-form .submit {
	background: none;
	position: absolute;
	top: 180px;
	left: 313px;
	width: 60px;
	padding: 0;
	font-size: 24px;
	color: #95cd28;
}

#content .protected-post-form .submit:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}/* TABMENU */

#layers {
	float: left;
	width: 100%;
	margin: 0;
}

/* NAVIGATION */

#layers ul.ui-tabs-nav {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#layers ul.ui-tabs-nav li {
	float: left;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}

/* LINKS */

#layers ul.ui-tabs-nav li a  {
	float: left;
	text-decoration: none;
	color: #95cd28;
}

#layers ul.ui-tabs-nav li a strong {
	font-weight: normal;
	display: block;
	padding: 0 0 12px 0;
	color: #95cd28;
}

#layers ul.ui-tabs-nav li a:hover,
#layers ul.ui-tabs-nav li a:hover strong  {
	background: url(../img/layers-arrow.png) bottom center no-repeat;
	color: ;
}

#layers ul.ui-tabs-nav li.ui-tabs-selected a strong {
	background: url(../img/layers-arrow-on.png) bottom center no-repeat;
	color: White;
}

/* CONTENT */

#layers .ui-widget-content {
	float: left;
	width: 620px;
}

/* hide */

#layers .ui-tabs-hide {
   display: none;
}/* COMMENTS */

#comments {
	float: left;
	width: 100%; 
}

#comments ol,
#comments ul {
	float: left;
	width: 100%;
}

#comments ol li,
#comments ul li {
	float: left;
	width: 100%;
}

#comments ol li h5,
#comments ul li h5 {
}

#comments ol li h5 a,
#comments ul li h5 a {
}

#comments ol li p,
#comments ul li p {
}

/* RESPOND */

#respond {
	float: left;
	width: 100%;
	margin: 0 0 24px 0;
}

#respond h2 {
	margin: 0 0 4px 0;
}

#respond ul {
	float: left;
	width: 100%;
	margin: 0 0 24px 0;
}

#respond ul li {
	float: left;
	width: 100%;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#respond ul li strong {
	position: absolute;
	left: -120px;
	width: 110px;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	text-align: right;
	margin: -2px 0 0 0;
}

#respond form fieldset {
	float: left;
	width: 100%;
	clear: both;
}

#respond form ul li input[type=text],
#respond form textarea {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 5px;
	border: 1px solid inset;
	margin: 0;
}

#respond form ul li input#author,
#respond form ul li input#email {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
}

#respond form ul li input#url {
	display: block;
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
}

#respond form textarea {
	float: left;
	width: 600px;
	margin: 0 10px 12px 0;
}

#respond ul li em {
	font-size: 14px;
}

#respond h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 4px 0;
}

#respond p {
	margin: 0 0 12px 0;
}

#respond h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 24px 0;
}/* IDENT */

#ident {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 300px;
}

#ident h2 {
	font-size: 48px;
	line-height: 50px;
	letter-spacing: -1px;
	top: 0;
	margin: 0 0 20px 0;
}

#ident h2 a {
	background: url(../img/2011-ident.png) no-repeat;
	width: 300px;
	height: 90px;
	display: block;
	line-height: 1000px;
	overflow: hidden;
}

#ident p {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 6px 0;
	color: Black;
}

#ident p em {
	font-style: normal;
	white-space: nowrap;
}

#ident p em a {
	color: Black;
	text-decoration: none;
}

#ident p em a:hover {
	text-decoration: underline;
}/* HEADER */

#header {
	float: left;
	width: 960px;
	height: 450px;
	padding: 0 10px;
	margin: 0 0 20px 0;
}

/* .single-session #header,
.single-speaker #header,
.single-sponsor #header {
	height: 150px;
} */

/* MENU */

#menu {
	position: absolute;
	top: 60px;
	right: 950px;
	width: 620px;
}

#menu ul {
	float: right;
}

/* schedule */

body.page-id-435 #menu ul li#menu-item-563 a,
body.page-id-49 #menu ul li#menu-item-563 a,
body.page-id-47 #menu ul li#menu-item-563 a,
body.page-id-41 #menu ul li#menu-item-563 a {
	color: Black;
}

/* session */

body.single-session #menu ul li#menu-item-563 a {
	color: Black;
}

/* speaker */

body.single-speaker #menu ul li#menu-item-631 a {
	color: Black;
}

/* PATH */

#path,
#edit {
	position: absolute;
	top: 570px;
	left: 330px;
	float: left;
	margin: 0 0 30px 0;
	z-index: 100;
}/* FOOTER */

#footer {
	float: left;
	width: 100%;
	padding: 24px 0;
	border-top: 5px solid White;
	position: relative;
	width: 960px;
	margin: 24px 0 24px -330px;
	float: right;
}

#footer h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 6px 0;
}

#footer ul {
	position: relative;
	list-style: none;
}

#footer ul li a {
	color: White;
}

#footer ul li a:hover {
	color: #95cd28;
}

/* IDENT */

#footer .ident h2 a {
	background: url(../img/footer-netlife.png) no-repeat;
	width: 110px;
	height: 90px;
	display: block;
	line-height: 1000px;
	overflow: hidden;
	margin: -4px 0 0 -4px;
}

#footer .ident p {
	display: none;
}
/* FRONTPAGE FEATURE */

#frontpage-feature {
	height: 300px;
}

#frontpage-feature h3 {
	line-height: 48px;
}

#frontpage-feature h3 a {
	color: #95cd28;
}

#frontpage-feature h2 {
	font-family: georgia, serif;
	font-size: 36px;
	line-height: 48px;
	font-weight: normal;
	margin: 0 0 0 0;
}

#frontpage-feature p {
	line-height: 48px;
}

#frontpage-feature aside {
	padding: 24px 0;
}

/* FRONTPAGE HIGHLIGHTS */

#frontpage-highlights {
}

#frontpage-highlights .c1 {
	width: 250px;
	padding: 0 60px 0 10px;
}

#frontpage-highlights h3 a {
	color: #95cd28;
}

#frontpage-highlights p {
	margin: 0 0 48px 0;
}

/* FRONTPAGE PARTY */

#frontpage-party {
	float: left;
	width: 620px;
	min-height: 240px;
	padding: 0 10px 0 330px;
	background: url(../img/frontpage-party.png) bottom left no-repeat;
	margin: 0 0 24px -330px;
}

#frontpage-party h2 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 24px 0;
}

/* SESSION BYLINE */

body.single-session .byline {
}

body.single-session .byline h5 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	color: #95cd28;
	margin: 0;
}

body.single-session .byline h5 a {
	text-decoration: none;
}

body.single-session .byline h5 a:hover {
	text-decoration: underline;
}/* COMMENTS */

#comments {
}

#comments ol,
#comments ul {
	float: left;
	width: 620px;
}

#comments ol li,
#comments ul li {
	float: left;
	width: 100%;
}

#comments ol li h5,
#comments ul li h5 {
}

#comments ol li h5 a,
#comments ul li h5 a {
}

#comments ol li p,
#comments ul li p {
}

/* BYLINE */

.byline h5 {
	color: #95cd28;
}

.byline h5 a {
	color: #95cd28;
}

.byline h5 a:hover {
	color: ;
}

.byline img {
	float: left;
	margin: -8px 10px 0 0;
}

/* RESPOND */

#respond {
	margin: 0 0 20px 0;
}

#respond ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 10px 0;
}

#respond ul li {
	float: left;
	margin: 0 10px 0 0;
}

#respond ul li label {
	background: Black;
	font-size: 14px;
	line-height: 24px;

	padding: 1px 10px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#respond ul li input[type=text] {
	font-size: 12px;
	line-height: 20px;
}

#respond ul li input#author {
	width: 150px;
}

#respond ul li input#email {
	width: 150px;
}

#respond p {
	margin: 0 0 10px 0;
}

#respond p textarea {
}
/* SCHEDULE */

#schedule h2 {
	margin: 0 0 20px 0;
}

#schedule table {
	float: left;
	width: 960px;
	display: inline; /* IE6 */
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 24px -330px;
}

#schedule table tr th,
#schedule table tr td {
	border-top: 1px solid Black;
	vertical-align: top;
	padding: 4px 10px 10px 10px;
	padding: 10px;
}

#schedule table tr th {
	width: 300px;
}

#schedule table tr td,
#schedule table tr td[colspan=2] {
	width: 620px;
}

#schedule table tr.track-2 td {
	width: 300px;
}

/* track */

#schedule table tr.head th  {
	background: Black;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: White;
}

/* session */

#schedule table tr td .session {
	position: relative;
	float: left;
	width: 100%;
}

#schedule table tr td .session .wp-edit {
	position: absolute;
	top: 4px;
	right: 0px;
}

#schedule table tr td .session a {
}

#schedule table tr td .session a:hover {
	text-decoration: underline;
}

#schedule table tr td strong,
#schedule table tr td .session strong {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: White;
}

#schedule table tr td strong a,
#schedule table tr td .session strong a {
	color: White;
	text-decoration: none;
}

#schedule table tr td strong a:hover,
#schedule table tr td .session strong a:hover {
	text-decoration: underline;
}

#schedule table tr td .session em, #schedule em {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	color: #95cd28;
}

#schedule table tr td .session em a {
	text-decoration: none;
}

#schedule table tr td .session aside img {
	width: 120px;
	height: 120px;
	margin: -8px 0 16px -10px;	
}

#schedule table tr.track-2 td .session aside img,
#schedule table tbody tr.parallell td .session aside img {
	display: none;
}

/* action */

#schedule table tr.track-2 td .session ul.action {
	list-style: none;
	padding: 0;
}

/*
#schedule table tr td .session ul.action li a {
	background: url(../img/register-matrix/link-arrow.png) left center no-repeat;
	padding: 0 0 0 25px;
	margin: 0 0 0 -25px;
}

#schedule table tr.track-2 td .session ul.action li a {
	background: url(../img/register-matrix/link-arrow.png) left center no-repeat;
	padding: 0 0 0 25px;
	margin: 0;
}
*/

/* SPEAKER LIST */

#speakerlist .metadata ul li {
	font-size: 16px;
	line-height: 24px;
}

#speakerlist .metadata ul li strong {
	padding: 0;
	color: #eee;
}/* SPONSORS */

#sponsors  {
	float: left;
	border-top: 1px solid Black;
	padding: 20px 10px 0 330px;

	width: 620px;
	margin: 0 0 0 -330px;
}

#sponsors a {
	color: White;
}

#sponsorList  {
	float: left;
	width: 640px;
	margin: 0 0 0 -10px;
}

#sponsorList ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#sponsorList ul li {
	float: left;
	display: block;
	width: 140px;
	height: 70px;
	padding: 0 10px;
	margin: 0 0 24px 0;
}

#sponsorList ul li img {

}/* REGISTER MATRIX */

#register-matrix table  {
	float: left;
	width: 960px;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 48px -330px;
}

#register-matrix table thead tr th {
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	width: 140px;
	padding: 120px 10px 10px 10px;

	vertical-align: top;
	text-align: left;

	font-size: 16px;
	font-weight: normal;
	line-height: 24px;

}

#register-matrix table thead tr th.deadline,
#register-matrix table tbody tr th  {
	width: 300px;
}

#register-matrix table thead tr th.conf {
	background: url(../img/register-matrix/conf.png) top left no-repeat;
}

#register-matrix table thead tr th.conf_1ws {
	background: url(../img/register-matrix/conf_1ws.png) top left no-repeat;
}

#register-matrix table thead tr th.conf_2ws {
	width: 300px;
	background: url(../img/register-matrix/conf_2ws.png) top left no-repeat;
}

#register-matrix table tbody tr th,
#register-matrix table tbody tr td {
	border-bottom: 1px solid Black;
	width: 140px;
	padding: 4px 10px 10px 10px;
	padding: 10px;

	vertical-align: top;

	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

#register-matrix table tbody tr td {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 18px;
}

#register-matrix table tbody tr th,
#register-matrix table tbody tr td {
}

#register-matrix table tbody tr.current th {
	color: #95cd28;
}

#register-matrix table tbody tr.current td a {
	display: block;
	background: url(../img/register-matrix/link-arrow.png) left center no-repeat;
	padding: 0 0 0 25px;
	color: #95cd28;
	text-decoration: none;
	position: relative;
	left: -25px;
}

#register-matrix table tbody tr.current td a:hover {
	text-decoration: underline;
}

/* FORM REGISTER */

#register-form form {
	margin-bottom: 48px;
}

#register-options {
	position: relative;
}

#register-options ul {
	float: left;
	width: 960px;
	border-bottom: 1px solid Black;
	list-style: none;
	padding: 0;
	margin: 0 0 24px -330px;
}

#register-options ul li {
	float: left;
	width: 960px;
	border-top: 1px solid Black;
}

#register-options ul li label {
	position: relative;
	float: left;
	width: 620px;
	display: block;
	padding: 10px 10px 10px 330px;
}

#register-options ul li label input {
	position: absolute;
	top: 13px;
	left: 300px;
}

#register-options ul li.full label {
	background: url(../img/register-options-full.png) left no-repeat;
}

#register-options ul li.ws label {
	background: url(../img/register-options-ws.png) left no-repeat;
}

#register-options ul li.conf label {
	background: url(../img/register-options-conf.png) left no-repeat;
}

#register-options ul li strong {
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	color: #eee;
}

#register-options ul li em {
	font-style: normal;
	color: White;
}

/* on */

#register-options ul li.on,
#register-options ul li.on strong {
	color: #95cd28;
}

#register-options ul li.on em {
}

/* FORM ERRORS */

#content .form .error h4 strong {
	color: #95cd28;
}

#content .form .errorList {
	width: 620px;
	padding: 10px 10px 10px 330px;
	background: #95cd28;
	color: Black;
	margin: 0 0 40px -330px;
}

#content .form .errorList ul {
	margin: 0;
}
/* select workshops */

#register-options ul li .select-ws {
	display: none;
}

#register-options ul li.on .select-ws {
	display: block;
	float: right;
	width: 620px;
	padding: 0 10px;
}

/* workshops */

#register-options ul li.on .select-ws .day-1 {
	float: left;
	width: 100%;
	border-bottom: 1px solid Black;
	margin: 0 0 8px 0;
}

#register-options ul li.on .select-ws h4 {
	font-size: 18px;
	line-height: 24px;
	color: White;
	margin: 0 0 24px 0;
}

#register-options ul li.on .select-ws p {
	font-size: 16px;
	line-height: 24px;
	color: White;
	margin: 0 0 12px 0;
}

#register-options ul li.on .select-ws ul {
	border: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

#register-options ul li.on .select-ws ul li {
	border: 0;
	float: left;
	display: block;
	width: 155px;
	height: 210px;
	font-size: 14px;
	line-height: 20px;
}

#register-options ul li.on .select-ws ul li label {
	position: relative;
	background: url(../img/ws/ws-select.png) top left no-repeat;
	float: left;
	width: 145px;
	height: 60px;
	padding: 130px 10px 0 0;
	text-decoration: none;
	color: #95cd28;
	border-top: none;
	border-bottom: none;
}

#register-options ul li.on .select-ws ul li label strong {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 0 16px;
}

#register-options ul li.on .select-ws ul li label input {
	position: absolute;
	top: 132px;
	left: -4px;
}

#register-options ul li.on .select-ws ul li label:hover {
	cursor: pointer;
}

/* selected */

#register-options ul li.on .select-ws ul li.selected label,
#register-options ul li.on .select-ws ul li.selected label strong {
	color: White;
}

/* disabled */

#register-options ul li.on .select-ws ul li.disabled label,
#register-options ul li.on .select-ws ul li.ws-tue1.disabled label,
#register-options ul li.on .select-ws ul li.ws-tue1.disabled label:hover,
#register-options ul li.on .select-ws ul li.ws-tue2.disabled label,
#register-options ul li.on .select-ws ul li.ws-tue2.disabled label:hover,
#register-options ul li.on .select-ws ul li.ws-tue3.disabled label,
#register-options ul li.on .select-ws ul li.ws-tue3.disabled label:hover,
#register-options ul li.on .select-ws ul li.ws-tue4.disabled label,
#register-options ul li.on .select-ws ul li.ws-tue4.disabled label:hover,
#register-options ul li.on .select-ws ul li.ws-wed1.disabled label,
#register-options ul li.on .select-ws ul li.ws-wed1.disabled label:hover,
#register-options ul li.on .select-ws ul li.ws-wed2.disabled label,
#register-options ul li.on .select-ws ul li.ws-wed2.disabled label:hover,
#register-options ul li.on .select-ws ul li.ws-wed3.disabled label,
#register-options ul li.on .select-ws ul li.ws-wed3.disabled label:hover,
#register-options ul li.on .select-ws ul li.ws-wed4.disabled label,
#register-options ul li.on .select-ws ul li.ws-wed4.disabled label:hover {
	background: url(../img/ws/ws-full.png) top left no-repeat; !important;
	cursor: auto;
}

#register-options ul li.on .select-ws ul li.disabled label,
#register-options ul li.on .select-ws ul li.disabled label strong {
	color: Black;
}

/*
#register-options ul li.on .select-ws ul li.disabled label input {
	display: none;
}
*/

/* ws tuesday */

#register-options ul li.on .select-ws ul li.ws-tue1 label,
#register-options ul li.on .select-ws ul li.ws-tue1 label:hover {
	background: url(../img/ws/tue1-green.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-tue1.on label,
#register-options ul li.on .select-ws ul li.ws-tue1.selected label,
#register-options ul li.on .select-ws ul li.ws-tue1.selected label:hover {
	background: url(../img/ws/tue1-white.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-tue2 label,
#register-options ul li.on .select-ws ul li.ws-tue2 label:hover {
	background: url(../img/ws/tue2-green.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-tue2.on label,
#register-options ul li.on .select-ws ul li.ws-tue2.selected label,
#register-options ul li.on .select-ws ul li.ws-tue2.selected label:hover {
	background: url(../img/ws/tue2-white.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-tue3 label,
#register-options ul li.on .select-ws ul li.ws-tue3 label:hover {
	background: url(../img/ws/tue3-green.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-tue3.on label,
#register-options ul li.on .select-ws ul li.ws-tue3.selected label,
#register-options ul li.on .select-ws ul li.ws-tue3.selected label:hover {
	background: url(../img/ws/tue3-white.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-tue4 label,
#register-options ul li.on .select-ws ul li.ws-tue4 label:hover {
	background: url(../img/ws/tue4-green.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-tue4.on label,
#register-options ul li.on .select-ws ul li.ws-tue4.selected label,
#register-options ul li.on .select-ws ul li.ws-tue4.selected label:hover {
	background: url(../img/ws/tue4-white.png) top left no-repeat;
}

/* ws wednesday */

#register-options ul li.on .select-ws ul li.ws-wed1 label,
#register-options ul li.on .select-ws ul li.ws-wed1 label:hover {
	background: url(../img/ws/wed1-green.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-wed1.on label,
#register-options ul li.on .select-ws ul li.ws-wed1.selected label,
#register-options ul li.on .select-ws ul li.ws-wed1.selected label:hover {
	background: url(../img/ws/wed1-white.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-wed2 label,
#register-options ul li.on .select-ws ul li.ws-wed2 label:hover {
	background: url(../img/ws/wed2-green.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-wed2.on label,
#register-options ul li.on .select-ws ul li.ws-wed2.selected label,
#register-options ul li.on .select-ws ul li.ws-wed2.selected label:hover {
	background: url(../img/ws/wed2-white.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-wed3 label,
#register-options ul li.on .select-ws ul li.ws-wed3 label:hover {
	background: url(../img/ws/wed3-green2.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-wed3.on label,
#register-options ul li.on .select-ws ul li.ws-wed3.selected label,
#register-options ul li.on .select-ws ul li.ws-wed3.selected label:hover {
	background: url(../img/ws/wed3-white2.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-wed4 label,
#register-options ul li.on .select-ws ul li.ws-wed4 label:hover {
	background: url(../img/ws/wed4-green2.png) top left no-repeat;
}

#register-options ul li.on .select-ws ul li.ws-wed4.on label,
#register-options ul li.on .select-ws ul li.ws-wed4.selected label,
#register-options ul li.on .select-ws ul li.ws-wed4.selected label:hover {
	background: url(../img/ws/wed4-white2.png) top left no-repeat;
}/* BACKGROUND */

#pre-2011 #background {
    background: url(../img/2011-bg-pre.png) top center no-repeat;
	position: absolute;
	top: 0;
	z-index: -100;
	width: 100%;
	overflow: hidden;
}

#pre-2011 #header {
	height: 450px;
}

/* newsletter */

#pre-2011 #header .newsletter {
	display: block;
	
	background: url(../img/2011-pre-newsletter.png) bottom right no-repeat;
	padding: 0 60px 30px 0;
	
	position: absolute;
	top: 240px;
	left: 10px;
	width: 220px;
	height: 120px;
	color: Black;
}

#pre-2011 #header .newsletter.error {
	background: url(../img/2011-pre-newsletter-error.png) bottom right no-repeat;
}

#pre-2011 #header .newsletter.reciept {
	background: url(../img/2011-pre-newsletter-ok.png) bottom right no-repeat;
}

#pre-2011 #header .newsletter input[type=text] {
	border: 2px solid Black;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	width: 135px;
	height: 20px;
	padding: 0 5px;
	margin: 0 6px 0 0;
	float: left;
}

#pre-2011 #header .newsletter input[type=submit] {
	border: 0;
	width: auto;
	padding: 0 15px;
	height: 24px;
	margin: 0;
	
	/* typography */
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 14px;
	line-height: 20px;

	/* colors */
	background: Black;
	color: White;
}

#pre-2011 #header .newsletter input[type=submit]:hover {
	cursor: pointer;

	/* shadow */
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* open for registrations */

#pre-2011 #header #open-for-registration {
	display: block;
	position: absolute;
	top: 104px;
	left: 815px;
	width: 140px;
	padding: 50px 0 50px 0;
}

#pre-2011 #header #open-for-registration h3 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	margin: 0;
}

/* PRE 2011 */

#pre-2011 #footer {
	background: url(../img/2011-pre-footer.png) top left no-repeat;
}

/* body */

#pre-2011 #suggestions #replies {
	width: 240px;
}

#pre-2011 #suggestions #replies img {
	float: left;
	width: 220px;
	height: 125px;
	margin: 7px 20px 12px 0;
}

#pre-2011 #suggestions #replies h4 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: White;
}

#pre-2011 #suggestions #replies p {
	color: #95cd28;
}

#pre-2011 #suggestions #replies h5 {
	margin: 0 0 20px 0;
}/* BACKGROUNDS */

body #background {
    background: url(../img/2011-bg-default.png) top center no-repeat;
	position: absolute;
	top: 0;
	z-index: -100;
	width: 100%;
	overflow: hidden;
}

body#webdagene-2011-frontpage #background {
    background: url(../img/2011-bg-1.png) top center no-repeat;
	position: absolute;
	top: 0;
	z-index: -100;
	width: 100%;
	overflow: hidden;
}

body#webdagene-2011-schedule #background,
body.single-session #background,
body.single-speaker #background {
    background: url(../img/2011-bg-2.png) top center no-repeat;
	position: absolute;
	top: 0;
	z-index: -100;
	width: 100%;
	overflow: hidden;
}

body#webdagene-2011-register #background {
    background: url(../img/2011-bg-3.png) top center no-repeat;
	position: absolute;
	top: 0;
	z-index: -100;
	width: 100%;
	overflow: hidden;
}

body.error404 #background {
    background: url(../img/2011-bg-404.png) top center no-repeat;
}

/* hide aside from workshops */

body.page-id-435 #schedule aside.image,
body.page-id-49 #schedule aside.image {
	display: none;
}

/* ACTION */

#action {
	width: 144px;
	height: 53px;	
	position: absolute;
	top: 340px;
	left: 774px;
}

#action h3 {
	font-size: 14px;
	line-height: 20px;
}

#action h3 a {
	background: url(../img/header-action.png);
	display: block;
	padding: 24px 2px 2px 18px;
	width: 124px;
	height: 27px;
	text-align: center;
}

#action h3 a:hover  {
	background: url(../img/header-action-over.png);
	display: block;
	padding: 12px 12px 12px 8px;
	width: 124px;
	text-align: center;
}

/* BUBBLE */

#bubble {
	display: none;
	width: 134px;
	height: 136px;
}

#bubble p {
	width: 110px;
	padding: 32px 9px 41px 17px;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd", georgia, serif;
	font-size: 14px;
	line-height: 18px;
	color: Black;
	margin: 0;
}

#bubble p a {
	color: Black;
	text-decoration: none;
}

#bubble p a:hover {
	color: Black;
	text-decoration: underline;
}

body#webdagene-2011-frontpage #bubble {
	display: block;
	position: absolute;
	top: 195px;
	left: 790px;
}

body#webdagene-2011-register #bubble {
	display: block;
	position: absolute;
	top: 155px;
	left: 300px;
}

/* PROGRAM MENU */

#menu-program {
	position: absolute;
	top: 305px;
	left: 330px;
}

#menu-program ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-program ul li {
	float: left;
	display: block;
	width: 195px;
	height: 155px;
}


#menu-program ul li a {
	float: left;
	display: block;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	width: 135px;
	padding: 125px 0 0 60px;
	height: 30px;
	color: Black;
	text-decoration: none;
}

#menu-program ul li a:hover {
	text-decoration: underline;
}

#menu-program ul li strong a,
#menu-program ul li.current-menu-item a,
#menu-program ul li.current-menu-ancestor a {
	color: White;
}

/* tuesday */

#menu-program ul li#menu-item-483 {
	position: absolute;
	left: -60px;
	background: url(../img/program/tuesday.png) no-repeat;
}

#menu-program ul li.current-menu-item#menu-item-483 {
	background: url(../img/program/tuesday-on.png) no-repeat;
}

/* wednesday */

#menu-program ul li#menu-item-484 {
	position: absolute;
	left: 95px;
	background: url(../img/program/wednesday.png) no-repeat;
}

#menu-program ul li.current-menu-item#menu-item-484 {
	background: url(../img/program/wednesday-on.png) no-repeat;
}

/* thursday */

#menu-program ul li#menu-item-485 {
	position: absolute;
	left: 250px;
	background: url(../img/program/thursday.png) no-repeat;
}

#menu-program ul li.current-menu-item#menu-item-485 {
	background: url(../img/program/thursday-on.png) no-repeat;
}

/* friday */

#menu-program ul li#menu-item-486 {
	position: absolute;
	left: 405px;
	background: url(../img/program/friday.png) no-repeat;
}

#menu-program ul li.current-menu-item#menu-item-486 {
	background: url(../img/program/friday-on.png) no-repeat;
}

/* speakers */

#menu-program ul li#menu-item-636 {
	position: absolute;
	left: -340px;
	top: -64px;
	background: url(../img/program/speakers-new.png) no-repeat;
	width: 220px;
	height: 220px;
}

#menu-program ul li.current-menu-item#menu-item-636 {
	background: url(../img/program/speakers-new-on.png) no-repeat;
}

#menu-program ul li#menu-item-636 a {
	padding: 190px 0 0 20px;
	width: 200px;
	text-align: left;
}

/* LAYERS */

#layers {
	float: left;
	width: 100%;
	margin: 0;
}

/* nav */

#layers ul.ui-tabs-nav {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#layers ul.ui-tabs-nav li {
	float: left;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 0 0;
}

/* links */

#layers ul.ui-tabs-nav li a  {
	background: url(../img/ws-layers-green.png) top left no-repeat;
	float: left;
	width: 145px;
	height: 40px;
	padding: 130px 10px 0 0;
	text-decoration: none;
	color: #95cd28;
}

#layers ul.ui-tabs-nav li a:hover  {
	background: url(../img/ws-layers-white.png) top left  no-repeat;
	color: White;
	border-top: none;
	border-bottom: none;
}

#layers ul.ui-tabs-nav li a strong {
	font-weight: normal;
	display: block;
	padding: 0 0 12px 0;
	color: #95cd28;
}

#layers ul.ui-tabs-nav li a:hover,
#layers ul.ui-tabs-nav li a:hover strong  {
	background: url(../img/layers-arrow.png) bottom left no-repeat;
	color: ;
}

#layers ul.ui-tabs-nav li.ui-tabs-selected a strong {
	background: url(../img/layers-arrow-on.png) bottom left no-repeat;
	color: White;
}

/* show */

#layers .ui-widget-content {
	float: left;
	width: 620px;
}

/* hide */

#layers .ui-tabs-hide {
   display: none;
}

/* TUESDAY */

/* ws1 */

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue1 a  {
	background: url(../img/ws/tue1-green.png) top left  no-repeat;
}

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue1 a:hover,
body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue1.ui-tabs-selected a {
	background: url(../img/ws/tue1-white.png) top left  no-repeat;
}

/* ws2 */

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue2 a  {
	background: url(../img/ws/tue2-green.png) top left  no-repeat;
}

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue2 a:hover,
body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue2.ui-tabs-selected a {
	background: url(../img/ws/tue2-white.png) top left  no-repeat;
}

/* ws3 */

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue3 a  {
	background: url(../img/ws/tue3-green.png) top left  no-repeat;
}

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue3 a:hover,
body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue3.ui-tabs-selected a {
	background: url(../img/ws/tue3-white.png) top left  no-repeat;
}

/* ws4 */

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue4 a  {
	background: url(../img/ws/wed1-green.png) top left  no-repeat;
}

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue4 a:hover,
body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-tue4.ui-tabs-selected a {
	background: url(../img/ws/wed1-white.png) top left  no-repeat;
}

/* WEDNESDAY */

/* ws1 */

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed1 a  {
	background: url(../img/ws/wed1-green.png) top left  no-repeat;
}

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed1 a:hover,
body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed1.ui-tabs-selected a {
	background: url(../img/ws/wed1-white.png) top left  no-repeat;
}

/* ws2 */

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed2 a  {
	background: url(../img/ws/wed2-green.png) top left  no-repeat;
}

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed2 a:hover,
body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed2.ui-tabs-selected a {
	background: url(../img/ws/wed2-white.png) top left  no-repeat;
}

/* ws3 */

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed3 a  {
	background: url(../img/ws/wed3-green2.png) top left  no-repeat;
}

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed3 a:hover,
body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed3.ui-tabs-selected a {
	background: url(../img/ws/wed3-white2.png) top left  no-repeat;
}

/* ws4 */

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed4 a  {
	background: url(../img/ws/wed4-green2.png) top left  no-repeat;
}

body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed4 a:hover,
body.page-template-page-schedule-php #layers ul.ui-tabs-nav li.ws-wed4.ui-tabs-selected a {
	background: url(../img/ws/wed4-white2.png) top left  no-repeat;
}/* BACKGROUND */

#live-2011 #background {
    background: url(../img/2011-bg-live-new.png) top center no-repeat;
	position: absolute;
	top: 0;
	z-index: -100;
	width: 100%;
	overflow: hidden;
}

#live-2011 #content {
	padding: 0 10px 0 10px;
}

/* SCREEN */

#live-2011-screen #content {
	padding: 20px 10px 0 10px;
}

#live-2011-screen #content #live-twitter {
	margin: 0;
}

#live-2011-screen #content #live-twitter .head {
	display: none;
}

/* TWITTER */

#live-twitter {
	float: left;
	width: 100%;
	margin: -70px 0 0 0;
}

#live-twitter .head {
	float: left;
	width: 100%;
	height: 60px;
	position: relative;
	margin: 0 0 10px 0;
}

#live-twitter .head h2 {
	display: block;
	width: 120px;
	height: 40px;
    background: url(../img/2011-live-twitter.png) top left no-repeat;
	line-height: 1000px;
	overflow: hidden;
}

#live-twitter .head p {
	position: absolute;
	top: 30px;
	left: 58px;
	font-size: 13px;
	line-height: 20px;
}

/* entry */

#live-twitter .entry img {
	float: left;
	width: 48px;
	height: 48px;
	margin: 4px 10px 4px 0;
}

#live-twitter .entry h4 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: White;
}

#live-twitter .entry p {
	font-size: 13px;
	line-height: 20px;
	color: #95cd28;
	margin: 0;
}

#live-twitter .entry p strong a {
	color: White;
	text-decoration: none;
}

#live-twitter .entry p strong a:hover {
	text-decoration: underline;
}

#live-twitter .entry p b {
	font-weight: normal;
}

#live-twitter .entry h5 {
	font-size: 13px;
	line-height: 20px;
	color: #666;
	margin: 0 0 24px 0;
}

#live-twitter .entry h5 a {
	color: #666;
}

/* LIVE STREAM SELECT */

#menu-streaming {
	float: left;
	width: 100%;
	height: 70px;
	margin: -65px 0 0 0;
}

#menu-streaming ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-streaming ul li {
	float: left;
	display: block;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 18px;
	line-height: 20px;
	padding: 25px 0 0 0;
	height: 30px;
	margin: 0 20px 0 0;
}

#menu-streaming ul li a {
	color: #666;
	text-decoration: none;
}

#menu-streaming ul li a:hover {
	text-decoration: underline;
}

#menu-streaming ul li a:hover,
#menu-streaming ul li.current-menu-item a {
	color: White;
}

/* LIVE STREAM */

#live-stream {
	background: Black;
	float: left;
	width: 100%;
	height: 350px;
	margin: 0;
}

/* PHOTOSTREAM */

#photostream {
	position: relative;
	width: 100%;
	height: 350px;
	margin: 0 auto;
	overflow: auto;
}

#photostream .slideInner {
	float: left;
	width: auto;
}

#photostream .photo {
	background: Black;
	width: 620px;
	float: left;
	height: 350px;
}

#photostream .photo img {
	float: left;
	width: 620px;
	height: 350px;
}

#photostream .control {
	position: absolute;
	display: block;
	width: 310px;
	height: 350px;
	text-indent: -10000px;
	cursor: pointer;
}

#photostream #leftControl {
	top: 0;
	left: 0;
	background: transparent url(../img/photostream-navigation.png) left no-repeat;
}

#photostream #leftControl:hover {
	background: transparent url(../img/photostream-navigation-over.png) left no-repeat;
}

#photostream #rightControl {
	top: 0;
	right: 0;
	background: transparent url(../img/photostream-navigation.png) right no-repeat;
}

#photostream #rightControl:hover {
	background: transparent url(../img/photostream-navigation-over.png) right no-repeat;
}

/* LIVE SCHEDULE */

#live-schedule {
	float: left;
	width: 100%;
}

#live-schedule h2 {
	margin: 0 0 20px 0;
}

#live-schedule table {
	float: left;
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 24px 0;
}

/* session */

#live-schedule table tr th,
#live-schedule table tr td {
	border-top: 1px solid Black;
	vertical-align: top;
	padding: 4px 10px 10px 10px;
	padding: 10px;
}

#live-schedule table tr th {
	width: 104px;
}

#live-schedule table tr td,
#live-schedule table tr td[colspan=2] {
	width: 476px;
}

#live-schedule table tr.parallell td {
	width: 228px;
}

#live-schedule table tr td strong {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}

#live-schedule table tr td strong em {
	font-style: normal;
}

#live-schedule table tbody tr td a {
	color: White;
	text-decoration: none;
}

#live-schedule table tbody tr td a:hover {
	text-decoration: underline;
}

/* break */

#live-schedule table tr.break {
	background: White;
	color: Black;
}

#live-schedule table tr.break th {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}

/* live now */

#live-schedule table tr.live {
	background: Black;
}

#live-schedule table tr.live th {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}

#live-schedule table tr.live td .action {
	font-size: 13px;
	color: #666;
	white-space: nowrap;
}

#live-schedule table tr.live td .action a {
	color: #666;
}

#live-schedule table tr.live td .action a:hover {
	color: #95cd28;
}

/* past */

#live-schedule table tr.past {
	display: none;
}

/* MENU */

#live-2011 #menu ul li strong a,
#live-2011 #menu ul li.current-menu-item a,
#live-2011 #menu ul li.current-menu-ancestor a,
#live-2011 #menu ul li.current-page-ancestor a {
	color: White;
}

#live-2011 #menu ul li a:hover {
	color: White;
}

#live-2011 #languages {
	top: 410px;
	right: 20px;
}

#live-2011 #languages ul li a {
	background: url(../img/languages-english-white.png) no-repeat;
}

#live-2011 #languages ul li a:hover,
#live-2011 #languages ul li.current-menu-item a,
#live-2011 #languages ul li.current-menu-ancestor a,
#live-2011 #languages ul li.current-page-ancestor a {
	background: url(../img/languages-english-white-on.png) no-repeat;
}

/* LIVE PROGRAM + SPEAKERS */

#live-2011 #menu-program {
	position: absolute;
	top: 430px;
	left: 330px;
}

#live-2011 #menu-program ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#live-2011 #menu-program ul li {
	float: left;
	display: block;
	width: auto;
	height: 30px;
	margin: 0 20px 0 0;
}


#live-2011 #menu-program ul li a {
	float: left;
	display: block;
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	width: auto !important;
	padding: 0 0 0 0;
	height: 30px;
	color: #666;
	text-decoration: none;
}

#live-2011 #menu-program ul li a:hover {
	text-decoration: underline;
}

#live-2011 #menu-program ul li strong a,
#live-2011 #menu-program ul li.current-menu-item a,
#live-2011 #menu-program ul li.current-menu-ancestor a {
	color: White;
}

/* tuesday */

#live-2011 #menu-program ul li#menu-item-483 {
	position: relative;
	left: 0;
	background: none;
}

#live-2011 #menu-program ul li.current-menu-item#menu-item-483 {
	background: none;
}

/* wednesday */

#live-2011 #menu-program ul li#menu-item-484 {
	position: relative;
	left: 0;
	background: none;
}

#live-2011 #menu-program ul li.current-menu-item#menu-item-484 {
	background: none;
}

/* thursday */

#live-2011 #menu-program ul li#menu-item-485 {
	position: relative;
	left: 0;
	background: none;
}

#live-2011 #menu-program ul li.current-menu-item#menu-item-485 {
	background: none;
}

/* friday */

#live-2011 #menu-program ul li#menu-item-486 {
	position: relative;
	left: 0;
	background: none;
}

#live-2011 #menu-program ul li.current-menu-item#menu-item-486 {
	background: none;
}

/* speakers */

#live-2011 #menu-program ul li#menu-item-636 {
	position: absolute;
	left: -340px;
	top: 1px;
	background: none;
	width: 220px;
	height: 30px;
}

#live-2011 #menu-program ul li.current-menu-item#menu-item-636 {
	background: none;
}

#live-2011 #menu-program ul li#menu-item-636 a {
	padding: 0 0 0 20px;
	width: 200px;
	text-align: left;
}

/* BACKGROUND */

#post-2011 #background {
    background: url(../img/2011-bg-post.png) top center no-repeat;
	position: absolute;
	top: 0;
	z-index: -100;
	width: 100%;
	overflow: hidden;
}

/* BUBBLE */

#post-2011 #bubble {
	display: block;
	position: absolute;
	top: 175px;
	left: 265px;
}

/* PHOTOS */

#post-2011 #photos {
	display: block;
	position: absolute;
	top: 340px;
	left: -60px;
}

#post-2011 #photos p a {
	display: block;
	position: absolute;
	width: 150px;
	height: 110px;
	background: url(../img/2011-post-photos.png) no-repeat;
	line-height: 1000px;
	overflow: hidden;
}

#post-2011 #photos p a:hover {
	display: block;
	position: absolute;
	width: 150px;
	height: 110px;
	background: url(../img/2011-post-photos-over.png) no-repeat;
}

/* FEEDBACK */

#post-2011 #feedback {
	width: 240px;
}

#post-2011 #feedback blockquote h3 {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 12px 0;
}

#post-2011 #feedback blockquote h5 {
	line-height: 18px;
	width: 300px;
}

#post-2011 #feedback blockquote h5 a {
	color: White !important;
	text-decoration: none !important;
}

#post-2011 #feedback blockquote h5 a:hover {
	text-decoration: underline !important;
}


/* NEWSLETTER */

#post-2011 #header .newsletter {
	display: block;
	
/*	background: url(../img/2011-pre-newsletter.png) bottom right no-repeat; */
	padding: 0 60px 30px 0;
	
	position: absolute;
	top: 235px;
	left: 700px;
	width: 220px;
	height: 120px;
	color: Black;
}

#post-2011 #header .newsletter.error{
/*	background: url(../img/2011-pre-newsletter-error.png) bottom right no-repeat; */
}

#post-2011 #header .newsletter.reciept {
/*	background: url(../img/2011-pre-newsletter-ok.png) bottom right no-repeat; */
}

#post-2011 #header .newsletter input[type=text] {
	border: 2px solid Black;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	width: 135px;
	height: 20px;
	padding: 0 5px;
	margin: 0 6px 0 0;
	float: left;
}

#post-2011 #header .newsletter input[type=submit] {
	border: 0;
	width: auto;
	padding: 0 15px;
	height: 24px;
	margin: 0;
	
	/* typography */
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 14px;
	line-height: 20px;

	/* colors */
	background: Black;
	color: White;
}

#post-2011 #header .newsletter input[type=submit]:hover {
	cursor: pointer;

	/* shadow */
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* REACTIONS */

#pre-2011 #reactions #replies {
	width: 240px;
}

#pre-2011 #reactions #replies img {
	float: left;
	width: 220px;
	height: 125px;
	margin: 7px 20px 12px 0;
}

#pre-2011 #reactions #replies h4 {
	font-family: "AvantGardeGothicITCW01B 731063", "Avant Garde Gothic ITCW01Bd";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: White;
}

#pre-2011 #reactions #replies p {
	color: #95cd28;
}

#pre-2011 #reactions #replies h5 {
	margin: 0 0 20px 0;
}
