/* CSS Document */
body {
	margin:0;
	background-color:#ededed;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#bg{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
	padding-bottom: 20px;
	background-color:#c7c7c7;
}
a{
	color:#F57516;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#F57516;
	text-decoration:underline;
}
#nav-margin{
	width:960px;
	margin-right: auto;
	margin-left: auto;
}
#header-brand{
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f57e18;
	height:100px;
}
#header-container{
	width:960px;
	height:100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-fade.png);
	background-position:left;
	background-repeat:no-repeat
}
#header-logo{
	width:177px;
	height:49px;
	margin-top:23px;
	float:right;
}
#header-title{
	width:500px;
	height:30px;
	margin-top:30px;
	float:left;
	text-align:left;
	font-size:26px;
	text-transform:uppercase;
	color:#FFF;
}
#container{
	width:960px;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fff;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/container-bg.jpg);
	background-repeat:repeat-y;
	-moz-border-radius: 5px;
	border-radius: 5px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
#container-margin{
	text-align:left;
}
#main-img{
	margin-bottom:20px
}
#header-margin{
	background-image:url(images/main-img.jpg);
	background-repeat:no-repeat;
	height:355px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#content{
	width:660px;
	float:left;
}
#content-margin{
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;

}
#sidebar{
	float:right;
	width:280px;
	text-align:left;
	height:auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer{
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
	width:100%;
	height:auto;
	background-image:url(../images/ema-footer-bg.jpg);
}
#footer-container{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#cccbcb solid 1px;
}
#footer-box{
	width:140px;
	float:left;
	padding-left:20px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
#footer-box a:link {
	color: #8e8e8e;
	text-decoration:none;
	font-weight:lighter;
}
#footer-box a:visited {
	color: #8e8e8e;
	text-decoration:none;
	font-weight:lighter;
}
#footer-box a:hover {
	color: #000000;
	text-decoration:none;
	font-weight:lighter;
}
#footer-box a:active {
	color: #8e8e8e;
	text-decoration:none;
	font-weight:lighter;
}
#copyright{
	display:inline-block;
	font-size:10px;
	text-align:left;
	padding:20px;
	color:#8e8e8e;
	width:960px;
	margin-right: auto;
	margin-left: auto;

}
#break,#clear{
	clear:both;
}

/*programme styles */
div.slot{
	padding:3px 5px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	margin-bottom:5px;
}
div.time{
	font-weight:bold;
	font-size:14px;
	color:#808285;
}
div.title{
	margin-bottom:7px;
}
span.title{
	font-weight:bold;
	text-transform:uppercase;
}
div.description{
	margin-bottom:7px;
	color:#454545;
}
div.break{
	background-color:#eee;
	border-bottom:none;
	padding:3px 5px;
}

/*speaker styles*/
#speakerbox{
	/* [disabled]margin-top:10px; */
}
div.speaker{
	padding-top:10px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
div.speaker p{
	margin-top:0px;
	margin-bottom:12px;
}
div.speakerimage{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	border:#999 solid 1px;
}
div.speakerimage img{
	margin-left:0px;
}
div.speakertitle{
	font-weight:bold;
	font-size:14px;
	color:#F57516;
}
div.speakerinfo{
	margin-bottom:7px;
	font-weight:bold;
	font-size:12px;
}
div.speakerbio{
	font-size:12px;
	color:#454545;
}
div.speakeritem{
	display:none;
}
div.speakeritem img{
	margin-left:20px;
	margin-top:20px;
}
div.speakeritem div{
	margin-left:20px;
}

div.rounded{margin-bottom:5px;}
div.rounded-margin{
	padding:0px 15px;
}
div.red{
	background-color:#ed1c24;
	color:#fff;
}
div.blue{
	background-color:#0066b3;
	color:#fff;
}
div.orange{
	background-color:#F57516;
	color:#fff;
}

div.feature{
	background-image:url(../images/feature_bg.jpg);
	background-repeat:no-repeat;
	height:210px;
	width:515px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}
div.feature-margin{
	padding:1px 20px;
}
div.feature ul{
	padding-left:10px;
	margin-left:10px;
	padding-top:20px;
}
div.feature li{
	margin-bottom:17px;
	margin-left:0px;
	padding-left:0px;
}
#details{
		
}

#details-margin{
	background-repeat: no-repeat;
	height:150px

}
#details a{
	color:#0090ff;
}

/* Fonts */

.side-bar-text {
	font-size: 12px;
	color:#777;
}
.side-bar-header {
	font-size: 18px;
	color:#F57516;
}
#main-header-title {
	font-size: 28px;
	color:#F57516;
	margin-bottom:15px;
	margin-top:15px;
	text-align:left;
}

/*button*/
.button {
	display:block;
	width:259px;
	height:49px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(../images/registernow.png) no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -49px;
}

