  body
  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
    height: 100%;
    font-size: 14px; /* 16px x .75 = 12px */
    line-height: 1.6em; /* 12px x 1.333 = 16px */
    margin: 0;
    padding: 0px;
    padding-top: 0px;
    background-color:#fff;
  }

  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }

  pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

  h1
  {
    font-size: 20px;
    font-family: Arial,Georgia,Times,"Times New Roman",serif;
    line-height: 1.3em;
    margin-top: 0;
    padding-top:15px;
    margin-bottom: 15px;
  }

  h2
  {
    font-size: 18px;
    font-family: Georgia,Times,"Times New Roman",serif;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
    color: #000;
    font-family: Arial,"Trebuchet MS",Helvetica,sans-serif
  }

  h3
  {
    font-size: 14px;
    line-height: 1.3em;
    margin-top: 1em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    margin-bottom: 0px;
    color: #000;
    font-family: Arial,"Trebuchet MS",Helvetica,sans-serif;
    font-style: italic;
  }

  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 1em 0;
    margin-top: 0em;
    line-height: 1.6em
  }

  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  .block ul, /* Drupal overrides */
  .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  .item-list ul ul, .item-list ul ol,
  .item-list ol ol, .item-list ol ul
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

  .item-list ul li /* Drupal override */
  {
    margin: 0;
    padding: 0;
    list-style: inherit;
  }

  ul.menu li, /* Drupal override */
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a:link
  {
    color:#002BB8;
    text-decoration:none;
  }

  a:visited
  {
    color:#002BB8;
    text-decoration:none;
  }

  a:hover,
  a:focus
  {
    color:#002BB8;
  }

  a:active
  {
  }
ul.menu li a
  {
    color:#000;
    text-decoration:none;
  }

ul.menu li a:hover,
ul.menu li a:focus
  {
  }

.breadcrumb a:link
  {
    color:#000;
    text-decoration:none;
  }

.breadcrumb a:visited
  {
    color:#000;
    text-decoration:none;
  }

.breadcrumb a:hover,
.breadcrumb a:focus
  {
    color:#000;
  }

/** tables **/
  /* Override Drupal default CSS */
  table
  {
    border-collapse: collapse;
  }

  th,
  thead th,
  tbody th
  {
    text-align: center;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }
.welcomediv {
    font-size:12px;
    line-height:21px;
    padding:1px;
    margin-bottom:30px;
    font-weight:bold;
    font-family:arial;
    letter-spacing:1px;
    text-align:left;
    background-color:#fff;
}
.welcome1  {
    display:inline;
}
.welcome2  {
    display:inline;
}
.welcome3  {
    display:inline;
}
.welcome1 a {
    color:#2BB800;
}
.welcome2 a {
    color:#002BB8;
}
.welcome3 a {
    color:#B82B00;
}
a.external {
background:transparent url(../../images/external.png) no-repeat scroll right center;
padding-right:13px;
}
.welt {
  width:520px;
  border: 1px dotted black;
  padding-right: 24px;
  padding-left: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin:0px;
  border-bottom: 1px solid black;
}
.welt2 {
  border-width: 0px;
  padding:0px;
  margin:0px;
  margin-top:10px;
}
h1.homepage {
  font-size:16px;
}
.form-text {
  width:300px;
}
#edit-search-theme-form-1 {
  width:100px;
}
#sidebar-right > h2 {
  text-align:right;
  padding-bottom:8px;
}
.quicktabs_wrapper ul.quicktabs_tabs li.active a {
color:#000;
}
.quicktabs_wrapper .quicktabs_main {
border-color:#000;
background-color:#fff;
}
.quicktabs_wrapper ul.quicktabs_tabs li.active {
background-color:#FFFFFF;
border-color:#000000 #000000 #FFFFFF;
border-style:solid;
border-width:1px;
}
.quicktabs_wrapper ul.quicktabs_tabs {
border-bottom:1px solid #000000;
}


  #page-inner
  {
    width:960px;
    clear:both;
    margin-left: auto;
    margin-right:auto;
  }
  #left_navigation {
    width: 226px;
    clear:both;
    position: absolute;
    top: 39px;
    right:6px;
  }
  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    padding:18px;
    margin: 0px;
    padding-top:12px;
    font-family: arial;
    font-size: 14px;
    display: none;
  }
  .feed-icons a {
    display:block;
    height:26px;
    width: 160px;
  float:left;
  }
  .feed-icons img {
    padding: 5px;
    float:left;
  }
  .feed-icons font {
    padding: 2px;
    float: left;
  }
