@charset "utf-8";
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) { display: none; }

[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    overflow-y: scroll;
}

body {
    font-size: 13px;
    line-height: 1.231;
    margin: 0;
}

body, button, input, select, textarea {
    color: #222;
    font-family: sans-serif;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
    background: #4d5059;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4d5059;
    color: #fff;
    text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }

a:visited { color: #551a8b; }

a:hover { color: #06e; }

a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
    _font-family: 'courier new', monospace;
}

/* Improve readability of pre-formatted text in all browsers */
/*pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }*/

q { quotes: none; }

q:before, q:after {
    content: "";
    content: none;
}

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd { margin: 0 0 0 40px; }

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

.SuccessDiv {
    background-color: #D4FFD4;
    border: solid 1px #00FF00;
    color: #39734C;
    padding: 25px;
}

.ErrorDiv {
    background-color: #FDA8A8;
    border: solid 1px #FF0000;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 25px;
}

.ThrobberDiv {
    background-image: url(../img/throbber_bar.gif);
    height: 19px;
    margin-top: 20px;
    width: 220px;
}


img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

/* Contact Us Page */

.wp7button {
    -moz-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-transition: background-color .3s ease-in;
    background-color: #F93;
    border: 0;
    color: white;
    font-size: 16px;
    padding: 10px;
    transition: background-color .3s ease-in;
}

#contactus #divForm { width: 100%; }

#contactus .form { width: 420px; }

#contactus .form .row { width: 100%; }

#contactus .form .right {
    float: right;
    height: 20px;
    padding: 5px;
    width: 50px;
}

#contactus .form .left {
    float: left;
    height: 20px;
    padding: 5px;
    width: 350px;
}

#contactus .form .left input { width: 340px; }

#contactus .form .bothcols {
    float: left;
    padding: 5px;
    width: 420px;
}

#contactus .form .bothcols .textarea {
    height: 100px;
    width: 410px;
}

#contactus .form .over { }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label { cursor: pointer; }

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

input:valid, textarea:valid { }

input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td { vertical-align: top; }

/* ==|== primary styles =====================================================
   Author: JVDL
	This stylesheet has a few mediaqueries:
	- Default styles are set up for window size between 1000 and 1440
	- Larger windows will receive the 1440 and up styles
	- Smaller than 1000 will get styles optimized for a window between 768 and 1000
	- Smaller than 768 will get styles optimized for a window between 480 and 767
	- Smaller than 480 will get styles optimized for a window between 320 and 479
   ========================================================================== */


/* =============================================================================
   Font declarations
   ========================================================================== */


@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


    /* =============================================================================
   CSS Animations 
   ========================================================================== */


@

-webkit-keyframes rotate {


from { -webkit-transform: rotate(0); }

to { -webkit-transform: rotate(360deg); }

}

@-moz-keyframes rotate {
	from { 	-moz-transform:rotate(0); }
	to {	-moz-transform:rotate(360deg); }
}

@-webkit-keyframes rotate2 {
	from {	-webkit-transform:rotate(720deg); }
	to {	-webkit-transform:rotate(-720deg); }
}

@-moz-keyframes rotate2 {
	from {	-moz-transform:rotate(720deg); }
	to {	-moz-transform:rotate(-720deg); }
}

@-webkit-keyframes rotate3 {
	from {	-webkit-transform:rotate(-1080deg); }
	to {	-webkit-transform:rotate(1080deg); }
}

@-moz-keyframes rotate3 {
	from{	-moz-transform:rotate(-1080deg); }
	to {	-moz-transform:rotate(1080deg); }
}


/**

Colours used:

	RSS Orange: 	#f93
	Email Red: 		#f33
	Twitter Blue:	#6cf
	Facebook Blue:	#3a5997
	
	Main BG:		#fefefe
	Text			#555
	Site header:	#000
	Links: 			#1582BF
	Sidebar Nav:	#758289
	Header bar:		#758289
	Code/Highlight: #f5f5f5
	HR:				#dcdcdc

*/

body{
	background:#fff;
	color:#555;
	font-size:14px;
	line-height:1.45;
	font-family:Geneva, Verdana, sans-serif;
}

h1{
	font-family:"OpenSansRegular", "Segoe UI Light", "Trebuchet MS", Tahoma, sans-serif;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0;
}
h3 {
font-weight: bold;
}
h1.article-title a {
 text-decoration: none;
 color: #555555;
}

h1, h2, h3, h4, h5 {
	/*font-family:"OpenSansRegular", "Segoe UI", "Trebuchet MS", Tahoma, sans-serif;*/
	font-weight:normal;
	margin: 0;
	padding:0;
}

p {
	margin:0 0 16px;
}


hr {
	width:100%;
}

