/*
Colors:
Grey: #5B6B75
pink: #FF0090;
dark pink: CC0072;
*/

body {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14pt;
     margin-top: 5%;
     margin-bottom: 8%;
     background: #fff; color: #5B6B75;
     text-align: justify;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #00567a; 
}

h1, h2, h3 {
  margin: 0;
  font-weight: normal;
}
h1 {font-size: 32px; letter-spacing: -1px; }
h2 { font-size: 23px; }

p, ul, li {
  margin: 0 0 10px 0;
  text-align: justify;
  line-height: 20px;
  text-indent: 0px;
}

/* Page */

#page {
  width: 850px;
  margin: 0 auto;
   padding-top: 20px;
}

/* Bibtexbrowser CSS: Override CSS for publication content */

#publicationcontent
{
position: relative;
width: 100%;
float: right;
}

/* title */
.bibtitle { font-weight:bold; color: #CC0072;} /*FIND A GOOD COLOR dark pink: CC0072 */ 
/* author */
.bibauthor { /* nothing by default */ }
/* booktitle (e.g. proceedings title, journal name, etc )*/
.bibbooktitle { font-style:italic; }
/* publisher */
.bibpublisher { /* nothing by default */ }

#publicationcontent .title {
  color: #CC0072; /*cant see this*/
  font-size: large;
  font-weight: bold;
  text-align: right;
  padding: 10px 20px 30px 20px;
}

#publicationcontent .header {
  background-color: #5B6B75; /*table background*/
  color: #FFFFFF;
  font-size: 0px; /*This is year size*/
  font-weight: bold;
  padding: 0px 20px 0px 20px; /*This is year table borders*/
}

/*This was supposed to disable the Year headers, but I might be using it wrong:*/
/*#publicationcontent .sheader {display:none}*/

#publicationcontent .rheader {
display:none
}


#publicationcontent .bibref {
  padding:7px;
  padding-left:15px;
  vertical-align:text-top; 
}

#publicationcontent .result {
  padding:0px;
  margin:0px;
  background-color: #ffffff;
  width:100%;
}

#publicationcontent .result a {
  text-decoration: none;
}

#publicationcontent .result a:hover {
  color: #ff6633; /*orange: ff6633*/
}

#publicationcontent .purebibtex {    /*bibtex box, grey color: 5B6B75*/
  font-family: monospace;
  background-color:#FFFFFF;
  font-size: 12px;
  padding:3px;
  border: 1px solid #FFFFFF;
  white-space:pre;
}

#publicationcontent .input_box{
  margin-bottom : 2px;
}
#publicationcontent .mini_se {
  border: none 0;
  border-top: 1px dashed #717171;
  height: 1px;
}
#publicationcontent .a_name a {
  color:#469AF8;
  width:130px;
}

#publicationcontent .rsslink {
  text-decoration: none;
  color:#F88017;
/* could be fancy, see : http://www.feedicons.com/ for icons*/
  /*background-image: url("rss.png"); text-indent: -9999px;*/
}


/*Make %% Bibtex entry URL very small: (sued in bibtexbrowser.php) */
#fontzero {
    /*color: blue;*/
    font-size: 0px;
}

table { border: 0px; border-collapse: collapse; }
table td, th { border: 0px solid #000; padding: 5px;}

