/* $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: #FFF url(3fd3a17f73202eeae7f129300b961d4eda1dabad.gif)  repeat-y center;
	padding: 0;
	margin: 0;
	min-width: 960px;
  }

  body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
    min-width: 100px !important;
  }


#header, #main, #footer {
  	width: 100%;
  }

  #header {
  	z-index: 10;
  }

   #main-inner {
    margin: 0 auto;
    width: 888px;
  }

   #main-bottom-inner {
    margin: 0 auto;
    width: 888px;
	background: #FFF;
  }

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

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

  #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: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

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

/** header **/

  #logo-title
  {
  }

  #logo
  {
  }

  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks
  {
  }

/** navbar **/
  #navbar
  {
    background: #222;
	border-top: 1px solid #0d4d6d;
	height: 30px;
	clear: both;
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    margin-top: 3.6em; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
  	width: 888px;
	margin: 0 auto;
	padding-top: 5px;
  }

  #search-box
  {
  }

  #primary
  {
  }

  #secondary
  {
  }

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

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

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** main (container for everything else) **/
  #main,
  #main-bottom
  {
	/*background: url(88fbaefa67c7c62596f244188508f4e64b5caeea.jpg)  white no-repeat top center;
	padding-top: 10px;*/
	clear: both;
	overflow: hidden;
  }

  #main-closure
  {
  	background: url(3fd3a17f73202eeae7f129300b961d4eda1dabad.gif)  repeat-y center;
	height: 40px;
  }

  #main-inner
  {
  	margin: 0 auto;
  	background: url(dc5d05e390b20a43b4f88dc1cf4a5d36b3e6b644.gif)  repeat-y 597px 0;
  }

/** content **/


  #content
  {
    border-top: 10px solid white;
	z-index: 3;
  }

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

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

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

  .two-sidebars #content
  {
    width: 582px;
    margin-left: 0; /* The width of #sidebar-left */
    margin-right: -582px; /* Negative value of #content's width + left margin. */
  	background: url(dc5d05e390b20a43b4f88dc1cf4a5d36b3e6b644.gif)  repeat-y 395px 0;
  }

  .two-sidebars #content-area /* Wrapper for the actual page content with left (small) sidebar present */
  {
  	width: 380px;
	background: white;
  }

  .news-story #content-inner,
  .blog-entry #content-inner
  {
    margin-right: 15px;
  }

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

/** sidebar-left **/
  #sidebar-left-container
  {
    border-top: 30px solid white;
	  clear: both;
  }

  .section-node #sidebar-left-container,
  .section-departments #sidebar-left-container
  {
    border-top: 15px solid white;
	* border-top: 8px solid white;
  }

  .front #sidebar-left-container
  {
    border-top: none;
	clear: both;
  }

/** sidebar-left on popular section **/
  .section-popular #sidebar-left-container
  {
    border-top: none;
  }

  #sidebar-left
  {
    float: right;
    width: 187px;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

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

/** sidebar-right **/
  #sidebar-right
  {
    float: right;
    width: 291px;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
	/*border-top: 10px solid white;*/
	margin-top:10px;
  }

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

/* content top & bottom */

  #content-top
  {
	overflow: hidden;
	background: #FFF url(ec1a1f004722af363470b0da7e5f888628493f88.gif)  repeat-x bottom;
	border-bottom: 15px solid white;
  }

  #content-top img
  {
	margin-bottom: 0;
  }

  #content-top-inner
  {
	margin-bottom: 12px;
  }

  * html #content-top-inner {  /* IE6 fix */
  height: 405px;
  }

  #main-bottom-inner
  {
  }

  #main-bottom-clear
  {
  	height: 40px;
	clear: both;
	background: #FFF;
	margin: 0 auto;
	width: 888px;
  }

/** footer **/
  #footer
  {
  	background: #00577F url(6eb74d5a5cc97e83de2a576c7ed46009945a0529.gif)  repeat-x;
  }

  #footer-inner
  {
  	height: 250px;
  	background: url(3e4759191a954409fb5f1cc8a35256db8a161ae5.gif)  no-repeat top center;
	border-top: 15px solid white;
	padding: 20px 0 0 0;
    margin: 0 auto;
    width: 946px;
  }

/** closure **/

  #closure-blocks
  {
  	clear: both;
	background: #00577F url(6eb74d5a5cc97e83de2a576c7ed46009945a0529.gif)  repeat-x;
	height: 50px;
	margin: 0;
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #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 */
  }

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

.eurasia-subscriptions-row{
	float:left;
	width:100%;
	padding:15px 0;
	background: url(ec1a1f004722af363470b0da7e5f888628493f88.gif)  repeat-x scroll center bottom transparent;
}

.eurasia-subscriptions-row .eurasia-subscriptions-row-image{
	float:left;
	margin:0 10px 0 0;
}
.eurasia-subscriptions-row h2{
	border:none;
}





