/* $Id: layout-fixed.css,v 1.5.2.3 2009/02/13 19:20:19 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 Zen Columns 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: #e3ece3;
}

  #page,
  #closure-blocks
  {
    /*
     * 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.
     */
	position: relative;
	margin-left: 140px;
	margin-top: 0px;
    margin-right: auto;
	width: 1000px;
  }

  #page-inner
  {
  }

#moleclues_page {
    width:1024px;  
    margin:0 auto;  
    text-align:left;  	
/*	width: 100%; */

/*    width:1000px;   */
/*    margin:0 auto;  
    text-align:left;  
*/
}

#moleclues_page-inner {
	background: url(images/front/1280x349_bg_sidtopp.png) no-repeat;
	margin-left: -128px;
	margin-right: -128px;
	width: 1280px;
	position: relative;
/*
	margin-left: 10%;
	margin-right: 10%;
*/
/*
    margin:0 auto;  
    text-align:left;  	
*/
}

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: 0px;     /* 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: 0px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

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

/** header **/
  #header
  {
	  margin-bottom: 0px;
  }

#header-left {
}

#header-middle {
}

#header-right {
	position: absolute;
	left: 673px;
	top: 2px;
	width: 324px;
	z-index: 10000;
	float:left;
	display: inline;
}

  #header-inner
  {
  }

  #logo-title
  {
  }

  #logo
  {
	float:left;
  }

  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-left
  {
  }
  #header-middle
  {
	  float:left;

  }
  #header-middle-inner
  {
  }


#header-right
  {
  }

/** main (container for everything else) **/
#main {
	margin-top: 90px;
    position: relative;
}

#headerimage {
	position: relative;
	width: 697px;
	left:0px;
	
}

#headerimage-inner {
	width: 697px;
	margin-top: -12px;
} 
  
#main-inner {

}

/** content **/
  #content,
  .no-sidebars #content
  {
    float: left;
    width: 680px;
    margin-left: 0;
    margin-right: -320px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  .sidebar-left #content
  {
    width: 1150px;
    margin-left: 200px; /* The width of #sidebar-left. */
    margin-right: -1350px; /* Negative value of #content's width + left margin. */
  }

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

  .two-sidebars #content
  {
    width: 560px;
    margin-left: 200px; /* The width of #sidebar-left */
    margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    margin: 0;
    padding: 0;
  }

  #search-box
  {
    width: 180px;
    margin-right: -180px; /* Negative value of #search-box's width. */
    float: left;
  }

#search_bordered {
	background:#dae9db;
	padding:20px;
	width:180px;
	margin:0px auto;
}


#search_bordered1 {
	position: absolute;
	background:#dae9db;
	padding:20px;
	width:320px;
	margin:0px auto;
}

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

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

/** sidebar-right **/
  #sidebar-right
  {
    float: left;
    width: 320px;
    margin-left: 680px; /* Width of content + sidebar-left. */
    margin-right: -1000px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0px 0 0 0px;
    padding: 0;
  }

/** closure **/
  #closure-blocks /* See also the #page declaration above that this div shares. */
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  /* If a div.clear-block doesn't have any content after it and its bottom edge
     touches the bottom of the viewport, Firefox and Safari will mistakenly
     place several pixels worth of space between the bottom of the div and the
     bottom of the viewport. Uncomment this CSS property to fix this.
     Note: with some over-large content, this property might cause scrollbars
     to appear on the #page div.
  */
  /*
  #page
  {
    overflow-y: hidden;
  }
  */
 
.drupal-tabs tabs-navigation tabs-processed ui-tabs-nav{
}												


/* Turns off the clear:both in the span from Tabs module's drupal-tabs.css,
   so the form will float to the right of the tabs */
#tabs-fieldgroup_tabs span.clear {
  clear: none;
}

/* Sets spacing between the tabs and the form */
#tabs-fieldgroup_tabs ul.primary {
  margin: 0 20px 0 0;
}

/* Makes tabs vertical and sets padding below each */
#tabs-fieldgroup_tabs ul.primary li {
  margin: 0;
  padding: 0 0 12px 0;
  display: block;
}

/* Prevents the form fields from wrapping under the vertical tabs */
.node-form .ui-tabs-panel {
  float: left;
}

/* Clears the float so the Save & Preview buttons stay below the form */


.node-form div.admin {
  clear: both;
}

.box-login .form-item .form-text {
	width: 200px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* Ensures the float clears when the admin is viewing the page too */
.node-form fieldset {
  clear: both;
}

/* More tasteful separator line before prev/next buttons*/
.tabs-nav-link-sep {
  border-top: 1px #E2E2E2 solid;
  margin-top: 10px;
  margin-bottom: 10px
}

/* Overriding Tabs module's drupal-tabs.css, more tasteful prev/next buttons */
.tabs-nav-previous, .tabs-nav-next {
  font-size: 12px;
  font-weight: normal;
  float: left;
  border: 1px solid #ADADAD;
  padding: 1px 7px;
  margin-bottom: 5px;
  cursor: pointer;
  background-color: #E2E2E2;
}

/* Changes hover state of the prev/next buttons */
a:hover.tabs-nav-previous, a:hover.tabs-nav-next {
  text-decoration: none;
  color: #FFFFFF;
}

<!--
div.box-login {
/*    background: url(images/box-bottom.png) no-repeat left bottom; */
	width: 300px;
    padding: 12px 17px 18px 12px;
    margin: 20px 0;
}

#round_me {
	background:yellow; 
}

#round_block {
	background: #ddd;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

TextInput {
	borderStyle: solid;
	borderColor: #777777;
	borderThickness: 1;
	cornerRadius: 2;
	backgroundAlpha: 1;
	backgroundColor: #555555;
	color: #cccccc;
	fontWeight: bold;
} 


.with-wireframes #logo-inner,
.with-wireframes #header-middle-inner,
.with-wireframes #header-right-inner
{
}


#block-search-0 #edit-search-block-form-1 {
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	width:200px;
}

#block-search-0 #edit-submit {
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	width: 50px;
	height: 25px;
	color: 000;
}