/* $Id: blocks.css,v 1.1.2.21 2009/06/12 15:44:26 jmburnz Exp $ */

/**
 * @file blocks.css
 * Basic styles for blocks.
 */

/**********************************************************
 *                       Blocks
 **********************************************************/
/**
 * Styles set for .block, .block-inner, block-title and 
 * .block-content will be inherited by all blocks.
 */
.block {
  clear: both;
  margin: 0 0 2em;
}

.block-inner   {} /* Block inner div */
.block-title   {
  font-size: 1.8em;
} /* h2 block title */
.block-content {} /* Block content wrapper */



/**********************************************************
 *                   Sidebar blocks
 **********************************************************/
/**
 * You can target blocks in one or more regions and 
 * style them differently. 
 */
/* Low specifity selector to style blocks in both sidebars. */
.sidebar .block {}
.sidebar .block h2 {}
.sidebar .block-inner {}
.sidebar .block .block-content {}
.sidebar .block .block-content p {
  font-size: 1.1em;
  line-height: 1em;
}

/* Low specifity selector to style blocks in all regions. */
.region .block {}
.region .block h2 {}
.region .block-inner {}
.region .block .block-content {}

/* High specifity selectors to style blocks in one sidebar. */
#sidebar-left .block {}
#sidebar-left .block h2 {}
#sidebar-left .block-inner {}
#sidebar-left .block .block-content {}

#sidebar-right .block {
  color: #404040;
}
#sidebar-right .block h2 {}
#sidebar-right .block-inner {}
#sidebar-right .block .block-content {}

#sidebar-right .block-title   {
  font-size: 2.4em;
  color: #404040;
  text-align: center;
  background-color: #FFFFFF;
  display: inline;
  margin: 0px auto;
  padding: 0px 10px;
}
#sidebar-right .block-title-wrap {
  background: url("/sites/all/themes/spiil_v2/images/bg_titleside.png") 0 5px repeat-x;
  text-align: center;
}
#sidebar-right .block-title-sub   {
  font-size: 1.1em;
  color: #404040;
  font-weight: bold;
  text-align: center;
  margin: -8px 0px 0px 0px;
  padding: 0px 10px;
  text-transform: uppercase;
}

#sidebar-right h3 {
  font-size: 1.6em;
  color: #404040;
  text-align: center;
}
#sidebar-right h3 a, #sidebar-right h3 a:visited {
  color: #404040;
  text-align: center;
  text-decoration: none;
}
#sidebar-right h3 a:hover, #sidebar-right h3 a:active {
  color: #98760d;
}
#sidebar-right .block-content {
  text-align: center;
}
#sidebar-right hr {
  height: 1px;
  margin: 5px 60px;
  border: 0px;
  border-top: 1px solid #404040;
}
#sidebar-right .views-row-last hr {
  display: none;
}

#sidebar-right .more-link {
  background: #404040;
  display: block;
  text-align: center;
  padding: 3px;
}
#sidebar-right .more-link a {
  font-size: 1.6em;
  color: #FFFFFF;
  text-decoration: none;
}
#sidebar-right .more-link a:active, #sidebar-right .more-link a:visited {
  color: #FFFFFF;
}



/**********************************************************
 *                  Region blocks
 **********************************************************/
/* High specifity selectors to style blocks in one region. */
#leaderboard       .block {}
#header-blocks     .block {}
#secondary-content .block {}
#tertiary-content  .block {}
#content-top       .block {}
#content           .block {}
#content-bottom    .block {}
#footer            .block {}


/**********************************************************
 *                   Module blocks
 **********************************************************/
/**
 * Module Block ID's 
 * For contributed module blocks the pattern is the same,
 * i.e. #block-[module]-[delta]
 */
#block-book-0       {} /* Book navigation block   */
#block-blog-0       {} /* Recent Blog posts       */
#block-comment-0    {} /* Recent Comments block   */
#block-forum-0      {} /* Active Forum topics     */
#block-forum-1      {} /* New Forum topics        */
#block-locale-0     {} /* Language Switcher block */
#block-node-0       {} /* Syndicate block         */
#block-poll-0       {} /* Most recent poll        */
#block-profile-0    {} /* Author information      */
#block-search-0     {} /* Search form block       */
#block-statistics-0 {} /* Popular content         */
#block-system-0     {} /* Powered by Drupal       */
#block-user-0       {} /* Login block             */
#block-user-1       {} /* Navigation Menu block   */
#block-user-2       {} /* Who's New block         */
#block-user-3       {} /* Who's Online block      */

/* Primary and Secondary links blocks */
#block-menu-primary-links   {}
#block-menu-secondary-links {}

/* The class selector applies to all blocks of these types. */
.block-user {} 
.block-book {} 
.block-aggregator {}


