/*
Theme Name: BinaryTides
Author: binarytides.com
Author URI: http://www.binarytides.com
Description: Check <a href="http://wordpress.site5.net/alltuts/doc/">AllTuts Documentation</a> in case you need directions</a>.
*/

/* -------------------------------
BODY STYLES
----------------------------------*/

* {
	margin: 0;
  	padding: 0;
	/* Putting box sizing border box here interferes with plugins */
}

body 
{
	color: #333;
  	font-family: sans-serif;
/*	font-size: 15px;*/
	font-size:11pt;
}

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/

a {
	color:#07c;
	text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
	outline:none;
}

h1 {
	font-size:185%;
	letter-spacing:-1px;
	font-weight:normal;
	padding:10px 0 12px;
	line-height:100%;
	font-family: 'Noto Sans', sans-serif;
}

h1.home {
	color:#1FA2E1;
	font-size:30px;
}

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

h1 a:hover 
{
	text-decoration:none;
}


h2
{
	font-size:22px;
	letter-spacing:-1px;
}

h2 a 
{
	color: #333;
	text-decoration: none;
}

h3{
	font-size:18px;
	color:#111;
	padding:5px 0;
}

ul {
	list-style:none;
}

p {
	margin:10px 0;
}

/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper 
{
	width:100%;
	margin:0 auto;
	background:#f6f6f6;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;

}

#wrapper *
{
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

#header 
{
	width:100%;
	height:48px;
	background:#3a3a3a;

	border-bottom: 3px solid #000;
	box-shadow: 0 0px 40px rgba(100,100,100,0.5);

}

#header2
{
	position:relative;
	margin:0 auto;
	padding-left:20px;
}

#content 
{
	width:1160px;
	margin:25px auto;
	box-shadow: 0 0 5px rgba(200, 200, 200, 1);
	border-top:1px solid transparent;
	background:#fff;
}

#colwrap
{
	position:relative;
	border-top:1px solid transparent;
	padding-top:20px;
}

#colLeft 
{
	margin-right:330px;
}

#colLeftInner
{
	
}

#colRight 
{
	position:absolute;
	right:20px;
	top:20px;
	width:330px;
}

#footer {
	border-top:20px solid #555;
	background:#222;
}

#copyrightInner {
	width:1120px;
	margin:0 auto;
	font-size:11px;
	color:#ccc;
	padding:20px 0;
	position:relative;
	overflow:hidden;
}



/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

/* TopMenu */

.ddsmoothmenu {
	position:absolute;
	right:0;
	top:6px;
	border-right:1px solid #2F2F2F;
}

.ddsmoothmenu ul li {
	float:left;
}

.ddsmoothmenu ul li a{
	display:block;
	color:#e5e5e5;
	text-decoration:none;
	border-left:1px solid #2F2F2F;
	height:42px;
	line-height:42px;
	text-transform:uppercase;
	font-size:95%;
	padding:0 12px;
	font-weight:bold;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li:hover > a {
	color:#FFFFFF;
	background:#555;
}

/* TopMenuRight */

#topMenuRight {
	position:absolute;
	right:0;
	top:6px;
}

#topMenuRight ul li {
	float:left;
}

#topMenuRight ul li a{
	display:block;
	color:#ccc;
	text-decoration:none;
	height:42px;
	line-height:42px;
	font-size:11px;
	padding:0 8px;
/*	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/list_red_bullet.png) 1px 50% no-repeat;*/
}

#topMenuRight ul li a:hover {
	color:#FFFFFF;
}

/* Logo */

#logo {
	position:absolute;
background: #0065AD;
height: 57px;
border-radius: 0 0 5px 5px;
box-shadow: 0 3px 10px rgba(100,100,100,0.5);
padding: 0 20px;

}
/*
#logo img {
	border:none;
}

#logo span {
	display:block;
	padding-left:5px;
	padding-top:5px;
	text-transform:uppercase;
	color:#999999;
	font-size:12px;
}
*/
#logo a
{
	line-height:48px;
	font-size:20px; 
	display:block; 
	color:#fff;
}
#logo a:hover
{
	text-decoration:none;
}

