/* $Id$ */

/*
+----------------------------------------------------------------+
|   Ripple for Dupal 6.x - Version 1.0                           |
|   Copyright (C) 2010 Antsin.com All Rights Reserved.           |
|   @license - Copyrighted Commercial Software                   |
|----------------------------------------------------------------|
|   Theme Name: Ripple                                           |
|   Description: Ripple by Antsin                                |
|   Author: Antsin.com                                           |
|   Date: 24th September 2010                                    |
|   Website: http://www.antsin.com/                              |
|----------------------------------------------------------------+
|   This file may not be redistributed in whole or               |
|   significant part.                                            |
+----------------------------------------------------------------+
*/  

/*==============  STYLE  ====================*/
a, h1.title a:hover, h2.title a:hover, h3.title a:hover,
#primary ul a:hover, #primary ul a.active span,
#block-menu-primary-links li a:hover,
#block-menu-secondary-links li a:hover,
#block-menu-primary-links li a.active, 
#block-menu-secondary-links li a.active,
#breadcrumb a:hover, .meta a:hover, .comment .author {
  color: #808333;
}

/** footer **/
#footer {
  /*color: #fff;*/
  background-color: #e2e3df;
  /*background-color: #B7BD42;*/
}

#footer h2.title {
  /*color: #fff;*/
  background: transparent url("../images/green/bg_footer_border.png") no-repeat left bottom;
}

#footer ul li {
  /*border-bottom: 1px solid #CED17D;*/
  /*background: transparent url("../images/list_dot_light.png") no-repeat 10px 12px;*/
  border-bottom: 1px solid #f2f2f2;
  border-bottom: none;
}

#footer ul li:hover {
  /*border-bottom: 1px solid #808333;*/
  border-bottom: 1px solid #f2f2f2;
  border-bottom: none;
}

#footer ul li a {
  /*color: #fff; */
}

#footer .compact-form-label {
  color: #CED17D !important;
}

#footer .form-text {
  color: #CED17D;
  border: 1px solid #CED17D !important;
  background-color: #808333 !important;
}

#footer .form-submit {
  background-color: #fff; 
}

/** pager **/
ul.pager li:hover {
  border: 1px solid #808333;
}

/** button & read more **/
.form-submit:hover {
  color: #808333;
  border: 1px solid #808333;
}

.read-more, .read-more-color:hover {
  /**background: url("../images/green/button_readmore_l.png") no-repeat left bottom;**/
}

.read-more a, .read-more-color a:hover {
 /** background: url("../images/green/button_readmore_r.png") no-repeat right bottom;**/
}

.read-more-color, .read-more:hover {
  /**background: url("../images/green/button_readmore_l.png") no-repeat left top;**/
}

.read-more-color a, .read-more a:hover {
  /**background: url("../images/green/button_readmore_r.png") no-repeat right top;**/
}