/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/*======FACEBOOK COMMENTS PLUGIN======*/
.fb-comments {
	margin-top: 20px;
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	padding: 8px 10px;
}
.fb-count {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 400;
	color: #888;
}
.fb_comments_count {
	font-weight: 600;
	color: #333;
}


.contributors .avatar {
        margin-right:10px;	
	float: left;
	clear: both;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	}
 
	.contributors .avatar:hover  {
		border-color: #999;
		}
 
.contributors .contributor-link {
	float: left;
	margin: 10px 0 0 10px;
	}


.largeChicklet {
    
    height: 32px;
	width: 32px;
	float:left;
	padding-right:1px;
	background-image:url('http://padiblog.mamun.me/wp-content/uploads/2012/05/img1.png');
}
.lc_facebook {
	
    background-position: 0 -33px;
}
.lc_email {
    background-position: 0 0;
}
.lc_twitter {
    background-position: 0 -66px;
}
.lc_linkedin {
    background-position: 0 -131px;
}
.lc_googleplus {
    background-position: 0 -330px;
}
.lc_pinterest {
    background-position: 0 -231px;

}
.lc_flickr {
    background-image:url('http://padiblog.mamun.me/wp-content/uploads/2012/05/flickr.png');


}
.lc_youtube {
    background-image:url('http://padiblog.mamun.me/wp-content/uploads/2012/05/youtube.png');

}
.lc_url{
    background-image:url('http://padiblog.mamun.me/wp-content/uploads/2012/05/feed.png');

}



#authorinfo{
	width:650px;
	height:auto;
	margin-top: 15px;
	
	}


#authorinfo .avatar {

	clear: both;
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	}


#image{
	float:left;
	width:120px;
	height:auto;
	
}
#name{
	
	margin-left:10px;
	margin-bottom:5px;
	margin-right: 30px;
	margin-top:0px;
   	float:left;
	width:440px;
	height:auto;
   	padding-left:10px;

	padding-bottom:15px;
	border-bottom:1px dotted #000;
}

#social{
	width:490px;
}

#bio {
	width: 600px;
	height: auto;
	padding: 10px;
	padding-top: 5px;
}

#authorinfo #bio p {
	text-align: justify;
}

.contributors { 
	height: 67px;
	width: 275px;
	background-color: #F2F2F2;
	border-left: 20px solid #666;
	padding: 5px;
	border-top: 1px solid #666;;
	border-bottom: 1px solid #666;
	
 }


/* Fix for drop down menu appearing under wrap div in some versions on IE */
html, body {
	position: relative;
}

#navbarsecond {
	position:relative;
	z-index: 999;
}

ul#secondmenu {
	width:800px;
}

div#wrap {
	position:relative;
}

/*Responsive YouTube embed*/
div.entry iframe {
	width: 100%;
}

.video_slider {
float:none;
overflow: auto;
margin: 0 auto; 
}

#footer {
	max-width: 960px;
	margin: 0 auto;
}
.copyright {
	width: 100%;
	text-align: center;
}


/* Temporary fix to make top bar on blog responsive until new theme */
body {
	background-image:none !important;
}
#navbar {
	margin-bottom: 0;
}
header#header {
	background-color: #d9d9d9;
	height:auto;
}
img#blogheader-topbanner {
	width: 100%;
}
div#logo {
	margin: 0;
	padding: 0;
}

div.entry img {
  max-width: 100%;
}
/* Fix image 100% on mobile */
@media (max-width: 480px) {
  div.entry img {
    width: 100%;
  }
}

/* Modification to make Chinese versions more legible */
body.lang-cn div.post div.entry,
body.lang-tw div.post div.entry {
    font-size: 16px;
}