/* $Id: zen.css,v 1.14 2008/09/15 10:36:22 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/

/* gerd */

 body
  {
    margin: 0;
    padding: 0px;
    background-color: #000000;
    text-align: center;
    font-family:  arial, sans-serif;
    font-size: 11px;
  }
  
  
/* gallery */
.node-type-gallery {
display: block;
}

.field-field-gallery-image {
display: block;
background-color: #ececec;
text-align: center;
}

.field-field-gallery-images {
display: block;
height: 100px;

}



/* /gallery */  
 
#content-area pre { display: none;
}
 
 #content-field-overview { background-color: #FFFFFF;
    margin-top: 50px;
    position: absolute;
    z-index: 999;
 } 
  
  /*gerd start */
  
  .clear { display: block;
  width: 100%;
  clear: both;
  height: 1px;
  overflow: hidden;
  }
  
  img { border: none;
  }
  
  h3 { display: block; 
  margin-top: 8px;
  margin-bottom: 8px;
  
  }
  table.views-table { width: 100%;}
    table.views-table td { vertical-align: top; text-align: left; border-bottom: 1px solid #ffffff; border-top: 1px solid #dddddd;   }
    table.views-table th { vertical-align: top; text-align: left; }
  
#forum

 #forum table { width: 100%;}
#forum    table td { vertical-align: top; text-align: left; border-bottom: 1px solid #ffffff; border-top: 1px solid #dddddd;   }
#forum    table th { vertical-align: top; text-align: left; }
  
.containerbox{ 
	display: block;width: 990px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.headerbox{ 
	display: block;
width: 990px;
height: 237px;
position: relative;
overflow: hidden;
background-color: #000000;
background-image: url(bg_header_projects.gif);
background-repeat: no-repeat;

} 

.headerbox a:link { color: #ffffff; text-decoration: none;}
.headerbox a:active { color: #ffffff; text-decoration: none;}
.headerbox a:visited { color: #ffffff; text-decoration: none;}
.headerbox a:hover { color: #ffffff; }

.headermenubox{
display: block;
width: 204px;
height: 100px;
position: absolute;
right: 10px;
bottom: 10px;
z-index: 10;


}


#block-menu-menu-headermenu .content ul.menu { list-style-type: none;
	border: 0px;
	padding: 0px;
}

#block-menu-menu-headermenu h2 { display: none;
}


#block-menu-menu-headermenu .content ul.menu li { list-style-type: none;
	background-color: #000000; 
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 11px;
}

#block-menu-menu-headermenu .content ul.menu li a:link {	font-size: 11px; display: block;  line-height: 15px; padding-left: 7px;   padding-right: 30px;  margin-bottom: 3px; color: #ffffff; text-decoration: none; }
#block-menu-menu-headermenu .content ul.menu li a:active { 	font-size: 11px; display: block;   line-height: 15px;  padding-left: 7px;   padding-right: 30px; margin-bottom: 3px;  color: #ffffff; text-decoration: none;  }
#block-menu-menu-headermenu .content ul.menu li a:visited {	font-size: 11px;display: block; line-height: 15px;  padding-left: 7px;   padding-right: 30px; margin-bottom: 3px;   color: #ffffff;  text-decoration: none;  }
#block-menu-menu-headermenu .content ul.menu li a:hover {	font-size: 11px; display: block;  line-height: 15px;  padding-left: 7px;   padding-right: 30px; margin-bottom: 3px;  color: #999999;  text-decoration: none; background-image: url(bg_headermenu_a_orange.gif); background-repeat: no-repeat; background-position: right;  }





ul.headermenu { list-style-type: none;
	border: 0px;
	padding: 0px;
}

.headermenu li { list-style-type: none;
	background-color: #000000; 
	margin-bottom: 2px;
	text-transform: uppercase;
}


.headermenu li a:link { display: block;  line-height: 15px; padding-left: 7px;   padding-right: 30px;  margin-bottom: 3px; color: #ffffff; text-decoration: none; }
.headermenu li a:active {  display: block;   line-height: 15px;  padding-left: 7px;   padding-right: 30px; margin-bottom: 3px;  color: #ffffff; text-decoration: none;  }
.headermenu li a:visited { display: block; line-height: 15px;  padding-left: 7px;   padding-right: 30px; margin-bottom: 3px;   color: #ffffff;  text-decoration: none;  }
.headermenu li a:hover { display: block;  line-height: 15px;  padding-left: 7px;   padding-right: 30px; margin-bottom: 3px;  color: #999999;  text-decoration: none; background-image: url(bg_headermenu_a_orange.gif); background-repeat: no-repeat; background-position: right;  }



.main_box{ display: block;
background-color: #000000;
width: 990px;
}

.left_sidebar_box { 
display: block;
width: 210px; 
width: 160px; 
overflow: hidden;
background-color: #000000;
float: left;
color: #ffffff;
}

.left_sidebar_box h2.title{ display: block; }

.left_sidebar_box ul.menu { display: block; margin-left: 4px;  }

.left_sidebar_box ul.menu ul.menu { display: block; margin-left: 7px;  }

.left_sidebar_box ul.menu li { display: block; color: #ffffff; margin-left: 7px;  }

.left_sidebar_box ul.menu ul.menu li { display: block; color: #ffffff; margin-left: 7px;  }

.left_sidebar_box ul.menu a.active:link { color: #9a4b2d;}
.left_sidebar_box ul.menu a.active:active { color: #9a4b2d;}
.left_sidebar_box ul.menu a.active:visited { color: #9a4b2d;}
.left_sidebar_box ul.menu a.active:hover { color: #9a4b2d;}


.edit { background-color: #000000; }
.edit a:link { color: #000000; }
.edit a:active { color: #000000; }
.edit a:visited { color: #000000; }
.edit a:hover { color: #000000; }

a.block-config:link { color: #000000; }
a.block-config:active { color: #000000; }
a.block-config:visited { color: #000000; }
a.block-config:hover { color: #000000; }

#content-area a:link { color:#9a4b2d; text-decoration: none; }
#content-area a:active { color:#9a4b2d; text-decoration: none; }
#content-area a:visited { color:#9a4b2d; text-decoration: none; }
#content-area a:hover { color:#9a4b2d; text-decoration: underline; }

#content-area h2.title{ display: block; padding-top: 4px; 
padding-bottom: 3px;
/* border-bottom: 2px solid #000000; */
border-top: 0px solid #cccccc;
}

#content-area .meta { display: block; padding: 0px; 
border-top: 1px solid #d9dbda;

background-color: #ffffff;
padding-left: 6px;
padding-top: 2px;
padding-right: 6px;
padding-bottom: 2px;
}

.meta a:link { display: inline; white-space: no-wrap; }
.meta a:active { display: inline;  white-space: no-wrap; }
.meta a:visited { display: inline; white-space: no-wrap; }
.meta a:hover { display: inline; white-space: no-wrap; }

#content-area h2.title a:link {text-decoration: none; color: #9a4b2d; }
#content-area h2.title a:active {text-decoration: none; color: #9a4b2d;  }
#content-area h2.title a:visited {text-decoration: none; color: #9a4b2d;  }
#content-area h2.title a:hover {text-decoration: underline; color: #000000;  }

#content-area .content{ display: block; margin: 0px; margin-bottom: 0px;  padding-left: 6px;
padding-top: 2px;
padding-right: 6px;
padding-bottom: 6px;}

#content-area .node-inner { display: block; margin: 0px; margin-bottom: 14px;   }

ul.main_user_menu { list-style-type: none; padding: 0px; margin: 0px; width: 140px;   }

li.main_user { line-height: 28px; padding: 0px; margin: 0px;  }
li.main_user a:link { text-decoration: none; text-align: right; display: block; padding-right: 14px; color: #ffffff; font-weight: bold; background-image:url(bg_main_user_menu_a_orange.gif); background-repeat: no-repeat; font-size: 12px; text-transform: uppercase; }
li.main_user a:active {  text-decoration: none; text-align: right; display: block; padding-right:  14px;  color: #ffffff; font-weight: bold; background-image:url(bg_main_user_menu_a_orange.gif); background-repeat: no-repeat; font-size: 12px; text-transform: uppercase; }
li.main_user a:visited {  text-decoration: none; text-align: right; display: block; padding-right: 14px;  color: #ffffff; font-weight: bold; background-image:url(bg_main_user_menu_a_orange.gif); background-repeat: no-repeat; font-size: 12px; text-transform: uppercase; }
li.main_user a:hover {  text-decoration: none; text-align: right; display: block; padding-right: 14px;   color: #ffffff; font-weight: bold; background-image:url(bg_main_user_menu_a_orange.gif); background-repeat: no-repeat; font-size: 12px; text-transform: uppercase; }

.left_sidebar_box a:link {color: #ffffff;  text-decoration: none; }
.left_sidebar_box a:active {color: #ffffff; text-decoration: none; }
.left_sidebar_box a:visited {color: #ffffff; text-decoration: none; }
.left_sidebar_box a:hover {color: #ffffff; text-decoration: underline; }



.left_sidebar_box h2.title  {width: 140px; line-height: 28px; text-decoration: none; text-align: left; display: block; padding-left: 14px; color: #ffffff; font-weight: bold; background-image:url(bg_main_user_menu_a_orange.gif); background-repeat: no-repeat; font-size: 12px; text-transform: uppercase; }

.content_top_box .block-inner h2.title  { display: none; }

.content_box_left  h2.title  { background-image: none; }





.content_container { display: block;
float: left;
width: 780px;
width: 830px;
overflow: hidden;
}

.navigation_bar_box {
display: block;
width: 780px;
width: 830px;
overflow: hidden;
height: 30px;
background-color: #000000;

}

.navigation_bar_box h2{
display: none;
float: left;
}

.navigation_bar_box .content {
	width: 133px;
	height: 118px;
		height: 96px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
display: block;
float: right;
margin-left: 4px;
}

.navigation_bar_box #primary {
	height: 30px;
	margin-right: 10px;
display: block;

margin-left: 4px;
overflow: hidden; 
}

.navigation_bar_box ul.menu_projects {
	list-style-type: none;
	display: inline;
	width: 132px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
background-image: url(bg_menu_resources.gif);
background-repeat: no-repeat;
}

.navigation_bar_box ul.links {
	list-style-type: none;

}

.navigation_bar_box ul.menu_projects li a:link { line-height: 30px; padding-left: 10px; text-transform: uppercase; text-decoration: none; color: #ffffff; font-size: 12px; font-weight: bold;   }
.navigation_bar_box ul.menu_projects li a:active { line-height: 30px; padding-left: 10px; text-transform: uppercase; text-decoration: none; color: #ffffff; font-size: 12px;  font-weight: bold;    }
.navigation_bar_box ul.menu_projects li a:visited { line-height: 30px; padding-left: 10px; text-transform: uppercase; text-decoration: none; color: #ffffff; font-size: 12px;  font-weight: bold;    }
.navigation_bar_box ul.menu_projects li a:hover { line-height: 30px; padding-left: 10px; text-transform: uppercase; text-decoration: none; color: #ffffff; font-size: 12px;  font-weight: bold;    }

ul.menu_projects li.main_menu_level1 a:link { line-height: 16px; font-size: 11px; font-weight: normal; padding-left: 30px;  text-transform: lowercase;  }
ul.menu_projects li.main_menu_level1 a:active { line-height: 16px; font-size: 11px;  font-weight: normal; padding-left: 30px;  text-transform: lowercase;   }
ul.menu_projectsli.main_menu_level1 a:visited { line-height: 16px; font-size: 11px; font-weight: normal;  padding-left: 30px;  text-transform: lowercase;   }
ul.menu_projects li.main_menu_level1 a:hover { line-height: 16px; font-size: 11px; font-weight: normal;  padding-left: 30px;   text-transform: lowercase; background-image: url(bg_navigationmenu_a_orange.gif); background-repeat: no-repeat; background-position: 4px 0px;  }

#primary ul.links {float: right;}

#primary ul.links li a:link { width: 134px; height: 30px; display: block;
background-repeat: no-repeat; color: #ffffff; line-height: 16px; font-size: 12px; font-weight: bold;  padding-left: 4px;  text-transform: uppercase; padding-top: 6px; text-decoration: none;   }
#primary ul.links li a:active { width: 134px;height: 30px; display: block;
background-repeat: no-repeat;color: #ffffff;  line-height: 16px;font-size: 12px; font-weight: bold;  padding-left: 4px;  text-transform: uppercase; padding-top: 6px;  text-decoration: none;  }
#primary ul.links li a:visited { width: 134px;height: 30px; display: block;
background-repeat: no-repeat; color: #ffffff;  line-height: 16px; font-size: 12px; font-weight: bold;  padding-left: 4px;  text-transform: uppercase; padding-top: 6px; text-decoration: none;    }
#primary ul.links li a:hover { width: 134px;height: 30px;  display: block;
background-repeat: no-repeat; color: #ffffff;  line-height: 16px; font-size: 12px; font-weight: bold;  padding-left: 4px;   text-transform: uppercase;padding-top: 6px; text-decoration: underline; }


li.menu-306,li.menu-312,li.menu-183,li.menu-305, li.menu-559, li.menu-596, li.menu-1734 { width: 134px;  width: 122px; height: 30px; float: left; background-image: url(bg_menu_resources.gif);
background-repeat: no-repeat; }

li.menu-467 { width: 134px; height: 30px; float: left; background-image: url(bg_menu_community.gif);
background-repeat: no-repeat; }

/*
#primary ul.links li.menu-306 a:link {  display: block; color: #ffffff; line-height: 16px; font-size: 11px; font-weight: normal; padding-left: 10px;  text-transform: uppercase; padding-top: 6px;  text-decoration: none;  }
#primary ul.links li.menu-306 a:active { display: block; color: #ffffff;  line-height: 16px; font-size: 11px;  font-weight: normal; padding-left: 10px;  text-transform: uppercase; padding-top: 6px;  text-decoration: none;   }
#primary ul.links li.menu-306 a:visited {  display: block; color: #ffffff;  line-height: 16px; font-size: 11px; font-weight: normal;  padding-left: 10px;  text-transform: uppercase; padding-top: 6px;  text-decoration: none;  }
#primary ul.links li.menu-306 a:hover {  display: block; color: #ffffff;  line-height: 16px; font-size: 11px; font-weight: normal;  padding-left: 10px;   text-transform: uppercase; padding-top: 6px;  text-decoration: underline;   }

*/

.content_box {  display: block;
 width: 780px;
 width: 830px;
 background-color: #ffffff;
  margin: 0px; 
 padding: 0px;
 /*background-image: url(bg_contentecke_top2.gif);
 background-repeat: no-repeat; */
}

.content_center {display: block;}

#content-area {display: block;
margin: 20px;
}

#content-area .node-inner ul.links { display: block; clear: both; }

#content-area .meta ul.links { display: inline; }

#content-area ul.links li.comment_add { background-color: #9a4b2d; display: inline; margin-right: 4px; }

#content-area ul.links li.comment_add a:link { color: #ffffff; }
#content-area ul.links li.comment_add a:active { color: #ffffff; }
#content-area ul.links li.comment_add a:visited { color: #ffffff;}
#content-area ul.links li.comment_add a:hover { color: #000000;}


#content-area ul.links li.node_read_more { background-color: #9a4b2d; display: inline; margin-right: 4px;  }

#content-area ul.links li.node_read_more a:link { color: #ffffff; }
#content-area ul.links li.node_read_more a:active { color: #ffffff; }
#content-area ul.links li.node_read_more a:visited { color: #ffffff;}
#content-area ul.links li.node_read_more a:hover { color: #000000;}



#content-header {display: block;
margin: 20px;
}
 
.content_box_left { display: block;
 background-color: #ffffff;
 width: 70%;
 float: left;
  margin: 0px; 
 padding: 0px;
 
/* background-image: url(bg_contentecke_top2.gif);
 background-repeat: no-repeat; */
}

.content_top_box { display: block;
 width: 780px;
 width: 830px;
 margin: 0px; 
 padding: 0px;
 background-color: #9a4b2d;
 overflow: hidden;
 padding-bottom: 8px;
 border-bottom: 4px solid #000000;
 }
 
 #content-top {display: block;
 margin: 0px;
 margin-top: 0px; 

 }
 
#content-top .content ul.menu li.collapsed {
display: none;
 }
 
#content-top .content ul.menu li.expanded a:link {
display: none;
 }
 #content-top .content ul.menu li.expanded a:active {
display: none;
 }
 #content-top .content ul.menu li.expanded a:visited {
display: none;
 }
 #content-top .content ul.menu li.expanded a:hover {
display: none;
 }
 
 #content-top .content ul.menu li.leaf {
display: block;
/*width: 224px; */
float: left;
font-size: 12px;
background-image: url(bg_submenu.gif); background-repeat: no-repeat;
padding: 2px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
margin-right: 4px;
margin-bottom: 4px;

 }
 
 #content-top li a.active { display: block; padding-right: 30px;  
 text-decoration: none; background-image: url(bg_headermenu_a_orange.gif); background-repeat: no-repeat; background-position: right;  }

 
#content-top .content ul.menu li.leaf a:link { display: block; color: #ffffff; text-decoration: none; padding: 2px;  }
#content-top .content ul.menu li.leaf a:active {  display: block; color: #ffffff;  text-decoration: none;  padding: 2px;  }
#content-top .content ul.menu li.leaf a:visited { display: block;  color: #ffffff;  text-decoration: none;  padding: 2px;  }
#content-top .content ul.menu li.leaf a:hover {  display: block; color: #ffffff; text-decoration: underline; padding: 2px;   text-decoration: none; background-image: url(bg_headermenu_a_orange.gif); background-repeat: no-repeat; background-position: right;   }
 
 .views-row-odd { display: inline; 
 float: left;
 }
 
  .views-row-even { display: inline; 
 float: left;
 }
 
 .termbox { display: block;
 width: 200px;
 margin: 0px; padding: 0px; 
 overflow: hidden;
 }
 
 .views-view-grid .termbox  { display: block;
 width: 120px;
 margin: 0px; padding: 0px; 
 overflow: hidden;
 }
 
.view-content table.views-view-grid .termbox a:link  { display: block; width: 120px; background: none; margin: 0px; padding: 0px; border: 0px; }
   .view-content table.views-view-grid .termbox a:active  { display: block; width: 120px; background: none; margin: 0px; padding: 0px; border: 0px; }
      .view-content table.views-view-grid .termbox a:visited  { display: block; width: 120px; background: none; margin: 0px; padding: 0px; border: 0px; }
        .view-content table.views-view-grid .termbox a:hover  { display: block; width: 120px; background: none; margin: 0px; padding: 0px; border: 0px; }
 
.view-content table.views-view-grid .termbox { display: block; text-align: center; border-right: 1px solid #ffffff; width: 132px; background: none; margin: 0px; padding: 0px; border: 0px; }

.view-new-users-block .view-content  {
padding-left: 4px;
}

table.views-view-grid { vertical-align: top;  background-color: #afca93;
}

table.views-view-grid td { border: 1px solid #ffffff; padding-top: 14px; 
}


.view-herberts-testview .view-content .views-table td { padding: 14px; }

.view-herberts-testview .view-content .views-table td.views-field-picture { padding: 0px; width: 85px; margin: 0px;  }

.view-herberts-testview .view-content .views-table td.views-field-name  { font-size: 14px; font-weight: bold;  }
 
 .content .field-type-content-taxonomy { display: none;
 }
 
 .content .node-teaser { display: block;
 padding-top: 6px;
 margin-bottom: 6px;

 
 }
 
  .content .field-field-image .field-label { display: none;

 }
 
 .node-teaser .node-inner .content .field-field-image { display: inline;

 float: left; 
 padding-top: 12px; 
 }
 
.node-teaser .node-inner .content .field-type-image  { display: inline;
 float: left; 
 padding-top: 0px; 
 }
 
.front .node-teaser .node-inner .content .field-type-image  { 
 display: block;
 clear: both;
 float: none;
 padding-top: 0px; 
 }
/* 
  .node-teaser .node-inner .content .field-label { display: none;
  }
 

   .node-teaser .node-inner .content p { 
 display: block;
 width: 400px;
 height: 90px;
 float: right;

 }
 */

.node-type-interview { background-image: url(bg_interviewbox3.gif);
background-repeat: no-repeat;
background-position: bottom right;
border-bottom: 3px solid #d9dbda;
 margin-top: 20px;
 margin-bottom: 6px;
}

.node-type-resources { background-image: url(bg_resourcebox3.gif);
background-repeat: no-repeat;
background-position: bottom right;
border-bottom: 3px solid #d9dbda;
 margin-bottom: 6px;
  margin-top: 20px;
}

.node-type-project { background-image: url(bg_projectbox3.gif);
background-repeat: no-repeat;
background-position: bottom right;
border-bottom: 3px solid #d9dbda;
 margin-bottom: 6px;
  margin-top: 20px;
}

.node-type-gallery { background-image: none;
background-repeat: no-repeat;
background-position: bottom right;
border-bottom: 3px solid #d9dbda;
 margin-bottom: 6px;
  margin-top: 20px;
}

.node-type-project .node-inner .content p { 
 /*display: block;
 width: 400px;
 height: 90px;
 float: right;
 */

 }
 
 
 .link-field-subrow {
 width: 500px;
 }
 
.field-field-teaser-image .field-label  { display: none;
  }
  
  
  .node-type-interview .field-type-image .field-label { display: none;
  }
  
  

 .field-type-image .field-label { display: none;
  }
 
.content { display: block;
}

.field-field-image .field-items { display: block;
}

.field-item { display: block;
}

.node-type-interview .node-inner .content p { 
 /*display: block;
 padding-top: 3px; 
 width: 100%;
 float: left; 
 */

 }
 
 .node-type-resources .node-inner .content p { 
 /*
 display: block;
 width: 200px;
 height: 90px;
float: left;
 padding-top: 3px; 
 */

 }

.node-type-project .field-type-image {
display: block;
margin-top: 10px;
margin-bottom: 10px;
}

.field-type-image .field-items {
display: block;
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}

.field-type-image .field-item { display: inline;
float: left; margin-right: 10px;
}


.field-type-date {
display: block;
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}

.field-type-text  {
display: block;
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}

.field-type-link  {
display: block;
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}

.node-teaser .field-type-text  {
display: none;
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}

.node-teaser .field-type-link  {
display: none;
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}


.node-type-interview  .field-type-text  {
display: block;
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}

.node-type-interview .field-type-link  {
display: block;
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}

.node-type-interview  .field-label  {
display: block;
clear: both;
margin-top: 0px;
margin-bottom: 0px;
}

.node-type-interview .field-label  {
display: block;
clear: both;
margin-top: 0px;
margin-bottom: 0px;
}

.location { display: block;
width: 590px;
clear: both;
margin-top: 10px;
margin-bottom: 10px;
} 

.content_bottom_box { display: block;
 display: block;
 margin: 14px;

 }

.content_box_right { display: block;
 width: 30%;
 width: 200px; 


 
 float: right;}

.right_sidebar_box { 
display: block;
 width: 200px; 

}

.footer_box {display: block;
width: 100%;
clear: both;
background-color: #000000;
}

#edit-field-links-0-url-wrapper { display: block;
width: 220px;
}
#edit-field-links-1-url-wrapper { display: block;
width: 220px;
}
#edit-field-links-2-url-wrapper { display: block;
width: 220px;
}
#edit-field-links-3-url-wrapper { display: block;
width: 220px;
}
#edit-field-links-4-url-wrapper { display: block;
width: 220px;
}
#edit-field-links-5-url-wrapper { display: block;
width: 220px;
}
#edit-field-links-6-url-wrapper { display: block;
width: 220px;
}

#edit-field-links-0-title-wrapper { display: block;
width: 220px;
}
#edit-field-links-1-title-wrapper { display: block;
width: 220px;
}
#edit-field-links-2-title-wrapper { display: block;
width: 220px;
}
#edit-field-links-3-title-wrapper { display: block;
width: 220px;
}
#edit-field-links-4-title-wrapper { display: block;
width: 220px;
}
#edit-field-links-5-title-wrapper { display: block;
width: 220px;
}
#edit-field-links-6-title-wrapper { display: block;
width: 220px;
}

.link-field-column { display: block;
width: 200px;
}

/* gerd end */
  body
  {
    margin: 0;
    padding: 10px;
  }

  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
    border-top: 1px dotted #d9dbda;
    border-bottom: 1px dotted #d9dbda;
    
  }
  
  .breadcrumb a:link { color: #9a4b2d; text-decoration: none; }
   .breadcrumb a:active { color: #9a4b2d; text-decoration: none; }
    .breadcrumb a:visited { color: #9a4b2d; text-decoration: none; }
     .breadcrumb a:hover { color: #9a4b2d; text-decoration: underline; }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */

h3 {display: block; clear: both;
}

  h3.title /* Comment title */
  {
    margin: 0;
  }
  
   h1.title { margin-top: 16px;
   }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
  display: block;
    margin-left: 20px:
  }
  
  .feed-icon { display: inline; margin-left: 16px; margin-bottom: 16px; }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
.right_sidebar_box /* Wrapper for any blocks placed in the closure region */
  {
  width: 200px;
  float: right;
  }
  
.right_sidebar_box h2.title { padding-left: 7px;  background-color: #000000; color: #ffffff; font-size: 11px; 
height: 15px; 
font-weight: normal; 
margin-right: 10px; 
margin-top: 20px; 
margin-bottom: 16px; 
padding-top: 2px; 
text-transform: uppercase; 
display: block;
clear: both; 
}  

.right_sidebar_box .content { display: block;
margin-bottom: 20px;
}
.right_sidebar_box  .termbox  { font-family: arial; font-size: 11px;
display: block;
margin-right: 10px;
}
 
.right_sidebar_box .termbox  a:link { padding-left: 24px; padding-right: 10px; display: block; color: #9a4b2d; text-decoration: none; background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box .termbox  a:active {  padding-left: 24px; padding-right: 10px;display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat; }
.right_sidebar_box .termbox  a:visited { padding-left: 24px; padding-right: 10px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box  .termbox  a:hover { padding-left: 24px; padding-right: 10px; display: block; color: #000000; text-decoration: none; background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat; }


.right_sidebar_box .block-user .content .item-list ul { margin-left: 0px;}
.right_sidebar_box .block-user .content .item-list ul li   a:link { margin-left: 0px; padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box .block-user .content .item-list ul li   a:active {  margin-left: 0px;  padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box .block-user .content .item-list ul li  a:visited {  margin-left: 0px; padding-left: 24px;  display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box .block-user .content .item-list ul li  a:hover { margin-left: 0px;  padding-left: 24px;  display: block; color: #000000; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}


.right_sidebar_box .taxonomy-list-table  .taxonomy-list-item a:link { font-size: 11px; margin-left: 0px; padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box .taxonomy-list-table  .taxonomy-list-item a:active { font-size: 11px; margin-left: 0px; padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box .taxonomy-list-table  .taxonomy-list-item a:visited {font-size: 11px;  margin-left: 0px; padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box .taxonomy-list-table  .taxonomy-list-item a:hover { font-size: 11px; margin-left: 0px; padding-left: 24px; display: block; color: #000000; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}

.taxonomy-list-table tr.even {
background-color: transparent;
border-bottom:0px solid #CCCCCC;
padding:0px;
margin: 0px;
}

.taxonomy-list-table tr.odd {
background-color: transparent;
border-bottom:0px solid #CCCCCC;
padding:0px;
padding:0px;
margin: 0px;
}

.taxonomy-list-table td { margin: 0px; padding: 0px;
}

.taxonomy-list-table { border-collapse: collapse;
}


.taxonomy-list-item {font-size: 11px;
}

.right_sidebar_box #block-menu-menu-specialarchives .content  ul.menu { margin-left: 0px;}
.right_sidebar_box #block-menu-menu-specialarchives .content  ul.menu li.leaf   a:link { margin-left: 0px;  padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box #block-menu-menu-specialarchives .content   ul.menu li.leaf    a:active {  margin-left: 0px;  padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box #block-menu-menu-specialarchives .content   ul.menu li.leaf   a:visited {  margin-left: 0px; padding-left: 24px;  display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box #block-menu-menu-specialarchives .content   ul.menu li.leaf   a:hover {  margin-left: 0px; padding-left: 24px;  display: block; color: #000000; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}




.right_sidebar_box #block-menu-menu-survey .content  ul.menu { margin-left: 0px;}
.right_sidebar_box #block-menu-menu-survey .content  ul.menu li.leaf   a:link { margin-left: 0px;  padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box #block-menu-menu-survey .content   ul.menu li.leaf    a:active {  margin-left: 0px;  padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box #block-menu-menu-survey .content   ul.menu li.leaf   a:visited {  margin-left: 0px; padding-left: 24px;  display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box #block-menu-menu-survey .content   ul.menu li.leaf   a:hover {  margin-left: 0px; padding-left: 24px;  display: block; color: #000000; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}



.view-content .termbox a:link { margin-left: 0px;  padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.view-content .termbox a:active  { margin-left: 0px;  padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.view-content .termbox a:visited  { margin-left: 0px;  padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.view-content .termbox a:hover   { margin-left: 0px;  padding-left: 24px; display: block; color: #000000; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}


/*
.right_sidebar_box ul.menu li, li.expanded, li.collapsed, li.leaf  a:link { margin-left: 0px;  padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box ul.menu li, li.expanded, li.collapsed, li.leaf a:active  { margin-left: 0px;  padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box ul.menu li, li.expanded, li.collapsed, li.leaf a:visited  { margin-left: 0px;  padding-left: 24px; display: block; color: #9a4b2d; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
.right_sidebar_box ul.menu li, li.expanded, li.collapsed, li.leaf a:hover   { margin-left: 0px;  padding-left: 24px; display: block; color: #000000; text-decoration: none;  background-image: url(bg_rightbox_links.jpg); background-repeat: no-repeat;}
*/



/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
   
  }
  
  .content ul.links 
  {
    display: block;
    clear: both;
    padding-top: 10px;
   
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

#forum table { width: 100%;
}

#forum table td { vertical-align: top;
text-align: left;
padding: 2px; 
}

#forum table th { vertical-align: top;
text-align: left;
padding: 2px; 
}

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    border-bottom: none;
    padding: 0;
  }
  
 table.views-table tr.even, table.views-table tr.odd {border-bottom: 10px solid #cccccc; border-right: 1px solid #cccccc; }
  
table.views-table    tr.even td, table.views-tabletr.odd td { border-bottom: 1px solid #cccccc;}

table.views-table td.views-field-field-teaser-image-fid {  border-bottom: 1px solid #cccccc; padding: 0px; border-right: 4px solid #ffffff; background-color: #000000; text-align: center;  }
table.views-table td.views-field-title  {  background-color: #ffffff; border-bottom: 1px solid #cccccc;  vertical-align: bottom; font-weight: bold; padding: 4px; font-size: 13px; border-right: 2px solid #ffffff; }
table.views-table td.views-field-country {   background-color: #ffffff;  border-bottom: 1px solid #cccccc;  padding: 4px; vertical-align: bottom; border-right: 2px solid #ffffff; }
table.views-table td.views-field-field-date-value   {    background-color: #ffffff;  border-bottom: 1px solid #cccccc;  padding: 4px;  vertical-align: bottom;border-right: 2px solid #ffffff; }
table.views-table td.views-field-tid {   background-color: #ffffff;  border-bottom: 1px solid #cccccc;   padding: 4px;  vertical-align: bottom;border-right: 2px solid #ffffff; }
table.views-table td.views-field-field-organizer-value {   background-color: #ffffff;  border-bottom: 1px solid #cccccc;   padding: 4px;  vertical-align: bottom;border-right: 2px solid #ffffff; }
table.views-table td.views-field-tid-1 {   background-color: #ffffff;  border-bottom: 1px solid #cccccc;   padding: 4px;  vertical-align: bottom;border-right: 2px solid #ffffff; }
table.views-table td.views-field-field-interviewee-value {   background-color: #ffffff;  border-bottom: 1px solid #cccccc;   padding: 4px;  vertical-align: bottom;border-right: 2px solid #ffffff; }

table.views-table td.views-field-city {   background-color: #ffffff;  border-bottom: 1px solid #cccccc;   padding: 4px;  vertical-align: bottom;border-right: 2px solid #ffffff; }
table.views-table td.views-field-name  {  background-color: #ffffff; border-bottom: 1px solid #cccccc;  vertical-align: bottom; font-weight: bold; padding: 4px; font-size: 13px; border-right: 2px solid #ffffff; }


table.views-table  th {background-color: #cccccc; border-right: 1px solid #ffffff; padding: 2px; }

table.views-table  { border-right: 1px solid #cccccc;  }



 tr.even
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
    background-image: url(bg_required.gif);
    background-repeat: no-repeat;
    display: block;
    width: 120px;
    height: 18px;

  }
  
  #user-login-form .form-required { display: none; }
  
  

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: none;

  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * admin section of the site.
   */
  .section-admin tbody
  {
    border-top: 1px solid #ccc;
  }

  .section-admin th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  .section-admin thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tr.even,
  .section-admin tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }
  
  .taxonomy-list-table tr.even {
background-color: transparent;
border-bottom:0px solid #CCCCCC;
padding:0px;
}

.taxonomy-list-table tr.odd {
background-color: transparent;
border-bottom:0px solid #CCCCCC;
padding:0px;
}

#search-block-form { display: block;
margin-left: 10px;
}

#sidebar-left .block .content p { 
margin: 0px; padding: 0px;
display: block; width: 130px; margin-left: 10px;

} 


/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	body { padding: 20px }
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #ebebeb }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider
    { width: 600px;
    width: 500px;
     } 
     
     .coda-slider .panel { width: 600px;
    width: 100px;
     } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center;
    display: none;
     }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	



/* 


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


/* // Fancybox */


.view-gallery-term {
background-image: url("bg_gallery_black_transp.png");
}

.view-gallery-term h3 { display: none;}

.view-gallery-term .views-row-1 { display: block;
width: 180px;
height: 320px;
float: left;
overflow: hidden;
background-color: transparent;

position: relative;
margin-bottom: 1px;
  margin-bottom: 4px;
}

.page-gallery-208 .view-gallery-term .views-row-1 {
height: 370px;	
	}

.g_gallery_itemstyle { 
  background-image: url("bg_gallery_black_transp.png");
    display: block;
    height: 320px;
    margin-right: 1px;
    overflow: hidden;
    padding-left: 4px;
    background-color: black;
}

.page-gallery-208 .g_gallery_itemstyle {
height: 370px;	
	}

.g_gallery_itemstyle .title {
/*position: absolute;
top: 0px;
left: 0px;
 */
background-image: url(bg_gallery_black_transp.png);

display: block;
z-index: 10;
position: absolute;
top: 0px;
left: 4px;
width: 170px;
}

.g_gallery_itemstyle .title h2 {
margin: 0px;
padding: 3px;
font-size: 12px;
line-height: 16px;
color: #fff;

}

.g_gallery_itemstyle .teaser {
/*position: absolute;
top: 300px;
left: 0px;
background-image: url(bg_gallery_teaser.png);*/
/*height: 48px;*/
border-bottom: 1px solid #777777;
    display: block;
    margin-top: 190px;
    position: relative;
    width: 170px;
    z-index: 10;
    padding-top: 4px;

}

.g_gallery_itemstyle .teaser p {
padding: 3px;
color: #fff;
margin: 0px;
}

.field-gallery-images-fid {
position: absolute;
top: 20px;
left: 4px;
}

.field-gallery-link-url {
display: block;
position: relative;
z-index: 10;
padding-bottom: 4px;


}

.field-gallery-link-url .field-item {
display: inline;	
float: left;
	}


#content-area .field-gallery-link-url a:link { margin-right: 4px; line-height: 16px; padding: 3px; color: #ffffff; font-weight: bold; display: block; border-bottom: 1px solid #777777;   }
#content-area .field-gallery-link-url a:active {margin-right: 4px;  line-height: 16px; padding: 3px; color: #ffffff; font-weight: bold; display: block; border-bottom: 1px solid #777777;     }
#content-area .field-gallery-link-url a:visited {margin-right: 4px;  line-height: 16px; padding: 3px; color: #ffffff; font-weight: bold; display: block; border-bottom: 1px solid #777777;     }
#content-area .field-gallery-link-url a:hover { margin-right: 4px; line-height: 16px; padding: 3px; color: #eee; font-weight: bold; display: block; border-bottom: 1px solid #ccc;     }

.field-gallery-topic-value  {
	/* temporaer? */
     padding: 2px 4px 2px 4px;
     color: #ffffff;
     display: none;
}

#block-taxonomy_list-15 .taxonomy-list-term-207 {
background-image: url("bg_submenu.gif");
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-size: 12px;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 0 2px 0 10px;
    width: 224px;
}

#block-taxonomy_list-15 .taxonomy-list-description {display: none;}


#block-taxonomy_list-15 a:link,
#block-taxonomy_list-15 a:active,
#block-taxonomy_list-15 a:visited,
#block-taxonomy_list-15 a:hover
  { color: #FFFFFF;
    display: block;
    padding: 2px;
    text-decoration: none;
   } 
   
  #block-taxonomy_list-15 a:active 
   { background-image: url("bg_headermenu_a_orange.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    padding-right: 30px;
    text-decoration: none;   
     }
     
    .page-gallery .item-list .pager {
    clear: both;
    height: 30px;
    padding-top: 14px;
    text-align: center;
}

.region-content_top a:link,
.region-content_top a:active,
.region-content_top a:visited,
.region-content_top a:hover 
{color: #ffffff;}

    