blockquote {
	line-height:1.6;
	padding:30px 50px;
	background:url(../img/blockquoteBG.png) 15px 15px no-repeat #f5f5f5;
	margin:20px 0;
}

blockquote p:last-child{
	margin-bottom:0;
}


img.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
img.alignright {
	float:right;
	margin:0 0 20px 20px;
}


a:link, a:visited, a:hover, a:active, a:focus {
	outline:0 none;
	color:#1582BF;
	text-decoration:underline;
	-webkit-transition:color .3s ease-in;  
	-moz-transition:color .3s ease-in;  
	-o-transition:color .3s ease-in;  
	transition:color .3s ease-in;
	border-bottom-color:#1582BF;
}
a:hover, a:focus {
	color:#000;
	border-bottom:1px solid #000;
}

#container {
	background:#fefefe;
	width:1000px;
	margin:0 auto;
}

#site-header {
	padding:10px 20px 10px 15px;
	border-bottom:1px solid #000;
	margin-bottom:4px;
	height:180px;
	position:relative;
}

#site-header h1 {
	color:#000;
	padding-top:50px;
	font-size:70px;
	margin:0;
	font-weight:normal;
}

#site-header em {
	font-size:14px;
	font-style:normal;
	margin:0 0 0 10px;
	display:block;
}

#site-header a {
	color:#000;
	text-decoration:none;
	border-bottom:0 none;
	display:inline-block;

}

#site-header a h1 {
	
	-webkit-transition-property:color, text-shadow;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function:ease-in;
	-moz-transition-property:color, text-shadow;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function:ease-in;
	-o-transition-property:color, text-shadow;
	-o-transition-duration:.2s;
	-o-transition-timing-function:ease-in;
	transition-property:color, text-shadow;
	transition-duration:.2s;
	transition-timing-function:ease-in;

}
#site-header a:hover h1 {
	
	text-shadow:0px 0px 5px #666;
	
}


#ninjaaaas {
	position:absolute;
	top:0;
	right:0;
	height:100%;
}

#the-ninjas {
	width:415px;
	height:181px;
	position:absolute;
	right:0;
	bottom:0;
	z-index:100;
	background:url(../img/header-ninjas.png) right bottom no-repeat transparent;
}

.shuriken {
	width:52px;
	height:52px;
	background:url(../img/shuriken.png) left top no-repeat transparent;
	display:block;
	position:absolute;
	right:0px;
	bottom:37px;
	z-index:110;
}
#shuriken-2 {
	right:130px;
	z-index:90;
}
#ninjaaaas:focus {
	outline:0 none;
}
#ninjaaaas:focus .shuriken,
#ninjaaaas:hover .shuriken{
	-webkit-animation-name:rotate3;
	-moz-animation-name:rotate3;
	-webkit-animation-duration:4s;
	-moz-animation-duration:4s;
	-webkit-animation-iteration-count:1;
	-moz-animation-iteration-count:1;
	-webkit-transition-timing-function:ease-in-out;
	-moz-transition-timing-function:ease-in;
	-o-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in;
}


#ninjaaaas:focus #shuriken-2,
#ninjaaaas:hover #shuriken-2{
	-webkit-animation-name:rotate2;
	-moz-animation-name:rotate2;
}

#site-footer {
	border-top:1px solid #758289;
	background:url(../img/footer-ninja.png) left top no-repeat transparent;
	padding:0 0 0 180px;
	margin-top:20px;
}

#main-content {
	float:left;
	width:670px;
	padding:0 0 0 20px;
}

#main-content #readMore{
padding-bottom:30px;
padding-top:5px;
width: 100%;
}

#main-content article h1 {
	font-size:30px;
	font-weight:normal;
	margin:5px 0 15px;
}


#main-content article header {
	font-weight:bold;
}
#main-content article header .sharing {
	margin:0 0 10px;
}

#main-content article header time{
	float:left;
}
#main-content article header .comments{
	float:right;
}
#main-content article header .comments a{
	display:block;
	padding-left:25px;
	background:url(../img/sprite.png) 0px -183px no-repeat transparent;
	color:#555;
	text-decoration:none;
}	
#main-content article header .comments a:hover,
#main-content article header .comments a:focus{
	border:0;
	text-decoration:underline;
}

#main-content article .article-content {
	clear:both;
	padding-top:15px;
}


.related-posts {
	margin:10px 0 25px;
}

.related-posts h3 {
	margin:15px 0 10px;
	background:#f5f5f5;
	padding:10px;
}

.related-posts li {
	list-style:disc;
	color:#1582BF;
	margin:0 0 5px 25px;
}


.tags {
	padding:3px 0 10px 40px;
	background:url(../img/sprite.png) 10px -221px no-repeat transparent;
}

.tags li {
	display:inline;
}


