/*- - - - - - - - - - - - - - - - - - -
Title  : Rit-2010
Author : Eugen Lobicov, eugen.lobicov@gmail.com
url    : http://ritconf.ru

created : February 6, 2010
last updated : April 11, 2010
- - - - - - - - - - - - - - - - - - */

@import url("reset2.css");

body{
	font:normal 12px/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	background-color:#0088cd;
	color:#000;
}
.hidden{
	position:absolute;
	top:-50em !important;
	left:0;
	width:0.1em !important;
	height:0.1em !important;
	overflow:hidden;
}
.cfx:after{
	content: ' ';
	clear:both;
	overflow:hidden;
	display:block;
	width:0; 
	height:0;
	font-size:0;
	line-height:0;
}
a{
	color:#0A8DD1;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.nobr{
	white-space:nowrap;
}
.page{
	width:90%;
	min-width:960px;
	max-width:1400px;
	margin:0 auto;
}
.header{
	position:relative;
	height:235px;
	margin:0 0 1px;
	padding-top:60px;
	background:#000 url(/i/header-bg.jpg) no-repeat 100% 0;
}
.header .header-bl{
	display:block;
	width:18px;
	height:18px;
	background:red;
	position:absolute;
	bottom:0;
	left:0;
	background:url(/i/corners/header-bl.gif) no-repeat;
	font-size:0;
	line-height:0;
}
.nav{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	border-bottom:1px solid #40a6da;
	background:url(/i/nav-bg.png) repeat-x;
}
.nav ul{
	padding:10px 15px;
}
.nav .nav-item{
	float:left;
	padding:2px 10px 0 15px;
	background:url(/i/nav-item-ico.gif) no-repeat;
}
.nav .nav-item a,
.nav .nav-item span{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
.nav .nav-item a:hover{
	text-decoration:underline;
}
.nav .active span{
	color:#f00;
}
.header .branding{
	float:left;
	width:465px;
	height:235px;
	padding:0 0 0 28px;
}
.branding .event{
	padding:6px 0 6px 1px;
}
.branding .event .bg{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background:url(/i/rit-text-logo.png) no-repeat;
	display:block;
}
.branding .event-title{
	position:relative;
	display:block;
	width:335px;
	color:#fff;
	font-size:30px;
	line-height:1.05;
}
.branding .year{
	position:relative;
	display:block;
	width:120px;
	color:#87dbff;
	font-size:52px;
	line-height:1;
}
.header .announcements{
	position:relative;
	float:right;
	width:240px;
	height:200px;
}
.notice{
	width:215px;
	margin:0 0 18px;
}
.notice .notice-inner{
	padding:0 15px;
	font-size:14px;
	background:url(/i/corners/notice-bg.png) repeat;
	color:#fff;
}
.notice-inner a,
.notice-inner a:hover{
    color:#fff;
    text-decoration:none;
}
.notice .title{
	display:block;
	font-size:24px;
	line-height:1;
}
.notice .text{
	line-height:1;
}
.notice .n-top{
	display:block;
	height:10px;
	background:url(/i/corners/header-announcement-top.png) no-repeat;
	font-size:0;
	line-height:0;
}
.notice .n-bottom{
	display:block;
	height:10px;
	background:url(/i/corners/header-announcement-bottom.png) no-repeat;
	font-size:0;
	line-height:0;
}
.wrapper{
	position:relative;
	min-height:750px;
	height:auto !important;
	height:750px;
	margin:0 0 30px;
	padding:18px;
	background:#fff;
}
.w-tl,
.w-tr,
.w-bl,
.w-br,
.subscribe-box .tl,
.subscribe-box .tr,
.subscribe-box .bl,
.subscribe-box .br,
.recent-news .tl,
.recent-news .tr,
.recent-news .bl,
.recent-news .br,
.speakers-list .tl,
.speakers-list .tr,
.speakers-list .bl,
.speakers-list .br,
.registration-box .tl,
.registration-box .tr,
.registration-box .bl,
.registration-box .br,
.auth-box .tl,
.auth-box .tr,
.auth-box .bl,
.auth-box .br,
.additional-services .tl,
.additional-services .tr,
.additional-services .bl,
.additional-services .br,
.entry-teaser .tl,
.entry-teaser .tr,
.entry-teaser .bl,
.entry-teaser .br{
	position:absolute;
	display:block;
	width:18px;
	height:18px;
	font-size:0;
	line-height:0;
	background:url(/i/corners/corners.gif) no-repeat -100px -100px;
}
.w-tl{
	top:0;
	left:0;
	background-position:-18px -18px;
}
.w-tr{
	top:0;
	right:0;
	background-position:0 -18px;
}
.w-bl{
	bottom:0;
	left:0;
	background-position:-18px 0;
}
.w-br{
	bottom:0;
	right:0;
	background-position:0 0;
}
.subscribe-box .tl{
	top:0;
	left:0;
	background-position:-54px -18px;	
}
.subscribe-box .tr{
	top:0;
	right:0;
	background-position:-36px -18px;	
}
.subscribe-box .bl{
	bottom:0;
	left:0;
	background-position:-54px 0;
}
.subscribe-box .br{
	bottom:0;
	right:0;
	background-position:-36px 0;
}
.content{
	float:left;
	width:100%;
	margin-right:-205px;
}
.content .content-inner{
	margin-right:205px;
	padding-left:10px;
}
.aside{
	float:right;
	width:185px;
}
.main-column{
	float:left;
	width:58%;
}
.main-column p{
	font-size:14px;
}
.featured-news{
	margin:0 0 18px;
	border-bottom:3px solid #0088cd;
}
.featured-news .entry{
	margin:0 0 18px;
}
.featured-news .entry-title,
.overview h2{
	margin:0 0 9px;
	font-size:24px;
	line-height:30px;
}
.overview h3,
.featured-news .entry-summary h3{
	font-size:18px;
	font-weight:normal;
}
.overview h4{
	font-size:14px;
}
.overview .main-img{
	display:block;
	margin:0 auto 9px;
}
.featured-news .entry .url{
	color:#333;
}
.overview p,
.featured-news .entry-summary p{
	margin:0 0 18px;
}
.overview ul,
.featured-news ul{
	margin:9px 0;
	padding-left:40px;
	list-style-type:disc;
	font-size:14px;
}
.featured-news .mdashed{
	margin:0 0 18px;
	padding-left:25px;
	list-style-type:none;
}
.mdashed li{
	font-size:14px;
	padding:0 0 0 25px;
	background:url(/i/li.gif) no-repeat 0 .25em;
}
.teaser{
	margin:0 0 18px;
	padding:15px 0 15px 170px;
	background:#edf5f5 url(/i/samples/teaser-bg.jpg) no-repeat;
	color:#000;
}
.main-column .teaser p{
	font-size:16px;
	margin:0;
}
.announcement{
	margin:0 0 9px;
	padding-left:20px;
	font-size:14px;
	list-style:none;
	color:#f00;
}
.announcement .announce-url{
	color:#f00;
}
.sidebar{
	float:right;
	width:40%;
}
.subscribe-box{
	position:relative;
	margin:0 0 27px;
	padding:12px 25px 9px;
	min-height:125px;
	height:auto !important;
	height:125px;
	background:#078acf url(/i/register-bg-2.jpg) no-repeat 100% 0;
}
.subscribe-box h2{
	margin:0 0 9px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.subscribe-box p{
	font-size:14px;
	color:#fff;
	margin:0 0 12px;
}
.subscribe-box .border-form{
	position:relative;
	padding:1px;
/*	border:1px solid #004d69;
	background:#fff;*/

	border:1px solid #dfdfdf;
	border:1px solid #004d69;
	background:#eee;
}
.subscribe-box .focusField{
	border:1px solid #73A6FF;
	background:#fff;
}
.border-form .inp-over{
	float:left;
	width:100%;
	margin-right:-50px;
}
.border-form .inp-left{
	margin:0 52px 0 6px;
}
.subscribe-box .border-form input{
	display:block; 
	width:100%;
	height:12px;
	padding:3px 0 4px;
	border:0 none;
	font-family:Verdana;
	font-size:11px;
	line-height:1;
	background:#eee;
	color:#737c7e;
}
.subscribe-box .focusField .text{
	background:#fff;
}
.border-form .inp-right{
	position:relative; 
	float:left; 
	width:50px;
	z-index:200; 
}
.subscribe-box .border-form .btn{
	margin:0;
	height:20px;
	font-weight:bold;
	background:#0088cd; 
	color:#fff; 
	text-align:center; 
	cursor:pointer; 
}
.subscribe-box .row{
	margin-top:9px;
}
.subscribe-box .profile,
.profile{
	padding-left:20px; 
	font-size:12px;
	background:url(/i/user-profile.gif) no-repeat 0 4px;			
	color:#fff; 
	text-decoration:underline;
}
.subscribe-box a.profile:hover,
.profile:hover{
	text-decoration:none;
}
.pay-it{
	margin:0 0 27px;
}
.pay-it .pay-wrap{
	position:relative;
	text-align:center;
	display:block;
	height:75px;
	font-size:18px;
	line-height:75px;
	text-decoration:underline;
}
.pay-it .bg{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:block;
	width:100%;
	height:75px;
	background:url(/i/pay.png) no-repeat 17% 0;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.recent-news{
	margin:0 0 27px;
}
.recent-news,
.speakers-list{
	position:relative;
	padding:18px 25px;	

	background-color: #e6f8fd;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius:20px;
}

/* border-radius for Opera<=10.10 */
@media all and (resolution = 0dpi) {
  :root .recent-news,
  :root .speakers-list { 
	background: #e6f8fd url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiNGRkYiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48cmVjdCBmaWxsPSIjZTZmOGZkIiByeD0iMjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48L3N2Zz4=);
  }
}

.recent-news .news-header,
.b-header{
	margin:0 0 9px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}
.entries-list .entry{
	margin:0 0 27px;
	font-size:14px;
}
.entries-list .entry-day{
	font-size:9px;
	color:#737c7e;
}
.entries-list .entry-title {}

.entries-list .entry-title .url{
	color:#0081c8;
	text-decoration:underline;
}
.entries-list .entry-title a.url:focus,
.entries-list .entry-title a.url:active{
	background-color:#0081c8;
	color:#fff;
	text-decoration:none
}
.entries-list .entry-title a.url:hover{
	text-decoration:none;
}
.entries-list .entry-thmb,
.full-entry .entry-thmb{
	display:block;
	float:left;
	margin:5px 15px 0 0;
}
.entries-list img.alternate,
.full-entry img.alternate{
	display:block;
	float:right;
	margin:5px 0 0 15px;
}
.program-banner{
	display:block;
	margin:0 -25px;
	padding:15px 15px 15px 105px;
	background:#ff7200 url(/i/program-banner-bg.jpg) no-repeat 5px 50%;
}
a.program-banner:hover{
	text-decoration:none;
}
.program-banner .banner-title{
	overflow:hidden;
	position:relative;
	display:block;
	width:183px;
	height:40px;
	margin:0 0 12px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.program-banner .banner-title .bg{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:183px;
	height:40px;
	background:url(/i/proram-banner-title.png) no-repeat;
	z-index:1;
}
.program-banner .banner-description{
	display:block;
	font-size:11px;
	color:#000;
}
.media-partners{}

.media-partner{
	margin:0 0 27px;
}
.media-partner dt{
	margin:0 0 9px;
	font-size:21px;
	font-weight:normal;
	text-align:center;
	line-height:1;
	color:#333;
}
.media-partner .logo img{
	display:block;
	margin:0 auto;
}
.overview .last,
.sidebar .last{
	margin:0;
}
.footer{
	position:relative;
	margin:0 0 18px;
	padding:0 18px 10px 28px;
	font-size:14px;
	color:#cce7f5;
}
.footer #contacts{
	float:left;
	width:50%;
}
.footer #contacts .email,
.footer #contacts .url{
	color:#cce7f5;
}
.footer #contacts address{
	margin:0 0 9px;
	font-style:normal;
}
.footer #ontico .adr-type,
.footer #ontico .tel{
	display:block;
}
.footer .counters-and-sharing{
	float:right;
}
.footer .li-counter{
	position:absolute;
	bottom:0;
	right:18px;
}
.footer .li-counter img{
	display:block;
}
/* Info support
- - - - - - - - - - - - - - - - - - - - - */
.info-support-tier{
	clear:both;
	padding:27px 10px 0;
	text-align:center;
}
.info-support-tier .support-header{
	margin:0 0 9px;
	font-size:21px;
	line-height:1.715;
	border-bottom:2px solid #078acf;
	text-align:left;
}
.info-support-tier .media-partner{
	margin:0 20px 20px 0;
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align:top;
}
.info-support-tier .media-partner .logo img{
	margin:0;
} 