/* Social Links */
/*
#socialLinks {
	position:absolute;
	right:0;
	top:105px;
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/bk_social_links.png) 0 50% no-repeat;
	padding-left:155px;
	height:42px;
}

#socialLinks .linkedin, #socialLinks .facebook, #socialLinks .twitter, #socialLinks .rss {
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin-left:5px;
	text-indent:-9999px;
}

#socialLinks .linkedin:hover, #socialLinks .facebook:hover, #socialLinks .twitter:hover, #socialLinks .rss:hover {
	margin-bottom:2px;
}

#socialLinks .linkedin {
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/ico_linkedin.png) 0 0 no-repeat;
}

#socialLinks .facebook {
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/ico_facebook.png) 0 0 no-repeat;
}

#socialLinks .twitter {
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/ico_twitter.png) 0 0 no-repeat;
}

#socialLinks .rss {
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/ico_rss.png) 0 0 no-repeat;
}
*/
/*----------------------------
FOOTER ELEMENTS
------------------------------*/

#footer h2 {
	font-weight:bold;
	color:#ccc;
	font-size:18px;
}

#footerInner {
	overflow:hidden;
	padding-bottom:10px;
}

#footerInner .boxFooter {
	float:left;
	width:290px;
	padding-right:30px;
}

#footerInner .last {
	padding-right:0;
}

#footerInner h2 {
	font-size:20px;
	border-bottom:1px solid #292929;
	padding:7px 0;
	margin-bottom:7px;
}

#footerInner .boxFooter ul li {
	padding:5px 6px 5px 18px;
	border-bottom:1px solid #292929;
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/star.png) 0 8px no-repeat;
	color:#986123;
	font-size:10px;
	font-style:italic;
}

#footerInner .boxFooter ul li br {
	line-height:5px;
}

#footerInner .boxFooter ul li a {
	text-decoration:none;
	color:#ccc;
	font-size:13px;
	font-style:normal;
}

#footerInner .boxFooter ul li a:hover {
	color:#fff;
}

#site5bottom {
	position:absolute;
	right:5px;
	top:13px;
}

#site5bottom img {
	border:none;
}

#site5bottom a {
	display:block;
	/*width:344px;
	height:26px;
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/site5bottom.png) 0 0 no-repeat;
	text-indent:-9999px;*/
}


/*----------------------------
LEFTCOL ELEMENTS
------------------------------*/

.postBox {
	margin:0 20px 20px 20px;
}

.postBoxTop {
	height:5px;
	width:668px;
}

.postBoxBottom {
	height:5px;
	width:668px;
}

.postBox .postBoxMid {
}

.postBox .postBoxMid p
{
	line-height:150%; 
	margin:0 0 1em 0;
}

.postBox .postBoxMid img 
{
	border:none;
}

.postBox .postBoxMidInner 
{
	position:relative;
}

.postBox .postBoxMidInner p a
{
	color:#07c;
}

.postBox .first {
/*	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/bk_box_mid_inner.jpg) 0 0 no-repeat;*/


}

.postBoxMid .category {


	text-transform:uppercase;
	font-size:11px;
	line-height:100%;
	color:#ccc;
	font-weight:bold;
	
}

.postBox .postBoxMid .date {
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/bk_date.png) 0 0 no-repeat;
	width:62px;
	height:89px;
	left:-55px;
	top:13px;
	text-align:center;
	position:absolute;
	font-size:11px;
	color:#C5ECFC;
	padding-top:17px;
}

.postBox .postBoxMid .date span.day {
	font-size:24px;
	font-weight:bold;
	text-shadow:1px 1px #157EC4;
	color:#fff;
}

.excerpt .textPreview 
{

}

.excerpt .textPreview p
{
	margin-top:0;
	line-height:150%;	
}	

.excerpt .postThumb
{
	float:left;
	margin:4px 25px 5px 0;
	width:201px;
	overflow:hidden;
}

