@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
ul, ol, dl {
	list-style:none
}
h1, h2, h3, h4, h5, h6, pre, code, .agenda2 {
	font-size:1em; text-transform:uppercase;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0
}
a img, :link img, :visited img {
	border:none
}
address {
	font-style:normal
}
#container {position:relative}
body {
	margin:24px auto;
	padding:0 64px;
	background:#000000;
	font:9pt Arial, Helvetica, sans-serif;
	color:#969696;
	width:1124px;
}
a {
	text-decoration:none;
}
a:link {
	color: #FFFFFF;/*color:#767AB0;*/
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color:#FDB813;
}
h1, h2, h3, h4, .agenda2 {
	font: bold 11pt Arial;
	color:#FDB813;
}
h1 {
	font-size:14pt;
}
h1 a, h3 a, h4 a {
	color:#FDB813;
}
h1 a:link, h3 a:link, h4 a:link {
	color:#FDB813;
}
h1 a:visited, h3 a:visited {
	color:#FDB813;
}
h1 a:hover, h3 a:hover {
	color:#C56224;
}
h2 {
	font-size: 150%;
	padding:12pt 0 12pt 0;
}
h4 {
	padding-top:12pt;
}
h5 {
	font: 10pt Verdana;
	color:#FFFFFF;
}
#update {position:absolute; background:url(images/update.gif) no-repeat; width:45px; height:512px; top:0; left:0;}
.nav, .nav a, .nav a:link {text-transform:uppercase; color:#FDB813; font-weight:bold;}
.nav a:hover {color:#C56224;}
.logo {
	/*background: url(images/logo.jpg) no-repeat top left;*/
	width:530px;
	height:273px;
	padding-bottom:40px;
}
.logotext {
	position:absolute;
	left:-2000pt;
}
.video {
	position:absolute;
	top:30px;
	left:593px;
}
.photo {
	position:absolute;
	top:40px;
	left:590px;
}
.information {
	width:234px;
}
.divider2 {
	background: url(images/divider2.gif) repeat-y top right;
	width:244px;
	height:415px;
}

div.gallery {
	position: absolute;
	top: 315px;
	left: 270px;
	width: 700px;
}
div.img
{
  margin: 0;
  border: none;
  height: auto;
  width: 160px;
  float: left;
  padding:0 2px 20px 0;
  /*text-align: center;*/
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: none;
}
div.img a:hover img {border: none}
div.desc
{
  text-align: right;
  font-size:7pt;
  width: 50px;
  margin: 2px;
}
.article {
	/*background-color:#333333;*/
	margin: 0 0 0px 0;
	padding: 0 0 50px 0;
	line-height: 1em;
	position: absolute;
	top: 312px;
	left: 270px;
	width: 850px;
	height:auto;
}
.article p, .article ul {
	color:#969696;
	padding-bottom:1em;
	font: 9pt Verdana;
}
.article p em {
	line-height:1pt;
	font-size: 8pt;
}
.article ul {list-style:disc; list-style-position:outside; margin-left:0em; padding:0em 0 2em 2em;}
.article li {}
p.back {
	padding:0;
}
/*.sponsorlink {
	padding-top:10px;
	font-size:7pt;
	float:left;
	padding-bottom:500px;
}*/
.back a, .sponsorlink a {
	color:#969696;
}
.back a:link, .sponsorlink a:link {
	color:#969696;
}
.back a:visited, .sponsorlink a:visited {
	color:#969696;
}
.back a:hover, .sponsorlink a:hover {
	color:#FDB813;
}

/*.sponsorlink a {
	color:#969696;
}
.sponsorlink a:link {
	color:#969696;
}
.sponsorlink a:visited {
	color:#969696;
}
.sponsorlink a:hover {
	color:#FF0000;
}*/

/* ----- Agenda ----- */
.agenda {margin-top:10px;}
.agenda td {padding:5px 0 5px 0;}
th, .event {text-align:left; font-weight:bold; text-transform:uppercase; color:#FDB813; padding-bottom:0;}
td.time {/*color:#000000;*/ font-weight:bold; text-align:left; padding-right:1em;}
td.description {padding-top:0;}
.description em {font-style:italic;}
.description ul {padding-bottom:1em;}
.agenda td.break {padding:10px 0 10px 0; color:#969696;}


/*--  Styles for Flash video. */
/* Dimensions for both splash image and the player wrapper. */ 
a.video1, a.video1 img { 
	display:inline-block;                 
	width:480px; 
	height:270px; 
	border-style:none;
	text-decoration:none;
	/*margin-left: auto;
	margin-right: auto;
	text-align: center;*/
}
/*	.left {float:left}*/
.left1 {float:left; width:480px;}
.left2 {float:left; width:300px;}
.videoDescription {/*width:330px;*/ padding:0 0 10px 20px; display:inline;}
.clear {clear:both; height:50px;}
 
/* Play button on top of splash screen. */ 
div.playButton { 
	background:url(http://www.martinlindstrom.com/images/buyology/video_playbutton_transparent.gif) no-repeat; 
	width:60px; 
	height:60px; 
	position:relative; 
	top:-129px;	/* Move the play button halfway up the video. */  
	left:0px;     
	opacity:0.75; 
	margin-bottom:-1000px;	/* Without this, IE6 puts space below the video image. */
	display:block;
	/* These margin auto statements center the play button. */
	margin-left:auto;
	margin-right:auto;
} 

/* Make the play button stronger (less transparent) upon mouseover. */ 
div.playButton:hover { 
	opacity:1.0;         
}

/* Get rid of border around video still image, which comes from the anchor around it. */
/* Do this with a more specific selector, i.e. "a.video1 img", doesn't work. */
a img {
border: none;
}