/**********************************************************
 *                 Search block form
 **********************************************************/
#search-block-form {}

/* Wrapper divs. */
#search-block-form > div {}
#search-block-form .container-inline{}

#search-block-form label {}
#search-block-form input {}
#search-block-form .form-item {}
#search-block-form .form-submit {}
#search-block-form #edit-search-block-form-1 {}

/* Override forms.css focus style */
#edit-search-block-form-1:hover,
#edit-search-block-form-1:focus {}


/**********************************************************
 *                   Menu blocks
 **********************************************************/
/**
 * Prefix these with the block id to style one menu only.
 */
ul.menu,
ul.menu ul, 
ul.menu ul ul, 
ul.menu ul ul ul {
  margin: 0 0 0 0.75em; /* LTR */
  padding: 0;
}

/* Menu li styles */
ul.menu li {
  padding: 0.35em 0 0 0; /* LTR */
}

ul.menu li.collapsed {}
ul.menu li.expanded  {}
ul.menu li.leaf      {}

ul.menu li a:link    {}
ul.menu li a:hover   {}
ul.menu li a:visited {}
ul.menu li.active a  {}
ul.menu li.active-trail {}

ul.menu li.first {}
ul.menu li.last  {}


/**********************************************************
 *                   Block item-list
 **********************************************************/
.block .item-list ul {
  margin: 0;
}
.block .item-list ul li {}


/**********************************************************
 *                  Gpanel blocks
 **********************************************************/
/* Examples to get started. Add col specific selectors to style
   blocks in different Gpanel columns, or element selectors to
   style specific elements */
.two-col-50 .block {}
.two-col-50.with-nested .block {}
.three-col-33 .block {}
.four-col-25 .block {}


/**********************************************************
 *                  Footer
 **********************************************************/
#footer {
}

/* block Facebook */
#block-block-3 {
  width: 250px;
  float: right;
  margin: 0px;
  padding: 15px 25px;
  color: #ffbd00;
}

/* block Qui sommes nous */
#block-block-4 {
  clear: none;
  padding: 15px;
  width: 520px;
  margin-bottom: 0px;
}
#block-block-4 .block-content p {
  font-size: 1.4em;
}
#block-block-4 p {
  margin: 0 0 .5em;
}

/* block Les membres du Spiil */
#block-block-1 {
  clear: none;
  padding: 15px;
  width: 520px;
  margin-bottom: 0px;
}
#block-block-1 p a, #block-block-1 p a:active, #block-block-1 p a:visited {
  color: #000000;
  text-decoration: none;
}
#block-block-1 p {
  /*font-size: 1em;*/
}
#block-block-1 p.mtitle {
  margin: 0 0 .1em;
  font-size: 1.2em;
}

/* more links */
#block-block-1 .more-link, #block-block-4 .more-link {
  text-align: left;
}
#block-block-1 .more-link a, #block-block-4 .more-link a {
  padding: 1px 3px;
  background: #000000;
  color: #ffbd00;
  font-size: 1.6em;
  text-decoration: none;  
}


/**********************************************************
 *                  Alertes
 **********************************************************/
#block-block-2 .form-item {
  height: 14px;
  border: 0px;
  padding: 6px 3px;
  margin: 0px;
  border: 1px solid #404040;
  display: block;
  width: 282px;
}
#block-block-2 .form-submit {
  background: #ffbd00;
  border: 0px;
  display: block;
  width: 290px;
  font-size: 1.6em;
  text-align: center;
  color: #404040;
  padding: 3px;
  margin: 6px 0px;
}
#block-block-2 p {
  font-size: 1.6em;
  text-align: center;
  color: #404040;
  margin: 0 0 .7em;
}

/**********************************************************
 *                  Actus
 **********************************************************/
#block-views-actu-block_1 .views-row-first {
  margin-top: 10px;
}
#block-views-actu-block_1 .views-row-last hr {
  display: none;
}


/**********************************************************
 *                  Agenda
 **********************************************************/
#block-views-agenda-block_1 .views-row-first {
  margin-top: 10px;
}
#block-views-agenda-block_1 .views-row-last hr {
  display: none;
}


/**********************************************************
 *                  Nos positions
 **********************************************************/
#sidebar-right #block-views-tag_position-block_1 h3.tag-type {
  font-size: 1.4em;
  background: #ffbd00;
  color: #000000;
  margin: 8px 0;
}
#block-views-tag_position-block_1 h3.tag-type a, #block-views-tag_position-block_1 h3.tag-type a:visited {
  color: #000000;
  text-decoration: none;
}
#block-views-tag_position-block_1 h3.tag-type a:hover, #block-views-tag_position-block_1 h3.tag-type a:active {
  color: #98760d;
  text-decoration: none;
}
.stitle {
  margin: 15px 0 10px 0;
}
.scontent {
}