.excerpt .postThumb img
{
	border:none;
	background:#F0F0F0;
	padding:10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.excerpt .footer .author
{
	color:#555;
	float: left;
	line-height: 40px;
	margin: 0 0 0 10px;
}

.excerpt .footer .more
{
	float:right;
	line-height:40px;
	background: #696969;
	color: #fff;
	padding: 0 10px 0 20px;
}
.excerpt .footer .more:hover
{
	text-decoration:none;
	background:#333;
}

.excerpt
{
	padding: 0 20px 0 20px;
	margin: 20px 0 50px 0;
}

.excerpt h1
{
	font-size:170%;
	border-bottom:2px solid #ddd;
	margin:0 0 20px 0;
}

.excerpt h1 a:hover
{
	color:#07c;
}

.excerpt .footer
{
	clear:both;
	background:#f0f0f0;
	height:40px;
	margin:20px 0 0 0;
	border-bottom:2px solid #696969;
}

.postBox .postBoxMid .postMeta {
	border-top:1px solid #E2E2E2;
	padding-top:20px;
	margin-top:15px;
	clear:left;
	overflow:hidden;
}

.postBox .postBoxMid .postMeta .more-link 
{
	display:block;
	background:#1FA2E1;
	padding:5px 10px;
	border-radius:3px;
	font-size:14px;
	font-weight:bold;
	float:left;
	color:#fff;
}

.postBox .postBoxMid .postMeta .more-link:hover
{
	text-decoration:none;
}

.postBox .postBoxMid .postMeta .metaRight {
	float:right;
}

.postBox .postBoxMid .postMeta .metaRight img {
	vertical-align:middle;
	margin-left:20px;
}

.postBox .postBoxMid .postMetaSingle 
{
	border-bottom:1px solid #E2E2E2;
	padding:0 0 10px 0;
	margin-bottom:20px;
}

.postBox .postBoxMid .postMetaSingle img {
	vertical-align:middle;
}

.postBox .postBoxMid .postCredentials 
{
	border:1px solid #ddd;
	padding:20px 30px;
	margin:10px 0;
	overflow:hidden;
	background:#f8f8f8;
}

.postBox .postBoxMid .postCredentials p 
{
	font-size:14px;
	color:#666;
	margin:0.6em 0;

}

.postBox .postBoxMid .postCredentials img
{
	float:left;
	margin-right:10px;
	padding:4px;
	background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.postBox .postBoxMid .postCredentials #authorDetails {
	clear:both;
	padding-top:15px;
	overflow:hidden;
	border-top:1px solid #ddd;
}

.postBox .postBoxMid .postCredentials #authorDetails img {
	margin-bottom:15px;
}

/* POST SOCIAL SHARE */

.postBox .postBoxMid .postCredentials .social {
	margin:0 0 10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}

.postBox .postBoxMid .postCredentials .social a:hover img {
	margin-top:-4px;	
}

.postBox .postBoxMid .postCredentials .social img {
	border:none;
	vertical-align:middle;
	float:none;
	background:none;
	padding:0;
	margin-right:5px;
}

.postBox .postBoxMid .postCredentials .social strong {
	padding-right:20px;	
}

.postBox .postBoxMid .postTags 
{
	/*background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/ico_tag.png) 0 50% no-repeat;*/
	margin:15px 0 0;
}

.postBox .postBoxMid .postTags a 
{
	background: #6A709B;
	padding: 0 5px 3px 5px;
	color: #eee;

	float: left;
	margin: 2px 2px;
	font-size:90%;
}

.postBox .postBoxMid .postTags a:hover
{
	text-decoration:none;
}

/* RELATED POSTS */

#colLeft div.postBox  .relatedPosts h3
{
	font-size:175%;
}

#colLeft .relatedPosts span.title
{
	font-size: 175%;
	color:#555;
	margin: 0 0 10px 0;
	display: block;

	letter-spacing: -1px;
}

#colLeft .relatedPosts 
{
	margin:0 0 10px 0;
}

#colLeft .relatedPosts li 
{
	display:block;
	padding: 5px 0 5px 2px;
	font-weight:600; /* open sans 600 */
	background:none;
}	

#colLeft .relatedPosts li a
{
	color:#07c;
}

#colLeft .relatedPosts li img {
	float:left;
	padding:5px;
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/bk_thumbs.jpg) 0 0 no-repeat;
	margin:0 10px 0 0;
}

#content #colLeft .relatedPosts li span {
	font-size:11px;
	color:#999;
}

#archive-title 
{
	font-size: 14px;
	margin: 0 20px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 10px 10px;
	background: #fafafa;
	text-align: center;
	color: #666;
}

