body {
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	background-color: #222;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
	font-size: 13px;
	color: #ddd;
}

h1 {
	color: #fff;
}

h1 a{
	text-decoration:none;
	color:#fff;
}

h1 a{
	text-decoration:none;
	color:#fff;
}
h2, h3, h4{
/*	color:#df2727;*/
}

h1,h2,h3{
	text-shadow: 1px 1px 1px #000;
}

#wherewhatwhen{
	width:438px;
	height:118px;
	background:transparent url(/images/header-graphic.png) no-repeat;
	position:relative;
	float:right;
	top:10px;
	right:0;
}

#wherewhatwhen h2{
	display:none;
	
}

a  {color: #df2727}
a:hover {
	color: white;
	text-decoration: none;
}

td{padding:3px	}

#page {
	background-color: #f0f0f0;
	width: 800px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#content {
	float: left;
	width: 660px;
}

div#content.special_thanks{
	width:900px;
}

#sidebar {
	float: right;
	width: 185px;
}
#sidebar li.special_thanks{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	background-color:white;
	margin:2px;
	text-align:center;
}

#sidebar h4{
	font-weight:normal;
	font-size:1.15em;
	margin: 1.1em 0;
}

#footer {
	clear: both;
	color:#666;
	font-size:0.9em;
	text-align:center;
	margin-top:10px;
	padding-top:10px;
	width:660px;
}
#footer a{
	color:#666;
	text-align:center;
	text-decoration:none;
}


#about, #getting-started {
	padding-left: 75px;
	padding-right: 30px;
}



#about h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
}

#about-content {
	background-color: #ffd;
	border: 1px solid #fc0;
	margin-left: -11px;
}
#about-content table {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	border-collapse: collapse;
}
#about-content td {
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#about-content td.name  {color: #555}
#about-content td.value {color: #000}

#about-content.failure {
	background-color: #fcc;
	border: 1px solid #f00;
}
#about-content.failure p {
	margin: 0;
	padding: 10px;
}


#getting-started {
	border-top: 1px solid #ccc;
	margin-top: 25px;
	padding-top: 15px;
}
#getting-started h1 {
	margin: 0;
	font-size: 20px;
}
#getting-started h2 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 25px;
}
#getting-started ol {
	margin-left: 0;
	padding-left: 0;
}
#getting-started li {
	font-size: 18px;
	color: #888;
	margin-bottom: 25px;
}
#getting-started li h2 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	color: #333;
}
#getting-started li p {
	color: #555;
	font-size: 13px;
}


#search {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
#search input {
	font-size: 11px;
	margin: 2px;
}
#search-text {width: 170px}


#sidebar ul {
	margin-left: 0;
	padding-left: 0;
}
#sidebar ul h3 {
	margin-top: 25px;
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}
#sidebar li {
	list-style-type: none;
}
#sidebar ul.links li {
	margin-bottom: 5px;
}

ol{
}

dt.tweet{
	font-size:0.86em;
	padding-bottom:10px;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/*slider*/
#wrapper{
	margin: 0 auto;
	width:900px;
}
/*.header { height: 300px; width: 900px; margin: auto }*/
/*.header img {background-color: #eee; }*/
#header{
	width:900px;
	height: 300px;
	position:relative;
	-moz-box-shadow:5px 5px 0 #0f0f0f;
	-webkit-box-shadow:5px 5px 0 #0f0f0f;
	box-shadow:5px 5px 0 #0f0f0f;
}
#header img {
	position:absolute;
	top:0px;
	left:0px;
	width: 900px;
	height: 300px;
}

/*Menu*/
#menu{
	background: transparent url(/images/bg-menu.png) repeat-x;
}
.menu{
	width:900px;
	height:200px !important;
	height:250px;
	margin:0 auto;
}
.menu ul{
	list-style:none;
	float:right;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
	text-align:center;
	margin-left:0;
	padding:0;
}
.menu li a {
	text-decoration: none;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	text-transform:uppercase;
	font-size:18px;
	line-height:53px;
	color:#ababab;
	padding:10px 20px;
}
.menu li a:hover {
	text-decoration: underline;
	color:#fff;
}
li.current{
	background:transparent url(/images/menu-indicator.png) no-repeat center 100% !important;
	background-image:none;
	
}
li.current a{
	color:#fff;
}
.menu li.last{
	border-right:none;
	margin-left:20px !important;
	margin-left:10px;
	margin-right:35px;
}
.menu li.last a{
	color:#fff;
	padding:6px 15px;
	background-color:#ba1414;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	}


.menu h1{
	float:left;
}
.menu h1 span{
	font-size:0.5em;
	font-style: italic;
	margin-left:3px;
}

ul.participants, ul.talks, ul.speakers, ul.editions, ul.location, ul.thanks{
	list-style:none;
	padding:0;
}
ul.participants li, ul.talks li, ul.speakers li, ul.editions li, ul.location li, ul.thanks li{
	margin-left:0px;
	clear:both;
}

ul.participants .number, #schedule tbody td.time{
	float:left;
	width:30px;
	height:22px;
	text-align:center;
	padding:4px 0;
	font-size:1.2em;
	border:1px solid #444;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	background-color:#333;
	text-shadow: 1px 1px 1px #000;
}

