/*
 * Copyright © 2007  Ricky Zhou
 * Copyright © 2007  Red Hat, Inc.
 *
 * This copyrighted material is made available to anyone wishing to use, modify,
 * copy, or redistribute it subject to the terms and conditions of the GNU
 * General Public License v.2.  This program is distributed in the hope that it
 * will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the
 * implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU General Public License for more details.  You should have
 * received a copy of the GNU General Public License along with this program;
 * if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
 * Fifth Floor, Boston, MA 02110-1301, USA. Any Red Hat trademarks that are
 * incorporated in the source code or documentation are not subject to the GNU
 * General Public License and may only be used or replicated with the express
 * permission of Red Hat, Inc.
 *
 * Author(s): Ricky Zhou <ricky@fedoraproject.org>
 *            Toshio Kuratomi <tkuratom@redhat.com>
 * Modifications: josef radinger <cheese@nosuchhost.net>
 */

*
{
  margin: 0;
  padding: 0;
}

html, body
{
  height: 100%;
}

body
{
  height: 100%;
  font-size: 76%;
  background: #FFFFFF url(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(images/border-right.png) 100% 0 repeat-y;
  padding-right: 18px;
}

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

#head h1 a
{
  display: block;
/*  text-indent: -9999px;*/
  background: url(images/cheese-logo.gif) 20px 50% no-repeat;
  height: 100px;
  width: 150px;
/*  overflow: hidden;*/
}

#grouper
{
  margin: 0 2ex;
  height: 1%; /* Haslayout fix */
  background: red;
  padding: 1ex 1ex 12px;
  color: #000000;
  background: #FFFFFF;
}


#content
{
  margin: 0 2ex;
  height: 1%; /* Haslayout fix */
  background: red;
  padding: 1ex 1ex 12px;
  color: #000000;
  background: #FFFFFF;
}

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

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

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

#side
{
  margin: 1.5ex 0;
  font-size: 1.5ex;
}

#side h3
{
  margin: 1.5ex 0;
  font-size: 1.5ex;
}

#side li
{
  list-style-type: none;
}

#side td
{
  padding: 10px;
  margin: 1.5ex 0;
  font-size: 1.5ex;
}


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

#content img
{
  margin: 1ex 0;
  vertical-align: middle;
  padding-right: 2ex;
}

#content a
{
  color: #337ACC;
}

a.link
{
  color: #337ACC;
}

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

#bottom
{
  background: #FFFFFF url(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;
}
