/**
 * @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-bottom {
  /*
   * 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 {
	border:solid 1px #ccc;
	-webkit-box-shadow: 0 3px 5px rgb(172,172,172);
	-moz-box-shadow: 0 3px 5px rgb(172,172,172);
	box-shadow: 0 3px 5px rgb(172,172,172);
	margin:20px 0 0 0;
	background:url(../images/bg_header.jpg) repeat-x left top;}

/*
 * Header
 */
.art-hmenu-extra2 {

	font-size:0.9em;

	
	
}

.art-hmenu-extra2 .section {
}


.region-headerp {
	float:right;
	clear:none;
	
	width: 700px;
	}
	
	
#block-locale-language ul li{
background: url("../images/lang_sep.png") no-repeat scroll right 3px transparent;
padding: 0 5px;
display:inline;}

li.block-configure    {
padding: 0 !important;
}

li.in.last
{
background:none !important;
}
.region-headerp ul li a{
font-size:0.9em;
color:#818181 !important;}
	
	
	.logged-in .region-headerp {
		
		top:12px;
		left:0;
		}

.art-hmenu-extra2 .block{
	float:left;
	margin:0px;}
	
.art-hmenu-extra2 .block-title{
	display:none;}
	
.art-hmenu-extra2 h1{display:none;}
.art-hmenu-extra2 ul{
/*	display:block;*/
	list-style-type:none;
	float:right;
	margin:0;
	padding:0px;
/*	height:25px;*/
}
.art-hmenu-extra2 ul li{
	display:block;
	float:left;
	background:url(../images/lang_sep.png) no-repeat right 3px;
	padding:0 5px 0 5px;
	color:#818181;
	
}
.art-hmenu-extra2 ul li a{text-decoration:none;color:#818181;}

.region-headerp #block-search-form,.region-headerp #block-search-form form{
	float:right;
	clear:both !important;
	width:305px;
	height:25px;
	padding-right:5px;
	text-align:right;}
.region-headerp #block-search-form .form-submit{
	background:url(../images/search.png) no-repeat right top;
	width:24px;
	height:23px;
	border:0px;
	color:transparent;
	position:relative;
	top:1px;
	text-indent: -9999px;
	
	
}
.art-hmenu-extra2 #block-search-form,.art-hmenu-extra2 #block-search-form div,.art-hmenu-extra2 #block-search-form label,.art-hmenu-extra2 #block-search-form input{
	display:block;
	margin:0px;
	padding:0px;
}
.art-hmenu-extra2 #block-search-form input{float:left;clear:none;}
/*
 * 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: 760px;
  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.sidebar-second #content {
  width: 635px;
  margin-left: 0; /* LTR */
  margin-right: -900px; /* 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. */
  /* 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. */
  background:#e45d05 url(../images/bg_menu.jpg) repeat-x left top;
 
}
#name-and-slogan{display:none;}

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

#navigation .section {
}
#navigation li a{
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	
}

/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 200px;
  margin-left: 0; /* LTR */
  margin-right: -200px; /* 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 20px 0 0; /* LTR */
  padding: 0;}

/*
 * Second sidebar
 */
.region-sidebar-second {
  float: left; /* LTR */
  width: 273px;
  margin-left: -5px; /* LTR */ /* Width of content + sidebar-first. */

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

/*
 * Footer
 */
.region-footer {
}

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

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

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