@charset "utf-8";
/* CSS Document */

/* ----STANDARD DEFAULTS---- */
h2 {
	font-size: 24px;
	margin: 10px;
}
h3 {
	color:#0066FF;
	font-size:18px;
	font-weight:bold;
	margin: 10px;
}
h4 {
	font-size: 16px;
	margin: 0 10px;
}
h5 {
	color:#0066FF;
	font-style:italic;
	font-size:13px;
	margin:10px;
}
p {
	margin: 5px;
}
a{
	color:#0066FF;
}
body {
	background:url(../img/background-image1cropped.jpg) no-repeat right top;
}
html {
	background:url(../img/background-image2cropped.jpg) no-repeat bottom left;
}
table {
	clear:none;
}
.hinted {
	text-transform: capitalize;
}

/* -----HEADER---- */
#header h1 {
	margin: 13px 0;
}
#header #quote {
	float:right;
	margin: 45px 30px 0 0;
	font-weight:bold;
	font-size: 16px;
	text-align:right;
}
#header #quote span{
	color:#0066FF;
}
#header #banner {
	width: 100%;
}
#header #iasb {
	position:absolute;
	left:50%;
	top:30px;
	margin-left: -40px;
}

/* HEADER NAVIGATION */
#nav{
	clear:both;
	width: 100%;
	background:url(../img/title-bar.gif) repeat-x #000;
	font-weight:bold;
	/*border-top: 2px solid #333;
	border-bottom: 2px solid #333;*/
}
ul#menu{
	float:right;
}
#menu li{
	float:left;
}
#menu a{
	color:#FFFFFF;
	padding:7px 15px;
	display:block;
	float:left;
}
#menu a:hover{
	text-decoration:none;
	background:#666;
}

/* SEARCH */
#SearchIndexForm{
	margin:6px;
	float: left;
}
#SearchIndexForm .input label{
	display:none;
}
#SearchIndexForm .input{
	width: 155px;
	float: left;
	margin:0;
}
#SearchIndexForm .input input{
	border:none;
	padding:1px;
	height:100%;
	width:100%;
}
#SearchIndexForm .submit{
	width: 33px;
	height: 18px;
	float:left;
}
#SearchIndexForm .submit button{
	height:100%;
	width:100%;
	border:none;
	background:url(../img/search-button.gif) no-repeat;
}
#SearchIndexForm .submit button span{
	display:none;
}

#SpeakerIndexForm{
	text-align:left;
}
.speakerSearchControls{
	text-align:center;
}



/* -----BODY----- */
.contentbox{
	padding:10px;
	margin:10px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	overflow:hidden;
	clear:both;
}
.contentbox dl {
	margin:10px;
}
.contentbox dd {
	margin: 5px 10px 10px 10px;
}
.contentbox ul {
	margin-left:20px;
}
.contentbox .speaker.view.category li, .contentbox .speaker.view.topic li{
	list-style:none;
}
.contentbox li img{
	float:right;
	margin:10px;
}
.timestamp {
	text-align:right;
	color:#666666;
	font-size:12px;
	margin: 16px;
}
#content{
	overflow: auto;
	float:left;
	width:755px;
}
#tabbed .contentbox {
	width:300px;
}
#tabbed .contentbox h3{
	margin:-5px -5px 5px -5px;
	padding:5px;
	width:100%;
	background:#000000;
	color:#DDF;
}
ul.speakerList{
	left:0;
}
.speakerList li{
	display:inline-block; 
	overflow:hidden;
	list-style:none;
	margin:10px 0;
}
.speakerList li {display:block;}
.speakerList dt {
	width:50px;
	float:left;
	clear:left;
	text-align:right;
}
.speakerList dt.large {
	width:100px;
}
.speakerList dd {
	margin-left: 60px;
}
.speakerList .right {
	float:none;
}
/*.speakerList .right {
	width:350px;
	margin-top:-30px;
}
.speakerList .right dt {
	width:100px;
}
.speakerList .right dd {
	margin-left:110px;
	margin-top:-1px;
}*/
.speakerList img{
	margin:0 5px 10px 10px;
	padding:1px;
	background: #000;
	border: solid #FFFFFF 2px;
}
ul.relatedTopics {
	left:15px;
	font-weight:bold;
}
.relatedTopics li{
	width:30%;
	margin-left:2%;
	float:left;
	list-style: circle;
}
.specials {
	clear: left;
}

