*
{
  margin: 0;
  padding: 0;
}

html, body
{
  height: 100%;
}

body
{
  height: 100%;
  font-size: 76%;
  background: #FFFFFF url(//fedoraproject.org/static/images/border-left.png) 0 0 repeat-y;
}

a img
{
  border: none;
}

#wrapper
{
  margin-left: 18px;
  font: normal 2.3ex/1.5 sans-serif;
  min-height: 100%;
  background: #FFFFFF url(//fedoraproject.org/static/images/border-right.png) 100% 0 repeat-y;
  padding-right: 18px;
}

#head
{
  border-top: 10px solid #337ACC;
  padding: 1ex 2ex 17px;
  background: #FFFFFF url(//fedoraproject.org/static/images/line.png) 0 100% repeat-x;
}

#head h1 a
{
  display: block;
  text-indent: -9999px;
  background: url(//fedoraproject.org/static/images/fedora-logo.png) 20px 50% no-repeat;
  height: 73px;
  width: 175px;
  overflow: hidden;
}

#content
{
  margin: 0 2ex;
  /*height: 1%;*/ /* Haslayout fix */
  height: 100%; /* Fix by andreasn */
  background: red;
  padding: 1ex 1ex 120px;
  color: #666666;
  background: #FFFFFF;
}

#content h2
{
  font-size: 3.25ex;
}

#content h2 div {
  font-size: 1ex;
  font-weight: normal;
}

#content h3
{
  color: #337acc;
  margin: 1.5ex 0;
  font-size: 2.5ex;
}

#content p
{
  margin: 1ex 5ex 1ex 0;
}

#content img
{
  margin: auto; /* 2ex 0;*/ /* Fix by andreasn */
}

#content a
{
  color: #337ACC;
}

#footer
{
  position: relative;
  font: normal 1.5ex/1.5 sans-serif;
  clear: both;
  text-align: center;
  background: #FFFFFF url(//fedoraproject.org/static/images/line-bottom.png) 0 0 repeat-x;
  margin: -90px 0 0;
  border-bottom: 10px solid #337ACC;
  height: 80px;
  color: #AAAAAA;
}

#bottom
{
  background: #FFFFFF url(//fedoraproject.org/static/images/border-right.png) 100% 0 repeat-y;
  margin-left: 18px;
  padding-right: 18px;
}

#footer ul
{
  list-style: none;
}

#footer li
{
  display: inline;
  border-left: 1px solid #AAAAAA;
  padding: 0 0.75ex;
  margin-left: -1px;
}

#footer li.first
{
  border-left: none;
}

#footer a
{
  color: #223344;
}

#footer a:hover
{
  color: #112233;
}

#footer .copy
{
  padding-top: 3ex;
}

.ToolTip {
  display: block;
  position: absolute;
  border: 1px solid black;
  background-color: lightyellow;
  width: 200px;
}

.invisible {
  display: none;
}
