/* 
   c.css: A simple CSS stylesheet for chaw.eip10.org
   Copyright 2008 Sudarshan S. Chawathe <chaw@eip10.org>
*/

body {
   color: #680068;
   background: #eff0cf;
   line-height: 1.6;
   font-family: Serif;
   padding-top: 1em;
   padding-bottom: 5em;
   padding-left: 5em;
   padding-right: 10em;
   max-width: 40em;
}

li.section {
   list-style-type: none;
}

li.foo {
   list-style-image: url(b1.gif);
   list-style-type: square;
}

DIV.mtitle {
   font-size: 110%;
   color: #680068;
}

DIV.ptag {
   padding-top: 2ex;
   color: #d00000;
   font-size: 120%;
}

DIV.copyright { font-size: 70%; }

DIV.colophon { font-size: 70%; }

DIV.pubtail {
   font-family: arial, sansserif;
   font-size: 85%;
   text-align: left;
   padding-top: 0ex;
   padding-bottom: 0ex;
   text-align: left;
}

DIV.pubtitle {
   font-weight: bold;
}

p.deemph {
   font-size: 85%;
}

h1 {
color: #770077;
}

A:link {
   text-decoration: none;
   color: #b00040;
}

A:visited {
   text-decoration: none;
   color: #b00040;
}

A:active {
   text-decoration: none;
   color: red;
}

A:hover {
   text-decoration: underline;
   color: #b00040;
   background: #d09080;
}

ul.pubslist {
   list-style-type: none;
}

li.pub {
   position:relative;
   padding:0.5em;
   border:1px dotted #680068;
   background-color: #f8f8ef;
   margin-bottom:2ex
}
li.pub a {
   display:inline;
   padding:0.125ex 0.5ex 0.125ex 0.5ex;
   text-decoration:none;
   color: #680069;
   background: #f9f8ef;
   border-style: none;
}
li.pub a:hover {
   background: #f9f8ef;
   text-decoration:none;
   border-style: none;
}
li.pub a span.abstract {
   display:none;
}
li.pub a:hover span.abstract {
   display:inline;
   padding:0.25ex 0.25ex 0.25ex 0.25ex;
   border-style: none;
   color: #300030;
}
