/* $Id: blogbuzz.css,v 1.4 2010/04/24 13:19:56 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/                              |
|----------------------------------------------------------------+
*/ 

/*==============  RESET  ===================*/
html, body, div, blockquote, p, ul, ol, li, h1, h2, h3, h4, h5, h6, th, td {
  margin: 0;
  padding: 0;
}

blockquote, ul, ol, dl {
  margin: 1em;
}

ol,ul,dl {
  margin-left: 2em;
}

th,td {
  padding: .5em;
}

p {
  margin: 1em 0;
}

/*==============  LAYOUT  ===================*/
/** body **/
#page, #header, #primary, #secondary, #showcase, #main, #footer, #closure {
  width: 100%;
  clear: both;
  direction:rtl;
}

#header-inner, #primary-inner, #secondary-inner, #main-inner, #footer-inner, #closure-inner { 
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/** header **/
#header {
  clear: both;
  min-height: 80px;
}

#site-name {
  margin: 0;
  padding: 20px 20px 0 20px;
}

#site-slogan {
  padding-left: 20px;
}

#logo {
  float:right;
  margin: 5px 0px 5px 0;
  padding: 0;
}

#logo-title {
  float:right;
  width: 460px;
  padding-top: 10px;
  display: inline;
}

#logo-title a {
  color: #B5B4AA;
}

#header-blocks {
  float:left; 
  text-align:right;
  width: 460px;
  padding: 20px 0 20px 20px;
}

#header-blocks .block {
  margin-bottom: 5px;
}

/** main **/
#main {
  position: relative;
}

/** content **/
#content, .no-sidebars #content {
  float:right;
  width: 960px;
  margin-left: 0;
  margin-right: -960px; 
}

.sidebar-left #content {
  width: 700px;
  margin-right: 0; 
  margin-left: -700px; 
}

.sidebar-right #content {
  width: 640px;
  margin-right: 0; 
  margin-left: -650px; 
}

.two-sidebars #content {
  width: 540px;
  margin-right: 0; 
  margin-left: -540px; 
}

/** sidebar-left **/
.sidebar-left #sidebar-left {
  float:right;
  width: 250px;
  margin-right: 710px;
  margin-left: -960px; 
}

.two-sidebars #sidebar-left {
  float:right;
  width: 250px;
  margin-right: 550px;
  margin-left: -800px; 
}

/** sidebar-right **/
.sidebar-right #sidebar-right, .two-sidebars #sidebar-right {
  float:right;
  width: 320px;
  margin-right: 660px;
  margin-left: -960px;
}

/** main bottom & footer **/
#main-bottom .main_bottom-1 div.column, #footer .footer-1 div.column {
  float:right;
  width: 960px;
}

#main-bottom .main_bottom-2 div.column, #footer .footer-2 div.column {
  float:right;
  padding-right: 20px;
  width: 460px;
}

#main-bottom .main_bottom-3 div.column, #footer .footer-3 div.column {
  float:right;
  padding-right: 20px;
  width: 300px;
} 

#main-bottom .main_bottom-4 div.column, #footer .footer-4 div.column {
  float:right;
  padding-right: 20px;
  width: 220px;
}

/** closure **/
#closure-inner {
  padding: 10px 20px;
}

#designed-by {
  float:left;
  text-transform: uppercase;
}

/*==============  STYLE  ====================*/
/** body **/
body {
  color: #2E2F2D;
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  font-size: 14px;
  line-height: 1.5;
}

h1, h2, h3 {
  line-height: 1.3;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}

h1 a, h2 a, h3 a {
  color: #2E2F2D;
}

h1 { font-size: 200%;}
h2 { font-size: 150%;}
h3 { font-size: 120%;}

h1 a{
	text-decoration: none;
	color:#4c3327;
}

h1 a:hover{
	text-decoration: none;
	background-color:#d8c9c1;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

img.left {
  float: left;
  margin: 0 20px 10px 0;
}

img.right {
  float: right;
  margin: 0 0 20px 10px;
}

img.framed {
  padding: 5px;
  background: #eeeeee;
  border: 1px solid #dddddd;
}

.block img.left {
  float: left;
  margin: 0 15px 5px 0;
}

.block img.right {
  float: right;
  margin: 0 0 5px 15px;
}

/** header **/
#header {
  color: #B5B4AA;
  background-color: #272626;
}

