/* $Id$ */

/*
+----------------------------------------------------------------+
|   Showbox for Dupal 6.x - Version 1.0                          |
|   Copyright (C) 2010 Antsin.com All Rights Reserved.           |
|   @license - Copyrighted Commercial Software                   |
|----------------------------------------------------------------|
|   Theme Name: Showbox                                          |
|   Description: Showbox by Antsin                               |
|   Author: Antsin.com                                           |
|   Date: 1st November 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,
.block ul li a:hover, .block ul li a.active,
#main-bottom a, #main-bottom .block ul li a:hover,
#footer .block ul li a:hover, 
#breadcrumb a:hover, .meta a:hover, .comment .author {
  color: #8F0101;
}

/** header **/
#header {
  background: url("../images/blue/bg_header.png") repeat-x left top;
}

#header-inner {
  position: relative;
  background: #354e87 url("../images/blue/bg_header_inner.jpg") no-repeat left 35px;
}

#logo-title {
  background: url("../images/blue/bg_header.png") repeat-x left -65px;
}

/** main **/
#main-bottom {
  background-color: #354e87;
}

#main-bottom .block ul li {
  border-color: #5D719F;
}

/** sidebar **/
#sidebar-right h2.title {
  background: url("../images/blue/bg_border.png") repeat-x left bottom;
}

/** footer **/
#footer {
  background-color: #2a2a2a;
}

/** closure **/
#closure-inner {
  background-color: #2a2a2a;
}

/** login **/
#header-blocks #user-login-form .form-text {
  border: 1px solid #4667B2;
  background-color: #354e87;
}

#header-blocks .form-item {
  background-color: #3B5894;
}

#header-blocks #user-login-form li.first {
  padding-right: 11px;
  border-right: 1px solid #4667B2;
}

#header-blocks #user-login-form li a, #header-blocks #user-login-form .form-submit {
  color: #577FDB;
}

/** button & read more **/
.form-submit {
  border: 1px solid #2A3E6C;
  background-color: #354e87;
}

/** box & makeup **/
.box-2, .box-3 {
  background: #fff url("../images/blue/bg_border.png") repeat-x left top;
}

.box-5 {
  background-color: #2a2a2a;
}

#header .makeup {
  background: url("../images/blue/makeup_header.png") no-repeat left top;
}

#content .makeup {
  background: url("../images/blue/makeup_border.png") no-repeat left top;
}

#content .makeup-2 {
  background: url("../images/blue/makeup_border.png") no-repeat right top;
}

#sidebar-right .makeup {
  background: url("../images/blue/makeup_border.png") no-repeat right bottom;
}

#main-bottom .makeup-3 {
  background: url("../images/blue/bg_border.png") repeat-x left 5px;
}

/** list **/
.block ul li.active-trail {
  background: transparent url("../images/blue/list_square.png") no-repeat left 13px;
}

/** menu **/
#secondary {
  background: url("../images/blue/bg_secondary.png") no-repeat left top;
}

#primary a:hover, #primary a.active, #primary li.active-trail a {
  background: url("../images/blue/bg_menu_left.png") no-repeat left bottom;
}

#primary a span:hover, #primary a.active span, #primary li.active-trail span {
  background: url("../images/blue/bg_menu_right.png") no-repeat right bottom;
}

#primary li.active-trail {
  background: url("../images/blue/bg_menu_active.png") no-repeat center bottom;
}

#primary-sub, #primary ul ul {
  height: 28px;
  border-top: 5px solid #222;
  background-color: #333;
}