/**
 * @file
 * CSS targeted specifically for Internet Explorer 7 (and earlier) for Windows.
 *
 * Any CSS in this file will apply to all versions of IE before IE 8. You can
 * target specific versions of IE by using conditional comments. See your
 * sub-theme's .info file for an easy way to use them.
 */


/*
 * Tabs
 */

ul.primary li a, ul.primary li a .tab, ul.secondary li a, ul.secondary li a .tab {cursor: pointer;}

/*
 * Drupal nodes
 */

.node-unpublished>* {position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

/*
 * Drupal admin tables
 */
tr.even th, tr.even td, tr.odd th, tr.odd td {border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */
}



#page-wrapper {width:985px;margin:0 auto;}

#main-wrapper {margin-right:0px;width:985px;}

#navigation {margin-left:0px;width:985px;}
.not-front #navigation {margin-right:0;}
#block-nice-menus-1 {margin-right:0px;width:985px;}
ul#nice-menu-1 {width:985px;margin-right:0;}

.region-sidebar-first {margin-left:985px;}
ul#nice-menu-2 {width:160px;margin-right:0;}
#block-search-form {width:160px;margin-right:0;clear:both;}

/*.region-sidebar-second {position:relative;right:160px;top:140px;width:240px;}*/
.region-sidebar-second {margin-left: -985px;margin-right:-400px;}


















