/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Standard theme for InVox.org                        *
 * Copyright (C) 2005-2006 xOvni <xovni[at]invox.org>  *
 * Released under the GPL license                      *
 * Seems to work with Gecko, KHTML, IE, Opera...       *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* Standard tags */

html {
  margin: 0 40px;
  background: white;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #299;
}

a:hover,
a:focus {
  text-decoration: underline;
}



/* Header and footer */

#head {
  background: #e21;
  color: white;
  padding: .1em 0;
  margin: 0 -40px;
  height: 1em;
}

#head div.list {
  float: left;
}

#foot {
  clear: both;
  background: #e21;
  color: white;
  padding: 1px 0;
  margin: 0 -40px;
  text-align: center;
}

#head a,
#foot a {
  color: white;
}

#head a:hover,
#head a:focus,
#foot a:hover,
#foot a:focus {
  text-decoration: none;
  color: #e21;
  background: white;
}



/* Search */

#search {
  float: right;
  font-size: .8em;
}

#search input {
  font-size: .8em;
  border: solid #e21;
  border-width: 0 1px;
  color: #e21;
  background: white;
}



/* Content */

#content {
  clear: both;
  overflow: auto;
}



/* Main block */

#main {
  float: left;
  width: 75%;
  margin: 0 0 3em 0;
}



/* Secondary block */

#secondary {
  float: left;
  width: 25%;
  text-align: right;
  margin-top: 10em;
}



/* Articles */

.article {
  padding: 1em;
}

.article input {
  font-size: 1em;
  border: solid #e21;
  border-width: 1px;
  margin: .2em;
  color: #e21;
  background: white;
}

#main .article {
  margin: .2em 0;
  padding: 0 20px;
}

.chapo {
  margin: 0 10%;
  font-style: italic;
  font-size: .9em;
}

.notes {
  font-style: italic;
  font-size: .9em;
}

/* Forums */

.forum {
  padding: 1em;
}

.subforum {
  padding: 1em;
}

/* Titres */

.id1 {
  border-color: #383;
}

.id1 h3 {
  color: #383;
}

.id2 {
  border-color: #449;
}

.id2 h3 {
  color: #449;
}

.id3 {
  border-color: #f60;
}

.id3 h3 {
  color: #f60;
}

.id4 {
  border-color: #939;
}

.id4 h3 {
  color: #939;
}



/* Lists */

.list {
  text-align: center;
  font-size: .8em;
}

.list ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

.list ul li {
  display: inline;
  padding: 0 .5em;
}

.list ul li.invisible {
  display: none;
}



/* Logos */

#logo {
  background: url("images/InVox.png") 50% 50% no-repeat;
  height: 200px;
  width: 100%;
  text-indent: -1000em;
  overflow: hidden;
  margin: 1em 0;
}

#logoli {
  background: url("images/InVox.png") 50%  50% no-repeat;
  height: 200px;
  width: 100%;
  text-indent: -1000em;
  overflow: hidden;
  margin: 1em 0;
}



/* Headers */

h2 {
  color: #e21;
  clear: both;
  font-weight: normal;
  margin: 2em 0 1em 2em;
}

h3 {
  padding: 0;
  margin: 0 0 1em -.5em;
  color: #e21;
}

h4 {
  color: #ccc;
  font-size: .8em;  
  font-variant: small-caps;
  font-weight: normal;
  padding: 0;
  margin: -1.7em 0 1em .5em;
}



/* Miscellanea */

#message {
  border: 2px #e21 solid;
  background: #fcc;
  color: #e21;
  margin: 1em;
  padding: .25em 1em;
}

.invisible {
  display: none;
}

#secondary a.spip-admin-boutons {
  display: block;
  width: 100%;
  text-align: right;
}
