/*******************************************************************************
*                                                                              *
*  Theme       :  InPlaceRichEditor                                                *
*  Author      :  Sébastien Grosjean                                           *
*  Web         :  http://zencocoon.com/                                        *
*  Modified    :  06-may-2007 by Sébastien Grosjean                            *
*                                                                              *
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

input {
    padding: 0.2em 0.5em;
}

hr {
    margin-left: 10%;
    border: 1px solid #96e728;
    width: 80%;
    margin-top: 1em;
}

div.clear {
    clear: both;
}

body {
    font-family: verdana, arial, Helvetica, sans-serif;
    border-top: 7px solid #96e728;
    background-color: #ffffff;
    color: #1A1A1A;
    line-height: 1.6em;
}

a {
    text-decoration: none;
    color: #96e728;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

#extra1 {
    display: block;
    width: 150px;
    height: 136px;
    position: absolute;
    top: 1em;
    left: 2em;
    background-image: url('/images/small_cube_green.png');
    background-repeat: no-reapet;
}

#header {
    background-color: #29373b;
    padding: 1.2em 0 1em 0;
}

h1 {
    width: 900px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    padding-bottom: 0.2em;
}

h1 a {
    color: #878787;
}

h1 a:hover {
    color: #878787;
}

#header p.author {
    width: 900px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    color: #96e728;
    font-size: x-small;
}

#header p a {
    font-size: larger;
}

#header h1 {
    margin: 0 auto;
}

#header span.version {
    font-weight: bold;
    font-size: 0.5em;
    color: #96e728;
}

#header span.feed {
    margin-top: auto;
}

#header span.feed img {
    border: none;
}

#header p.author {
    clear: both;
}

#menu {
    text-align: center;
    border-bottom: 7px solid #96e728;
    background-color: #212c2f;
}

#menu ul {
    list-style: none;
}

#menu li {
    display: inline;
    padding: 0.2em 0;
}

#menu li a  {
    color: #ffffff;
    padding: 0.3em 1em;
}

#menu li a:hover  {
    text-decoration: none;
    color: #96e728;
}

#menu li.selected a,
#menu li.selected a:hover  {
	color: #ffffff;
    background-color: #96e728;
}

#content {
    width: 900px;
    position: relative;
    text-align: justify;
    margin: 0 auto;
    margin-top: 2em;
}

#content h1 {
    text-align: left;
    margin-bottom: 0.6em;
}

#content h2 {
    color: #96e728;
    margin-bottom: 1em;
}

#content h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#content h4 {
    margin-top: 2em;
    margin-bottom: 0.5em;
}

#content p.tested {
    margin: 1em 0;
}

#content p.notice {
    border: 1px solid #96e728;
    padding: 0.5em 1em;
}

#content p.howto {
    font-style: italic;
    color: #666666;
    padding-left: 1em;
    margin-bottom: 1em;
}

#content .tobeedited {
    border: 1px dashed #96e728;
    padding: 1em 2em;
    margin-bottom: 1em;
}

#content .tobeedited a {
    color: #000000;
}

#content p.bug {
    font-weight: bold;
    font-style: italic;
    padding-left: 1em;
    text-decoration: underline;
}

#content #submenu {
    margin-bottom: 1em;
}

#content div.changelog div.change p {
    margin-left: 1em;
}

#content div.changelog div.change span.version {
    margin-left: 0.5em;
    color: #96e728;
    font-weight: bold;
}

#content span.warning,
#content span.warning a {
    color: #ff0000;
}

#footer {
    margin-top: 2em;
    text-align: center;
    font-size: smaller;
}

#content p.download {
  margin: 3em;
  text-align: center;
}

#content p.download a {
  background-color: #eee;
  border: 1px solid #96E728;
  padding: 1em 2em;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#content pre {
  background-color: #f1fff1;
  border: 1px solid #96E728;
  padding: 0.5em 1em;
  margin: 1em 0;
}

#content ul {
  margin-left: 1.5em;
}

#donate {
  width: 980px;
  margin: 0 auto;
  position: relative;  
}

#donate form {
  position: absolute;
  right: 20px;
  top: -60px;
}