/** showcase **/
#showcase {
  margin-bottom: 20px;
}

#showcase-inner {
  font-family: Georgia, "Times New Roman", Times, serif;
  position: relative;
  padding: 20px;
  border: 1px solid #fff;
  background: #fff url("../images/bg_fade.png") repeat-x left top; 
}

/** main **/
#main {
  border-top: 1px solid #fff;
}

#main-inner {
  padding: 30px 0 20px 0;
}

#content-inner {
  border: 1px solid #fff;
  padding: 19px;
  background: #fff url("../images/bg_fade.png") repeat-x left top; 
}

#content-header h1.title {
  padding-bottom: 10px;
}

.full-node #content-header h1.title {
  padding-bottom: 0;
}

#main-bottom {
  padding-top: 20px;
}

/** sidebar **/
#sidebar-left .boxed .content, #sidebar-right .boxed .content, #main-bottom .boxed .content {
  padding: 20px;
  border: 1px solid #fff;
  background: #fff url("../images/bg_fade.png") repeat-x left top; 
}

#sidebar-left h2, #sidebar-right h2, #main-bottom h2 {
  padding: 10px;
}

#sidebar-left .boxed .title, #sidebar-right .boxed .title, #main-bottom .boxed .title, 
#sidebar-left .boxed h2, #sidebar-right .boxed h2, #main-bottom .boxed h2 {
  border-bottom: none;
}

/** footer **/
#footer-inner, #footer h2 {
  padding: 10px 0;
}

/** closure **/
#closure {
  color: #B5B4AA;
  height: 40px;
  background-color: #171615;
}

#closure p {
  padding: 0;
  margin: 0;
}

/** node **/
.node {
  padding: 10px 0;
}

.node-inner {
  position: relative;
}

.node-first {
  padding-top: 0;
}

.submitted, .terms {
  color: #B1B1B1;
  font-size: 90%;
}

.extra-links {
  font-size: 90%;
  min-height: 21px;
  padding-top: 5px;
}

.extra-links ul {
  padding: 0 10px;
}

.extra-links a {
  color: #2E2F2D;
}

/** block **/
.block {
  margin-bottom: 10px;
}

/** comments **/
#comments {
  color: #555555;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #DDDDDD;
  background-color: #F4F4F4;
}

#comments h2 {
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 200%;
  border-bottom: 1px dashed #C8C8C8;
}

#comments h3.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
}

.comment {
  position: relative;
  padding-bottom: 10px;
}

.comment .picture {
  float:right;
}

.comment .picture img {
  width: 80px;	
  height: 80px;
  padding: 3px;
  background: #fff;
  border: 1px solid #dddddd;
}

.comment .content {
  margin-right: 130px;
  padding: 15px 20px 0 20px;
  border: 1px solid #DDDDDD;
  min-height: 90px;
  background-color: #fff;
}

.comment .submitted {
  position: absolute;
  top: 40px;
  right: 0;
  width: 90px;
  color: #A0A0A0;
  text-align: center;
  line-height: 1.5;
}

.comment .author {
  display: block;
  font-weight: normal;
}

.comment .comment_arrow {
  position: absolute;
  top: 30px;
  right: 114px;
}

.comment div.links {
  float:left;
  text-align: right;
  padding: 5px 0 0 0 !important;
  margin: 0 !important;
}

.comment div.links a {
  font-size: 90%;
  font-weight: bold;
  text-transform: uppercase;
}

.indented {
  margin-left: 20px;
}

.box .form-text { 
  width: 100%;
  height: 20px;
  border: 1px solid #DDDDDD;
}

.box .resizable-textarea {
  width: 100%;
}

#comments .form-item {
  margin-top: 0;
}

#comments .tips {
  padding-top: 20px;
}

#comments .form-textarea {
  overflow: hidden;
  border: 1px solid #DDDDDD;
}

/** list **/
ul.links li {
  margin: 0;
  padding: 0 11px 0 10px;
  background: url("../images/divider.png") no-repeat right 3px;
}

ul.links li.last {
  background-image: none;
}

.block ul {
  margin: 0;
  padding: 0;
}

