/*
Theme Name: ISI2 Theme for Wordpress
Theme URI: http://www.wir-sind-du.de/
Description: Theme for Wordpress
Version: 1.0
Author: &nbsp; DU-IT GmbH
Author URI: http://www.duit.de
Tags: ISI2, Wir-sind-DU, Wir, sind, DU, Duisburg, Integration

	This theme was designed by Heiko Bugaj <bugaj@mondialdruck.de>,
	whose website you will find at www.mondialdruck.de

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* General Styles
 ******************************************************************************/
body {
  font-family: "Helvetica", sans-serif;
  color: #3F3F3F;
  font-weight: normal;
  padding: 1em 0 1em 0;
}
h1 { font-size: 123.1% !important; }
h2 { font-size: 103% !important; }
h3 { font-size: 103% !important; }
h4 { font-size: 103% !important; }
h5 { font-size: 93% !important; }
h6 { font-size: 85% !important; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
#ctbody h1 { padding: 5px 0 2px 0px; }
#ctbody h2 { padding: 8px 0 3px 5px; }
#ctbody h3 { padding: 8px 0 3px 5px; }
#ctbody h4 { padding: 8px 0 3px 5px; }
#ctbody h5 { padding: 6px 0 2px 5px; }
#ctbody h5 { padding: 5px 0 1px 5px; }
p {
  font-size: 93%;
}
strong { font-weight: bold; }
#content thead { font-weight: bold; }
.text h3 { margin-top: 1em; }
/* Border Styles
 ******************************************************************************/
.border_unterwegs { border-left: 4px solid #A5C721; }
.border_default   { border-left: 4px solid #3F3F3F; }
.border_community { border-left: 4px solid #1DBBEA; }
/* Link Styles
 ******************************************************************************/
a {
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
a:link {
  color: #3F3F3F;
}
a:hover, a:active, a:visited {
  color: #E2003B;
}
a:visited {
  border-bottom: 1px solid #000;
}

/* Site Container Styles
 ******************************************************************************/
#site {
  width: 73.8461em;
  *width: 71.9999em;
  margin: 0 auto;
  border: 1px solid #8C8C8C;
  font-family: Helvetica;
  padding: 0.4em 0 0.4em 0;
  margin-bottom: 1em;
}

/* Header Styles
 ******************************************************************************/
#header {
  height: 12.15385em;
}
#header h1 {
  float: left;
}
#header h1 a {
  border: 0;
}
#header ul {
  float: right;
  border-left: 4px solid #3F3F3F;
  margin-right: 1em;
  padding: 8px 0 3px 5px;
}
#header ul li {
  display: inline;
  margin-left: 0em;
}
#header ul > li:first-child {
  padding-right: 0.7em;
}

#header ul li a, #header ul li a:visited {
  text-decoration: none !important;
  border-bottom: none !important;
}
#header form {
  float: right;
  margin-top: 1em;
}


/* Navigation Styles
 ******************************************************************************/
#navi a, #navi a:hover, #navi a:link, #navi a:active, #navi a:visited {
  border-bottom: 0;
}

#navi {
  margin-top: 0.3em;
  background-color: #F2F2F2;
  height: 5em;
  margin-bottom: 1em;
}

#nav {
  padding-top: 0.8em;
  display: inline;
  position: relative;
  clear: left;
  float: left;
  list-style: none;
  padding-left: 0.7em;
}

#nav li{
  display: inline;
  line-height: 1.5em;
  height: 1.5em;
}

#nav li a {
  display: block;
  float: left;
  color: #3F3F3F;
  text-decoration: none;
  padding: 0.3em 1.5em 0 0.5em;
  border-left: 4px solid #3F3F3F;
  font-weight: bold;
}
#nav li ul li a {
  border-left-width: 2px !important;
}
#nav li.page-item-9  a { border-left: 4px solid #E2003B; }
#nav li.page-item-10 a { border-left: 4px solid #1DBBEA; }
#nav li.page-item-13 a { border-left: 4px solid #A5C721; }
#nav li.page-item-14 a { border-left: 4px solid #F79600; }
#nav li.page-item-16 a { border-left: 4px solid #3F3F3F; }
#nav li.page-item-20 a { border-left: 4px solid #3F3F3F; }
#nav li.page-item-22 a { border-left: 4px solid #3F3F3F; }
#na li ul li a {
  border-left-width: 2px !important;
}

#nav li:hover a, #nav li:hover ul a:hover {
  border-bottom: 1px dotted #3F3F3F;
}
#nav li:hover ul a {
  border-bottom: 0;
}

#nav li ul {
  position: absolute;
  left: -999em;
  z-index: 999;
  list-style: none;
  height: 2em;
  padding-top: 0.5em;
  padding-left: 0.7em;
}

#nav li li{
  float: left;
  text-indent: 0;
  vertical-align: middle;
  line-height: 1em;
  display: block;
  padding-top: 0.7em;
  font-size: 90%;
}

#nav li.current ul {
  top: 2em;
  left: 0px;
  width: 100%;
  z-index:2;
}


#nav li li a {
   float: left;
   width: auto !important;
}


/* Content Styles
 ******************************************************************************/
#content {
  float: left;
  width: 46.0038em;
  *width: 44.8537em;
  padding-bottom:1em;
}
#ctbody {
  padding-left: 0.8em;
}
#right {
  float: right;
  width: 27.0423em;
  *width: 26.2662em;
}
#right li, #right table, #right p {
  font-size: 85%;
  }
#right li ul li {
  font-size: 100%;
}