/* Breadcrumps
- - - - - - - - - - - - - - - - - - - - - */
.path{
	margin:0 0 9px;
}
.path a{
	color:#007ec6;
	text-decoration:underline;
}
.path a:hover{
	text-decoration:none;
}
.path .current-page{
	color:#333;
}


/* inner pages 
- - - - - - - - - - - - - - - - - - - - */
.inside{} /* put this class on body */

.inside .main-column{
	width:100%;
}
.page-title{
	margin:0 0 27px;
	font-size:24px;
}

/* news list - thesises & archives view*/
.hfeed{}

.hfeed .entry,
.speakers .speaker{
	margin:0 0 15px;
}
.hfeed .entry-title,
.speakers-box .speakers .speaker-name{
	margin:0 0 5px;
	font-size:18px;
	font-weight:normal;
}
.hfeed .entry-title .url,
.entry-summary a,
.auth a,
.full-entry a,
.speaker-name .url{
	text-decoration:underline;
	color:#0a8dd1;
}
.hfeed .entry-title .url:hover,
.entry-summary a:hover,
.auth a:hover,
.full-entry a:hover,
.speaker-name a.url:hover{
	text-decoration:none;
}
.hfeed .entry-summary,
.speakers .speaker-summary{
	font-size:13px;
}
.hfeed .entry-summary img{
	float:left;
	display:block;
	margin:5px 15px 0 0;
}
.speakers .speaker{
	position:relative;
	min-height:150px;
	height:auto !important;
	height:150px;
}
.speakers .speaker dl{
	padding-right:120px;
}
.speakers .speaker .speaker-photo{
	position:absolute;
	top:0;
	right:0;
	width:100px;
	text-align:center;
}
.speakers .speaker .speaker-photo .org{
	color:#0A8DD1;
	text-decoration:underline;
}
.speakers .speaker .badge{
	width:86px;
	height:85px;
	padding:40px 0 0 14px;
	background:url(/i/small-badge.png) no-repeat;
}
.speakers .speaker .badge img{
	display:block;
	border:1px solid #cce7f5;
}
#thesises-list .status{
	clear:both;
	display:block;
	margin:5px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	text-transform:lowercase;
}
#thesises-list .status .icon{
	display:block;
	float:left;
	width:11px;
	height:11px;
	margin:4px 10px 0 0;
	font-size:0;
	line-height:0;
	background:url(/i/semafor.gif) no-repeat;
}
#thesises-list .approved{
	color:#45ad00;
}
#thesises-list .approved .icon{
	background-position:-22px 0;
}
#thesises-list .rejected{
	color:#ce0000;
}
#thesises-list .discussed{
	color:#7b7b7b;
}
#thesises-list .discussed .icon{
	background-position:-11px 0;
}

