/* $Id: chocolate.css,v 1.1 2010/04/24 13:24:34 antsin Exp $ */

/*
+----------------------------------------------------------------+
|   BlogBuzz for Dupal 6.x - Version 2.0                         |
|   Copyright (C) 2010 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:url(../images/bg.jpg) repeat-x top left #d1d0d0;
font:12px/15px Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
color:#232323;
margin:0;
}

a, .node-type-blog .date {
  color: #ec0201;
}

/** showcase **/
#showcase {
  border: 1px solid #C9BDA9;
}

#showcase div.number-pager {
  border-top: 1px solid #ABA497;
  background-color: #CFCBC3;
}

#showcase div.number-pager a {
  border: 1px solid #ABA497;
}

#showcase div.number-pager a.activeSlide {
  color: #fff;
  background: #C07C54;  
}

/** main & node **/
#content {
  border:none;
}

.content .newstitle {
  color:#808080;
  line-height:13px;
}

.extra-links {
  background-color: #e4e4e4;
}

#main-bottom h2 {
  /*color: #7C705A;
  font-size: 140%;
  padding: 8px 10px;
  border: 1px solid #fff;*/
  clear: both;
    color: #3F3F3F;
    font: bold 22px/22px Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
}

#main-bottom .title {
  border: 0px solid #C9BDA9;
}

.comment-by-author .picture img {
  border: 1px solid #C07C54;
}

/** sidebar **/
#sidebar-left .title, #sidebar-right .title {
  /*border-bottom: 1px solid #fff;*/
}

#sidebar-left h2, #sidebar-right h2 {
	border-bottom:0px solid #c2c2c2;
	/*margin-bottom:15px;*/
	color:#3f3f3f;
	/*text-transform:uppercase;*/
	font:bold 24px/24px Arial, Helvetica, sans-serif;
	padding:6px 10px;
	background:url(../images/left_nav_title.jpg) top left no-repeat;
}
#sidebar-left .block-displayvideo h2 {
height:7px;
padding:0px;
margin:0px;
	background:url(../images/left_nav_title.jpg) top left no-repeat;
}
#sidebar-left .block-displayvideo .content-wrapper .content {
padding-top:8px !important;
padding-bottom:13px !important;
}
#sidebar-left .content-wrapper { background:url(../images/left_news_bg.jpg) bottom left no-repeat; }
#sidebar-left .content-wrapper .content { padding:15px; }
#sidebar-left .content-wrapper .content a { color:#232323; text-decoration:none; }
#sidebar-left .content-wrapper .content a:hover { color:#232323; text-decoration:underline; }
#sidebar-left .content-wrapper .content .red a { color:#e61415; }


#sidebar-left .boxed .content-wrapper, #sidebar-right .boxed .content-wrapper, #main-bottom .boxed .content-wrapper {
  border: 1px solid #C9BDA9;
}

/** footer **/
#footer {
  color: #fff;
  border-top: 2px solid #261A14;
  background-color: #4C3327;
}

#footer .title {
  border-bottom: 1px solid #624234;
}

#footer h2 {
  color: #fff;
  border-bottom: 1px solid #261A14;
}

/** button & read more **/
span.button {
  border: 0px solid #000;
}
.read-more {
  border: 1px solid #000;
}

span.button input.form-submit, .read-more a {
  border: 1px solid #000;
  background-color: #292929;
  font-size:12px;
}

span.button input.form-submit:hover, .read-more a:hover {
  color:#c0c0c0;
  border: 1px solid #292929;
  background-color: #45484d; 
}

/** pager **/
ul.pager {
 /* border-top: 1px solid #ABA497;
  background-color: #CFCBC3; */ 
}

/** breadcrumb **/
#breadcrumb {
  font:bold 15px/15px Trebuchet MS, Arial, Helvetica, sans-serif;
  border-bottom:1px solid #c2c2c2;
  background-color:#e4e4e4;
}

/** menu **/
#primary {
  /*background: #4C3327 url("../images/chocolate/bg_menu.png") repeat-x bottom left; */
	height:34px;
	margin-left:0px;
}

#primary ul li {
	padding: 10px 0px;
	background: url(../images/navbg.jpg) top left repeat-x;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	color: #c0c0c0;
	width:132px;
	margin-right:7px;
	text-align:center;
  /*background: url("../images/chocolate/divider_menu.png") no-repeat bottom right; */
}
#primary ul li.last {
margin-right:0px;
}
#primary ul li:hover,
#primary ul li.active-trail {
	background: url(../images/navbg_hover.jpg) top left repeat-x;
	color:#000;
	cursor:pointer;
}

#primary ul ul li {
  background-color: #f8f8f8;
  width:auto;
  text-align:left;
  padding:0px;
  margin:0;
  font:normal 11px/13px Arial, Helvetica, sans-serif;
  color:black;
}

#primary ul ul li a{
}

#primary ul ul li:hover{
  font:normal 11px/15px Arial, Helvetica, sans-serif;
  color:white;
  text-decoration:none;
  background-color:#f8f8f8;
}

#primary ul ul li.expanded a{
  background: #f8f8f8 url("../images/bg_menu_arrow_on_.gif") no-repeat 97% 50%;
  color:#000;
}
#primary ul ul li.expanded a:hover {
  background: #333 url("../images/bg_menu_arrow_.png") no-repeat 97% 50%;
}

#primary ul ul a:link,
#primary ul ul a:visited { 
  color: #000;
  padding:8px 10px;
  margin:0;
}

#primary ul ul a {
	border-top:0px solid #624234;  
	border-bottom:0px solid #261A14;
	background:#f8f8f8;
	color:#000;
}
#primary ul ul a:hover {
  font:normal 11px/13px Arial, Helvetica, sans-serif;
  color:white;
  text-decoration:none;
  background-color:#333;
}

#primary ul ul ul li a {
  border-top:0px solid #624234;  
  border-bottom:0px solid #261A14 !important;
}

#primary ul ul li a.active {
	background:#333;
	color:#000;
	cursor:pointer;
}
