/* general */


a, a:visited, a:hover, a:active {
  color: #3256b6;
}
a:hover, a:visited:hover {
  color: #6b98ff;
  text-decoration: none;
}
h2 a, h3 a, #sidebar-wrapper a, a.tag,
h2 a:visited, h3 a:visited, #sidebar-wrapper a:visited, a.tag:visited {
  color: #ff2f10;
}
h2 a:hover, h2 a:visited:hover,
#sidebar-wrapper h2 a:hover, #sidebar-wrapper h2 a:visited:hover,
a.tag:hover, a.tag:visited:hover {
  color: #ffa42a;
  text-decoration: none;
}
body {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}
h2, h3 { 
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0px;
}
h2 {
  font-size: 180%;
}
h3 {
  font-size: 1.2em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
img {
  border: none;
}
input, textarea {
  border: solid 1px #B3B3B3;
}
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-collapse: collapse;
  outline: 0px;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h1 a, h2 a, h3 a {
  text-decoration: none;
}
div.text {
  padding: 1em 0 2em 0;
  font-family: Arial, Helvetica, sans-serif;
  clear: both;
}
p.big {
  font-size: 1.2em;
}
p.small {
  font-size: 0.9em;
}
div.divider {
  clear: both;
}
div.content_title {
  width: 200px;
  padding: 20px;
  float: left;
}
div.content_container {
  float: left;
}

/* network bar */

#network-bar {
  color: #818CB0;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: center;
}

/* scribd */

div.scribd_enabled {
  display: none;
}

/* generic entry-box */

.entry_box {
  width: 450px;
  padding: 25px;
  padding-bottom: 10px;
}
.entry_box .entrybody {
  text-align: justify;
  text-justifty: newspaper;
}
.entry_box h3 {
  margin-top: 4px;
}
.entry_box .entry-title h2 a, .entry_box .entry-title h3 a {
  display: block;
  text-decoration: none;
}
.entry_box .entry-title {
  padding-bottom: 2px; 
  border-bottom: 1px dotted #a3a39c;
}
.entry_box p {
  line-height: 160%;
}

/* blog posts */

.posts_container .entry_box .entrymeta {
  margin-top: 1.5em;
  color: #b0af99;
  font-size: 80%; 
}
.posts_container .commentsblock {
  margin-top: 4em;
}
.posts_container .entry_box {
  background-image: url(/images/diagonal-green.png);
}

/* paper abstracts */

.abstracts_container .entry_box {
  position: relative;
  background-image: url(/images/diagonal-blue.png);
  height: 575px;
}
.abstracts_container .entry_box .entry-tags {
  text-align: right;
  margin-bottom: 20px;
}
.abstracts_container .entry_box .entry-meta {
  position: absolute;
  left: 367px;
  bottom: 10px;
}