.code {
	border: 1px solid #CCC;
	background: whiteSmoke url(../Img/codeBG.gif) no-repeat scroll 15px 10px;
	padding: 25px 20px 20px 50px;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	display:block;
	overflow-x: scroll;
	border-image: initial;
}

#main-content article footer .sharing {
	background:#758289;
	width:100%;
	padding:8px 0;
	float:left;
	
}
#main-content article footer .sharing .share-widget{
	float:right;
	margin:0 10px 0 0;
	width:200px;
}
#main-content article footer .sharing p{
	float:left;
	margin:5px 0 0 15px;
	color:#fff;
	
}
/* 
Paging navigation
*/
#pagingNavigation {width:100%;}
#pagingNavigation .pageNavigationLinkLeft a{float:left;background-color: #f93;color:white; padding:10px;font-size: 14px;}
#pagingNavigation .pageNavigationLinkRight a{float:right;background-color: #f93;color:white; padding:10px;font-size: 14px;}
#pagingNavigation a{text-decoration: none;border:0;}
#pagingNavigation a:hover{text-decoration: underline;}



#sidebar {
	width:300px;
	float:right;
}


#sidebar h1{
	padding:3px 10px 4px;
	color:#fff;
	background-color:#758289;
	font-size:24px;
}

#sidebar .module {
	margin:0 0 5px;
}

#sidebar #channels {
	padding:0;
	margin-left:-4px;
	position:relative;
	float:left;
}

#channels li{
	width:72px;
	height:72px;
	margin:0 0 0 4px;
	float:left;
	overflow:hidden;
	list-style:none;
	position:relative;
}

li#channel-rss 		{ background-color:#f93; }
li#channel-email 	{ background-color:#f33; }
li#channel-twitter 	{ background-color:#6cf; }
li#channel-facebook { background-color:#3a5997; }

#channels li a {
	display:block;
	height:100%;width:100%;
	top:0px;
	padding-top:72px;
	position:relative;
	text-align:center;
	color:#fff;
	font-size:12px;
	text-decoration:none;

	background:url(../img/sprite.png) left top no-repeat transparent;
	
	
	-webkit-transition-property:top, padding-top;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function:ease-in;
	-moz-transition-property:top, padding-top;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function:ease-in;
	-o-transition-property:top, padding-top;
	-o-transition-duration:.2s;
	-o-transition-timing-function:ease-in;
	transition-property:top, padding-top;
	transition-duration:.2s;
	transition-timing-function:ease-in;
	
}

#channels li#channel-rss a {
	background-position:0px 0;
}
#channels li#channel-email a {
	background-position:-76px 0;
}
#channels li#channel-twitter a {
	background-position:-150px 0;
}
#channels li#channel-facebook a {
	background-position:-227px 0;
}

#channels li a:hover {
	top:-10px;
	padding-top:62px;
}


#i-am-a-ninja {
	background-color:#758289;
	padding:10px 15px 15px;

	color:#fff;
	clear:both;
}

#sidebar #i-am-a-ninja h1{
	font-size:26px;
	line-height:1.2;
	padding:0 0 5px;
}

#site-search label {
	position:absolute;
	left:-9999px;
}

#site-search input[type=text]{
	width:210px;
	padding:5px;
	font-size:14px;
	border:1px solid #ccc;
	height:18px;
	float:left;

}
#site-search input[type=submit]{
	width:70px;
	padding:5px 0;
	height:30px;
	background:url(../img/sprite.png) 22px -141px no-repeat transparent;
	background-color:#ff9933;
	border:0px none;
	font-size:0px;
	text-indent:-9999px;
	line-height:0; /* For older browsers */
	float:right;

	-webkit-transition:background-color .3s ease-in;  
	-moz-transition:background-color .3s ease-in;  
	-o-transition:background-color .3s ease-in;  
	transition:background-color .3s ease-in;
}

#site-search input[type=button]:hover,
#site-search input[type=button]:focus {
	background-color:#df6306;
}


#site-nav {
}

#site-nav a{
	font-size:24px;
	display:block;
	color:#758289;
	text-decoration:none;
	padding:5px 0 5px 18px;

	-webkit-transition-property: color, padding;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function:ease-in;
	-moz-transition-property:color, padding;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function:ease-in;
	-o-transition-property:color, padding;
	-o-transition-duration:.2s;
	-o-transition-timing-function:ease-in;
	transition-property:color, padding;
	transition-duration:.2s;
	transition-timing-function:ease-out;
}

#site-nav a.active,
#site-nav a:hover,
#site-nav a:focus{
	border-bottom:0;
	text-decoration:underline;
	padding-left:25px;
	color:#000;
}


#sidebar .module nav li {
	padding:12px 5px;
	border-bottom:1px solid #dcdcdc;
}
#sidebar .module nav li:last-child {
	border-bottom:0px;
}