/* full entry content*/
.full-entry{}

.full-entry p,
.speaker-summary p{
	margin:0 0 18px;
}
.full-entry .entry-main-image{
	display:block;
	margin:0 auto 9px;
}
.full-entry ul,
.full-entry ol,
.speaker-summary ul,
.speaker-summary ol{
	margin:0 0 18px;
}
.full-entry li,
.speaker-summary li{
	font-size:14px;
}
.full-entry .entry-teaser{
	margin:0 0 18px;
	padding:20px;
	font-size:16px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* workshop */
.full-entry h3{
	font-size:18px;
	font-weight:normal;
}
.full-entry h4{
	font-size:14px;
}
.full-entry ul,
.full-entry ol,
.speaker .speaker-summary ul{
	padding-left:40px;
}
.full-entry ol li{
	list-style-type:decimal;
}
.full-entry ul li,
.speaker .speaker-summary ul li{
	list-style-type:disc;
}
.full-entry .mdashed{
	padding-left:25px;
}
.full-entry .mdashed li{
	list-style-type:none;
}
.workshops .entry-title{
	margin:0 0 9px;
}
.workshops .entry-summary p{
	margin:0 0 9px;
}
.workshop-prices{
	width:100%;
	border-collapse:collapse;
	margin:0 0 18px;
}
.workshop-prices thead th{
	padding:6px 12px 5px 10px;
	border-bottom:2px solid #8A8691;
	font-weight:bold;
	color:#8A8691;
	text-align:left;	
}
.workshop-prices tbody td{
	text-align:left;	
	padding:5px 12px 5px 10px;
	border-bottom:1px solid #dedede;
}
.workshop-prices tbody .odd{
	background:#E9EFF2;
}
.workshop-prices .discount{
	font-weight:bold;
}
.registration-box .workshop-prices{}

.registration-box .workshop-prices thead th{
	color:#3A8FC6;
	border-bottom:2px solid #3A8FC6;
}
.registration-box .workshop-prices tbody td{
	border:none;
}
.registration-box .workshop-prices tbody .odd{
	background:none;
}
/* Auth / registration form 
- - - - - - - - - - - - - - - - - - - - - - */
.registration{}

.registration-box,
.auth-box,
.additional-services,
.entry-teaser{
	position:relative;
	margin:18px 0 5px;
	padding:10px 20px 15px;

	background-color:#cce7f5;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
}

/* border-radius for Opera<=10.10 */
@media all and (resolution = 0dpi) {
  :root .registration-box,
  :root .auth-box,
  :root .additional-services,
  :root .entry-teaser{ 
	background: #cce7f5 url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiNGRkYiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48cmVjdCBmaWxsPSIjY2NlN2Y1IiByeD0iMjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48L3N2Zz4=);
  }
}

.registration .profile{
	font-size:14px;
	background:url(/i/user-profile-black.gif) no-repeat 0 3px;
	color:#000;
}
.registration-box label,
.auth-box label,
.workshop-registration label{
	display:block;
	color:#000;
	margin:0 0 9px;
}
.registration-box .email,
.workshop-registration .email{
	display:block;
	width:224px;
	margin:0 0 9px;
	padding:2px 5px;
	border:1px solid #5a656c;
}
.registration-box .btn,
.auth .button-box .btn,
.workshop-registration .btn{
	display:block; 
	padding:3px 7px 4px 7px; 
	border:0 none; 
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase; 
	background-color:#0088cd; 
	color:#fff; 
	cursor:pointer;

	width:auto;
	overflow:visible;
}
.auth{}

.auth p{
	margin:0 0 18px;
}

.auth-box{
	padding:10px 20px;
	margin-bottom:18px;
}
.auth .via-email,
.auth .via-openid{
	float:left;
	width:48%;
}
.auth .via-openid{
	float:right;
}
.auth .via-email label,
.auth .via-openid label{
	margin:0 0 5px;
	font-size:14px;
}
.auth .via-email input,
.auth .via-openid input{
	width:97%;
	margin:0 0 15px;
	padding:2px 0 2px 5px; 
	border:1px solid #5a656c;
}
.auth .button-box{
	clear:both;
}
.auth .button-box label{
	float:left;
	margin:0;
}
.auth .button-box label span{
	font-size:14px;
	text-transform:lowercase;
	cursor:pointer;
}
.auth .button-box .btn{
	float:right;
	padding:3px 10px 4px 10px; 
}

.workshop-registration{
	width:160px;
	margin:0 auto 18px;
}

.workshop-registration label{
	margin:0 0 5px;
}
.workshop-registration .email,
.workshop-registration .btn{
	float:left;
}
.workshop-registration .email{
	margin:0 10px 10px 0;
}

/* additional services in sidebar
- - - - - - - - - - - - - - - - - - - - */
.additional-services{
	margin:0 0 27px;
}
.additional-services h2{
	margin:0 0 9px;
	font-size:18px;
	font-weight:normal;
}
.additional-services-items{
	font-size:14px;
}
.additional-services-items li{
	margin:0 0 3px;
	padding:0 0 0 20px;
	background:url(/i/account-item-bg.gif) no-repeat 5px 8px;
}
.additional-services-items .active{
	font-weight:bold;
}
.additional-services-items li a{
	color:#333;
}
/* Paging 
- - - - - - - - - - - - - - - - - - - - */
.paging{}

.paging .current-page,
.paging .p-page{
	float:left;
	margin:0 10px 0 0;
	border:1px solid #E6F8FD;
}
.paging a,
.paging span{
	display:block;
	padding:2px 8px;
	text-align:center;
	text-decoration:none;
	color:#333;
}
.paging a:hover,
.paging .current-page span{
	background:#0088CD;
	color:#fff;
}

/* twitter search widget, redefined some styles 
- - - - - - - - - - - - - - - - - - - - */
#twtr-search-widget{
	margin:0 0 27px;
}

