
/* style not covered  by  stanfordVis.css */

#research {
    padding:0;
    margin-right:0.75em;
}

.leftborder{
    border-left: 1px solid #eee;
}

/* ---- */
body {
    font-weight: 300;
    font-family: 'Helvetica Neue','Open Sans',Helvetica,Arial,sans-serif;
    font-size: 16px;
    background: #fff;
}


a {
    color: #c23;
    text-decoration: none;
    /* color: #990615;        */
    /* color: #c23;           */
    /* color: #240759;        */
    /* color: #432b80;        */
    /* text-decoration: none; */
}

a:hover {
    color: #c23;
    text-decoration: underline;
    /*  color: #990615; */
}

a.bio-link{
     color: #c23;
    opacity: 0.8;
}

a:hover.bio-link{
    opacity: 1;
    text-decoration: none;
    font-weight:300;
}

.table th, .table td {
    border-top: 0px;
}

h5 {
    margin-bottom: 0px;
    margin-top: 20px;
}

p {
    margin-bottom: 20px;
}


/* bootstrap properties */

#nav.navbar-static-top {
    padding-bottom: 5px;
}

#nav .navbar-inner {
    /*  background-color: #7D0612;*/
    background-color: #ad3333;/* #820000; #eae9e6; #565347; #d56; #E9967A; #FF3333; #FF6A33; */
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    border-color: #777777;
}

#nav .brand {
    color: #eee6cb;/* #DCDCDC; #585858;  #000; */
    font-size: 30px;
    font-family:"Lato",'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    /*text-transform: uppercase;*/
    line-height: 1.7;
}

#nav .brand2 {
    color: #DCDCDC;/*#585858; #000; #DCDCDC;*/
    font-size: 28px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    /*     font-family:"Lato",'Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-weight: 100;
    /*text-transform: uppercase;*/
    line-height: 1.7;
}


.sidenav > .nav-list {
    border: 1px solid #CCCCCC;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
    background-color: #7D0612;
}

.table-condensed {
    margin-bottom: 0px;
}
.table-condensed td {
    padding: 0px 0px;
}

.text-success {
    font-variant:small-caps;
}

.label {
    font-weight: normal;
}

/* cagatay */
.thumb {
    border: 1px solid #787878;
    height:80px;
    opacity: 0.75;

}

.thumb:hover {
    opacity: 1.0;
}

.reppaperthumb {
    border: 1px solid #787878;
    width: 140px;
}

.paperthumb {
    border: 1px solid #787878;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 1;
    width: 128px;
}

img.profile {
    display: inline-block;
    float:left;
    width:120px;
    margin: 9px 8px 0px 0px;
    /*padding: 10px 8px 0px 0px;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    border-radius:6px;
}


tr{
    opacity: 0.8;
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}
tr:hover{
    opacity:1;
}
span.middot{

    font-size: 12px;
    opacity:0.6;
}

span.emphasis{
    font-weight:400;
}

.paperthumb:hover {
    opacity: 1;
}

.people th{
    text-align:left;
    width:100px;
}

.people td{
    width:100px;
    vertical-align: top;
}

.papers td {
    /* vertical-align: top; */
    vertical-align: middle;
    padding-left  : 0px;
}

.affiliation {
    font-size:75%;
    color: #4b4b4b;
}


.name {
    font-weight :300;
    font-size:80%;

}

.name a {
    color: #000;
    /*text-decoration: none;*/
    font-weight: 300;
}

.name a:hover {
    color: #c23;
    /*text-decoration: none;*/
}

.paperTitle {
    font-weight:normal;
}

.paperTitle a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.paperTitle a:hover {
    color: #c23;
    text-decoration: none;
}


.authors a {
    color: #000;
    text-decoration: none;
}

.authors a:hover {
    color: #c23;
    text-decoration: none;
}


.olddate, .olddate a {
    color: #AAAAAA;
}

.faq {
    text-align: justify;
}

.btn-link {
    padding: 0px 0px 30px 0px;
}

.row {
    margin-left:0px;
}

div.talk{
    padding-bottom:  6px;
    /*position: absolute;*/
    float: top;
    /*bottom:0;*/
    font-size: 0.9em;
    /*font-style: italic;*/
    color: #555;

}

div.talk.expired{
    opacity: 0.5;
}

div.talk a {
    color: #555;
    text-decoration: none;
}

div.talk a:hover{
    color: #c23;
    text-decoration: none;
}
div.talk > .date {
    font-size:0.84em;
    /*font-style: normal;*/
}
div.talk > .location {
    font-size:0.84em;
    /*font-style: normal;*/
}

div#realnews {
    overflow: auto;
    height: 60%;
}
div#realtalks{
    overflow: auto;
    position: relative;
    /*height: 20%;*/
}

div#realtalks {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
div#realtalks > div.talk {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

div.update{
    padding-bottom:  6px;
    font-size: 0.9em;
    /*font-style: italic;*/
    color: #555;

}
a.venue{
    color: #555;
    text-decoration: none;
}
a.venue:hover{
    color: #c23;
    text-decoration: none;
}
div.update a {
    color: #555;
    text-decoration: none;
}

div.update a:hover{
    color: #c23;
    text-decoration: none;
}
div.update a.award{
    color:#3b94d9;
    opacity:0.8;
}
div.update span.award{
    color: #3b94d9;
    opacity:0.8;
}

div.update a.award:hover{
    color: #c23;
    text-decoration: none;
}
div.update > .date {
    font-size:0.84em;
    /*font-style: normal;*/

}


span.note {
    color:black;
    font-size:0.90em;
    font-weight:200;
    text-decoration: none;
    opacity:0.8;
}
span.note a{
    color: black;
    font-weight:200;
    text-decoration: none;
    opacity:0.8;
}
span.note a:hover{
    /*color: #c23;*/
    opacity:1.0;
    text-decoration: none;
}

span.award a{
    /*color: #000;*/
    color:#3b94d9;
    font-size:0.80em;
    font-weight:400;
    text-decoration: none;
    opacity:0.8;
    /*font-weight: normal;*/
}


span.award a:hover{
    /*color: #c23;*/
    opacity:1.0;
    text-decoration: none;
}

.talk strike {
    opacity: 0.5;
    /*color:lightgray;*/
}