#about-teaser {
  font-size: 11px;
  padding:10px;
  clear:both;
  padding-top: 20px;
  color: #999;
  line-height: 17px;
}
#about-teaser a {
  color: #999;
}/** main (container for everything else) **/
  #main-wrap
  {
    width: 960px;
    
  }
  #main
  {
  }

body.node-type-blog #main {
    border-top:1px solid #bbb;
  margin-right: auto;
  padding-left: 20px;
  margin-left: 135px;
  padding-right: 0px;
  width: 549px;
  text-align:left;
  color: #333;
}
body.node-type-story #main {
    border-top:1px solid #bbb;
  padding-right: 155px;
  width: 549px;
  text-align:left;
  color: #333;
}
body.node-type-encyclopedia #main {
    border-top:1px solid #bbb;
  margin-right: auto;
  padding-left: 20px;
  margin-left: 135px;
  padding-right: 0px;
  width: 549px;
  text-align:left;
  color: #333;
}
body.page-glossary p {
  width: 549px;
  margin-left: 20px;
}
  .breadcrumb /* The path to the current page in the form of a list of links */
  { 
    clear:both;
    padding-bottom: 0; /* Undo system.css */
    margin-bottom:10px;
  }

/* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }
  h2.title {
    margin-top:0em;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
    margin: 0 1em 5px 1em;
    border: 2px solid #ccc;
    padding: 5px;
    color: #000;
    background-color: #fff;
    font-style: italic;
  }

  div.warning,
  tr.warning,
  body.section-admin tr.warning
  {
    background: #ffd;
  }

  .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;
  }


  .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 h2.title /* Node title */
  {
    color: #222;
    font-family: Arial,"Trebuchet MS",Helvetica,sans-serif
  }

  .node h2.title a/* Node title */
  {
    color: #696969;
    text-decoration:none;
    font-weight:bold;
  }

  .node h2.title a:hover/* Node title */
  {
    color: #222;
  }


  h2.title a/* Node title */
  {
    color: #696969;
    text-decoration:none;
  }

  h2.title a:hover/* Node title */
  {
    color: #222;
  }

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

  .node .submitted /* The "posted by" information */
  {
    font-size:10px;
    color:#999;
  }

  .node .taxonomy /* Node taxonomy (categories) */
  {
    font-size:10px;
  }

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

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
    font-size:10px;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
    font-size: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 all comments */
  {
    margin: 1em 0;
  }

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

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

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

  .comment.even /* An even-numbered 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-by-author /* A comment created by the node's author */
  {
  }

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

  .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 */
  {
    font-size:10px;
  }

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

  .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 */
  {
  }

  #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-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;
  }

  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: 0px;
  }

  .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;
  }

  .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: disc;
  	list-style-position: outside;
  }

  #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;
  }
.node-teaser .node-inner .content {
  border-left:0px solid #ccc;
  margin-top:3px;
  padding-left:0px;
}
.diggthis_button {
float:right;
}

/* $Id: layout-fixed.css,v 1.2 2008/04/21 17:05:17 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Border Politics Layout Method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


  #achthundert {
    width:100px;
    float:left;
    height:20px;
    background-color:black;
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

  /* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */

/** header **/
  #header-ins
  {
    width: 960px;
    margin-left:auto;
    margin-right:auto;
  }
  #header
  {
    padding:0px;
    margin:0px;
    text-align:left;
    background:transparent url(../../images/headerbg.png) repeat-x;
    width:100%;
    margin-bottom: 25px;
  }
  #logo2 {
    float:left;
  }
  #pagetitle {
    float:left;
    padding-top:5px;
    padding-left:30px;
  }
  #header2
  {
    width:940px;
    height:48px;
    padding:0px;
    padding-left:3px;
    margin:0px;
    margin-bottom:19px;
  }
  #breadcrumb {
    font-size:12px;
    
  }
  #klapp {
    position:absolute;
    top:69px;
    left:820px;
    width:30px;
    height:30px;
    background-color:#000;
  }

  #logo1
  {
    margin: 0px;
    padding: 0px;
    width:840px;
    padding-top: 11px;
    height:36px;
    float:left;
  }
  #header a {
    padding:3px;
    padding-right:7px;
    padding-left:7px;
    margin-right:9px;
    margin-left:0px;
    height: 30px;
    display:block;
    float:left;
    color: #999;
    font-family: Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
  }
  #header a.active {
    color: #444;
    background:transparent url(../../images/menuact.png) no-repeat;
    text-decoration:none;
  }
  #header a:hover {
    text-decoration:none;
    color: #444;
  }
  #search-box
  {
    height:36px;
    position:absolute;
    top:11px;
    right: 20px;
	  }
  #search-box a {
    padding:3px;
    padding-right:7px;
    padding-left:7px;
    margin:0px;
    height: 30px;
    display:block;
    float:left;
    color: #999;
    font-family: Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
  }
  #search-box a.active {
    color: #444;
    background:transparent url(../../images/menuact.png) no-repeat;
    text-decoration:none;
  }
  #search-box a:hover {
    text-decoration:none;
    color: #444;
  }

  h1#site-name, div#site-name
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