.sidebar #twtr-search-widget .twtr-doc{
	background:#078ACF url(/i/samples/twi-bg.jpg) no-repeat 100% 0!important;

	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
}
#twtr-search-widget .twtr-hd{
	padding:10px 20px;
} 
#twtr-search-widget .twtr-tweets{
	padding:0 10px;
}

/* Errors
- - - - - - - - - - - - - - - - - - - - */
.error-page{
	width:960px;
}
.error-page .header{
	padding-top:15px;
	background-position:100% 100%;
}
.error-page .wrapper{
	min-height:400px;
}
.error-page .content{
	margin:0;
}
.error-page .content-inner{
	margin:0;
	padding:0;
}
.error-page .main-column{
	float:none;
	width:auto;
}
.error-box{}

.error-box .error-404{
	margin-bottom:27px;
	padding-top:27px;
	border-bottom:1px solid #333;
	font-size:50px;
	font-weight:normal;
	line-height:99px;
	text-align:center;
	color:#333;	
}
.error-404 strong{
	display:block;
	font-size:130px;
	font-weight:normal;
}
.error-box a{
	text-decoration:underline;
}

/*Speaker 
- - - - - - - - - - - - - - - - - - - - */
.speaker-badge{
	position:relative;
	float:left;
	width:260px;
	margin:0 15px 9px 0;
}
.badge-wrapper .photo{
	display:block;
	margin:0 auto;
}
.s-corner{
	height:30px;
	background:url(/i/badge-bg-2.png) no-repeat;
	font-size:0;
	line-height:0;
}
.s-tr,
.s-br{
	margin-left:30px;
	background-position:100% 0;
}
.s-tl,
.s-bl{
	position:relative;
	left:-30px;
	width:30px;
}
.s-br{
	background-position:100% 100%;
}
.s-bl{
	background-position:0 100%;
}
.badge-outer{
	padding-left:30px;
	background:#e1f1f9 url(/i/left-border.png) repeat-y;
}
.badge-wrapper{
	padding-right:30px;
	background:#e1f1f9 url(/i/right-border.png) repeat-y 100% 0;	
}
.clip{
	position:absolute;
	top:38%;
	left:-35px;
	z-index:2;
}
.speaker .speaker-name{
	margin:0 0 9px;
	font-size:24px;
}
.speaker .speaker-summary h3{
	font-size:18px;
	font-weight:normal;
}
.speaker .speaker-summary .list{
	padding:0;
}
.speaker .speaker-summary .list li{
	list-style-type:none;
}

