*
{
  margin: 0;
  padding: 0;
}

html, body
{
  height: 100%;
}

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

a img
{
  border: none;
}

pre
{
  font-size: 2.6ex;
}

#wrapper
{
  font: normal 1em/1.5 sans-serif;
  margin-left: 18px;
  min-height: 100%;
  background: #FFFFFF url(../images/border-right.png) 100% 0 repeat-y;
  padding-right: 18px;
  overflow: hidden;
}

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

#head h1
{
  display: block;
  font-size: 3.5em;
  overflow: hidden;
  text-decoration: none;
  text-align: right;
  color: #182947;
}

#head h2 a
{
  display: block;
  text-indent: -9999px;
  background: url(../images/utos-logo.png) 20px no-repeat;
  height: 100px;
  width: 320px;
  overflow: hidden;
  text-decoration: none;
}

#sidebar
{
  float: left;
  width: 250px;
  margin: 2ex 0;
  background: #FFFFFF;
  padding-bottom: 100px;
}

#banner img
{
  display: block;
  width: 200px;
  margin: 0 auto;
}

#nav
{
  margin: 0 1.5ex;
  padding: 0 1.5ex;
}

#nav h2
{
  font-size: 0.9em;
  border-bottom: 1px dotted #AAAAAA;
  color: #444444;
  margin: 2ex 0 1ex;
  text-transform: uppercase;
  font-weight: normal;
}

#nav ul
{
  list-style: url(../images/arrow.png);
  margin-left: 15px;
}

#nav li
{
  margin: 0.25ex 1ex;
  color: #777777;
  font-size: 0.9em;
}

#nav a
{
  font-weight: bold;
  margin-right: 0.75ex;
  color: #729FCF;
  font-size: 1.1em;
  display: block;
}

.home #nav-home a, .get #nav-get a, .join #nav-join a, .help #nav-help a
{
  color: #777777;
  text-decoration: none;
}

#content
{
  margin-left: 250px;
  padding: 1ex 2ex 120px;
  color: #666666;
  background: #FFFFFF;
  display: inline-block;
}

#content p, #content ul, #content ol
{
  font-size: 1em;
}

/* Blame IE6 and the guillotine bug for this one */
#content { display: block; }

#content h2
{
  font-size: 1.6em;
}

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

#content table
{
  border-collapse: collapse;
}

#content table th
{
  background: #DDDDDD;
}

#content table th, #content table td
{
  border: 1px solid #000000;
  padding: 0.6ex;
}

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

#content ul
{
  list-style: square;
  margin: 0 3ex 2ex;
}

#content img
{
  margin: 2ex 0;
}

#content a
{
  color: #182947;
}

#content .download
{
  list-style-image: url(../images/arrow.png);
  list-style-position: outside;
  margin: 1.6ex 3ex;
}

#content .download li
{
  color: #777777;
  font-size: 1.1em;
  background: #EFEFEF;
  padding: 1ex;
  border-bottom: 1px dotted #AAAAAA;
}

#content .download a
{
  font-weight: bold;
}

#content .roles
{
  margin: 0!important;
  list-style: none!important;
  display: inline;
}

#content .roles li
{
  float: left;
  margin-bottom: 0.5ex;
}

#content .roles a
{
  line-height: 1;
  width: 130px;
  height: 150px;
  text-align: center;
  display: block;
  text-decoration: none;
}

#content .roles a:hover
{
  background-color: #EFEFEF;
}

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

#bottom
{
  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 p
{
  margin: 0 1.5ex;
}

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

#screenshot-banner {
  text-align: left;
}

input, textarea, select
{
  border: #AAA 1px solid;
}

input, textarea, option
{
  padding: 2px 5px 2px 5px;
}

#content #sponsors
{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

#content #sponsors li
{
  text-align: center;
  float: left;
  width: 150px;
  height: 100px;
  margin: 0 1ex;
}

#content #sponsors li img
{
  display: block;
}

#content ul.downloadbox
{
  overflow: hidden;
  list-style: none;
  margin: 0 2ex;
  padding: 6ex 2ex 4ex 180px;
  border-radius: 1.5ex;
  -webkit-border-radius: 1.5ex;
  -moz-border-radius: 1.5ex;
  background: #C0DBDD 30px 50% no-repeat;
  font-size: 0.9em;
  display: inline-block;
}

#content ul.installdvd { background-image: url(../images/installdvd.png); }
#content ul.gnomelive { background-image: url(../images/gnomelive.png); }
#content ul.kdelive { background-image: url(../images/kdelive.png); }

.downloadbox li
{
  width: 32ex;
  float: left;
  padding: 0 0 2ex;
}

.downloadbox li li
{
  width: auto;
  float: none;
  padding: 0;
}


#content pre.command
{
  font-size: 1.3em;
  border: solid #DDDDDD;
  border-width: 1px 1px 1px 5px;
  background: #F2F5F6;
  padding: 0.5ex 2ex;
}


#content p.note
{
  padding: 1ex 2ex;
  border: 1px solid #DDDDDD;
  background: #F2F5F6;
}

#content p.warning
{
  padding: 1ex 2ex;
  border: 1px solid #DDDDDD;
  background: #FF6666;
  color: #000000;
}

#content p.warning a
{
  color: #00154F;
}
#content ul#resources
{
  list-style: none;
}

#content ul#resources a
{
  padding-left: 20px;
  background: url(../images/arrow.png) 0 50% no-repeat;
}

#content ul#resources li
{
  padding-left: 70px;
  margin-bottom: 3.5ex;
}

ul#resources li.resource-docs
{
  background: url(../images/icon-docs.png) 0 50% no-repeat;
}

ul#resources li.resource-communicate
{
  background: url(../images/icon-communicate.png) 0 50% no-repeat;
}

ul#resources li.resource-download
{
  background: url(../images/icon-download.png) 0 50% no-repeat;
}

#content img.smirk
{
  margin: 0 1ex 0 0;
}

#content p.joinlink
{
  border: 1px solid #DDDDDD;
  background: #EEEEEE;
  padding: 1ex 5ex 1ex 5ex;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

#content #subprojects
{
  margin-right: 5ex;
  padding-top: 1ex;
}
