/*   
Theme Name: Nimbuzz
Theme URI: http://blog.nimbuzz.com/
Description: Nimbuzz Theme
Author: Nimbuzz
Author URI: http://www.nimbuzz.com/
Version: 0.61
.
General comments/License Statement if any.
.
*/

html {
	font-size:12px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:18px;
	color:#333;
	margin:0;
	padding:9px;
	background-color:#f60;
	background-image:url(images/blog-background.png);
	background-repeat:no-repeat;
	background-position:top center;
}
/*********** CUSTOM HEADERS ******************/
html.header-argentina{
	background-image:url(images/blog-background-argentina.png);
}
html.header-brazil, html.header-brasil{
	background-image:url(images/blog-background-brazil.png);
}
html.header-france{
	background-image:url(images/blog-background-french.png);
}
html.header-germany, html.header-deutschland{
	background-image:url(images/blog-background-germany.png);
}
html.header-india{
	background-image:url(images/blog-background-india.png);
}
html.header-indonesia{
	background-image:url(images/blog-background-indonesia.png);
}
html.header-italy, html.header-italia{
	background-image:url(images/blog-background-italy.png);
}
html.header-russia{
	background-image:url(images/blog-background-russia.png);
}
html.header-espana{
	background-image:url(images/blog-background-espana.png);
}
html.header-southafrica{
	background-image:url(images/header-blog-southafrica.png);
}
html.header-nederlands{
	background-image:url(images/blog-background-nederlands.png);
}
html.header-turkey{
	background-image:url(images/blog-background-turkey.png);
}
html.header-usa{
	background-image:url(images/blog-background-usa.png);
}
html.header-uk{
	background-image:url(images/blog-background-uk.png);
}
html.header-china{
	background-image:url(images/blog-background-china.png);
}
html.header-iran{
	background-image:url(images/blog-background-iran.png);
	direction:rtl;
}
html.header-polska{
	background-image:url(images/blog-background-poland.png);
}
html.header-southkorea{
	background-image:url(images/blog-background-southkorea.png);
}
html.header-saudiarabia{
	background-image:url(images/blog-background-saudi.png);
	direction:rtl;
}

html.header-developers{
	background-image:url(images/blog-background-developers.png);
}
/*********************************************/
body {
	min-width:738px;
}
h1,h2,h3 {
	margin:0;
	padding:0;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:18px;
	color:#805940;
	margin:12px 0 0 0;
	line-height: 25px;
}
h3 {
	font-size:14px;
	margin:9px 0 3px 0;
}
p {
	margin:0;
}
ul,ol { 
	margin:0 0 18px 0; 
}
li {
	margin:0;
}
a:link {
	color:#a95801;
}
a:visited {
	color:#bf8341;
}
a img {
	border:0;
}
.hide {
	display:none;
}

/* Layout */
#page {
	width:740px;
	margin:auto;
}
#header {
	padding:0 18px 18px 18px;
	color:#fff;
	line-height:normal;
}
#header #blogname {
	visibility:hidden;
	display:block;
	height:56px;
}
#header h1 a:link,
#header h1 a:visited {
	color:#fff;
	text-decoration:none;
}
#header .description {
	font-size:14px;
	text-shadow:1.75px 2px 2px #c50;
}
#cols {
	border:1px solid #a95801;
	background-color:#f2e6d9;
}
#content {
	width:482px; /* 518px minus 36px padding*/
	padding:12px 18px 12px 18px;
	float:right;
	background-color:#fff;
	background-image:url(images/content-gradient.png);
	background-repeat:repeat-x;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #ddcab5;
	border-bottom:1px solid #ddcab5;
}
.navigation {
	display: block;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navigation {
	width:216px;
	float:right;
}
html.header-iran #navigation {
	float:left;
}
html.header-iran #content {
	float:right;
}
#footer {
	font-size: 10px;
	clear:both;
	padding:9px 18px;
}
#footer p {
	margin:0;
}

img.flag{
	margin:5px 5px 0 0;
}

/* Weblog posts */
.entry p{
	margin-bottom: 1em;
}
.post {
	overflow: hidden;
	margin-bottom:24px;
}
.post h2 {
	font-size:24px;
	margin:12px 0 12px 0;
}
.post h2 a:link,
.post h2 a:visited {
	color:#543a2a;
	text-decoration:none;
}
.post h2 a:hover,
.post h2 a:focus,
.post h2 a:active {
	color:#a95801;
	text-decoration:underline;
}
.post .footer {
	font-size:10px;
	line-height:18px;
	color:#888;
}

/* Image alignment */
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* Navigation boxes */
.box {
	background-color:#e9d5bf;
	border-top:1px solid #f2e7da;
	border-bottom:1px solid #d7c4b0;
	border-left:1px solid #eedecd;
	border-right:1px solid #ddcab5;
	padding:0 9px;
}
.box ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 18px 0;
}
.feature {
	background-color:#f60;
	line-height:0;
/*	border-top:1px solid #ffc46c;
	border-bottom:1px solid #eb6400;
	border-left:1px solid #ffa436;
	border-right:1px solid #f26a00; */
}

/* Subscribe */
.feed {
	font-size:18px;
	font-weight:bold;
	margin-top:12px;
	margin-bottom:12px;
}
.feed a:link,
.feed a:visited {
	text-decoration:none;
	color:#805940;
}
.feed a:hover,
.feed a:focus,
.feed a:active {
	color:#a95801;
}
.feed img {
	vertical-align:middle;
}

/* Search */
form#searchform {
	margin:12px 0 12px 0;
}
input.searchbutton {
	background-color:#DEC8B2;
	border:0px;
	color:#805940;
	margin:0px;
	font-size:13px;
	line-height:12px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
input.searchinput {
	background-color:#fff;
	border:0px;
	color:#805940;
	margin:0px;
	font-size: 13px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Comments */
ol.commentlist {
	padding-left: 0;
	list-style-type: none;
}
ol.commentlist li{
	clear: both;
}
ol.commentlist li .bubble{
	color: #333;
}
.comment_image {
	float: right;
	width: 50px;
	height: 50px;
}

.comment_content {
	float: left;
	width: auto;
	margin:0 0 18px 0;
}

/* Normal Bubble */
div.bubble {
	width: auto;
	margin-bottom: 24px;
}

/*
cite a:link,
cite a:visited {
	color:#805940;
	text-decoration:none;
}

cite a:hover,
cite a:focus,
cite a:active {
	color:#a95801;
	text-decoration:underline;
	}
*/
div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 10px 0 0 0;
	top: -1px;
	display:block;
	background: transparent url(images/tip.gif) no-repeat 20px 0;
	font-style: normal;
	clear:both;
}
img.avatar{
	display:block;
}

div.bubble blockquote {
	margin: 0px;
	padding: 4px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	width: 412px;
	overflow: hidden;
}

/* MENNO & MARIANO IE6 HACKING */
.overflowIE6 {
	overflow: hidden;
	width: 196px;
}

/* NEW! To style the share buttons */
.share-buttons {
float:left;
margin:0;
padding:12px 0;
width:100%;
}
.share-buttons li {
display:block;
float:left;
list-style-image:none;
list-style-position:inside;
list-style-type:none;
margin:0 3px;
padding-top:1px;
}