/* Social media
- - - - - - - - - - - - - - - - - - - - */
.social-media{
	clear:both;
	margin-bottom:15px;
}
.sm-list .share-with{
	float:left;
	margin:0 0 0 7px;
}
.share-with a.icon:hover{
	text-decoration:none;
}
.share-with .icon{
	display:block;
	width:28px;
	height:28px;
	background:url(/i/services-big-icons-2.png) no-repeat -100px -100px;
	font-size:0;
	line-height:0;
}
.share-with .facebook .icon{
	background-position:0 0;
}
.share-with .twitter .icon{
	background-position:-28px 0;
}
.share-with .youtube .icon{
	background-position:-56px 0;
}
.share-with .livejournal .icon{
	background-position:-84px 0;
}
.share-with .vk .icon{
	background-position:-112px 0;
}

/* alternate variant */
.social-media-2{}

.social-media-2 .icon{
	width:30px;
	height:30px;
	background:url(/i/social-media.jpg) no-repeat -100px -100px;	
}
.social-media-2 .share-with .facebook .icon{
	background-position:0 0;
}
.social-media-2 .share-with .linkedin .icon{
	background-position:-30px 0;
}
.social-media-2 .share-with .twitter .icon{
	background-position:-60px 0;
}
.social-media-2 .share-with .vk .icon{
	background-position:-90px 0;
}
.social-media-2 .share-with .frf .icon{
	background-position:-120px 0;
}
.social-media-2 .share-with .livejournal .icon{
	background-position:-150px 0;
}
.social-media-2 .share-with .youtube .icon{
	background-position:-180px 0;
}
.social-media-2 .share-with .ya-ru .icon{
	background-position:-210px 0;
}