blockquote {
	border-left:1px dashed #aaa;
	padding-left:20px;
	margin:20px 0 15px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/bk_blockquote.jpg) 90% 0 no-repeat;
}

/* PAGINATION */

.emm-paginate 
{
	padding:25px 0; 
	overflow:hidden;
	text-align:center;
}
.emm-paginate a 
{
	background:#ddd;
	border:1px solid #ddd; 
	color:#666; 
	margin-right:5px; 
	padding:4px 8px; 
	text-align:center; 
	text-decoration:none;
}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current 
{
	color:#fff; 
	background:#07c; 
	border:1px solid #07c; 
	margin-right:5px; 
	padding:4px 8px;
}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}


/* --------------------------------
RIGHTCOL ELEMENTS
-----------------------------------*/

.rightBox {
	margin-bottom: 20px;
	padding:10px;
	position: relative;
	background: #f6f6f6;
	border-radius: 2px;
	border: 1px solid rgba(221, 221, 221, 0.58);
	box-shadow: 2px 2px 1px rgba(204, 204, 204, 0.28);
	text-align:center;
}

.rightBox .rightBoxMidSearch 
{
	padding:6px 10px 5px;
	background:#fff;
	overflow:hidden;
}

.rightBox span.title
{
	font-size: 125%;
	color: #3B5F7C;
	padding: 10px 15px;
	display: block;
	text-shadow: 0px 0px 1px rgba(50,50,50,0.2);
	text-align:left;
}

.rightBox .widget_content
{
	margin:0 15px 15px 15px;
	text-align:left;
}

.rightBox .widget_content ul li
{
	padding:6px 0;
	border-bottom:1px solid #eee;
}

.rightBox .widget_content ul li a
{
	color:rgba(0, 84, 145, 1);
	font-size:90%;
	font-family:sans-serif;
}

.rightBox .widget_content ul li a:hover
{

}

/* ADS */

.rightBox .rightBoxMidAds{
	padding:6px 0;
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/bk_box_mid_right.png) 0 0 repeat-y;
	position:relative;
}

.rightBox .rightBoxMidAds div div {
	margin:0 0 6px 5px;
	float:left;
}

.rightBox .rightBoxMidAds div div a img {
	border:1px solid #D8D8D8;	
}

.rightBox .rightBoxMidAds a.advertise {
	display:block;
	padding:0 10px 6px 15px;
	clear:both;
	font-weight:bold;
}

/* COMMENTS
-----------------------------------*/

h2.h2comments {
	display:block;
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/ico_comments.png) 0 50% no-repeat;
	padding:10px 0 15px 40px;
	font-weight:bold;
}

h2.h2comments a.addComment 
{
	display: block;
	
	
	background: #0A77BA;
	text-transform: uppercase;
	color: white;
	text-align: center;
	float: right;
	font-size: 15px;
	margin-top: -15px;
	
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 5px;
	border: 5px solid #EEE;

}

h2.h2comments a.addComment:hover {
	text-decoration:none;
}

h2#commentsForm {
	margin:0;
	padding-top:0;
}

#content #colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:20px 0;
	border-top:3px solid #E5E8EA;
	border-bottom:2px solid #E5E8EA;
	padding:0;
}

#content #colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

#content #colLeft ul.commentlist li {
	padding:0 0 20px 40px;
	position:relative;
	border-bottom:1px solid #E5E8EA;
	margin-top:25px;
	background:none;
}

#content #colLeft ul.commentlist li p{
	font-size:13px;
	margin:10px 0;
}

#content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#content #colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}

#content #colLeft ul.commentlist li .comment-meta {

}


#content #colLeft ul.commentlist li .avatar {
	background:#fff;
	padding:1px;
	border:4px solid #eee;
	position:absolute;
	left:0;
	top:0;
}

#content #colLeft ul.commentlist .reply {
	position:absolute;
	right:0;
	top:0;
	width:46px;
	height:21px;
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/bk_link_reply.png) 0 0 no-repeat;
	text-align:center;
	font-size:10px;
	text-indent:-9999px;
}

#content #colLeft ul.commentlist .reply a {
	color:#FFF;
	display:block;
	width:46px;
	height:21px;
}