.block ul li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 5px 0 5px 15px;
  border-bottom: 1px dotted #fff;
  background: transparent url("../images/list_dot_light.png") no-repeat left 12px;
}

.block ul ul li.last {
  padding-bottom: 0;
  border-bottom: none;
}

.block ul li a {
  color: #000;
}

.block ul li a:hover {
  text-decoration: none;
}

#footer .block ul li a {
  color: #fff;
}

.no-border ul li {
  border-bottom: none !important;
}

.no-background ul li {
  background-image: none !important;  
}

/** breadcrumb **/
#breadcrumb {
  padding: 8px 20px;
  font-size: 90%;
  border: 1px solid #fff;
}

#breadcrumb a {
  padding: 0 10px;
}

.breadcrumb {
  display: inline;
}

/** login **/
#user-login-form {
  text-align: left;
  font-size: 95%;
}

#user-login-form div {
  clear: both;
}

#user-login-form .form-text {
  width: 98%;
  font-family: Arial, Helvetica, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #707070 #BDBDBD #DEDEDE #707070;
  background-color: #F7F7F7;
}

#user-login-form label, #user-login-form label {
  text-align: left;
  font-weight: normal !important;
}

.form-required {
  color: #fff;
}

/** button & read more **/
span.button {
  display: inline;
  height: 24px;
  padding: 4px 0; 
}

span.button .form-submit {
  cursor:pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  margin: 0 !important;
  padding: 3px 10px 2px 10px; 
}

.read-more {
  display: inline;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 24px;
}

.read-more a {
  display: block;
  font-size: 90%;
  color: #fff;
  height: 16px;
  padding: 3px 10px 3px 20px;
  background: url("../images/bg_readmore.png") no-repeat 7px 8px; 
}

.read-more a:hover {
  text-decoration: none;
}

/** pager **/
ul.pager {
  position: relative;  
  bottom: -28px;
  color: #fff;
  padding: 10px 20px;
  font-size: 120%;
}

ul.pager li {
  padding: 2px 6px !important;
  margin: 0 !important;
  border: 1px solid #fff;
}

ul.pager a {
  color: #fff; 
}

/** blog **/
.node-type-blog h1 {
  padding-right: 75px;
}

.node-type-blog .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 200%;
  text-align: right;
  line-height: 1;
}

.full-node .node-type-blog .date {
  top: -20px;
}

/*==============  MENU  =====================*/
#secondary {
  font-size: 90%;
  text-align: right;
  background: #272626 url("../images/bg_secondary.png") repeat-x left top;  
}

#secondary a {
  color: #B5B4AA;
}

#secondary-inner {
  padding-top: 7px;
}

#secondary ul {
  display: inline;
  border: 1px solid #424040;
  border-top: none;
  padding: 0 5px 5px 5px;
  background-color: #000;
}

#primary {
  height: 45px;
}

#primary a {
  display: block;
  padding: 15px 30px 13px 30px;
}

#primary ul,
#primary ul li,
#primary ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary ul {
  position: relative;
  font-size: 90%;
  font-weight: bold;
  z-index: 597;
  float:right;
}

#primary ul li {
  float:right;
  vertical-align: middle;
  list-style-type: none !important;
  list-style-image: none !important;
  text-transform : uppercase;
}

#primary ul li.hover,
#primary ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}

#primary ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 200px;
}

#primary ul ul li {
  float: none;
  font-weight: normal;
  background-image: none;
}

#primary ul ul ul {
  top: 1px;
  left: 99%;
}

#primary ul li:hover > ul {
  visibility: visible;
}

#primary ul li.rtl ul {
  top: 100%;
  right: 0;
  left: auto;
}

#primary ul li.rtl ul ul {
  top: 1px;
  right: 99%;
  left: auto;
}

#primary ul a:link,
#primary ul a:visited	{ color: #000; text-decoration: none; }
#primary ul a:hover,
#primary ul a.active,
#primary ul li.active-trail a { color: #fff; }

#primary li.expanded ul a, 
#primary li.leaf ul a { 
  color: #000;
}

#primary li.expanded ul a:hover,
#primary li.expanded ul a.active,
#primary li.leaf ul a:hover,
#primary li.leaf ul a.active { 
  color: #fff;
}