/* Facebook fans
- - - - - - - - - - - - - - - - - - - - */
.fb-fans-box .fb-fans{
	width:100%;
	height:245px;
	margin:0;
	padding:0;
	overflow:hidden;
	border:none;
	background:transparent;
}
.fb-fans-box .fb-fans-alternate{
	padding:10px 10px 8px;
	border:1px solid #94A3C4;	
	background-color:#ECEFF5;
	color:#3B5998;
	font-size:14px;
	line-height:50px;
}
.fb-fans-box .fb-fans-alternate .fb-avatar{
	display:block;
	float:left;
	margin:0 10px 0 0;
}

/* Social buttons in news
- - - - - - - - - - - - - - - - - - - - */
.social-buttons{
	float:left;
	margin:4px 15px 9px 0;
	border:1px solid #e0e0e0;
}
.social-buttons .button{
	padding:5px;
}
.google-buzz{
	display:block;
	width:50px;
	height:58px;
	background:url(/i/google-buzz.png) no-repeat 0 -58px;
	text-indent:-9000px;
}
a.google-buzz:hover{
	background-position:0 0;
}


.social-2{}

.social-2 .social-buttons{
	float:none;
	margin:0;
	border:none;
}
.social-2 .social-buttons .button{
	float:left;
	margin:0 5px 0 0;
}
.social-2 .social-buttons .buzz-this{
	float:right;
}

/* Speaker's tabs
- - - - - - - - - - - - - - - - - - - - */
.tabs-wrapper{
	margin:0 0 18px;
	background:#fff url(/i/tabs-border.gif) repeat-x 0 100%;
}
.tabs-wrapper .tabs-list{
	padding:0 10px;
}
.tabs-wrapper .tab{
	float:left;
	padding:0 2px 0 9px;
	border-bottom:1px solid #CACACA;
	font-size:16px;
	line-height:1.688;
	line-height:2;
	background:url(/i/tab-left.png) no-repeat;
}
.tabs-wrapper .tab .title{
	float:left;
	display:block;
	width:.1em;
	padding:2px 11px 0 2px;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
	background:url(/i/tab-right.png) no-repeat 100% 0;
	color:#fff;
}
.tabs-wrapper>.tabs-list .title{width:auto;}

