/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face
{
  font-family: Anivers;
  src: url(../fonts/Anivers_Regular.otf);
}

blockquote
{
  color: #333;
}

blockquote:before
{
  color: rgba(0, 102, 153, .2);
  content: '\201c';
  font-family: Times New Roman;
  font-size: 9em;
  margin: .2em -.2em;
  position: absolute;
}

body
{
  line-height: 1.5em;
}

div.thumb
{
  /* Reset */

  border: 0;
  float: none;
  margin: 0;
}

h,
h1,
h2,
h3,
h4,
h5,
h6
{
  font-family: Anivers, sans-serif;
  font-weight: normal;
  page-break-after: avoid;
}

li
{
  margin-bottom: .15em;
  margin-left: 2.5em;
  margin-top: .15em;
}

li:marker
{
  color: #069;
  font-family: Anivers, sans-serif;
}

ol,
ul
{
  margin: .5em 0 1em;
  padding: 0;
}

p
{
  margin: .6em 0 1.2em;
}

pre
{
  background: #222;
  border: 0;
  color: #fff;
  font-family: "Bitstream Vera Sans Mono", monospace;
}

tr:nth-child(even)
{
  background: #edf5fa;
}

.new,
.new:link,
.new:visited
{
  color: #e00;
}

.note
{
  background: url(http://www.symfony-project.org/images/note.png) no-repeat left top;
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin: 1.2em 0;
  padding-left: 48px;
  padding-right: 2.5em;
}

.site-map
{
  color: #ccc;
  font-size: 1.1em;
  margin: 0 auto;
  text-align: left;
  width: 64em;
}

.site-map h3
{
  color: inherit;
  font-size: 1.1em;
  font-weight: bold;
}

.site-map ul
{
  margin: 0;
}

.site-map :hover
{
  color: #666;
}

.site-map :link,
.site-map :visited
{
  color: inherit;
  text-decoration: none;
}

.site-map :link:focus,
.site-map :link:hover,
.site-map :visited:focus,
.site-map :visited:hover
{
  background: transparent;
  color: #000;
  text-decoration: underline;
}

.status
{
  background: #edf5fa;

  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;

  color: #ccc;
  font-weight: bold;
  padding: 1em;

  /* FIXME */

  float: right;
}

.status > div + div
{
  margin-top: .6em;
}

.status p
{
  margin: 0;
}

.status .active
{
  color: #000;
}

.status .active .description
{
  color: #666;
}

.status .description
{
  font-size: .85em;
  font-weight: normal;
}

.tleft .thumbinner
{
  float: left;
  margin-bottom: 1em;
  margin-right: 1em;
}

/* Float to avoid other floats impinging on table of contents */

.toc
{
  float: left;
}

.tright .thumbinner
{
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
}

:link,
:visited
{
  color: #00e;
  text-decoration: underline;
}

/* e.g. http://www.w3.org/TR/CSS21/ */

:link:focus,
:link:hover,
:visited:focus,
:visited:hover
{
  background: #ffc;
  /*color: #0062a0;*/
}

/* e.g. http://subversion.apache.org/roadmap.html#release-planning */

:target
{
  background: #ffc;
}

/* #bodyContent required to override #bodyContent a.external */

#bodyContent :link[href^='xmpp:'],
#bodyContent :visited[href^='xmpp:']
{
  background-image: url(/images/xmpp.png);
}

#footer
{
  border-bottom: 0;
}

/* #footer required to override #footer li */

#footer .site-map li
{
  display: block;
  margin: 0;
}

#footer .site-map > li
{
  float: left;
  width: 23%;
  margin: 0 1%;
}

#p-logo :link,
#p-logo :hover
{
  /* Reset */

  background-color: transparent;
}

#siteSub
{
  display: block;
}

#siteSub h3
{
  display: none;
}
