

#commands{
    border: 1px dotted #ccc;
    padding: .5em;
    text-align: left;
    line-height: 1.1em;
    margin-left: 1em;
    margin-bottom: 13px;
    float: right;
    display:inline;
}

#intro {
    border: 1px dotted #ccc;
    padding: 1.2em;
    background: #eee;
    text-align: center;
    line-height: 1.1em;
    margin-left: 1em;
    margin-bottom: 13px;
}
#intro p:first-child {
    font-size: 1.05em;
    padding-top: 0.2em;
}
#intro p {
    padding-top: 1em;
    font-size: 1.3em;
    line-height: 1.3em;
}
#article img {
/*    margin-left: 80px;*/
/*    margin-right: auto;*/ /*change by FM - margins were colliding in Safari*/                                                        
/*  margin:.5em auto;*/

    }

#related, #intro, #lang, #discussion {
width: 250px;
}
#related, #discussion{
    border: 1px dotted #ccc;
    padding: 1.2em;
    background: #eee;
    text-align: left;
    line-height: 1.1em;
    margin-left: 1em;
    margin-bottom: 13px;
}

#related h1, #discussion h1 {
/*    text-align: center;*/
    font-size: 1.1em;
    line-height: 1.3em;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;

}

#discussion h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size:1em;
	text-align:left;
	margin-bottom:0.875em;
}

#discussion h2 {
/*    text-align: center;*/
    font-size: 1em;
}

#discussion h3 {
    font-size: 0.9em;
}

#discussion p {
    padding-bottom: 1em;
    font-size: 0.8em;
    line-height: 1.3em;
}

#discussion p.user {
    text-align: right;
}

#deck p {
/*font-weight: bold;*/
line-height: 1.4em;
font-family:"Helvetica Neue", Arial, sans-serif;
}

#c_title {
    width: 240px;
}

#c_body {
    width: 240px;
    height: 240px;
}


#related p {
	margin:.5em 0;
	line-height:1.6em;
}
#related ul {
	list-style-type:none;
}
#related p + ul li {
	color:;
	list-style-type:circle;
	font-size:inherit;
	border:none;
	margin:0 0 .5em;
	padding:0;
}
#related img {
    float: right;
    /**/
    margin-left:3px;

}

/*#related li {
    font-size: 0.8em;
}*/
#related li {
	border-bottom:1px solid #CCCCCC;
/*	display:inline-block;*/
	font-size:0.8em;
/*	list-style-type:none;*/
	margin:1em 0 0;
	padding:0 0 1em;    
}
#related li:last-child {
	border:none;

}

p#byline {margin-top:-10px}


#article .article-feature h3 {

/*  border-bottom:1px solid #ccc;*/
}

#article .caption {
 font-size:80%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
}
.caption sup{margin-right:auto}
p + .caption {
 margin:-2em 0 1.5em;
 padding:5px;
 background-color:#eee;
 color:#555; 
}
#article img {
  margin:0;
}

#article .article-feature {
-moz-box-shadow:0px 2px 12px #000000;
-webkit-box-shadow:0px 2px 12px #000000;
box-shadow:0px 2px 12px #000000;
background-color:#E0E9EF;
border:1px solid #CCCCCC;
padding:0.25em 1em;
margin:1.275em 0 2em;
}

.info-box {
  width:280px;
  border:1px solid #666;
  background-color:#E0E9EF;
  float:right;
  display:inline;
  padding:0 10px;
  margin:5px 0 5px 5px;
  
  font-size:80%;
  border-radius:8px;
}                

.info-table {
/*  border:1px solid #333;*/

}
.info-table tbody tr{
 border-bottom:1px solid #ccc; 

}
.info-table tbody tr:first-child{
  border-top:1px solid #ccc;
}
.info-table tbody td {
  background-color:#eee;
  padding:20px 15px;
}
.info-table tbody td:first-child {
/*  background-color:#eee;*/
  width:80%;
}
.info-table .reference tr td {
  font-size:90%;
  color:#666;
  font-family:sans-serif;
  padding:20px 5px;
}

.talk {
  display:inline-block;
/*  -moz-box-shadow:0px 2px 12px #000000;
  -webkit-box-shadow:0px 2px 12px #000000;
  box-shadow:0px 2px 12px #000000;     */
/*  background-color:#E0E9EF;*/
background-color:#EFEFEF;
  border:1px solid #CCCCCC;
  padding:1em ;
/*  margin:1.275em 0 2em;*/
  width:100%;
}

.conference ul.bare, div.bare ul {
  margin:.5em 0 0 1em;
}

.speaker-list {
  /*  -moz-box-shadow:0px 2px 12px #000000;
    -webkit-box-shadow:0px 2px 12px #000000;
    box-shadow:0px 2px 12px #000000;     */
    background-color:#E0E9EF;

    padding:.5em ;
    margin-top:.5em;
  /*  margin:1.275em 0 2em;*/
   float:left;
   width:310px;
  }

.speaker-list li {
  list-style-type:none;
  padding:0.5em 0;
  border-top:1px dotted #ccc;
}
.speaker-list li:first-child {        
  border-top:none;
}
.conference .date {
  font-family:'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
  margin:2em 0 1em;
  font-weight:bold;
}
.conference .sum-list {
  margin:0.5em 0;
  }
  .conference .sum-list li {
  list-style-type:none; 
}

a.dl-pdf,a.video-link {
  display:inline-block;
  padding:0px 5px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  border:1px solid #ccc;
  text-transform:uppercase;
  font-size:75%;
  text-decoration:none;
  margin:0.25em .25em 0.25em 0;
/*  font-weight:bold;*/
  font-family:Helvetica, Arial, sans-serif;
}
a.dl-pdf {
  background-color:#74848F;
  color:#efefef;
}
a.dl-pdf:hover {
  background-color:#9BB1BF;
  color:#fff;
/*  #D1D9DF;*/
-moz-box-shadow:0px 0px 3px #666;
-webkit-box-shadow:0px 0px 3px #666;
box-shadow:0px 0px 3px #666;  
}                                 
a.video-link {
  background-color:#839EAF;
  color:#efefef; 
/*  border-color:#999;*/
}      

a.video-link:hover {
  background-color:#74848F;
  color:#fff;
  -moz-box-shadow:0px 0px 3px #666;
  -webkit-box-shadow:0px 0px 3px #666;
  box-shadow:0px 0px 3px #666;      
}

a.video-link.soon,a.video-link.soon:hover {
  opacity:0.6;
  cursor:default;
  background-color:#999;
  color:#666;
  -moz-box-shadow:0px 0px 0px #666;
  -webkit-box-shadow:0px 0px 0px #666;
  box-shadow:0px 0px 0px #666;
  
}

div.media { line-height:1.5em }



.clear {
/*  clear:both;*/
}
