/* IE FIX RULES */
.block-search input.form-submit,  #search-theme-form input.form-submit, #search-form input.form-submit {
	width: 41px;
	font-size: 0;
	color: #f1f0e6;
}
#search-theme-form .search-advanced input.form-submit, #search-form input.form-submit {
	width: 51px;
	text-indent: 0;
}

#header ul.nice-menu-down {
  position: relative;
}

#sidebar-left, #sidbear-right, #content {
  float:left;
}

#search-theme-form {
	margin:0 0 10px 0;
	padding: 0 0 7px 0;
}

#search-theme-form input.form-text {
	background-color:#fff;
	border:1px solid #b3b3b3;
	font-size:13px;
	padding:3px;
	margin: 10px 0 0 0;
	width:125px;
}

#secondary-inner ul.links {
  padding-top:15px;
}

body.sidebar-right #content
  {
		width:800px;
    margin-right: -800px;
    border:0;
    float:left;
  }
  
.front #content ul.menu li {
    background:transparent none repeat scroll 0 0;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		border:none;
  }
  
 .front div.views-field-created {
   display:inline;
   float:left;
 }
 
 body #header ul.nice-menu-down li ul {
		width:158px;
	  margin:38px 0 0 0;
	  background: #fff url(images/nav-ul-bkg.gif) top repeat-x;
	  top:0;
	  border:1px solid #b3b3b3;
	  border-width:0 1px 1px 1px;
	  padding:6px 0 6px 0;
	}
	
	 body #header ul.nice-menu-down li ul li {
	   width:150px;
	 }
	

/* $Id: ie.css,v 1.1 2008/02/15 16:22:09 johnalbin Exp $ */

/*
 * IE CSS
 *
 * CSS targeted specifically for Internet Explorer for Windows.
 *
 * Properties starting with an underscore _ are for IE 5 and 6 only.
 * Properties starting with head:first-child+body are for IE7 only.
 * Properties with a child selector (>) or sibling selector (+) are for IE7 only.
 *
 */

/*
 * Layout CSS
 */

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

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

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

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

/*
 * 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

 *
 */
 
 
#logo {
	float:left;
	clear:both;
	margin:0 0 0 12px;
}

#secondary {
  float:right;
  margin:0;
}

div#recents div.block-views ul {
  _width:280px;
}

div#nd-scroll-nav {
  height:20px;
  clear:both;
}

#directories-inner {
  _height:145px;
}

.front #content ul li, .front #sidebar-right ul li, .front #sidebar-right ul li, .front #sidebar-right ul li {
	background:transparent none repeat scroll 0 0;
	list-style-image:none !important;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 7px;
	padding:0;
}

#sidebar-left {
	float:left;
	margin-left:0;
	margin-right:-170px;
	padding:0;
	width:170px;
}

.sidebar-left #content {
	margin-left:310px !important;
	margin-right:-960px;
	float:left !important;
	_width:760px!important;
}

