/* $Id$ */

/*
 * IE 6 CSS
 *
 * CSS targeted specifically for Internet Explorer 6 for Windows.
 *
 * All CSS in this file will also be read by IE 5.
 *
 */

/*
 * Layout CSS
 */

body.front .panel-2col-bricks .panel-col-first .inside {
  margin-right: 0;
}

/** body **/
  body
  {
    text-align: center; /* 1st part of IE5/IE6quirks centering hack */
  }

  #page
  {
    text-align: left; /* 2nd part of IE5/IE6quirks centering hack */
  }

/** main (container for everything else) **/
  #main
  {
    zoom: 1; /* Otherwise with a liquid layout, sidebars disappear when resizing the windows in IE6 */
  }

/** floating divs **/
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right
  {
    display: inline; /* display inline or double your floated margin! [1] */
    overflow: hidden; /* in ie6, overflow auto is broken [2] and so is overflow visible [3] */
    overflow-y: visible;
  }


/*
 * Tabs CSS - IE 5 and 6 don't support PNGs with alpha transparency.
 */

  ul.primary li a,
  ul.primary li a .tab,
  ul.secondary li a,
  ul.secondary li a .tab
  {
    display: inline; /* Otherwise the blocks mistakenly get 100% width in IE5 */
    di\splay: inline-block; /* Otherwise the blocks mistakenly get 100% width in IE6 */
    cursor: pointer;
  }

  ul.primary,
  ul.secondary
  {
    width: 100%; /* Otherwise IE5 treats the ul as floated */
    w\idth: auto; /* Reset to auto width for IE6 */
  }

  ul.primary li a
  {
    background: url(images/tab-left-ie6.png) no-repeat left -38px;
  }

  ul.primary li a .tab
  {
    background: url(images/tab-right-ie6.png) no-repeat right -38px;
  }

  ul.primary li a:hover
  {
    background: url(images/tab-left-ie6.png) no-repeat left -76px;
  }

  ul.primary li a:hover .tab
  {
    background: url(images/tab-right-ie6.png) no-repeat right -76px;
  }

  ul.primary li.active a,
  ul.primary li.active a:hover
  {
    background: url(images/tab-left-ie6.png) no-repeat left 0;
  }

  ul.primary li.active a .tab,
  ul.primary li.active a:hover .tab
  {
    background: url(images/tab-right-ie6.png) no-repeat right 0;
  }

/*
 * REFERECES
 *

1. http://www.positioniseverything.net/explorer/doubled-margin.html
2. http://browservulsel.blogspot.com/2005/04/ie-overflow-auto-scrollbar-overlap.html
3. http://www.howtocreate.co.uk/wrongWithIE/?chapter=overflow%3Avisible%3B

 *
 */

/*jira web-411*/ #footerLinks div.right {width:32%;}

#block-block-227 {margin: 0 0 0 170px;}

/*hide fb & twitter buttons*/

iframe.fblike_btn, iframe.twitter-share-button {display:none;}


div#donateblock #button {    margin-right: 5px;}


.front .pane-views-photoessay-block-3 h3.title {clear:left;}
.front .pane-views-photoessay-block-3 .views-row-2 {
    padding-left: 0;
}