ul.participants .participant, ul.talks .talk, ul.speakers .speaker, ul.editions .edition, ul.location .box, ul.thanks .box{
	margin-left:20px;
	float:left;
	background-color:#333;
	padding:5px;
	width:596px;
	margin-bottom:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	border:1px solid #444;
}
ul.participants .participant h3{
	margin-top:0px;
	margin-bottom:0px;
}

ul.participants p{
	margin-bottom:0;
}

.signed_out{
	color:#888;
}
.signed_out a{
	color:#00a66f;
}

ul.participants .signed_out .participant{
	margin-left:52px;
}

/*Talks and Speakers lists*/
ul.talks .talk, ul.speakers .speaker, ul.editions .edition, ul.location .box, ul.thanks .box{
	margin-left:0;
	width:650px;
}
.talk h2 span, .speaker h2 span, .edition h2 span, .box h2 span{
	font-size:0.8em;
}
.talk h3, .speaker h3, .edition h3, .box h3{
	margin-bottom:3px;
	margin-top:12px;
}
.talk p, .speaker p, .edition p, .box p{
	margin-left:15px;
	margin-top:0px;
	margin-bottom:6px;
}
ul.talks .talk h2, ul.speakers .speaker h2, ul.editions .edition h2, ul.location .box h2, ul.thanks .box h2{
	margin-top:2px;
	margin-bottom:6px;
}

.speaker .avatar, .box .thumbnail, .thanks .thumbnail{
	float:left;
	margin-right:10px;
}
.avatar img, .thumbnail img{
	border:1px solid #fff;
}

.speaker .twitter, .box .extra{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:-20px;
	position:absolute;
	bottom:30px;
	right:10px;
}
.speaker .twitter a, .box .extra{
	text-decoration:none;
}
.speaker, .box{
	position:relative;
}

/*Sponsors*/
.special_thanks h2{
	font-size:23px;
	clear:both;
}
ul.special_thanks .box, ul.thanks .box{
	width:800px;
}

ul.thanks .open{
	width:204px
}

ul.thanks li.box{
	float:left;
	clear:right;
	margin-left:10px;
}
ul.thanks li.first{
	margin-left:0;
	clear:none;
}

ul.silver li.box, ul.bronze li.box {
	margin-left:0;
	width:800px;
	clear:both;
}
.silver .thumbnail{
	height:110px;
}

div.thanks_image{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	background-color:white;
	padding:2px;
}

.thanks img{
	border:none;
}

.thanks h2 a{
	text-decoration:none;
	color:white;
}

.silver .thumbnail{
	margin-top:30px;
}

#xing .thumbnail, .tentoone .thumbnail{
	margin-top: 0px;
}

.thanks .bio{
	margin-bottom:25px;
}


/*Schedule*/
#schedule tbody td.time{
	width:120px;
	height:auto;
	font-size:1.1em;
	margin-right:5px;
}
#schedule tbody td h3{
	margin-top: 0px;
}
#schedule tbody td{
	vertical-align:top;
}
#schedule tbody tr{
	height:80px;
}
#schedule thead th{
	font-size:1.2em;
	height:50px;
	text-align:left;
}

/*sponsors*/
li.special_thanks img{
	border-style:none;
	margin:2px 0;
}

/*BLOG*/
#articles{
/*	margin-top:22px;*/
}
.article p.number{
	float:left;
	width:40px;
	height:35px;
	text-align:center;
	padding:4px 0;
	font-size:1.2em;
	border:1px solid #444;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	background-color:#333;
	text-shadow: 1px 1px 1px #000;
	margin:0 5px 5px 0;
}
.article h2{
	font-size:25px;
	margin-bottom:0px;
	padding-top:8px;
	color:#DF2727;
	text-decoration:none;
	margin-left:55px;
}
.article h2 em{
	color:#999;
	font-size:18px;
}
.article a{
	text-decoration:none;
}
.article div.body{
	margin-left:55px;
}

/* COMMENTS */
#comment_form{
	margin-left:50px;
}
#comment_form h3{
	margin-left:-50px;
}

div.error{
	background-color:#b00;
}
div.notice{
	background-color:#DF2727;
	color:#333;
	margin:20px 0;
}
div.error, div.notice{
	padding:10px;
	margin:20px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	border:1px solid #444;
}

h1 span, h1 span a{
	font-size:16px;
	font-style: italic;
}
h1 span a{
	color:#DF2727;
}
.logo{
	width:300px;
	height:170px;
	display:block;
	float:left;
	padding-top:20px;
}
.logo a{
	overflow:hidden;
}
.logo article:focus { outline: none; }
.logo span{
	display:block;
	font-family: 'Lobster', "Lucida Grande", serif;
	color:#cfcfcf;
	font-size:20px;
}
.menu img{

}
.menu{


}
.menu span{

}

.number span.month{
	display:block;
}

.menu img{
	border:none;
}

.hidden{
	display: none;
}

/*google font*/
h1, h2, h3, h4{
/*	font-family: 'Lobster', "Lucida Grande", serif;*/
	font-weight:normal;
}

/*contact list*/
dl.contactlist dt span{
	display:block;
	float:left;
	clear:left;
	width:20px;
}