/** content **/
  #content,
  .two-sidebars #content
  {
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
    margin:0px;
    margin-left:0px;
  }
#blogsidebar {
  float:right;
  width:300px;
  background:#fff;
  padding-left:25px;
  padding-right:10px;
  font-family:arial;
  border-top: 1px solid blue;
  padding-top: 10px;
  font-size:12px;
}

  .sidebar-left #content
  {
  }
  .menu .leaf {
    list-style-type: none;
  }

  .sidebar-right #content
  {
    width: 560px;
    margin-left: 0;
    margin-right: -560px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    margin: 0;
    padding-left: 20px;;
  }

/** navbar **/
  #navbar
  {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    height: 3.6em; /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    margin-top: 25px; /* Set this to the same value as the navbar height above. */
  }



  #edit-search-block-form-1 {
    width:161px;
    margin-left: 10px;
    margin-top:10px;
  }
  #search-exact-box {
    height:20px;
    padding:2px;
    margin-left:522px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    width:230px;
  }
  #edit-search-theme-form-1 {
    border:1px solid #808080;
    height:16px;
    padding:1px;
    margin:0px;
    width:187px;
  }
  #search .form-submit {
    width:36px;
    font-size:11px;
    height:20px;
    padding:0px;
    margin:0px;
    color:#fff;
    background-color:#000;
    border:1px solid #808080;
  }
  #edit-search-theme-form-1-wrapper {
    float: left;
    height:20px;
    padding:0px;
    margin:0px;
  }
#block-search-0 {
}
li.expanded ul {
  background:#eee;
  margin-bottom:20px;
}
li.expanded ul a {
  color:#000;
}
li.expanded ul li {
    list-style-type: none;
    text-align:left;
}
  #primary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

.block-user .block-inner {
  font-size:12px;
}
.block-user .block-inner h2 {
  border-bottom: 1px solid #000;
  font-size:12px;
  padding:4px;
  text-align:center;
}
.block-user .block-inner .content {
  font-size:12px;
  padding:0px;
  text-align:center;
}
.block-menu .block-inner {
  font-size:12px;
  padding-bottom:6px;
}
.block-menu .block-inner h2 {
  border-bottom: 1px solid #000;
  font-size:12px;
  padding-top:8px;
  padding-bottom:4px;
  text-align:center;
}
#search {
  text-align:right;
}
#thmr_117 {
  /*display:none;*/
}
#block-menu-primary-links > .block-inner > .content > .menu > li {
  text-align:left;
}
#block-menu-primary-links > .block-inner > .content > .menu {
  padding:0px;
  margin:0px;
}
h3 a {
  color:#000;
}
h3 a:visited {
  color:#000;
}
h3 a:link {
  color:#000;
}
h3 a:hover {
  text-decoration:none;
}

  .node-teaser /* A node displayed as teaser */
  {
    font-size:12px;
  }
  .node-teaser .node-inner /* A node displayed as teaser */
  {
    width:960px;
    margin-left: auto;
    margin-right: auto;
  }

