/**
 * CSS design for GUGVe
 *
 * Layout scheme
 *
 * Copyright (C) 2006 Miguel Vazquez Gocobachi
 *
 * @author   Miguel Vazquez Gocobachi <demrit@gnu.org>
 * @copyleft 2006 GNU project
 * @license  http://www.gnu.org/licenses/gpl.txt
 */
#wrapper {
    background: transparent url('../graphics/base/wrapper.png') top repeat-y;
    margin: 0 auto;
    width: 728px;
    min-width: 728px;
}

#header {
    background: transparent url('../graphics/base/header.png') top no-repeat;
    width: 728px;
    height: 85px;
}

#footer {
    background: transparent url('../graphics/base/footer.png') top no-repeat;
    width: 728px;
    height: 41px;
}

#layer {
    width: 668px;
    margin-top: -55px;
    margin-left: 28px;
}

/**
 * Banner
 */
#banner {
    background: #ebb33a url('../graphics/base/banner.png') top repeat-x;
    color: #fff;
    width: 668px;
    height: 85px;
}
#banner_promo {
    background: transparent url('../graphics/base/promo.png') top no-repeat;
    width: 234px;
    height: 85px;
    margin-left: 30px;
}
#banner_logo {
    position: absolute;
    background: transparent url('../graphics/logo/gugve.png') top no-repeat;
    width: 128px;
    height: 122px;
    top: 30px;
    margin-left: 250px;
}

/*#banner_logo {
    display: none;
}*/

#banner_lborder {
    background: transparent url('../graphics/base/lbanner.png') top no-repeat;
    width: 23px;
    height: 85px;
    float: left;
}

#banner_rborder {
    background: transparent url('../graphics/base/rbanner.png') top no-repeat;
    width: 23px;
    height: 85px;
    float: right;
}

#banner_promo span {
    display: none;
}

#banner_logo h1 {
    display: none;
}

#banner_misc {
   width: 15%;
   top: 85px;
   left: 660px;
   position: absolute;
   font-weight: bold;
}

/**
 * Menu
 */
#menu {
    background: transparent url('../graphics/base/menu.png') top repeat-x;
    width: 668px;
    height: 31px;
    margin-top: 10px;
}

#lmenu {
    background: transparent url('../graphics/base/lmenu.png') top no-repeat;
    width: 8px;
    height: 31px;
    float: left;
}

#rmenu {
    background: transparent url('../graphics/base/rmenu.png') top no-repeat;
    width: 8px;
    height: 31px;
    float: right;
}

div.menuinfo {
    background-color: transparent;
    color: #fff;
    padding: 7px;
}

div.menuinfo a {
    background-color: transparent;
    color: #f2f2f2;
    font-weight: bold;
    text-decoration: none;
}

div.menuinfo a:hover {
    background-color: transparent;
    color: #fff;
}

/**
 * Container 
 */
#container {
    margin-top: 12px;
}

#content {
    width: 72%;
}

#sidebar {
    width: 28%;
    min-height: 460px;
    height: 460px;
    float: right;
}

/**
 * Quotes
 */ 
#quote {
    background-color: #f4f4f4;
    color: #2598be;
    width: 466px;
    min-width: 466px;
    max-width: 466px;
}

#quotedata {
    margin-top: -10px;
    margin-bottom: -10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

#quotetop {
    background: transparent url('../graphics/base/quotetop.png') top no-repeat;
    width: 466px;
    height: 16px;
}

#quotebottom {
    background: transparent url('../graphics/base/quotebottom.png') top no-repeat;
    width: 466px;
    height: 16px;
}

/**
 * FSF information and GUGVe Novedades
 */
#info {
    width: 466px;
}

#info-fsfdesc {
    width: 55%;
    text-align: justify;
}

#info-fsfdesc img {
    padding: 5px;
}

#info-features {
    width: 40%;
    margin-top: -10px;
    float: right;
}

#info-features ul {
    list-style: none;
    margin-left: -38px;
}

#info-features li {
    margin-top: 8px;
}

/**
 * Sidebar
 *
 * News, Events and more
 */
#sidebar {
    color: #999;
}

/**
 * Misc
 */
.yellow-links a {
    color: #de9904;
}

.yellow-links a:hover {
    color: #e8a20c;
}