#sideContent {
	text-align:center;
	float:right;
	margin:10px;
	width: 210px;
}


/* ----SIDE COLUMN---- */
#side-column{
	background: #000 url(../img/menu-box-flip.png) bottom left no-repeat;
	color:#FFF;
	float:left;
	width:200px;
}

/* CATEGORY/TOPIC MENU NAVIGATION */
ul#category-topic-menu {
	font-size:11px;
	font-weight:bold;
}
ul#category-topic-menu li a{
	padding: 5px 8px;
	color:#FFFFFF;
}
ul#category-topic-menu li a:hover{
	background:#666;
	text-decoration:none;
}
ul#category-topic-menu li ul{
	font-size:12px;
	left:100%;
	top:0;
	background: #000;
}
ul#category-topic-menu li li a{
	width: 150px;
	padding: 3px 6px;
}

/* QUICKNAV */
select.quickNav{
	width:100%;
}
select.quickNav option{
	text-indent:15px;
}
.hr{
	border-bottom:dashed 1px #999999;
	padding-bottom:10px;
	margin:10px;
}

/* QUICKCONTACT */
#quickContact h4 {
	background:url('../img/for_enquiries.jpg') no-repeat;
	width:175px;
	height:48px;
	display:block;
	color:#1B9B57;
	font-style:italic;
	font-weight:bold;
	font-size:140%;
	padding: 10px 0 0 10px;
	margin:0 0 5px -3px;
}
#quickContact{
	margin:10px;
}
#quickContact img{
	width:100%;
}
#quickContact label{
	width:70px;
}
#quickContact .required label{
	color: white;
}
#quickContact input{
	width:100px;
}
#quickContact .submit input{
	width:100%;
	font-weight:bold;
}

.tabs {
	margin:10px;
}

/* rssReader */
h4#side-news  {
	color:#1B9B57;
	text-align:center;
}
.rssReader li {
	list-style:none;
	padding:10px;
	font-size:.85em;
	border-top:1px dashed #999;
}
.rssReader li.altrow {
	background-color:#333;
}
.rssReader a {
	color:white;
}


/* DROPSHADOW */
.shadow-frame {
  float:left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 0;
  width:100%;
  }

.shadow {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

/* BANNER */
#bannerbox {
	width:755px;padding:0;margin:0;overflow:hidden;
}
#bannerbox div{
	float:left;
	padding:0;
	margin:0;
}
#bannerbox img {
	margin: 0;padding: 0;
	width:188px;
	height:182px;
}
#bannerbox a{	display:none;}
#bannerbox .first {display:block;}

.ordering {
	float:right;
}

.bottomControls {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.feature {
	font-size:110%;
	padding:0 10px;
}
.speakers.index h2 {
	padding-left:20px;
}
.speakers.index .feature {
	color:white;
	background:black;
	border: none;
	padding:20px;
	margin:-2px 3px 0 0;
}

div.bookSpeaker {
	display:none;
}
a.bookSpeaker {
	text-align:center;
	color: white;
	display:block;
	width:200px;
	height:30px;
	background:url('../img/blue-button.png') no-repeat;
	margin:5px auto;
	font-size:150%;
	padding-top:4px;
	font-weight:bold;
}
a.bookSpeaker:hover {
	text-decoration:none;
}

.exclusive {
	text-align:center;
	padding:0;
	display: -moz-inline-box;
	display: inline-block;
	margin:0 20px;
	font-style:italic;
	width:300px;
	font-size:70%;
	color:#0066FF;
}

.raffle p {
	margin-bottom:20px;
}
.raffle .book {
	font-style:italic;
}
.message {
	font-size: 130%;
	font-weight:bold;
	color: red;
	text-align: center;
	margin: 5px;
}