/* $Id: blue.css,v 1.1.4.2 2011/01/23 05:28:15 antsin Exp $ */

/*
+----------------------------------------------------------------+
|   BlogBuzz for Dupal 7.x - Version 1.0                         |
|   Copyright (C) 2011 Antsin.com All Rights Reserved.           |
|   @license - GNU GENERAL PUBLIC LICENSE                        |
|----------------------------------------------------------------|
|   Theme Name: BlogBuzz                                         |
|   Description: BlogBuzz by Antsin                              |
|   Author: Antsin.com                                           |
|   Website: http://www.antsin.com/                              |
|----------------------------------------------------------------+
*/

/** body **/
body {
  background-color: #ffffff;
}

a, .node-blog .date {
  color: #368fb2; /*#5a696d;*/
}

/** showcase **/
#showcase {
  border: 1px solid #96BFE6;
}

#showcase div.number-pager {
  border-top: 1px solid #386DA8;
  background-color: #719BD1;
}

#showcase div.number-pager a {
  border: 1px solid #96BFE6;
}

#showcase div.number-pager a.activeSlide {
  color: #fff;
  background: #A90532;  
}

#akadaly {
	/*padding-left: 945px;*/
  float: right;
  margin-right: 170px;
	height: 5px;
}

/** main & node **/
#content {
  border-right: 1px solid #e8eff2;
}

.extra-links {
  /*border-top: 1px solid #e8eff2;	*/
  /*background-color: #C0D8F0;*/
}

#main-bottom h2 {
  color: #444444;
  font-size: 140%;
  padding: 8px 10px;
  border: 1px solid #fff;
}

#main-bottom .title {
  border: 1px solid #96BFE6;
}

.comment-by-node-author .user-picture img {
  border: 1px solid #C72840;
}

/** sidebar **/
#sidebar-left .title, #sidebar-right .title {
  border-bottom: 1px solid #fff;
}

#sidebar-left h2, #sidebar-right h2 {
  /*color: #444444;*/
  border-bottom: 1px solid #96BFE6;
  background: #e8eff2;
  text-align: center;
}

#sidebar-left .boxed .content-wrapper, #sidebar-right .boxed .content-wrapper, #main-bottom .boxed .content-wrapper {
 /* border: 1px solid #96BFE6;*/
}

/** footer **/
#footer {
  color: #000000;
  border-top: 2px solid #96BFE6;
  background-color: #E8EFF2;
}

#footer .title {
  border-bottom: 1px solid #C0D8F0;
}

#footer h2 {
  color: #fff;
  border-bottom: 1px solid #386DA8;
}

/** button & read more **/
span.button, .read-more {
  border: 1px solid #e7eff2;
}

span.button input.form-submit, .read-more a {
  color: #000000;
  border: 1px solid #b1c0c4;
  background-color: #e7eff2;  
 
}

span.button input.form-submit:hover, .read-more a:hover {
  color: #ffffff;
  border: 1px solid #e7eff2;
  background-color: #41a8d1; 
}

/** pager **/
ul.pager {
  border-top: 1px solid #E8EFF2;
  background-color: #E8EFF2;  
}

/** breadcrumb **/
#breadcrumb {
	display: none;
  /*border-bottom: 1px solid #b1c0c4;
  background-color: #ffffff;*/

}
/** menu **/
#primary {
  background: url(../images/blue/bg_menu.png) repeat-x bottom left;
  padding-bottom: 5px;
}

#primary ul li {
  /*background: url(../images/blue/divider_menu.png) no-repeat bottom right; */
}


#primary ul li:hover,
#primary ul li.active,
#primary ul li.active-trail{
  /*background-color: #A90532;*/
	background: url(../images/menubar_selected.png) center repeat-x;
}


#primary ul ul li {
  background-color: #e8eff2;
  border-bottom: 1px solid #96BFE6;
}

#primary ul ul li.expanded {
  background: url(../images/bg_menu_arrow.png) no-repeat 90% 50%;
}

#primary ul ul a {
  border-top: 0px solid #D8023F;  
  border-bottom: 1px solid #000000;
}

#primary ul ul ul li a {
  border-top: 0px solid #D8023F;  
  border-bottom: 1px solid #000000 !important;
}