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


/* Block inner div */
.block-inner   {

  }
  


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

}
#sidebar-left .block h2 {}
#sidebar-left .block-inner {
}
#sidebar-left .block .block-content {
  margin:0;
  width:330;
  
}

#sidebar-right .block {}
#sidebar-right .block h2 {}
#sidebar-right .block-inner {}
#sidebar-right .block .block-content {}


/**********************************************************
 *                  Region blocks
 **********************************************************/
/* High specifity selectors to style blocks in one region. */
#leaderboard       .block {}
#header-blocks     .block {}
#secondary-content .block {
  margin:0;
  padding:0;
}
#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 {}

.block ul {
padding:0 0 0.25em 0;
}


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


/**********************************************************
 *                  front page blocks--Mike Ascroft
 **********************************************************/
.our_goal{
  background-color:#fff;
}

.our_goal_content{
  padding: 1em;
  line-height:13px;
  font-size:95%;
}
.latestnews{
    padding: 1em;
    background-color:#fff;
}

.views-field-created .field-content{
  font-weight: bold;
  
}

#news .views-field-created .field-content{
  font-weight: normal;
  
}


.views-field-field-press-pdf-fid .field-content a{
  background:url("http://santafegoldcorp.com//alpha/sites/all/themes/genesis/genesis_SUBTHEME//images/list_style_arrow_2.png") no-repeat scroll left top transparent;
  display:inline;
  font-size:9px;
  line-height:13px;
  padding-left:11px;
  text-transform: uppercase;
  text-decoration:none;
  margin-bottom:1em;
}

.views-field-field-press-pdf-fid .field-content a:hover{
  color: #e9b100;
}

.latestnews .views-row{
  background:url("../images/list_style_square.gif") no-repeat scroll left top transparent;
  padding-left:20px;
  font-size:90%;
  margin-bottom:1em;
}





a.fp_readmore {
color:#256BAF;
text-decoration:none;
text-transform:uppercase;
background:url("../images/list_style_arrow_2.png") no-repeat scroll left top transparent;
display:inline;
font-size:9px;
line-height:13px;
padding-left:11px;
padding-right:5px;
}

a.fp_readmore_right {
color:#256BAF;
text-decoration:none;
text-transform:uppercase;
background:url("../images/list_style_arrow_2.png") no-repeat scroll left top transparent;
display:inline;
font-size:9px;
line-height:13px;
padding-left:11px;
padding-right:5px;
float:left;
}

a:hover.fp_readmore, a:hover.fp_readmore_right  {
  color: #e9b100;
}

#new_dev_section {
    position:absolute;
    top:850px;
}

.views-field-field-new-dev-text-value a{
  background:url("../images/list_style_arrow.png") no-repeat scroll left top transparent;
  color:#256BAF;
  font-weight:bold;
  line-height:17px;
  padding-left:10px;
  text-transform:uppercase;
  font-size:11px;
  text-decoration:none;
}

#new_dev_links a:hover{
  color: #e9b100;
}




img.imagecache.imagecache-now_in_production.imagecache-default.imagecache-now_in_production_default{
  float:left;
  margin:0 .4em .4em 0;
}

.view.view-now-in-production.view-id-now_in_production.view-display-id-default.now-in-production{
  font-size:11px;
  margin-bottom:1em;
}

.stockquote{
  margin:0 1em 0 1em;
  float:left;
}

#stock_info_2{
  margin:1em 1em 0 0;
  float:left;
}
#stock_info_3{
  margin:1em 1em 0 0;
  float:left;
}

.view.view-featured-projects.view-id-featured_projects, .view.view-featured-projects2.view-id-featured_projects2, .view.view-featured-projects3.view-id-featured_projects3, .view.view-featured-projects4.view-id-featured_projects4{
  font-size:11px;
  line-height:13px;
}

.txtBOLD{
  font-weight:bold;
}

.smelter {
  margin:0;
  background-color:#fff;
}