/* $Id: layout-fixed.css,v 1.1.2.7 2008/01/28 17:41:35 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
 */


/** body **/
  body
  {
	background-image: url(../images/osmos-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #b6e2fd;
	font-family: Segoe UI, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px !important;
	width: 960px;
	margin: 0px auto;
	margin-top: 0 !important;
	padding: 0px;
  }

  #page
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    width: 960px;
	margin: 0px auto;
	padding-top: 27px;
  }

  #page-inner
  {
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

/** header **/
  #header
  {
	margin-top: 0px;
	height: 315px;
	background-image: url(../images/osmos-header.jpg);
	background-repeat: no-repeat;
	padding-left: 19px;
  }

  #header-inner
  {
  }

  #logo-title
  {
  }

  #logo
  {
    padding: 0;
    float: left;
	margin-left: 0px;
	margin-top: 6px;
	width: 643px;
	margin-right: 10px;
  }

  #osmos-login-box
  {
  	width: 257px;
	float: left;
	clear: none;
	margin-top: 15px;
  }
  #osmos-login-box-header
  {
  	width: 206px;
	height: 32px;
	line-height: 32px;
	background-image: url(../images/osmos-login-header.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 31px;
	font-size: 18px;
   }
   #osmos-login-box-form
   {
   	 width: 255px;
	 height: 266px;
	 background-image: url(../images/osmos-login-box.jpg);
	 background-repeat: no-repeat;
	 overflow: hidden;
	 border: solid 1px #cbcdcd;
   }
   #osmos-login-box-form form
   {
   	 display: inline;
	 font-size: 16px;
	 margin-top: 24px;
   }
	#osmos-login-box-form  div.logincaption
	{
	/* margin-top: 10px;*/
	 /* margin-bottom: 12px;*/
	  height: 24px;
	  padding-left: 31px;
	  padding-top:5px;
	  padding-bottom: 5px;
	}
	
	#osmos-login-box-form  div.logininput
	{
	  margin-top: 5px;
	  margin-bottom: 10px;
	  height: 24px;
	  padding-left: 31px;
	}
	
	#osmos-login-box-form input.logininput
	{
		width: 198px;
		/*height: 26px;*/
		line-height: 26px;
		font-size: 18px;
		padding: 0px;
		border: solid 1px #000;
		background-image: url(../images/osmos-login-textbox.jpg);
		bacgkround-repeat: no-repeat;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 3px;
		padding-right: 3px;
	}	
   #osmos-login-box-form p
   {
   	 /*  margin-top: 36px;*/
	   text-align: right;
	   padding-right: 10px;
   }
   div.loginbutton
   {
	  padding-top: 10px;
	  text-align: right;
	  padding-right: 10px;
	}
   
   div.loginbutton .submit
   {
	
   		width: 127px;
		height: 38px;
		padding: 1px;
		line-height: 36px;
		text-align: center;
		font-size: 16px;
        background-image: url(../images/osmos-login-button.gif);
	background-color: transparent;
		background-repeat: no-repeat;
		border: none;
		font-weight: bold;
	}
  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

/** main (container for everything else) **/
  #main
  {
    position: relative;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 7px;
	width: 919px;
    margin-left: 20px;
	margin-right: 20px;
	background-image: url(../images/spacer.jpg);
	background-repeat: repeat-y;
	min-height: 275px;
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
    width: 960px;
    margin-left: 0;
    margin-right: -960px; /* Negative value of #content's width + left margin. */
  }
  
  #content h1.title
  {
    font-weight: normal;
	color: #0c5671;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
  }
  
  #content
  {
  	font-size: 16px;
	line-height: 22px;
  }
  
  #content p
  {
    margin-top: 10px;
  }

  #content-inner
  {
    margin-left: 10px;
	margin-right: 10px;
	width: 900px;
  }

/** navbar **/

  #navbar-inner
  {
  }

  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

  #primary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }
  
  #navbar
  {
	width: 900px;
	margin: 0px auto;
    margin-top: 0px;
  }
  
  #navbar *
  {
	height: 30px;
	line-height: 30px;	  
  }
  
  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
	margin-left: -200px;
    padding: 0;
	width: 900px;
	float: left;
	height: 30px;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float: left;
	clear: none;
	margin-left: 0px;
	text-align: center;
	list-style-type: none;
/*(4 menus) */
	/*width:  225px   !important;*/
/*(5 menus) */
	width:  180px   !important;
	height: 30px !important;
	line-height: 30px !important;
	background-image: url(../images/primary-link-cold.jpg);
	background-repeat: no-repeat;
	padding: 0px !important;	
	margin-left: 0px;
  }
  #navbar li a
  {
  	color: #000;
	text-decoration: none;	
  }
  #navbar li:hover
  {
  	background-image: url(../images/primary-link-hot.jpg);
	background-repeat: no-repeat;
  }
  
  #page-lower-curve
  {
  	width: 920px;
	height: 28px;
	margin: 0px auto;
	background-image: url(../images/osmos-footer.jpg);
	background-repeat: no-repeat;
  }
/** footer **/
  #footer
  {
  	width: 960px;
	margin: 0px auto;
	color: #000;
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
  }
  
  #footer a
  {
  	color: #000;
	text-decoration: underline;
  }

  #footer-inner
  {
  }

  #closure-blocks
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  #navbar
  {
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }

