/* $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-top:0px;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

#page {
}

/*
 * Header
 */
#header {
	margin:0 0 0 0;
	padding-top:4px;
}

#header .section {

}

#header .section p {
	padding:0 0 5px 730px;
	font-size:1.2em;
}

#header .section p#headposition {
	padding:145px 0 5px 299px;
	font-size:1.2em;
}

#search-box {
}

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

/*
 * 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: 710px;
  margin-left: 250px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
}

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

.one-sidebar #content .section{
	padding-left:6px;
	padding-right:40px;
}

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

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

#content-area{
margin-top:30px;
}

/*
 * 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: 7.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: 7.3em; /* Set this to the same value as the navigation height above. */
}

#navigation .section {
padding-top:11px;
padding-left:40px;
}

#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 */
	margin: 0 78px 2px -14px;
  padding: 0; /* LTR */
}

/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 250px;
  margin-left: 0; /* LTR */
  margin-right: -250px; /* 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 16px 0 0; /* LTR */
  padding: 0;
	border-right: 1px solid #CECDCE;
}


/*
 * Second sidebar
 */
.region-sidebar-second {
  float: left; /* LTR */
  width: 250px;
  margin-left: 710px; /* 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. */
	border-left: 1px solid #CECDCE;
}

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

}

.region-sidebar-second .block{
	padding-bottom: 30px; 
	border-bottom: 1px solid #CECDCE;
}

#block-forum-1 {
	margin-top:30px;
	padding-top:20px;
	border-top: 1px solid #CECDCE;
}

#block-comment-0 {
	margin-top:30px;
	padding-top:20px;
	border-top: 1px solid #CECDCE;
}


.block-search input{
	margin-top:20px;
	margin-bottom:10px;
}

.poll{
	margin-top:10px;
}
.poll .title{
	margin-bottom:10px;
}

#forumNav  {margin-top:-10px; }
#forumNav  p{width:100px; float:left;}
#forumNav .breadcrumb{float:left; margin:13px 0 0 0px;}
#clear{clear:both;}

.toplink{
	margin-bottom:20px; 
}

/*
 * Footer
 */
#footer {
}

#footer .section {
	height:200px;
}
#footer .section p{
	float:right;
	padding:14px 52px 0 0;
}

/*
 * Closure
 */
.region-page-closure /* See also the #page-wrapper declaration above that this div shares. */ {
position:fixed;
bottom:0;
background:none;
width:100%;
}

.region-page-closure .content {
margin-left:auto;
margin-right:auto;
width:750px;
height:14px; 
}

.region-page-closure .block{
margin:0;
}

.region-page-closure .block ul{
margin:-21px 0 0 0;
}
 
/*
 * 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: visible; /* 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;
}
*/