#primary ul ul li:hover,
#primary ul ul li.active-trail,
#primary ul ul li.last a {
  border-bottom: none;
}

#primary ul ul ul li.last a {
  border-bottom: none !important;
}

#primary ul ul li.first a {
  border-top: none;  
}

#primary ul ul a {
  margin: 0 20px;
  padding: 10px 0;
}

.vid-box{
	margin: auto auto;
	text-align:center;
	padding-top:10px;
	width:440px;
	height:100px;
	background-image:url('/images/vid-box.png');	
	
	-moz-transition-property: box-shadow ;  
 	-moz-transition-duration: 0.5s;  
 	-moz-transition-timing-function: linear;
	-webkit-transition-property: box-shadow ;  
 	-webkit-transition-duration:  0.5s;  
 	-webkit-transition-timing-function: linear;
	transition-property: box-shadow ;  
 	transition-duration:  0.5s;  
 	transition-timing-function: linear;
	   	
}
div.vid-box:hover{	
	-moz-box-shadow: 0px 0px 15px #acacac;
	-webkit-box-shadow: 0px 0px 15px #acacac;
	box-shadow: 0px 0px 15px #acacac;
}

div.thmub-box{
	margin:0;
	padding:4px;
	-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;
	background-color:#999999;
	color:#4c3327;
	text-align:center;
	
	-moz-transition-property:color,border-radius,background-color ;  
 	-moz-transition-duration: 0.2s;  
 	-moz-transition-timing-function: linear;
	-webkit-transition-property: color,border-radius,background-color ;  
 	-webkit-transition-duration:  0.2s;  
 	-webkit-transition-timing-function: linear;
	transition-property: color,border-radius,background-color ;  
 	transition-duration:  0.2s;  
 	transition-timing-function: linear;
}
div.thmub-box:hover{
	-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;
	background-color:#b6b6b6;
	color:#4c3327;
}
 

div.thumb-box a{
	color:#4c3327;
}
div.thumb-box a:hover{
	color:#ffb400;
}
div.thumb-box td{
	margin:0px;
	padding:5px 1px;
}
/*div.thumb-box:hover a{
	color:#4c3327;
}*/

div.sub-smile{
	width:317px;
	height:425px;
	background-image:url('/images/theme/subscribe-smile.png');
}

.social-buttons{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
   width: 230px;
   position:relative;
   height: 62px;
   /*text-align:right;*/
   float: right;
   padding: 8px 8px 8px 8px;
   background-color: #fffce1;
   border-color: #e5e0bb;
   border-style: solid;
   border-width: 2px;
   margin-right: 10px;
   margin-bottom: 5px;
   overflow:hidden;
}

/***** sort tiopic in the sidebar *******/
.short-sidebar-facebook{
	background:url('/images/theme/short-facebook.png') no-repeat top right ;
	border-bottom:3px solid #36528c;	
}
.short-sidebar-twitter{
	background:url('/images/theme/short-twitter.png') no-repeat top right ;
	border-bottom:3px solid #179ec6;	
}
.short-sidebar-youtube{
	background:url('/images/theme/short-youtube.png') no-repeat top right ;
	border-bottom:3px solid #bc1010;	
}
.short-sidebar-rss{
	background:url('/images/theme/short-rss.png') no-repeat top right ;
	border-bottom:3px solid #f78b3b;	
}
.short-sidebar-google{
	background:url('/images/theme/short-google.png') no-repeat top right ;
	border-bottom:3px solid #008200;	
}
.short-sidebar-gmail{
	background:url('/images/theme/short-gmail.png') no-repeat top right ;
	border-bottom:3px solid #f04826;	
}
.short-sidebar-web{
	background:url('/images/theme/short-web.png') no-repeat top right ;
	border-bottom:3px solid #505050;	
}

div.short-sidebar a{
	color:#36528c;
}
div.short-sidebar a:hover{
	color:#6194ff;
	text-decoration:none;
}
div.short-sidebar p{
	padding-right:28px;
}

.channel-sidebar{
	margin:5px 0;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px ;
    -moz-border-radius: 10px ;	
}

