/*- - - - - - - - - - - - - - - - - - -
Title  : Whale Rider - projects management conference
Author : Eugen Lobicov, eugen.lobicov@gmail.com
url    : 

created : January 08, 2009
last updated : July 22, 2010
- - - - - - - - - - - - - - - - - - */

@import url("reset2.css");

html{
	width:100%;
	height:100%;
	background:#000 url(/i/main-21.jpg) no-repeat top center;		
	min-width: 1000px;
}
body{
	width:100%;
	height:auto;
	min-height:100%;
	font:12px/1.2 Arial, Helvetica, sans-serif;
	color:#fff;
}
a:link,
a:visited,
a:hover,
a:active{
	color:#fff;
}
a:hover {color: #288bd7;}
.hidden{
	position:absolute;
	top:-50em !important;
	left:0;
	width:0.1em !important;
	height:0.1em !important;
	overflow:hidden;
}
address{
	font-style:normal;
}
#page{
	width:1000px;
	margin:0 auto;
	position:relative;
}
#header{
	padding-top:35px;
}

#header #logo{
	position:relative;
	margin:0 auto 27px;
	width:400px;
}
#header #logo h1{
	background:url(/i/logo.png) no-repeat;
	font-size:13px;
	
	overflow:hidden;
}
#header #logo h1 a{
	text-decoration:none;
	padding:59px 20px 0 137px;
	display: block;
}
#content{
/*	background:url(/i/graph.png) no-repeat top center;*/
	overflow:hidden;
	padding:95px 0 20px;
	z-index:100;
}
.inside #content{
	background:none;
}
.section{
	overflow:hidden;
	margin:0 0 18px;
}
.block,
.column{
	float:left;
	width:47%;
}
.right{
	float:right;
}
.block h2,
.column h2{
	font-size:24px;
	font-weight:normal;
	margin:0 0 9px;
}
#news{
	width:31%;
	padding:0 15px 0 130px;
	position:relative;
}
.inside #news{
	width:auto;
}
#news ul{
	z-index:50;
}
#news li,
#speakers li,
.block li{
	margin:0 0 18px;
}	
#news li h3,
.block li h3{
	font-size:1em;
	font-weight:normal;
	line-height:1.312;
}
#news li img,
#speakers li img{
	position:absolute;
	left:0;
	padding-top:5px;
	display:block;
}
#news .active{
	color:#b3d5f1;
}
#for-participants{
	position:relative;	
	float:right;
	width:291px;
}
#for-partners{
	position:relative;	
	display:inline;
	width:240px;
	width:300px;
	margin-right:90px;
}
#for-partners li.support{
	overflow:hidden;
}
#for-partners li.support a{
	display:block;
	float:left;
}
#for-partners li.support ul{
	float:right;
}
#for-partners li.support li{
	margin:0 0 10px;
	overflow: hidden;
}
#for-partners li.support li img{
	display:block;
	float:right;
}
#speakers{
	position:relative;
	display:inline;
	width:203px;
	margin-left:200px;
	padding-left:100px;
}
#for-participants form{
	position:relative;
	left:-20px;
}
#for-participants form input{
	height:38px;
	padding:0;
	border:none;
	font-size:18px;	
}	
#for-participants fieldset{
	background:url(/i/subscribe-text-bg.png) no-repeat;
	margin:0 0 9px;
}
#for-participants form input.text{
	float:left;
	padding:7px 0 0 25px;
	background:transparent;
}	
#for-participants form input.submit{
	float:right;
	width:62px;
	background:url(/i/subscribe-btn-bg.png) no-repeat;
	color:#b6b6b6;
	cursor:pointer;
}
.inside #for-participants{
	position:absolute;
	top:25px;
	right:0;
	z-index:10;
	float:none;
	width:223px;
	font-size:12px;
}
.inside #for-participants fieldset{
	background-image:url(/i/small-subscribe-text-bg.png);
}
.inside #for-participants form input{
	height:30px;
}
.inside #for-participants form input.text{
	padding:3px 0 0 20px;
	width:156px;
}
.inside #for-participants form input.submit{
	width:47px;
	background-image:url(/i/small-subscribe-btn-bg.png);
}
@media all and (min-width: 0px) {
	#for-participants form input.text,
	.inside #for-participants form input.text{padding-top:0; margin-top: -1px;}
} /*Hack for Opera anf Safari*/



#for-participants li{
	margin:0 0 9px;
}
.entry{
	padding-top:7px;
}
.entry h2{
	line-height:1.2;
	margin:0 0 18px;
}
.entry p,
.video{
	margin:0 0 18px;
}
#footer{
	clear:both;
	overflow:hidden;
	padding:54px 0 36px 130px;
	font-size:12px;
	color:#30485e;
}
#footer a:hover {color: #288bd7; text-decoration: underline;}
#footer address{
	display:inline;
}
#footer a{
	color:#30485e;
	text-decoration:none;
}

/* Archive view 
- - - - - - - - - - - - - - - - - - - - */
.archive #news{
	margin-left:150px;
	width:450px;
}
.archive #news h3{
	font-weight:normal;
	margin:0 0 9px;
	font-size:16px;
}
.archive .summary{
	font-size:12px;
}

