/******************************************************************************
 * Cascading-Style-Sheets-Datei um das Aussehen des Login Form Plugins anzupassen
 *
 * Copyright    : (c) 2004 - 2009 The Admidio Team
 * Homepage     : http://www.admidio.org
 * Module-Owner : Markus Fassbender
 * License      : GNU Public License 2 http://www.gnu.org/licenses/gpl-2.0.html
 *
 *****************************************************************************/

#plgLoginFormFieldList {
    margin:             0px;
    padding:            0px;
    list-style-type:    none;
}
 
#plgLoginFormFieldList li { 
    display:            inline;
    text-align:         left;
    float:              none;       /* left : Alles in einer Zeile anzeigen */
    overflow:           hidden;
}

#plgLoginFormFieldList li dl {
    padding:            0px;
    margin-top:         0px;
    margin-bottom:      0px;
}

#plgLoginFormFieldList li dl dt {
    text-align:         left;
    float:              none;       /* none : Label und Feld untereinander */
}

#plgLoginFormFieldList li dl dd {
    margin-left:        0px;      /* 0px  : Label und Feld untereinander */
    text-align:         left;
    font-weight:        bold;
}

#plgRowLoginButton dd {
    padding-bottom:     0px;
}

/* Hack, da der IE mit diesem CSS nicht klar kommt */
ul[id]#plgLoginFormFieldList li {
    display:              block;
}

label {
font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #444444;
}

html {
  font-size: 100%; /*Fix a IE em BUG*/
}
#pixture-reloaded {
  font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #444444;
  background: #eff6f3 url(bg-wall.png) repeat-x left top;
}
#page {
  line-height: 1.5em; 
  text-align: left;
  background: #ffffff url(bg-header.png) repeat-x left top;
}
#content {
  text-align: left;
}
/*-------------------------------------------------------------------*/
/*                          Generic html elements                    */
/*-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.3em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
em {
  text-decoration: none;
  font-weight: normal;
}
.form-item label {
  font-size: 1em;
  font-weight: normal;
  color: #666666;
}
blockquote {
  margin: 4px 10px;
  padding: 10px 15px;
  background: #d9e8e1;
}
abbr, acronym {
  border-bottom: none;
}
#mission, 
.node .content, 
.comment .content {
  line-height: 1.5em;
}
.breadcrumb {
  padding: 0;
  padding-bottom: 2px;
}
/*-------------------------------------------------------------------*/
/*                             Lists                                 */
/*-------------------------------------------------------------------*/
ul {
  margin: 0;
  padding: 0 0 0 1em;
}
li {
  line-height: 1.6em;
}
li a, 
li a:visited, 
li a:active, 
li a:hover {
  font-weight: normal;
}
.item-list ul {
}
.item-list ul li {
  font-size: 11px;
	list-style-image: url(bullet-round.png);
}
.item-list .title {
  font-size: 1em;
}
ul.links li {
  margin: 0;
  padding: 0 2px;  
}
.comment .links {
  margin-bottom: 0;
}
.submitted {
  font-size: 0.9em;
  color: #666666;
}
.links {
  color: #666666;
}
.links a {
  font-weight: normal;
}
/* Menus */
li.leaf {
  list-style-image: url(bullet-round.png);
}
li.collapsed {
  list-style-image: url(bullet-sm-arrow-right.png);
}
li.expanded {
  list-style-image: url(bullet-sm-arrow-down.png);
}
/*-------------------------------------------------------------------*/
/*                             Links                                 */
/*-------------------------------------------------------------------*/
a,
a.active {
  font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #637e72;
}
a:link, a.active:link {
  font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #637e72;
}
a:visited, a.active:visited {
  font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #637e72;
}

a:hover, a.active:hover {
  font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
  text-decoration: underline;
  color: #75a891;
  font-size: 12px;
}
a:focus, a.active:focus {
  outline: none;
}
/*-------------------------------------------------------------------*/
/*                            Tables                                 */
/*-------------------------------------------------------------------*/
table, tr, td, thead, tbody {
  border-spacing: 0;
  border-collapse: collapse;
  border-width: 0px;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
  width: 100%;
  margin: 0 0 10px 0;
}
tr.odd td, tr.even td {
  padding: 0.4em;
}
tr.odd {
  background: #eff6f3;
}
tr.even {
  background: #ffffff;
}
/*-------------------------------------------------------------------*/
/*                             Header                                */
/*-------------------------------------------------------------------*/
div#header {
  background: url(header.png) no-repeat top left;
}
#site-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  overflow: hidden;
}
#site-name a {
  color: #ffffff;
}
#site-name a:hover {
  text-decoration: none;
}
#site-slogan {
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  text-align: left;
}
/* Primary Links */
#primary { 
  color: #ffffff;
  font-size: 12px;
}
#primary ul.links li a {
  font-weight: bold;
  color: #ffffff;
  padding: 8px 12px 9px;
}
#primary ul.links li a:hover {
  background: #010101;
  text-decoration: underline;
}
/* Superfish Default skin */
#superfish-inner .menu {
  float: left;
  margin: 0 0 0 -12px;
}
#superfish-inner .menu a {
  padding: 6px 12px 7px;
  text-decoration:none;
}
#superfish-inner .menu a, 
#superfish-inner .menu a:visited  { 
  color: #ffffff;
}
#superfish-inner .menu li {
  background: #020202;
}
#superfish-inner .menu li li {
  background: #020202;
}
#superfish-inner .menu li li li {
  background: #020202;
}
#superfish-inner .menu li:hover, 
#superfish-inner .menu li.sfHover,
#superfish-inner .menu a:focus, 
#superfish-inner .menu a:hover, 
#superfish-inner .menu a:active {
  background: url(sf-hover-tile.png) repeat-y left top;
  outline: 0;
}
/* Search box */
div#search {
  text-align: right;
  font-size: 11px;
}
#search .form-text {
  font-size: 12px;
  width: 10em;
  padding: 2px 2px;
  border: solid 1px #a8a8a8;
}
div#search label {
  display: none;
}

