
/** Layout
---------------------------------
*  Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
*  
*  1. Header
*  2. Content
*  3. Navigation menus
*  4. Sidebar Left
*  5. Sideabar Right
*	
*/
html, body {
	height: 100%;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
body#main-body {
	/*
	* Setting up font size, leading and font family
	* http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
	*/
	font: .8em Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:0.03em;
	/*background: center top no-repeat url('images/sfondo.jpg') #c5e0ed;*/
}
#skip {
	display: none;
}
#page {
	position: relative;
	width: 1000px; /* edit to change the width of the page */
	height: 100%;
	margin: 0 auto; /* remove 'auto' and the width to switch to a fluid width */
	padding: 0;
}

/** LAYOUT RULES
---------------------------------
*  do not change if you're not sure you know what you're doing
*/
#header {
	clear: both;
	width: 1000px;
	height: 69px;
	margin: 0;
	padding: 0;
	background: right top no-repeat url('images/header-rosa.png') transparent;
}
#logo #logo-image {
	padding-top: 5px;
}
#logo h1 a  {
	float: left;
	width: 490px;
	height: 69px;
}
#logo h1 a span, #logo h2 {
	display: none;
}
#banner_header-region {
	position: absolute;
	top: 0;
	left: 500px;
}
/* Social */
#social-region {
    position: absolute;
    top: 20px;
    left: 820px;
    width: 200px;
    height: 16px;
}
#social-region h2 {
	display: inline;
	font-size: .75em;
	color: #666666;
	text-transform: uppercase;
}
#social-region ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#social-region ul li {
	margin: 0;
	padding: 0;
	display: inline;	
}
#social-region a img {
	border: none;
}
/* Search */
#search {
	position: absolute;
	top: 30px;
	left: 820px;
	width: 162px;
}
/* Main content */
#main {
    display: table;
    clear: both;
    border-spacing: 5px;
    vertical-align: top;
    background: #ffee9e;
}
#main-inner {
    display: table-row;
    border-spacing: 0;
    vertical-align: top;
}
#content, .sidebar {
    display: table-cell;
    vertical-align: top;
    border-spacing: 0;
}
#content {
    background-color: white;
}
body.no-sidebars #content {
	width: 990px;
}
body.one-sidebar #content {
	width: 740px;
}
body.two-sidebars #content {
	width: 490px;
}
.sidebar {
	width: 245px;
}
#sidebar-first, #sidebar-second {
	background-color: #f0f6ff;
}
/* Breadcrumb */
.breadcrumb {
	padding: 3px 5px 3px 5px;
	font-size: .8em;
	border-bottom: 1px dotted #ffcc00;
}
.breadcrumb a {
	color: #af0f20;
}
/* Campagne */
#block-block-7 {
	border-top: none;
}
/* Views */
/* Rows */
.views-row {
	margin-bottom: 5px;
}
.view-footer {
	border-top: 1px solid white;
	padding: 0 5px;
}
#sidebar-second .views-row {
	padding-top: 0;
}
.block-title,
.pane-title, 
#comments-title,
#attachments-title,
#respond h2.title,
div.box h2, 
#comments h2.comments-h2 {
	margin: 0;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	line-height: 22px;
	background-color: #cde0ff;
/*	background: top left no-repeat url('images/block-h3.jpg') #f1c90f;*/
}
div.block .more-link {
	padding-bottom: 0;
	height: 17px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 22px;
	font-size: .8em;
}
div.block div.more-link {
	float: right;
	position: relative;
	margin-top: -21px;
}
div.block .more-link a {
	text-decoration: none;
	text-transform: uppercase;
}
div.panels-flexible-row h2.pane-title a.all,
#comments-title a.all,
#attachments-title a.all {
	float: right;
	height: 22px;
	line-height: 21px;
	font-size: .65em;
	color: #003399;
	text-decoration: none;
}
div.panels-flexible-column-first div.panels-flexible-row {
	border-top: 2px solid #ffcc00;
}
div.panels-flexible-column-last div.panels-flexible-row {
	border-top: 2px solid #003399;
}
/* Footer */
#footer {
	float: none;
	border-top: 2px solid #ffcc00;
	padding: 5px;
	height: 9em;
	font-size: .8em;
	background-color: #af0f20;
	color: white;
	vertical-align: bottom;
}
#footer .column_01, #footer .column_02 {
	clear: none;
	width: 490px;
}
#footer .column_01 {
	float: left;
}
#footer .column_02 {
	float: none;
	margin-left: 500px;
	text-align: right;
}
#footer a {
	color: #ffee9e;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer strong {
	font-weight: normal;
	color: #f2ce15;
}
/* Layout Helpers */

#header, #footer, .mission, .breadcrumb, .node {
  clear: both;
}

/** Columns inner
---------------------------------
*  You can change the padding inside the columns without changing the
*  width of them by just usinbg the INNER div of each column
*/

.inner {
	padding: 0px;
}

/** Navigation styles
---------------------------------
*  The navigation is loaded after the content, so we need to make space
*  for it, equal to its height, so if you change the height of the navigation,
*  remember to adapt the margin top of the content and sidebars.
*/
#navigation {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
}
#navigation {
  height: 40px;
}