


body {
  background: #d1e450;
}

#wrap {
  background: #d1e450;
}

#content {
  clear: both;
  background: #fff;
  padding: 20px;
  width: 840px;
}

.col1 {
  float: left;
  width: 540px;
  padding: auto 20px;
}

.col2 {
  float: left;
  width: 270px;
}

.mitad {
  width: 400px;
}

#gr-header-wrap {
  padding-top: 54px;
  background: #d1e450;
  width: 100%;
}

#gr-header {
  margin: 0 auto;
  text-align: left;
  width: 900px;
  position: relative;
  /*height: 132px;*/
}

#gr-header h1 {
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 500px;
}

/* fix i.e. */
#gr-header h1 {
  *padding-bottom: 18px;
}

/* group-logo - includes logo + link */

#group-logo { margin-left: 10px; float: left; }
#group-logo img { vertical-align: middle; }
#group-logo a, #group-logo a:visited {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}
#group-logo h1 small a, #group-logo h1 small a:visited { font-size: 12px; color: #666; }
#group-logo h1 small a:hover { background:#97C54F  }



/* le reste est le style de message-nav */

 /*
/*  Group main menu
-------------------------------------------------------------- */

#navvy {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}
#navvy li {
  float: left;
  padding: 0 10px 12px 10px;
  margin: 0px;
  font-size: 90%;
}
#navvy li a {
  color: #333;
  padding: .4em;
  text-decoration: none;
}

#navvy li#current { background: transparent url(/images/nav_on_bg.png) no-repeat scroll center bottom }
#navvy li#current a { color: #97C54F; font-weight: bold; }
#navvy li#current a:hover { color: #333; }

#navvy li a:hover {
  color: #333;
  background: #97C54F;
  padding: .4em;
}

 /*
/*  Group admin menu
-------------------------------------------------------------- */

#gr-admin-nav-wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
  !margin-top: 40px;
}

 /*
/*  Footer
-------------------------------------------------------------- */

#footer-wrapper {
  position: relative;
  bottom: 0;
  float: left;
  width: 100%;
  height: 110px;
  border-top: none;
  background: #d1e450 ;
}

#footer {
  padding: 24px 0 0 0;
  width: 880px;
}

#footer-nav {
  float: left;
  width: 400px;
  text-align: left;
  font-size: 12px;
}

#footer-separator {
  border-top: 3px solid #97C54F;
  width: 332px;
  margin: 6px 0 4px 3px;
}

#footer-nav a, #footer-nav a:visited {
  color: #333;
  font-weight: normal;
  padding: .3em;
  text-decoration: underline;
}

#footer-nav a:hover {
  background: #97C54F;
  padding: .3em;
  text-decoration: none;
}

#footer #logos {
  float: right;
}

 /*
/*  User Box
-------------------------------------------------------------- */
#userbox {
    float: right;
    background: #97C54F;
    width: 310px;
    height: 66px;
    padding: 4px;
    margin-top: 7px;
    margin-right: 8px;
    font-size: 12px;
}

#userbox #avatar {
    float: left;
    margin: 10px 10px 0 5px;
    width: 40px;
}
#userbox #avatar img { /*width: 45px; /*border: 2px solid white;*/ }

#userbox #words {
    float: left;
    width: 75%;
    !width: 80%;
}

#userbox #words #username {
    font-size: 12px;
    font-weight: bolder;
    margin: 14px 0 0 0px;
}

#userbox #words #username #name {
  float: left;
}

#userbox #words #username #quicklinks {
  float: right;
  width: 90px;
}


#userbox #userlinks {
  clear: both;
  margin-top: 12px;
  width: 100%;
}

#userbox #userlinks img { vertical-align: middle; }

#userbox #userlinks a, #userbox #userlinks a:visited {
    color: #333;
    font-size: 11px;
}

#userbox #userlinks a:hover { text-decoration: none; }



 /*
/*  Colors
-------------------------------------------------------------- */

#colortab {
  float: left;
  margin-right: 20px;
}

table {
  width: 200px;
}

td#pcolor {
  border: 1px solid #333;
  background: #d1e450;
  width: 25px;
}

td#scolor {
  border: 1px solid #333;
  background: #97C54F;
  width: 25px;
}


 /*
/*  admin box
-------------------------------------------------------------- */

.adminbox {
  border: 3px dashed #333;
  background: #FBE3E4;
  padding: 5px;
}

p.group_admin_members {
  float: right;
  color: #666;
}


 /*
/*  group nav header
-------------------------------------------------------------- */

#gr-navheader-wrapper {
  position: fixed;
  top: 0
  left: 0;
  width: 100%;
  height: 44px;
  background: #d1e450 url(/images/header_bg.png) bottom repeat-x;
  border-bottom: 6px solid #97C54F;
  z-index: 99;
  text-align: center;
}

#gr-navheader {
  margin: 0 auto;
  text-align: left;
  width: 900px;
  position: relative;
}

#gr-navheader h1 { width: 400px; float: left; }

#gr-navheader #search {
  float: right;
  width: 300px;
  padding: 3px;
}


 /*
/*  group info zone
-------------------------------------------------------------- */

#groupinfo {
  background: #eee;
  border: 1px solid #ccc;
  width: 450px;
  height: 200px;
  margin: 50px 20px 20px 20px;
  padding: 15px;
}