.tabs-wrapper .title{float:none;}

	.tabs-wrapper a.title:hover{color:#333;}

		.tabs-wrapper a.title:link,
		.tabs-wrapper a.title:visited,
		.tabs-wrapper a.title:active{
			text-decoration:none;
			color:#fff;
		}
.tabs-wrapper .active-tab{
	background-position:0 -150px;
	border-width:0;
}
.tabs-wrapper .active-tab .title{
	padding-bottom:1px;
	text-decoration:none;
	background-position:100% -150px;
	color:#000;
}

	.tabs-wrapper .active-tab a.title:link,
	.tabs-wrapper .active-tab a.title:visited,
	.tabs-wrapper .active-tab a.title:active{
		text-decoration:none;
		color:#333;
	}

.tabs-wrapper li:hover,
.tabs-wrapper li:hover a.title{
	background-position:0 -150px;
	color:#333;
}
	.tabs-wrapper li:hover a.title{
		background-position:100% -150px;
	}

/* Guru in header
- - - - - - - - - - - - - - - - - - - - */
.header-base{
	float:left;
	width:100%;
	margin-right:-245px;
}
.header-base-inner{
	margin-right:245px;
}
.header .branding{
	width:45%;
	min-width:345px;
}
.header .announcements{
	width:230px;
}
.header .b-speakers{
	float:right;
	width:40%;
	min-width:325px;
/*	height:auto !important;*/
	padding-bottom:10px;
	overflow:hidden;
}
.sp-tl,
.sp-tr,
.sp-bl,
.sp-br{
	height:10px;
	background:url(/i/corners/guru-long-borders.png) no-repeat;
	font-size:0;
	line-height:0;
}
.sp-tr,
.sp-br{
	margin-left:10px;
	background-position:100% 0;
}
.sp-tl,
.sp-bl{
	position:relative;
	left:-10px;
	width:10px;
}
.sp-br{
	background-position:100% 100%;
}
.sp-bl{
	background-position:0 100%;
}
.b-speakers .participant-list{
	padding:0 15px !important;
	background:url(/i/corners/notice-bg.png) repeat;
}
.participant{
	overflow:hidden;
	height:80px;
	padding-top:10px;
	color:#fff;
}
.participant .p-name{
	font-weight:bold;
	text-decoration:underline;
}
.participant .photo{
	display:block;
	float:left;
	border:solid 1px #038bd2;
}
.pers-info{
	height:72px;
	margin-top:-3px;	
	margin-left:85px;
}
.pers-info .role{
	font-size:11px;
}


/* Thesises list
- - - - - - - - - - - - - - - - - - - - */
.thesises-wrapper{}

.thesises-list{
	font-size:14px;
}
.panel{
	margin:1px 0;
}
.panel .group-title{
	font-size:18px;
	font-weight:normal;
	line-height:2;
	cursor:pointer;
	color:#fff;
}
.group-title .icon{
	float:left;
	display:block;
	width:11px;
	height:11px;
	margin:12px 7px 0 12px;
	background:url(/i/plus.png) no-repeat;
	font-size:0;
	line-height:0;
}
.panel .section-title{
	margin:0 0 9px;
	padding-left:15px;
	font-weight:bold;
	background:url(/i/arrows.gif) no-repeat 0 8px;
	color:#333;
	cursor:pointer;
}
.sections{
/*	display:none;*/
	padding:9px 0 0 15px;
}
.panel-section{
	margin:0 0 18px;
}
.section-presentations{
/*	display:none;*/
	padding:0 10px;
}
.section-presentations .presentation{
	margin:0 0 9px;
	padding:0 0 0 25px;
/*	background:url(/i/mdash.gif) no-repeat 0 .75em;*/
}
.clientside .group-title,
.p-1 .group-title{
	background-color:#4EBAFF;
}
.qa .group-title,
.p-2 .group-title{
	background-color:#FF8A3C;
}
.p-3 .group-title{
	background-color:#5B6185;
}
.p-4 .group-title{
	background-color:#00AE4F;
}
.p-5 .group-title{
	background-color:#FBCA54;
}
.p-6 .group-title{
	background-color:#FC575E;
}
.p-7 .group-title{
	background-color:#8EC1DF;
}
.p-8 .group-title{
	background-color:#A1CC4D;
}

/* expanded view 
- - - - - - - - - - - - - - - - - - - - - */
.expanded{}

.expanded .group-title .icon,
.active .icon{
	background:url(/i/minus.png) no-repeat;
}
.expanded .sections{
	display:block;
}
.panel-section .active{
	background:url(/i/arrows.gif) no-repeat 0 -27px;
}
.sections .expanded .section-presentations{
	display:block;
}

/* Thesis 
- - - - - - - - - - - - - - - - - - - - - */
.full-entry .media{
	margin:0 0 18px;
}
.full-entry h3.author{
	margin:-13px 0 18px;
}
.full-entry .entry-teaser h3{
	margin:0 0 9px;
}
.full-entry .entry-teaser ul{
	margin:0;
}

/* Program teaser 
- - - - - - - - - - - - - - - - - - - - - */
.program-teaser{
	margin:0 0 27px;
	background:#ff5400 url(/i/promo-left.jpg) no-repeat;
}
.program-teaser-inner{
	height:78px;
	background:url(/i/promo-right.jpg) no-repeat 100% 0;
}
.program-teaser .title-box{
	position:relative;
	left:3%;
	width:65%;
	min-width:320px;
	padding:18px 0 0 5px;
}
.program-teaser .teaser-url{
	font-size:17px;
	font-weight:normal;
	line-height:1.235; /*21px*/
	color:#fff;
}

/* Countdown
- - - - - - - - - - - - - - - - - - - - - */
.final-countdown{
	position:relative;
	margin:0 0 27px;
	background:#ad0000;
}
.countdown-wrapper{
	overflow:hidden;
	padding-left:150px;
	height:140px;
	background:#ad0000 url(/i/countwodn-bg-3.jpg) no-repeat;
}
.time{
	position:relative;
	width:160px;
	margin:8px auto;

	font-size:21px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
}
.time .countdown-header{
	font-size:14px;
	font-weight:normal;
	font-style:italic;
}

/* Schedule
- - - - - - - - - - - - - - - - - - - - - */
.conference-day{
	margin:0 0 36px;
	padding:9px 0 0;
}
.conference-schedule{
	width:100%;
/*	margin:0 0 18px;*/
	padding:0;
	border-collapse:collapse;
	background:#fff;
	border-right::1px solid #bfbfbf;
}
.conference-schedule caption{
	padding-bottom:10px;
	font-size:20px;
	line-height:1;
	text-align:center;
	color:#c00;
}
.conference-schedule thead th{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.conference-schedule thead th,
.conference-schedule thead td{
	border:none;
}
.conference-schedule th,
.conference-schedule td{
	padding:6px 6px 6px 10px;
	border:1px solid #bfbfbf;
	vertical-align:top;
}
.conference-schedule .general td{
	text-align:center;
	vertical-align:middle;
	background-color:#E6F8FD;
}
.conference-schedule .break{
	vertical-align:middle;
	text-align:center;
	background-color:#E6F8FD;
}
.conference-schedule .time,
.conference-schedule .secondary-time{
	padding:5px 3px 2px 0;
	text-align:right;

	font-size:21px;
	line-height:30px;
	font-weight:bold;
}
.conference-schedule .hour{
	font-size:16px;
}
.conference-schedule .minutes{
	font-size:11px;
	line-height:1.5;
	position:relative;
	top:-7px;
	left:1px;
	color:#808080;
}
.conference-schedule .start .hour,
.conference-schedule .start .minutes{
	color:#f00;
	font-weight:bold;
}
.conference-schedule .break,
.conference-schedule .general td,
.conference-schedule .summary{
	font-size:16px;
	line-height:1.4;

	font-size:14px;
	line-height:1.286; /*18px*/
}
.conference-schedule .url{
	color:#000;
}
.conference-schedule .uid{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}
.conference-schedule .vevent .status{
	display:block;
}
.conference-schedule .on-air{}

.conference-schedule .status a{
	font-size:11px;
	color:#333;
	padding-right:13px;
	background:url(/i/external.gif) no-repeat 100% 5%;
}
.hidden{
	display:none;
}
.session-groups{
	width:100%;
	border-collapse:collapse;
	margin:0 0 18px;	
}
.session-groups caption{
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	padding-bottom:9px;
}
.session-groups td{
	padding:4px 0;
	border:1px solid #bfbfbf;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	color:#fff;
}
	.adm{
		background-color:#FF8A3C;
	}
	.qa{
		background-color:#FBCA54;
	}
	.mng{
		background-color:#90cf51;
	}
	.client-side{
		background-color:#4EBAFF;		
	}
	.future{
		background-color:#FC575E;		
	}
	.bd{
		background-color:#8EC1DF;		
	}
	.serverside{
/*		background-color:#5B6185;*/
		background-color:#558dd3;
	}
	.free{
		background-color:#00AE4F;
	}

.schedule-subscribe{
	display:block;
	float:left;
	padding:3px 7px 4px;
	background:#966;
	border:1px dotted #c99;	
	font-size:16px;
	text-decoration:none;
	color:#fff;
}