#sidebar .module nav li a{
	text-decoration:none;
}
#sidebar .module nav li a:hover,
#sidebar .module nav li a:focus {
	text-decoration:underline;
}

#sidebar #site-tags nav {
	padding:5px;
}
#sidebar #site-tags nav li {
	border-bottom:0;
	padding:5px 0;
	display:inline-block;
}
.ie6 #sidebar #site-tags nav li,
.ie7 #sidebar #site-tags nav li {
	display:inline; /* For old browsers that don't understand inline-block */
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; clear:both;}



/* ==|== media queries ======================================================
   Modify as content requires.
   ========================================================================== */


/* Style adjustments for viewports 1440px and over go here */
@media only screen and (min-width:1440px){
	#container {
		width:1400px;
	}
	#main-content {
		width:750px;
		padding:0;
		float:left;
	}
	#site-header {
		padding-right:460px;
		height:160px;
		background-position:right -20px;
	}
	#site-header h1{
		padding-top:30px;
	}


	#sidebar {
		float:right;
		padding:20px 0 0;
		width:630px;
	}
	#sb-main {
		width:300px;
		float:left;
	}
	#sb-secondary {
		width:300px;
		float:right;
	}	

}

/* Style adjustments for viewports between 768px and 1000px and over go here */
@media only screen and (min-width:768px) and (max-width: 999px) {
	#container {
		width:750px;
	}
	#main-content {
		width:750px;
		padding:0;
		float:none;
	}
	#site-header {
		padding-right:460px;
		height:120px;
		overflow:hidden;
		
	}
	#site-header h1{
		padding-top:0;
		font-size:38px;
		line-height:1.2;
	}
	#site-header em{
		margin:8px 0 0;
	}

	#the-ninjas {
		bottom:-20px;
	}
	.shuriken {
		bottom:17px;
	}

	#sidebar {
		float:none;
		padding:20px 0 0;
		width:750px;
	}
	#sb-main {
		width:300px;
		float:left;
	}
	#sb-secondary {
		width:430px;
		float:right;
	}
}

/* Style adjustments for viewports between 480 and 768px and over go here */
@media only screen and (min-width: 480px) and (max-width:767px) {

	#container {
		width:460px;
	}
	#main-content {
		width:460px;
		padding:0;
		float:none;
	}
	#site-header {
		padding-right:170px;
		height:auto;
		background:url(../img/header-ninjas-small.png) right bottom no-repeat transparent;

	}
	#ninjaaaas {
		display:none;
	}
	#site-header h1{
		padding-top:0;
		font-size:22px;
		font-weight:bold;
		line-height:1.2;
	}
	#site-header em{
		margin:0 30px 0 0;
		font-size:13px;
	}

	#sidebar {
		float:none;
		padding:20px 0 0;
		width:300px;
	}
	
	#channels li a {
		top:-10px;
		padding-top:62px;
	}
	
	#site-footer {
		background:url(../img/footer-ninja-small.png) left top no-repeat transparent;
		padding:0 0 0 110px;
	}
	#main-content article footer .sharing p {
		width:130px;
	}
	
	.code {
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}

	
}


/* Style adjustments for viewports up to 480px go here */
@media only screen and (max-width:479px) {

	#container {
		width:300px;
	}
	#main-content {
		width:300px;
		padding:0;
		float:none;
	}
	#site-header {
		padding-right:70px;
		height:auto;
		background:url(../img/header-ninja-single-small.png) right bottom no-repeat transparent;
	}
	#ninjaaaas {
		display:none;
	}

	#site-header h1{
		padding-top:0;
		font-size:18px;
		font-weight:bold;
		line-height:1.2;
	}

	#site-header em{
		margin:3px 50px 0 0;
		font-size:12px;
	}

	#main-content article h1 {
		font-size:22px;
	}

	#sidebar {
		float:none;
		padding:20px 0 0;
		width:300px;
	}

	#channels li a {
		top:-10px;
		padding-top:62px;
	}

	#main-content article header .sharing {
		display:none;
	}
	
	#main-content article header .comments {
		display:block;
		float:none;
		margin:10px 0 0
	}

	#site-footer {
		background:url(../img/footer-ninja-small.png) left top no-repeat transparent;
		padding:80px 0 0 0;

	}
	
	#main-content article footer .sharing p	{
		float:none;
		margin:0 0 10px 20px;
	}
	#main-content article footer .sharing .share-widget	{
		float:none;
		margin:0 0 0 20px;

	}
	#main-content article footer .sharing .share-widget	a{
		border:0;
	}
	
	#main-content article header time {
		float:none;
	}
	#main-content article header .comments {
		float:none;
		display:block;
	}
	
	.code {
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}	
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  
  #sidebar, #site-footer { display:none;}
}
