/* $Id$ */

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

/*==============  STYLE  ====================*/
a, .node-type-blog span.day, .comment .author, .button input, #primary li.active-trail ul a,
.block li a:hover, .block li a.active, #main-top li a:hover, #main-top li a.active, #footer li a:hover, #footer li a.active {
  color: #0066b3;
  text-decoration: none;
}

/** showcase **/
.coda-nav ul a:hover, .coda-nav ul a.current {
  background: url("../images/bg_pager_dot.png") no-repeat center -32px;
}

/** sidebar **/
#sidebar-left h2 {
  background: url("../images/bg_sidebar_title_l.png") no-repeat left -34px;  
}

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

/** menu **/
#primary a:hover, #primary a.active, #primary li.active-trail a, .button:hover {
  background: url("../images/bg_menu_left.png") no-repeat left -60px;
  color: #FFFFFF;
}

#primary a:hover span, #primary a.active span, #primary li.active-trail span, .button input:hover {
  background: url("../images/bg_menu_right.png") no-repeat right -60px;
}

/** read more **/
.read-more-default {
  background: url("../images/button_left.png") no-repeat left top;
}

.read-more-default a {
  background: url("../images/button_right.png") no-repeat right top;
}