#right p {
  padding: 1em 0 1em 0;
}
#right ul {
  margin-top: 1em;
  margin-bottom: 2em;
}
#right ul li {
  list-style:square outside url("./images/bullet_arrow_right.jpg");
  margin-left: 1.2em;
}
.libotmarg li { margin-bottom:1em; }
#content h4, #content h3 {
  border-left: 4px solid #E2003B;
  padding-left: 0.4em;
}
#content h4.orange {
  border-left: 4px solid #F79600 !important;
}
#content h4 {
  margin-bottom: 1em;
}
#content .entry50 h4 {
  margin-bottom: 0;
}
#sr_right {
  width: 50%;
  float: right;
}
#sr_left {
  width: 50%;
  float: right;
  *float: left;
  *width: 48%;
}
#sr_right, #sr_left {
  background-color: #FBFBFB;
}
.pad {
  padding: 5px;
}
#catlist {
  margin-top: 1em;
  margin-bottom: 1em;
}
#catlist li {
  margin-bottom: 0.4em;
  }
#tagcloud {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* Teaser Styles
 ******************************************************************************/
#t_main {
  height: 15em;
  margin-bottom: 1em;
}
#t_main h3, #t_left h4, #t_center h4, #t_right h4 {
  border-left: 4px solid #F79600;
  margin-bottom: 0.5em;
  margin-top: 0;
}
#t_main img {
  float: left;
  margin-right: 1.5em;
  border: 1px solid #F79600;
  padding: 5px;
}
#teaser ul li {
  list-style:square outside url("./images/bullet_arrow_right.jpg");
  margin-left: 15px;
}
#t_left, #t_center, #t_right {
  float: left;
  width: 15.2546em;
  *width: 14.873em;
  margin-top: 1em;
}
#t_left img, #t_center img, #t_right img {
  border: 1px solid #F79600;
  padding: 5px;
}
#t_left h4, #t_center h4, #t_right h4 {
  height: 2.5em;
  vertical-align: bottom;
}

/* Item Styles
 ******************************************************************************/
.item {
  clear: both;
  margin-bottom: 1em;
  *margin-bottom: -0.6em;
}
.item h2 {
  padding: 9px 0 8px 0px !important;
}
.item p {
  font-size: 100%;
}
.item img {
  float: left;
  border: 1px solid #E2003B;
  padding: 5px;
  margin: 0 5px 0 0;
}
div.text {
  float: left;
  padding-right: 5px;
}
div.text p { margin-bottom: 1.5em; }

.item li {
  list-style:square outside url("./images/bullet_arrow_right.jpg");
  margin-left: 1.5em;
}
/* Plugin Styles
 ******************************************************************************/
div.entry50 {
  padding: 2%;
  width: 46%;
  float: left;
  height: 6em;
line-height: 1.5em;
  overflow: hidden;
}
#content li {
  line-height: 1.5em;
}

body.page-id-11 #content h4, body.page-id-11 #content h3,
body.page-id-12 #content h4, body.page-id-12 #content h3 {
  border-left: 4px solid #1DBBEA;
  padding-left: 0.4em;
}
body.page-id-13 #content h4, body.page-id-13 #content h3 {
  border-left: 4px solid #A5C721;
  padding-left: 0.4em;
}
body.page-id-14 #content h4, body.page-id-14 #content h3 {
  border-left: 4px solid #F79600;
  padding-left: 0.4em;
}
body.page-id-16 #content h4, body.page-id-16 #content h3,
body.page-id-20 #content h4, body.page-id-20 #content h3,
body.page-id-22 #content h4, body.page-id-22 #content h3,
body.page-id-75 #content h4, body.page-id-75 #content h3,
body.page-id-77 #content h4, body.page-id-77 #content h3,
body.page-id-87 #content h4, body.page-id-87 #content h3,
body.page-id-89 #content h4, body.page-id-89 #content h3,
body.page-id-91 #content h4, body.page-id-91 #content h3 {
  border-left: 4px solid #3F3F3F;
  padding-left: 0.4em;
}
/* Calendar
 *****************************/

.dc_tooltip {
  position: absolute;
  left: -9999px;
  background-color: #fff;
  border: 4px solid #A5C721;
  padding: 0.5em;
  font-size: 113.1%;
  font-weight: bold;
}
#dc_small { table-layout:fixed;}
#dc_small th, #dc_small td {
  width: 2em;
  height: 2em;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
#dc_small > th { width:14em; }
#dc_small th#calmonth {
  text-align: left;
  font-weight: bold;
  border: none;
}
.dc_pointer {
  cursor: pointer;
}
.dc_view_wrap {
  clear: left;
  margin-bottom: 0.5em;
  width: 44em;
  padding-left: 25px;
  
}
.dc_view_wrap div {
  float: left;
  padding: 0 2px 0 2px;
}

/* Referatsseite
 ******************************/
div.entryRef { width: 46%; padding: 2%; float: left; height: 9em; }
.entryRef img { float: left; width: 75px; height: 95px; }
.entryRef p { float: left; width: 13em; *width:12.675em; margin:-10px 0 00; padding:  0;}
.entryRef p span { font-weight: bold; }

/* Formularelemente
 ******************************************************************************/
input {
  background-color:#fff;
  color: #000;
  border: 2px solid #666;
}
input#submit,input#searchsubmit,input#s,input#topsubmit {
  padding: 0.6em;
  font-weight: bold;
}
input#s, input#topsubmit {
  width: 6em;
  padding: 0.2em;
  font-weight: normal;
}
#searchbg {
  padding-right: 1em;
}
textarea#comment {
  width: 95%;
  padding: 0.5em;
  border: 2px solid #666;
}
/* Skiplink Navigation
 *****************************************************************************/
.skip, .hideme {
  left: -32768px;
  position: absolute;
  top: -32768px;
}
.page_current {background-color:#ddd;}