/*
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: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:#EAEAEA;

/*	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;*/

}

#header 
{
	width:100%;
	background:#3a3a3a;
	box-shadow: inset 0 30px 50px rgba(0,0,0,0.3);
}

#header2
{
	height:75px;
	position:relative;
	margin:0 auto;
}

#nav_menu_contents
{
	position:relative;
	margin:0 auto;
	padding-left:20px;
}

#content 
{
	width:1160px;
	margin:10px auto 0 auto;
	border-top:1px solid transparent;
	background:#fff;
	padding-bottom: 25px;
}

#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 #000;
	background:#222;
}

#copyrightInner {
	width:1120px;
	margin:0 auto;
	font-size:11px;
	color:#ccc;
	padding:20px 0;
	position:relative;
	overflow:hidden;
	text-align:center;
}



/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

/* TopMenu */

#nav_menu
{
	background: #393939;
}
#nav_menu_contents
{
	height:48px;	
	padding:0;
}


/* 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;
}

#topMenuRight ul li a:hover {
	color:#FFFFFF;
}

/* Logo top left*/

#logo {
	position:absolute;
}

#logo a
{
	line-height:75px;
	font-size:160%; 
	display:block; 
	color:#fff;
	font-family:Bevan;
}
#logo a:hover
{
	text-decoration:none;
}

/* Social Links */
/*
#socialLinks {
	position:absolute;
	right:0;
	top:105px;
	background:url(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(images/ico_linkedin.png) 0 0 no-repeat;
}

#socialLinks .facebook {
	background:url(images/ico_facebook.png) 0 0 no-repeat;
}

#socialLinks .twitter {
	background:url(images/ico_twitter.png) 0 0 no-repeat;
}

#socialLinks .rss {
	background:url(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(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(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(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(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
{
	clear:both;
	height:40px;
	margin:20px 0 0 0;
}

.excerpt .footer .author
{
	color:#555;
	float: left;
	line-height: 40px;
	font-weight: bold;
}

.excerpt .footer .more
{
	float:right;
	line-height:40px;
	background: #eee;
	color: #666;
	padding: 0 20px;
	font-weight:bold;
}
.excerpt .footer .more:hover
{
	text-decoration:none;
}

.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;
}



.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(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(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(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;
	position: relative;
	text-align:center;
}

.rightBox .rightBoxMidSearch 
{
	padding:6px 10px 5px;
	background:#fff;
	overflow:hidden;
}

.rightBox span.title
{
	font-size: 145%;
	padding: 10px 5px;
	display: block;
	text-align:left;
	border-bottom: 2px solid #86BDEC;
	color: #555;
}

.rightBox .widget_content
{
	margin:15px 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(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(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(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(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(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(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:3em 0 0.7em 0;
	clear:both;
	font-weight:normal;
	color:#444;
	font-family: sans;
	font-size:145%;
	padding:0;
}

#post_start + h3
{
	margin:0 0 0.7em 0 !important;
}
#post_start + h4
{
	margin-top:0 !important;
}

div.postBoxMidInner div.really_simple_share
{
	clear:none;
}

.postBox .postBoxMid pre.highlight
{
	background: #F5F9FC;
	padding: 1em 1.2em;
	clear: both;
	margin: 2em 0;
	border: 1px solid #45A9F7;

	white-space: pre-line;
	font-family:inherit;
	color: rgb(0, 79, 131);

}

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: #f3f3f3;
	color: #5F1111;
	padding: 1em 1.5em;
	clear: both;
	overflow: auto;
	margin: 2em 0;
	border-left: 2px solid #888;
	font-size: 95%;
	
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
}

#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 {
	border-right:1px solid #2F2F2F;
}

.ddsmoothmenu ul li {
	float:left;
	background:#494949;
}

.ddsmoothmenu ul li a
{
	display:block;
	color:#e5e5e5;
	text-decoration:none;
	border-left:1px solid #2F2F2F;
	line-height:46px;
	text-transform:uppercase;
	padding:0 15px;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li:hover > a {
	color:#FFFFFF;
	background:#355AA8;
}


.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*/
	width:168px; /* since a tags dont have consitent width, this must have */
	padding-bottom:7px;
}

.ddsmoothmenu ul li:hover > ul
{
	display:block;
}

/*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:#494949;
	line-height:100%;
/*	width: 168px;*/
	height:1%;
	border-bottom:1px solid #595959;
	text-transform:none;
}

.ddsmoothmenu ul li ul li a:hover {
	color:#fff;	
}

.ddsmoothmenu ul li ul li a.last, .ddsmoothmenu ul li ul li a.last:hover {
	border:none;	
}

.ddsmoothmenu ul li ul li ul
{
	left:initial;	
	right:-99%;
	top:10%;
}

/* 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; 
}

#footer_links a
{
	font-size:14px;
	margin:0 20px 0 0;
	color:#999;
}

#footer_links a:hover
{
	color:#fff;
	border-bottom:2px solid #07c;
	text-decoration:none;
}

#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;
}


/*
	Amazon related posts plugin
*/
.amzrp-grid
{
	height:auto;
}



.gist-highlight {
    border-left: 3ex solid #eee;
    position: relative;
}
 
.gist-highlight pre {
    counter-reset: linenumbers;
}
 
.gist-highlight pre div:before {
    color: #aaa;
    content: counter(linenumbers);
    counter-increment: linenumbers;
    left: -3ex;
    position: absolute;
    text-align: right;
    width: 2.5ex;
}


/*
	Google Custom search result page search.php
*/
.gsc-webResult.gsc-result
{
	padding: 1em;
	border:1px solid #888;
}


.menu-item-has-children > a
{
	padding-right:26px !important;
}

.menu-item-has-children:after
{
	content:"▼";
	color:#999;
	position:absolute;
	top:15px;
	right:7px;
	font-size:75%;
	transform:scale(1.5,0.8); /* W3C */
}

.menu-item-has-children:hover:after
{
	color:#fff;
}

.menu-item-has-children .menu-item-has-children:after
{
	content:"►";
	transform:scale(1,1);
}

/*
	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, #nav_menu_contents {
	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, #nav_menu_contents {
	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, #nav_menu_contents {
	width:1120px;
}

#copyrightInner {
	width:1120px;
}
}