/*- - - - - - - - - - - - - - - - - - -
Title  : Linux conference
Author : Eugen Lobicov
url    : 

created : March 7, 2008
last updated : March 7, 2008
- - - - - - - - - - - - - - - - - - */

@import url("reset2.css");

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	background:#fff url(../i/bg.jpg) repeat-x;
	color:#000;	
}
#header{
	width:990px;
	margin:9px auto 18px;
}
#wrapper{
	width:990px;
	margin:0 auto;
	padding:0 0 27px;
}
#wrapper:after, 
#schedule li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.column{
	float:left;
	margin:0 10px;
}
#content, #sidebar{
	width:490px;
	margin-left:0;
}
#sidebar{
	margin:0;
}
h1, h2{
	border-top:3px solid #2a9cb6;
	text-indent:5px;
}
h1{
	font-size:32px;
	line-height:45px;
}
h2{
	font-size:23px;
	font-weight:normal;
	line-height:27px;
	margin:0 0 18px;
	padding-top:9px;
}
#about-this p{
	padding:0 5px;
	margin:0 0 18px;
}
#speakers dt,
#speakers dd{
	margin:0 0 0 160px;
}
#speakers dd.img{
	margin:0;
	padding:0;
	float:left;
}
#speakers dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:18px;
}
#speakers dd{
	padding:0 0 18px;
}
.few span{
	display:block;
}
hr{
	clear:both;
	height:1px;
	border:solid #ccc;
	border-width:1px 0 0;
	background-color:#ccc;
}
#schedule, #sponsors{
	float:left;
	width:240px;
	margin-right:10px;
}
#sponsors{
	margin:0;
}
#sponsors img{
	display:block;
	margin:0 auto 27px;
}
#map{
	clear:both;
}
#footer{
	border-top:1px solid #000;
	height:20px;
	width:990px;
	margin:0 auto;
}
.hidden{
	display:none;
}
#schedule li{
	border-bottom:1px solid #999;
	padding:4px 0 9px;
}
#schedule li.last{
	border:none;
}
#schedule small{
	float:left;
	font-weight:bold;
}
#schedule .summary{
	margin-left:50px;
}
a { 
color:#004a63;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}

a:hover { 
color: #000000;
font-size: 12px;
background-color:transparent;
text-decoration: underline; 
}

	