/* Lines
- - - - - - - - - - - - - - - - - - - - */
#to-news,
#edge{
	position:absolute;
	font-size:0;
	line-height:0;
	left:50%;
}
#edge{
	top:20%;
	width:0;
	height:0;
}
#to-news span,
#to-sidebar span{
	display:block;
	width:8px;
	height:8px;
}
#news-pointer{
	position:absolute;
	top:-9%;
	left:48%;
	width:0px;
	height:0px;
	font-size:0;
	line-height:0;
}
.inside #news-pointer{
	top:-5%;
	left:50%;
}
.archive #news-pointer{
	left:32%;
	top:-3%;
}
#to-sidebar{
	width:0;
	height:0;
	position:absolute;
	top:25px;
	right:40px;
}
#sidebar-pointer{
	position:absolute;
	top:-10%;
	left:28%;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}
.inside #sidebar-pointer{
	left:-4%;
	top:-2%;
}
#speakers-pointer{
	position:absolute;
	top:0;
	left:70%;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}
#partners-pointer{
	position:absolute;
	top:-22%;
	left:8%;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}
#news .active h3{
	position:relative;
}
#news .active h3 .pointer{
	position:absolute;
	top:0;
	right:0;
}



/* Personal Area
======================================= */
.profile-block {margin: 0 0 0 130px; width: 800px; position: relative; padding: 12px 0 0; color: #ccc;}
.profile-block #news-pointer {left: 11%;}
.profile-block h2 {color: #fff; line-height: 1; padding: 0 0 4px;}
.profile-block h2 a {color: #288bd7;}
.profile-block p {font-size: 14px; line-height: 22px; padding: 0 0 20px;}
.profile-block p a {color: #ccc;}
.profile-block p a:hover {color: #288bd7;}
.profile-block li {background: url(/i/list.gif) no-repeat 0 11px; padding: 0 0 0 18px;}
.profile-block li a {font-size: 14px; color: #ccc; line-height: 22px; text-decoration: underline;}
.profile-block li a:hover {color: #288bd7;}
.wrong {color: #f00;}
.event {font-size: 18px; line-height: 26px; width: 590px; padding: 0 0 3px;}
.event a {color: #ccc;}
.event a:hover {color: #288bd7;}
.profile-block select {background: #fff; padding: 5px; margin: 8px 10px 0 0; border: 0; font: 14px Arial, sans-serif;}
.profile-block dd input {padding: 5px; border: 0; margin: 0; background: #fff; font: 14px Arial, sans-serif; width: 320px;}
.profile-block dt {padding: 0 0 6px;}
.profile-block dd {padding: 0 0 15px;}
.profile-block dt input {overflow: visible; padding: 2px 5px;}
.profile-edit p {padding: 0 0 15px;}
.entry ul {list-style-type: disc; margin: 0 20px 20px 30px;}
.entry ul li {margin: 0 0 8px;}


/* Search
======================================= */
.text {height: 30px !important; padding: 3px 0 0 20px !important;}
@media all and (scan: progressive) {
   .text  {padding: 1px 0 0 20px !important;}
}
@media not all and (-webkit-min-device-pixel-ratio) {
   .text  {padding: 1px 0 0 20px !important;}
}
#search-field {margin: 0 !important; padding: 7px 0 0 25px !important; height:31px !important; width: 204px !important;}
@media all and (scan: progressive) {
   #search-field {padding: 2px 0 0 25px !important;}
}
@media not all and (-webkit-min-device-pixel-ratio) {
   #search-field {padding: 2px 0 0 25px !important;}
}

.lenta-title {font-weight: normal; margin: 0 0 9px; font-size: 16px; display: block;}
.news-pic {position: absolute; left: 0; display: block; width: 115px; padding: 5px 0 0; text-align: right;}
.news-pic img {position: static !important; display: inline !important; padding: 0 !important; left: auto !important;}

/* Sponsors & media support
- - - - - - - - - - - - - - - - - - - - */
.bottom-tier{}

.bottom-tier .bottom-tier-outer{
	padding-top:60px;
	background:#fff url(/i/banners-top-bg.jpg) repeat-x;
}
.bottom-tier .bottom-tier-inner{
	padding-bottom:60px;
	background:url(/i/banners-bottom-bg.jpg) repeat-x 0 100%;	
}
.bottom-tier .bottom-tier-inner .support-wrapper{
	width:1000px;
	margin:0 auto;
}
.bottom-tier #footer{
	width:1000px;
	margin:0 auto;
	padding:0;
}
.bottom-tier #footer #contacts{
	padding:18px 0 0;
}
.bottom-tier #footer .counters{
	margin-top:20px;
}
.cfx:after{
	content: ' ';
	clear:both;
	overflow:hidden;
	display:block;
	width:0; 
	height:0;
	font-size:0;
	line-height:0;
}
.support-wrapper{
	clear:both;
}
.support-wrapper .sponsors{
	margin:0 0 36px;
}
.support-wrapper h2{
	margin:0 0 9px;
	font-size:24px;
	font-weight:normal;
	color:#000;
}
.sponsors .media-partner{
	float:left;
	width:175px;
	margin:0 20px 20px 0;
}
.media-partner .logo img{
	display:block;
	margin:0 0 5px;
	padding:1px;
}
.sponsors .media-partner .status{
	color:#909090;
}
.media-support{
	clear:both;
}
.media-support .media-partner{
	display:-moz-inline-stack;
    display:inline-block;
    vertical-align:top;
    word-spacing:normal;
	
	margin:0 15px 20px 0;
}

/* Discount banner
- - - - - - - - - - - - - - - - - - - - */
.discount-action{
	margin:25px 0 10px -25px;
}

