*
{
  margin: 0;
  padding: 0;
}

html, body
{
  height: 100%;
}

body
{
  font-size: 76%;
}

a img
{
  border: none;
}

#wrapper
{
  font: normal 1em/1.5 sans-serif;
  margin-left: 0px;
  min-height: 100%;
  padding-right: 0px;
  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 a
{
  display: block;
  text-indent: -9999px;
  background: url(../images/logo.png) 0 50% no-repeat;
  height: 48px;
  width: 138px;
  overflow: hidden;
  text-decoration: none;
}

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

#banner
{
  text-align: center;
}

#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: 200px;
  padding: 1.5ex 2ex 120px;
  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
{
  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: 0px none;
  padding: 0.6ex;
}

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

#content ul, #content ol {
  margin: 0 3ex 2ex;
}

#content ul
{
  list-style: square;
}

#content img
{
  margin: 2ex 0;
}



#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: 0px;
  padding-right: 0px;
}

#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;
  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;
}

#content a
{
  color: #337ACC;
}

/* get-fedora styles */

.download-block .button:hover {
  background-color: #9ECFFF !important;
}

.download-block {
  padding: 1.5em 2em;
  margin-right: 23em;
}

.download-sidebar {
  float: right;
  width: 21em;
  margin-left: 2em;
}

.download-sidebar a {
  font-size: 1.5em;
  display: block;
  padding: 1em;
  margin: 1em 0;
}

#other {
  margin-top: 2ex;
  background-color: #F0F0F0!important;
}

.download-block h3 {
  margin-top: 0!important;
}


.download-block em.byline {
  display: block;
  color: #999999;
  font-size: 0.8em;
}

.download-block .button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFFFFF!important;
  text-decoration: none;
  font-weight: bold;
  line-height: 3;
  margin: 0;
  padding: 0.4em 0.5em;
  border: 1px solid #446382;
  background-color: #5F94C9 !important;
  margin-top: 0.9em;

}

.download-block .fine-print {
  font-size: xx-small !important;
  color: #999999;
  font-style: italic;
}

.resources-pane {
  float: right;
  background-color: #E5E5E5;
  padding: 0.5em 1em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-left: 1em;
}

.download-block p img {
  float: left;
  margin-right: 1.4em !important;
}

/** sidebar boxes for get-fedora **/

.download-sidebar a {
  display: block;
  background: #337ACC url(../images/gradient_bg.png) repeat-x;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.download-sidebar a.even {
    background-color: #1855A2;
}

.download-sidebar a:hover {
    background-color: #1158AA;
}

.download-sidebar a.even:hover {
    background-color: #003380;
}

.download-sidebar a:link,
.download-sidebar a:active,
.download-sidebar a:visited {
  color: #FFFFFF!important;
  font-size: medium;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
}

#breadcrumbs {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 1ex;
  margin-right: 24%;
}

#breadcrumbs a {
  text-decoration: none;
  font-size: 1em;
  color: #7788DD;
}

/** Web App Styles **/
/* Links to other web apps */
a.bodhi {
  padding-left: 20px;
  background: url(../images/icons/fedora-infra-icon_bodhi.png) 0 50% no-repeat;
}

a.koji {
  padding-left: 20px;
  background: url(../images/icons/fedora-infra-icon_koji.png) 0 50% no-repeat;
}

a.bugz {
  padding-left: 20px;
  background: url(../images/icons/fedora-infra-icon_bugzilla.png) 0 50% no-repeat;
}

a.pkgdb {
  padding-left: 20px;
  background: url(../images/icons/fedora-infra-icon_pkgdb.png) 0 50% no-repeat;
}

a.cvs {
  padding-left: 20px;
  background: url(../images/icons/fedora-infra-icon_source-control.png) 0 50% no-repeat;
}

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

/* style to hide an element */
.invisible {
  display: none;
}

/* styles for tg flash messages */
.flash {
  background: #DEE681;
  border: 1px solid #CCBBAA;
  padding: 1.5ex 15px 1.5ex 43px;
  margin: 1ex 0;
}

.flash .success {
  background: #DEE681 url(../images/success.png) 10px 50% no-repeat;
}

.flash .warning {
  background: #DEE681 url(../images/important.png) 10px 50% no-repeat;
}

.flash .info {
  background: #DEE681 url(../images/info.png) 10px 50% no-repeat;
}

/* toolbar styles */
.toolbar {
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
  text-transform: uppercase;
  vertical-align: middle;
}

.toolbar * {
  display: inline;
}

#head #main-toolbar {
  float: right;
  margin-top: 9px;
  width: 50%;
}

.toolbar input.button {
  background-color: #888888;
  color: white;
  font-size: 0.9em;
  margin-left: 5px;
  padding: 2px;
  text-transform: uppercase;
  vertical-align: middle;
}

/* panel styles */
#content .panel {
  border: medium none;
  margin-top: 12px;
}

#content .panel h3 {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  background-color: #D2D2D2;
  color: white;
  font-size: 1em;
  padding: 8px 6px 6px;
  text-transform: uppercase;
  margin: 0;
}
i
/* Login panel */
#login-box form .field {
  margin: 0 0 1ex;
  overflow: hidden;
  text-align: left;
}

#login-box .field label {
  clear: left
  float:left;
  padding:0 2ex 0 0;
  text-align:left;
  width:32ex;
}

#content .login {
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  background-color: #5F94C9;
  color: white;
  padding: 8px 12px;
}

#content div.login * {
  color: white;
  scroll 0 0;
  padding: 0;
  margin: 0;
}

#content .login h3 {
  background-color: #5F94C9;
}

#content .login input {
  padding: 2px 5px;
  margin-bottom: 5px;
  color: black;
}

#content .login label {
  color: white;
  display: block;
  float: left;
  font-size: 0.8em;
  margin-right: 10px;
  width: 60px;
  text-align: left;
}

#content .login .button {
  background-color: #777777;
  border: 1px solid #555555;
  color: white;
}

#content .login ul {
  list-style-position: inside;
}