#content #colLeft ul.commentlist li .children li {
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #E5E8EA;
	border-bottom:none;
	overflow:hidden;
	padding-bottom:0;
}

#content #colLeft ul.commentlist li .children li .avatar {
	top:15px;
}

#content #colLeft ul.commentlist li .children li .reply {
	top:15px;
}



/* --------------------------------
FORMS
-----------------------------------*/

#searchform input {
	border:1px dashed #CDCDCD;
	border-right:none;
	width:169px;
	background:none;
	padding:8px 10px 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	font-style:italic;
	float:left;
	margin-top:1px;
}

#searchform input.submit {
	width:70px;
	height:39px;
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/bk_but_search.jpg) 0 0 no-repeat;
	border:none;
	padding:0;
	margin-top:-2px;
}

/* COMMENTS F0RM */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
outline:none;
-webkit-box-shadow:0 0 1px #0099FF , inset 0 0 1px #0099FF;
box-shadow:0 0 1px #0099FF , inset 0 0 1px #0099FF;
}


#commentform textarea {
/*	width:560px;*/
width:750px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input#submit{
	border:none;
	width:151px;
	height:30px;
	margin-top:10px;
	cursor:pointer;
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/but_addcomment.png) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:0;
}

/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}


#contact textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input.submit{
	border:none;
	width:151px;
	height:30px;
	margin-top:10px;
	cursor:pointer;
	background:url(/web/20140625224053im_/http://www.binarytides.com/blog/wp-content/themes/alltuts/images/but_addcomment.png) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:0;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

/* -------------------------------
CLEARING
----------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: block;  
}


/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */

/*
	Added by me
*/
code
{
color:#060;
background:#EFF9FE;
}

.small_code
{
	max-height: 400px;
	overflow-x:scroll !important;
}

.medium_code
{
	max-height: 600px;
	overflow-x:scroll !important;
}


#colLeft div.postBoxMid .first ul
{
	margin:0 0 1em 0;
	padding: 0 0 0 20px;
}

#colLeft div.postBoxMid .first ul li
{
	margin: 2px 0;
	padding:10px;
	list-style-type: square;
	padding: 0.2em 0;
}

#colLeft div.postBox h3
{
	margin:2em 0 0.7em 0;
	clear:both;
	font-weight:bold;
	color:#444;
	letter-spacing:-1px;
	font-family:'Noto Sans', sans-serif;
	font-size:140%;
	padding:0;
}

#post_start + h3
{
	margin:0 0 0.7em 0 !important;
}

div.postBoxMidInner div.really_simple_share
{
	clear:none;
}

.postBox .postBoxMid pre.highlight
{
	background: rgba(234, 240, 245, 0.52);
	padding: 15px;
	clear: both;
	margin: 0 0 2em 0;
	border: 1px solid #D7E5F0;
	border-radius: 5px;
	white-space: pre-line;
	font-family:inherit;
	color: rgb(0, 79, 131);
	box-shadow: 0 2px 1px rgba(88, 129, 189, 0.17);
}

div.updated_on
{
	background: #EFF9FE;
	color: #2B90BF;
	padding: 10px;
	text-align: right;
	margin-top:20px;
	clear:both;
	font-size:90%;
}

pre.terminal
{
	background: #333;
	padding: 1em;
	font-size: 90%;
	font-family: monospace;
	overflow-x: auto;
	clear: both;
	color: #dfdfdf;
	margin: 0 0 1em 0;
	border-radius: 2px;
}


    .tutorial_image {
    	margin-bottom: 30px;
    	overflow: hidden;
    	font-size: 11px;
    	font-style: italic;
    	text-align: center;
    	background-color: #f4f4f4;
      border: 1px solid #ddd;
      padding: 20px;
      padding-bottom: 15px;
    }
      .tutorial_image img {
        background-color: #f4f4f4;
      	border: 1px solid #898989;
      	margin: auto;
      }
      .tutorial_image .wp-caption {
        background-color: #f4f4f4;
        overflow: hidden;
      }
        .tutorial_image .wp-caption img {
          background: none;
          float: left;
        }
        .tutorial_image p.wp-caption-text {
          clear: left;
          border-top: none;
          font-size: 11px;
          padding: 10px;
          text-align: center;
          font-style: italic;
          color: #575757;
        }


.postBox .postBoxMid .postBoxMidInner p img
{
	display:block;
	margin:50px auto;
}

.mono
{
	font-family:"Droid Sans Mono";
}

.pre
{
	white-space: pre;
}

#colRight .fixed 
{
  position: fixed;
  top: 0px; /* you may change the top position according to your theme */
  display:block;
}

div.quote
{
	font-style: italic;
	background: #EEE;
	padding: 10px;
	clear:both;
	margin:10px 0;
}

.pre_text
{
	background: #eee;
color: #5F1111;
padding: 10px;
clear: both;
overflow: auto;
margin: 0 0 1em 0;
border: 1px solid #e5e5e5;
font-size: 14px;
tab-size: 4;
-moz-tab-size: 4;
-o-tab-size: 4;
border-radius: 2px;
}

#colLeft div.postBox h2
{
	clear:both;
	margin:1.5em 0 .5em 0;
	font-family:Asap;
	font-size:170%;
	color:#555;
	word-spacing:2px;
	
}

#post_start + h2
{
	margin-top:0 !important;
}


div.pagelink
{
	background: #EEE;
	padding: 5px;
	margin-top: 10px;
}

div.pagelink p
{
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

#adsense_search
{

}

#adsense_search form
{
	overflow:hidden;
}
#adsense_search form table
{
	border-collapse:collapse;
}

#adsense_search input[name="q"]
{
	width:100%;
	padding:0 10px;
	float:left;
	border: 2px solid #444;

	height:36px; /* firefox needs this */
	box-sizing:border-box;
	-moz-box-sizing: border-box;

	outline:none;
}

#adsense_search input[name="sa"]
{
	float:left;
	font-size:85%;
	color: white;
	border: none;
	background-color: #444;
	font-weight: bold;
	text-transform: uppercase;
	border:2px solid #444;
	height:36px; /* firefox needs this */
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	width:80px;
}

.tagcloud a
{
	color:#07c;
}

.postBox .postBoxMidInner p.buttons a
{
	background: #0A76B6;
	font-size: 25px;
	color: white;
	text-decoration: none;
	padding: 10px 15px 13px 15px;
	font-weight: bold;
	display: inline-block;
}

.iframe-wrapper
{
	text-align:center;
	border:2px solid #ccc;
	clear:both;
}

.postBoxMidInner h4 
{
	font-size: 120%;
	margin: 2.0em 0 0.5em 0;
	color: #444;
	clear:both;
}

div.postBoxMid .syntaxhighlighter
{
	padding: 10px !important;
	background: #f0f0f0 !important;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100% !important;
	clear:both; /* to make it free from floating ads */
	border: 1px solid #E5E5E5;
	overflow:auto !important;
	font-size:14px !important;
	-moz-box-sizing: border-box;
}

div.postBoxMid .syntaxhighlighter .gutter .line 
{
	border-right: 2px solid #999 !important;
}

div.postBoxMid .syntaxhighlighter .line.alt2 , div.postBoxMid .syntaxhighlighter .line.alt1
{
	background-color: transparent !important;
}

div.postBoxMid .syntaxhighlighter code, div.postBoxMid .syntaxhighlighter div
{
	font-family: "droid sans mono", monospace !important;
}


/*
Menu
*/


.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul
{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	/*background:url(/web/20140625224053im_/http://www.binarytides.com/images/bk_submenu.png) 0 9px no-repeat;*/
	width:auto;
	padding-bottom:7px;
	/*border-bottom:1px solid #222;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{
	float: none;
	display: list-item;
	background:#333;
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li ul li a:hover
{
	text-align:left;
	margin:0;
	padding:12px 0 12px 16px;
	background:#333;
	line-height:100%;
	width:168px;
	height:1%;
	border-bottom:1px solid #666;
	text-transform:none;
}

.ddsmoothmenu ul li ul li a:hover {
	color:#1FA2E1;	
}

.ddsmoothmenu ul li ul li a.last, .ddsmoothmenu ul li ul li a.last:hover {
	border:none;	
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* CSS */

/*
	Settings for sharebar plugin
*/

#content #colLeft div.postBoxMid ul#sharebar
{
	border:none;
}

#content #colLeft div.postBoxMid ul#sharebar li
{
	margin : 15px 0;
	padding:0;
	background:transparent;
	border: none;
}



/* twitter tweet button */
div.social .twitter-share-button {
	width: 90px !important;
}

/* google plus button width */
div.social [id^=___plusone] 
{ 
	width:72px !important; 
}

#social_icons
{
	float:right;
}

#social_icons img
{
	width:32px;
}

#footer_links a
{
	font-size:14px;
	margin:0 20px 0 0;
	color:#999;
}

#footer_links a:hover
{
	color:#fff;
}

#title
{
	border-bottom: 2px solid #eee;
	margin: 20px 20px;
	margin-bottom: 0;
	padding:0 0 30px 0;
}

#title a.category:hover
{
	text-decoration:none;
}

.postMetaSingle
{
	overflow: hidden;
	padding: 0px 0 0px 5px;
	border-left: 30px solid #aaa;
	margin-top:5px;
}

.postMetaSingle div.social
{
margin-left: 20px;

float: left;
border-left: 30px solid #aaa;
padding-left: 10px;
height: 23px;
padding-top: 2px;
}

.postMetaSingle .info a.category
{
	background: #555;
color: #fff;
padding: 3px 10px;
display: inline-block;
}

#subscribe_feedburner {
	margin: 20px 0;
	padding: 15px 0;
	background: #4D5663;
	color: #fff;
	border-radius: 2px;
}


/*
	ad units related css
*/
.adwrap
{
	overflow:hidden;
}

.adflexi
{
	float:left; 
	margin:0 15px 10px 0; 
	white-space:normal; 
	width:336px; 
	height:280px; 
	background:#eee;
	overflow:hidden;	/* avoid spilling on small width screens */
}

.ad728x90
{
	height:92px;
	background:#F9F9F9; 
	border:1px solid #ddd;
}

/*
	Time for responsiveness, with the minimal
	http://radiatingstar.com/make-a-layout-with-fluid-and-fixed-size-columns
*/
@media screen and (min-width: 500px) 
{
#content {
	width:100%;
}
#header2 {
	width:100%;
}
#colLeft {
	margin-right:0;
}
#colRight {
	position:relative;
}
#copyrightInner {
	width:100%;
}
}