.fb-comm{
/*	text-align:center;*/	
	padding:5px 30px 5px 0;
	border-right:3px #9faecc solid;
	border-left:3px #9faecc solid;
	border-bottom:3px #9faecc solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

.invite-box{
	padding:10px 0 10px 0;
	border: 2px #4b3226 dashed; 
	overflow:hidden;
	background-color:#e7e2d9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.fact-box{
	/* width: 300px; */
	background-color: #4c3327;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;	
	text-align:center;
}
.fact-box-date{
	color: #fff6a7;
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
}
.fact-box-in{
	/* width: 280px; */
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #4c3327;
	margin: auto;
	padding: 10px;
}
.fact-box-showall{	
	width: 200px;
	background-color: #654a3d;
	margin: 5px auto 0 auto;
	padding: 5px 5px 0px 5px;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.fact-box-showall:hover{
	background-color: #8e553a;	
}

.fet-vid-box{
	background-color: #6a371e;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 0 10px 0;	
	text-align:center;
}
.fet-vid-box-showall{
	background-color: #7b462c;
	margin: 5px auto 0 auto;
	padding: 5px 5px 0px 5px;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.fet-vid-box-showall:hover{
	background-color: #8f5a41;	
}

.evaluate-ad{
	margin:auto;
	width: 300px;
	height: 128px;
	background-color: #d3c9b6;
	background-image:url('/images/theme/evaluate-ad.png');
	border-color: #ad9e82;
	border-style: dashed;
	border-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}

.evaluate-ad:hover{
	background-color: #ffdb98;
	-moz-box-shadow: 0px 0px 10px #7d4c0c;
	-webkit-box-shadow: 0px 0px 10px #7d4c0c;
	box-shadow: 0px 0px 10px #7d4c0c;
}

#share{
    
    width:65px;
    text-align:center;    
    position:fixed;
    bottom:20px;
    right:0px;
    
}

.tip-content{	
	background-color:#f5f2eb;
	padding: 0 12px;
	border: 7px solid #e3daca;
	margin:10px 10px 15px 10px;	
    border-radius: 15px ;
    -moz-border-radius: 15px ;
}
.tip-ad-box{	
	background-color:#f5f2eb;
	padding: 9px;
	border: 7px solid #e3daca;
	margin:10px;	
	text-align: center;
    border-radius: 15px ;
    -moz-border-radius: 15px ;
}
.tip-ad-ver{	
	background-color:#f5f2eb;
	padding: 8px;
	border: 7px solid #e3daca;
	margin:10px;	
    border-radius: 15px ;
    -moz-border-radius: 15px ;	
}

.tip-content:hover, .tip-ad-box:hover, .tip-ad-ver:hover{
	border: 7px solid #ffca6b;
	box-shadow: 0px 0px 10px #ffa300;
	
	-webkit-transition-property:border,box-shadow;
    -moz-transition-property:border,box-shadow;
    -o-transition-property:border,box-shadow;
    transition-property:border,box-shadow;
    
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;   
	
} 
.tip-small-box{
	width: 190px;
	height: 40px;
	background-color:#e3daca;
	padding-top: 10px;
	padding-bottom: 15px;
	margin:10px;	
    border-radius: 15px ;
    -moz-border-radius: 15px ;
    text-align: center;
}

.channel-box{	
	background-color:#f5f2eb;	
	margin:15px;	
    border-radius: 25px ;
    -moz-border-radius: 25px ;
    overflow: auto;
    border: 3px solid #a42824;
    
    
    -webkit-transition-property:border-radius,box-shadow;
    -moz-transition-property:border-radius,box-shadow;
    -o-transition-property:border-radius,box-shadow;
    transition-property:border-radius,box-shadow;
    
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;  
}
.channel-box:hover{
	border-radius: 0px ;
    -moz-border-radius: 0px ;
	box-shadow: 0px 0px 20px #644f2a;	
}
.channel-box-title{
	font-weight: bold;
	color: #fff;
	width: 150px;    
	padding:0 12px 3px 0;
	background-color: #a42824;
	/*background-color: #e3daca;*/
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.channel-box-text{
	width: 520px;	
	margin: auto;
	padding: 15px;
	text-align: center;	
}
.channel-box-text-ad{
	margin: -5px 5px 10px 5px;
	float: right;
}
