/* $Id: layout-fixed.css,v 1.17 2009/11/05 12:09:53 johnalbin Exp $ */

/**
 * @file
 * Layout Styling (DIV Positioning)
 *
 * 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 {
}

#page-wrapper,
.region-page-closure {
  /*
   * 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 ie6.css file
   * for the necessary IE5/IE6quirks hack to center a div.
   */
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

#page {
}

/*
 * Header
 */
#header {
}

#header .section {
}
#site-name {
}

/* 
 * SEARCH BOX
 * */
.block-search input.form-text { height: 1em; }
.search-form-container .form-item { 
	display: -moz-inline-box;
	display:inline-block; 
}
.search-form-container input.form-submit { 
	display: -moz-inline-box;
	display:inline-block;
}
 
/*
 * The site title
 */
.region-header .region-count-1 {
	margin-bottom:0;
	display: -moz-inline-box;
	display:inline-block;
}

.region-header .block-search {
	margin:30px 10px 0 0;
	float:right;
}

.region-header {
	clear: both; /* Clear the logo */
	vertical-align:bottom;
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
  position: relative;
}

#main {
}

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

.sidebar-first #content {
  width: 802px;
  margin-left: 158px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
}

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

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

#content .section {
  margin: 0;
  padding: 0;
}

/*
 * Navigation
 */
#navigation {
  float: left; /* LTR */
  width: 100%;
  margin-left: 0; /* LTR */
  margin-right: -100%; /* LTR */ /* Negative value of #navigation's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */
  height: 2.3em; /* The navigation can have any arbritrary height. We picked one
                    that is the line-height plus 1em: 1.3 + 1 = 2.3
                    Set this to the same value as the margin-top below. */
}

.with-navigation #content,
.with-navigation .region-sidebar-first,
.with-navigation .region-sidebar-second {
  margin-top: 2.3em; /* Set this to the same value as the navigation height above. */
}

#navigation .section {
}

#navigation ul /* Primary and secondary links */ {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
}

#navigation li /* A simple method to get navigation links to appear in one line. */ {
  float: left; /* LTR */
  padding: 0 10px 0 0; /* LTR */
}

/*
 * Featured Boxes
 */
#boxes .region {
	margin-top:15px;
}
#boxes .block {
	
}
/* 
 * Template C
 */
.tpl-c-left {
	float:left;
}
.sidebar-first .tpl-c-left {
	width:375px;
}
.no-sidebars .tpl-c-left {
	width:524px;
}
.no-sidebars .tpl-c-left h1 {
	
}
.no-sidebars .tpl-c-body {
	margin:-30px 0 0 158px;
}
.tpl-c-right {
	float:right;
	width:378px;
}

/* 
 * Template D
 */
.tpl-d-left {
	float:left;
}
.sidebar-first .tpl-d-left {
	width:535px;
}
.no-sidebars .tpl-d-left {
	width:670px;
}
.no-sidebars .tpl-d-left h1 {
	
}
.no-sidebars .tpl-d-body {
	margin:-30px 0 0 158px;
}
.tpl-d-right {
	float:right;
	width:222px;
}
/*
 * Template F
 */
.sidebar-first .tpl-f {
}
.no-sidebars .tpl-f {
}
.no-sidebars .tpl-f h1 {
	
}
.no-sidebars .tpl-f-body {
	margin:-30px 0 0 158px;
}
.tpl-d-right {
	float:right;
	width:222px;
}
/*
 * Template G
 */
.tpl-g-left {
	float:left;
}
.sidebar-first .tpl-g-left {
	/*width:535px;*/
	width:700px;
}
.no-sidebars .tpl-g-left {
	width:892px;
}
.no-sidebars .tpl-g-left h1 {
	
}
.no-sidebars .tpl-g-body {
	margin:-30px 0 0 158px;
}


/* 
 * Calendar Pages
 */
.calendar-left {
	float:left;
	width:538px;
}
.calendar-right {
	float:right;
	width:222px;
}


/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 158px;
  margin-left: 0; /* LTR */
  margin-right: -158px; /* LTR */ /* Negative value of .region-sidebar-first's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */
}

.region-sidebar-first .section {
  margin: 0 0px 0 0; /* LTR */
  padding: 3px 0 0 0;
}

/*
 * Second sidebar
 */
.region-sidebar-second {
  float: left; /* LTR */
  width: 200px;
  margin-left: 760px; /* LTR */ /* Width of content + sidebar-first. */
  margin-right: -960px; /* LTR */ /* Negative value of .region-sidebar-second's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */
}

.region-sidebar-second .section {
  margin: 0 0 0 20px; /* LTR */
  padding: 0;
}

/*
 * Exhibition Form
 */
#user-square-form {
	width:575px;
}
img.form-image-right {
	float:right; margin-top:3em;
}
#user-square-form .form-radios {
	margin-top:0;
}
#user-square-form .form-radios .form-item {
	float:left;
	margin-right: 3em;
}

/*
 * Footer
 */
#footer {
}

#footer .section {
	margin:15px 0 15px 0;
	height:140px;
}

/* Secondary Menu */
#secondary-menu {
	float:left;
	margin-left:10px;
}
.region-footer {
	float:right;
}
/* Right side of the footer */
.footer-copyright {
	margin-top:1.3em;
	display:inline-block;
	display: -moz-inline-block;
}
.footer-logo {
	display:inline-block;
	display: -moz-inline-block;
}
.footer-nypl {
	display:inline-block;
	display: -moz-inline-block;
}

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

/*
 * Prevent overflowing content
 */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer,
.region-page-closure {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

#navigation {
  overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
}

/*
 * If a div.clearfix 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-wrapper div.
 */
/*
#page-wrapper {
  overflow-y: hidden;
}
*/