@media screen and (max-width: 1023px)
{
#content {
	width:100%;
}
#header2 {
	width:100%;
}
#colLeft {
	margin-right:0;
}
#colRight {
	position:relative;
	width:100%;
	right:0;
	top:0;
	padding:20px;
}
.widget_content {
	text-align:center;
}

#copyrightInner {
	width:100%;
}
}

@media screen and (max-width: 768px)
{
.adflexi
{
	float:none;
	margin:0 15px 10px 0; 
	white-space:normal; 
	width:100%;
	height:280px; 
	background:#eee;
	text-align:center;
}
}


@media screen and (min-width: 1024px) 
{
#content {
	width:100%;
}
#header2 {
	width:100%;
}
#colLeft {
	float: left;
	width: 100%;
	margin-right: -340px;
}
#colLeftInner
{
	margin-right:340px;
}

#colRight {
	width:320px;
	position:relative;
	margin-left:20px;
	float:left;
	top:0;
}
#copyrightInner {
	width:100%;
}
.adflexi
{
	float:left; 
	margin:0 15px 10px 0; 
	white-space:normal; 
	width:336px; 
	height:280px; 
	background:#eee;
}
}

/* Limit the max width to 1120px for much wider screens */
@media screen and (min-width: 1120px) 
{
#content {
	width:1120px;
}
#header2 {
	width:1120px;
}

#copyrightInner {
	width:1120px;
}
}
/*
     FILE ARCHIVED ON 22:40:53 Jun 25, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:58:15 Jan 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.969
  exclusion.robots: 0.082
  exclusion.robots.policy: 0.065
  esindex: 0.013
  cdx.remote: 33.93
  LoadShardBlock: 163.405 (3)
  PetaboxLoader3.datanode: 239.336 (5)
  load_resource: 312.67 (2)
  PetaboxLoader3.resolve: 147.685 (2)
*/