.placeholder { color: #aaa; }
.intro {
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  color: #545453;
}

/**
 * General building blocks for our sites
 */

.left { float: left; }
.right { float: right; }

.center { text-align: center; }
.center .pane-title { text-align: left; }

.hidden { display: none; visibility: hidden; }

/* text */
.meta { font-size: 12px; color: #868683; }
.meta-box { font-size: 12px; color: #004D79; }
.small { font-size: 11px; }
.dimmed { color: #7F7E7C; }
#footer .dimmed { color: #EDEBE7; }

/* boxes */
.box {
  background: #EDEBE7;
  border: 1px solid #C8C6C3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}

.fill {
  background: #fffdfb;
}

#footer .box { border-color: #0C2A4C; }
#footer .fill { background: #003F63; }

.inline-object { display: inline; margin-right: 5px; }

.split { width: 48%; }
.left_column: { margin-right: 10px; width: 70px; float: left; background: #adecf2; }
.inline_block { display: inline-block;}

/* margins */
.m10-bottom { margin-bottom: 10px; }
.m5-right { margin-right: 5px; }
.m5-left { margin-right: 5px; }

/* borders */
.solid-border-bottom { 
  border-bottom: 1px solid #DBD9D6; 
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.solid-border-left { 
  border-left: 1px solid #C8C6C3;
  padding-left: 0.75em;
}

.top-separator { 
  background: url(../images/separator.gif) repeat-x top left;
  padding-top: 2em;
  margin-top: 2em;
}

.separator { 
  background: url(../images/separator.gif) repeat-x bottom left;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.left_small { width: 70px; }
.middle_margin_fix_small { margin-left: 80px; margin-right: 0px;}
/*
.buildmode-teaser .node-type-publication .nd-region-middle-wrapper .nd-region-middle { margin-left: 0px; margin-right: 80px; }
*/

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; }


/* clear */

.clear-block { display: block; }
.clear { clear: both; }
.clearfix:after, .clear-block:after { 
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ie .clearfix, .ie .clear-block, .ie .zoom { zoom: 1; }
.ie6 .clearfix, .ie6 .clear-block { display: inline-block; }

.clear-left { clear: left; }
.clear-right { clear: right; }
.clear { clear: both; }