/* $Id$ */

/*
+----------------------------------------------------------------+
|   Gemini for Dupal 6.x - Version 1.0                           |
|   Copyright (C) 2011 Antsin.com All Rights Reserved.           |
|   @license - Copyrighted Commercial Software                   |
|----------------------------------------------------------------|
|   Theme Name: Gemini                                           |
|   Description: Gemini by Antsin                                |
|   Author: Antsin.com                                           |
|   Date: 28th June 2011                                         |
|   Website: http://www.antsin.com/                              |
|----------------------------------------------------------------+
|   This file may not be redistributed in whole or               |
|   significant part.                                            |
+----------------------------------------------------------------+
*/    

/*==============  STYLE  ====================*/
a, h1 a:hover, h2 a:hover, h3 a:hover, .comment .author, .button input, #primary li ul a:hover, #primary li ul a.active, .block li a:hover, .block li a.active {
  color: #4d66a9;
  text-decoration: none;
}

a:hover {
  color: #A5A8AA;
}

#page {
  background: url("../images/darkblue/bg_page.png") repeat-x;
}

#page-inner {
  background: url("../images/darkblue/bg_page_inner.jpg") no-repeat center top;
}

.first-word {
  color: #4d66a9;
}

/** sidebar **/
#sidebar-right h2, .node-type-blog span.comment-count, .view-content span.date {
  background-color: #4d66a9;
}

/** corner **/
#sidebar-right .corner, .view-content span.date .corner {
  background: url("../images/darkblue/corner.png") no-repeat left bottom;
}

.node-type-blog .corner {
  background: url("../images/darkblue/corner.png") no-repeat right top;
}

/** miscellaneous **/
#comments .comment .picture img, ul.pager li:hover {
  border: 1px solid #4d66a9;
}

/** button & read more **/
.read-more-button, .button {
  background: url("../images/darkblue/button_left.png") no-repeat left top;
}

.read-more-button a, .button input {
  background: url("../images/darkblue/button_right.png") no-repeat right top;
}

.read-more-button:hover, .button:hover {
  background: url("../images/darkblue/button_left.png") no-repeat left bottom;
}

.read-more-button a:hover, .button input:hover {
  background: url("../images/darkblue/button_right.png") no-repeat right bottom;
}

.node-type-blog span.read-more a { 
  background: url("../images/darkblue/bg_read_more.png") no-repeat right top;
}