.blog-date {
    padding-top: 10px;
    border-top:1px solid #bbb;
  float:left;
  height:100%;
  text-align:right;
  width:100px;
    padding-left: 10px;
}
.blog-afterdate {
    padding-top: 10px;
    border-top:1px solid #bbb;
  margin-left:135px;
  padding-left: 20px;
  width: 549px;
  text-align:left;
  color: #333;
}
.weblinks-link a {
background:transparent url(../../images/external.png) no-repeat scroll right center;
padding-right:13px;
}
.weblinkCat-depth-0 {
  clear: none;
}
#subnavii {
  padding:0px;
  padding-top: 4px;
  padding-bottom:6px;
  border-bottom: 0px dotted #CCCCCC;
  text-align: left;
  width:960px;
  height:33px;
  margin-left: 5px;
  margin-right:auto;
  clear:both;
}
#subnavii a {
  color: #444;
  font-family: arial;
  float:none;
  display:inline;
  font-weight:normal;
  padding: 0px;
  font-size: 14px;
  text-decoration: underline;
}
a.subnavii_link {
  color: #000;
  font-family: arial;
}
a.subnavii_link:hover {
  color: #999;
}
a.subnavii_link:focus {
  border:0px solid #fff;
  outline:none;
}
.weblinkCat fieldset {
  border: 0px solid #fff;
  outline: none;
  padding: 0px;
  margin: 0px;
}
.weblinkCat fieldset .clear-block {
  display:none;
}
.weblinkCat {
  font-size: 12px;
}
.weblinks-linkview {
  clear: left;
  float: left;
  width: 500px;
  margin-left:25px;
}
.weblinks-body {
  margin-left: 525px;
}
.weblinks-body p {
  margin: 0px;
}
.weblinkCat-depth-1 fieldset legend {
  font-size: 14px;
}
.weblinkCat-depth-0 legend {
  font-size: 18px;
  font-weight: normal;
  font-family: arial;
  width: 100%;
  padding-top: 15px;
  display:none;
}
.weblinkCat-depth-1 legend {
  font-size: 14px;
  font-weight: bold;
  padding-top: 15px;
  display: block;
}
li.weblinks {
  clear: both;
  float:left;
  width:100%;
  display:block;
  border-bottom: 1px dotted #999;
}
li.weblinks .description {
  float:left;
  width:50%;
}
li.weblinks .description p {
  margin:0px;
}
li.weblinks .weblinks-link {
  display: block;
  width:50%;
  float:left;
}
li.weblinks .weblinks-link a {
}
.clear-block {
  clear:none;
  display:inline;
}
#edit-search-block-form-1-wrapper label {
  font-family: georgia;
  font-style: italic;
  display:none;
  
}
.print-link {
  float:right;
  width:90px;
}
div.node-type-blog {
  text-align: left;
}
div.node-type-blog div.links {
  display:none;
}
.trackback-url {
  font-size:12px;
  background:#e8E8E8;
  padding:3px;
  margin-top:25px;
  border-top:1px solid #CCCCCC;
  border:1px solid #CCCCCC;
  display:none;
}
.trackback-url h2.title {
  font-size:12px;
  font-family:verdana;
  font-weight:bold;
  float: left;
  line-height:1.4em;
  padding-right: 10px; 
}
.trackback-url .content {
  line-height:1.4em;
}
#comments-title {
  background: #ffa;
  font-style: italic;
  font-family: georgia;
  font-size: 18px;
}
.comments-title {
  margin-top:40px;
  background: #ffa;
  font-style: italic;
  font-family: georgia;
  font-size: 18px;
}

#comment-form .tips {

  display:none;
}
#comment-form p {

  display:none;
}
.service-label {
  font-family:arial;
  font-size:10px;
  padding-top:4px;
  color:#999;
}
#rss-lightbulb {
  float:left;
  width:25px;
  padding-left:5px;
  background: none;
}
#footnotes-wrap a {
  font-weight: bold;
}
#about-teaser-more {
  display:block;
  clear:both;
  margin-top: 5px;
}
#aboutnting {
  position:absolute;
  right: 0px;
  text-align: right;
}
#aboutnting-about {
}
#aboutnting-about .link {
  text-align: right;
  padding: 4px;
  padding-right: 9px;
  padding-left: 9px;
  background: #444;
  color: #eee;
  font-style: italic;
  font-family: georgia;
}
#aboutnting-about .head {
  padding: 6px;
  padding-top:5px;
  padding-right: 0px;
  padding-left: 8px;
  background: #ffc;
  float:left;
  width: 188px;
  text-align: left;
  display:none;
  font-size: 12px;
  font-weight: bold;
}
#aboutnting-about .text {
  width: 200px;
  display:none;
  padding: 9px;
  padding-left: 9px;
  background: #fff;
  clear: both;
  font-size: 11px;
  text-align: left;
}

#header a.rss-link {
	background: url(../../images/rss.png) no-repeat;
	padding-left: 28px;
}
#header a.rss-link:hover {
	background: url(../../images/rss2.png) no-repeat;
}

p.abstract {
	color:#656565;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-size: 16px;
	line-height: 1.5em;
	padding-bottom: 15px;
}