/* $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 ,
.standardblock {
  clear: both;
  margin: 0 0 10px;
}

.block-inner   {} /* Block inner div */
.block-title   {} /* 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 {}

/* 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 { background: #fdbc0c; padding: 0px 0px 0px 0px;}
#sidebar-left .block h2 { color: #fff; padding: 0.3em 0.3em;  }
#sidebar-left .block-inner {}
#sidebar-left .block .block-content {}
#sidebar-left label { color: #4a2200; }
#sidebar-left .item-list {margin-top: 10px; padding-top: 5px; border-top: #ffffcc 1px solid;}
#sidebar-left .item-list ul  {}
#sidebar-left .item-list ul li {margin: 0 0;}
#sidebar-left form {margin-bottom: 0;}


#sidebar-right .block {background: #ffffff; padding: 10px 0px;}
#sidebar-right .block h2.block-title {color: #ffd30d; border-bottom: #ffd30d 1px solid; margin-bottom: 0px !important;}
#sidebar-right .block-inner {}
#sidebar-right .block .block-content {background: #fdfde3; margin-top: 0px !important;}

/* standard block */
#sidebar-right .standardblock {padding: 0 0;}
#sidebar-right .view-display-id-block_1 { padding: 0px 10px;}
#sidebar-right .field-content h3 {font-weight: bold; font-size: 110%;margin-top: 10px; color: #e60000;}
#sidebar-right .field-content h3 a {color: #e60000;}
#sidebar-right span.sidebar-block-descriptiontext {color: #000000;}


/**********************************************************
 *                  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 {background: #ffffff;}
#content           .block {}
#content-bottom    .block {background: #ffffff; padding: 10px 15px; margin-top: 10px;}
#content-bottom    #frontblock-left {background: #ffffff; padding: 0px 0px; margin-bottom: 10px; float: left; width: 245px; height: 180px; }
#content-bottom    #frontblock-right {background: #ffffff; padding: 0px 0px; margin-bottom: 10px; float: right; width: 245px; height: 180px; }

#content-bottom  .frontblock-inner { padding: 10px 10px;}






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

/* Menu li styles */
ul.menu li {
  display: block;
  list-style: none;
  margin: 0 0;
  padding: 0px 0px 0px 5px; /* LTR */
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {
  list-style-image: none;
  list-style-type: none;
}

ul.menu li a, ul.menu li a:link    {
  text-decoration: none;
  display: block;
  color: #170801;
  border-bottom: #fdbc0c 1px dotted;
  padding: 0.2em 0 0.2em 8px;
}


ul.menu li a:hover   {background: #fff;}
ul.menu li a:visited {}

ul.menu li.active-trail { }
ul.menu li.active-trail ul.menu li { color: #000;}
ul.menu li.active-trail a.active, 
ul.menu li.active-trail ul.menu li.active-trail a {color: #000; background: #fff; padding: 0.4em 0 0.4em 8px;}


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

#block-adsense_managed-3 {background: #fff !important; border: #f5ee7e 1px solid;}
#block-adsense_managed-3 iframe {margin-top: 5px;}


#views-exposed-form-taxonomy-term-filterboxy-page,
#views-exposed-form-taxonomy-term-filterboxy-page-1,
#views-exposed-form-taxonomy-term-filterboxy-page-2 {border-top: #fdbc0c 1px solid; border-bottom: #fdbc0c 1px solid; background: #f5ee7e; padding-left: 5px;}



