/*   
Theme Name: Ninja One
Theme URI: http://thewpninja.com/ninja-one-thematic-child-theme/
Description: Thematic Child Theme with options.
Version: 1.1
Author: Artur Kim
Author URI: http://arturkim.com/
Tags: Thematic
Template: thematic
.
Thematic is � Ian Stewart http://themeshaper.com/
.
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
/*h1, h2, h3, h4, h5, h6, p, */blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	/*list-style:disc;*/
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:640px;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin:0;
	width:940px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 10px;
	width:940px;
}

.page-template-template-page-fullwidth-php #comments {
    width:540px;
}

/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   
.entry-content .wp-post-image {
	border: 1px solid #ccc;
	float:right;
	margin: 0 0 20px 18px;
	padding: 5px;
}
.entry-content img {
    height:auto;
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	border:1px solid #ccc;
	text-align: center;
	margin-bottom:18px;
	padding:9px 5px 0;
}
.wp-caption img {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:18px 5px;
}
.gallery-icon {
	border: 1px solid #ccc;
	margin: 0 5px;
	padding-top: 6px;
}
.gallery img {
    margin:0;
}
.gallery-caption {
	padding:6px 6px 0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/* @import url('../thematic/library/styles/default.css'); */

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 15px �helvetica neue�, helvetica, arial, sans-serif;
    line-height: 22px;
}
p, ul, ol, dd, pre {
    margin-bottom: 22px;
}
pre, code {
	font: 14px Monaco, monospace;
	line-height: 22px;
}
blockquote {
    color: #666;
    font-style: italic;
}
table {
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 22px 0;
    text-align: left;
}
caption {
    text-align: left;
}
tr {
    border-bottom: 1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color: #ccc;
    border: 0;
    color: #ccc;
    height: 1px;
    margin-bottom: 22px;
}
a:link {
    color: #000;
}
a:visited {
    color: #0099cc;
}
a:active,
a:hover {
    color: #0099cc;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index: 2;
	background: #1D272F;
}
#branding {
    padding-top: 0px;
    padding-bottom: 0px;
}
#blog-title {
    font-family: Arial,sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
}
#blog-title a {
    color: #fff;
    text-decoration: none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #0099cc;
}
#blog-description {
    color: #eee;
    font-size: 13px;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display: none;
}
#access {
    height: 32px;
    font-size: 14px;
    overflow: visible;
    z-index: 100;
	background: #1e1e1e;
	border-bottom: 1px solid #606060;
}
#cats {
    height: 32px;
    font-size: 14px;
    overflow: visible;
    z-index: 100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** NINJA ONE SKIN ***/
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 32px; /* overriding essential styles */
}
/* access */
#access .sf-menu {
	float: left;
}
#access .sf-menu a {
	padding: 9px 13px;
	text-decoration: none;
}
#access .sf-menu .current_page_item a,
#access .sf-menu .current_page_ancestor a,
#access .sf-menu .current_page_parent a {
}
#access .sf-menu li, #access.sf-menu li li, #access .sf-menu li li li,
#access .sf-menu li:hover, #access .sf-menu li.sfHover {
	background: none;
}
#access .sf-menu a:focus, #access .sf-menu a:hover, #access .sf-menu a:active {
	background: #0099cc;
}
#access .sf-menu ul, #access .sf-menu ul ul {
}
#access .sf-menu ul a {
	margin: 0;
    background: #1e1e1e;
	border-top: 1px solid #161616;
	border-right: 1px solid #161616;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#access .sf-menu .rss a:hover {
    background: #FF8A00;
}
#access .sf-menu .current_page_item ul a,
#access .sf-menu .current_page_ancestor ul a,
#access .sf-menu .current_page_parent ul a {
}
#access .sf-menu ul a:hover {
}
/* cats */
#cats .sf-menu {
	float: left;
}
#cats .sf-menu a {
	padding: 9px 13px;
	text-decoration: none;
	margin: 0 3px 0 0;
	background: #1e1e1e;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}
#cats .sf-menu .current-cat a {
	color: #000;
	background: #fff;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
#cats .sf-menu li, #cats .sf-menu li li, #cats .sf-menu li li li,
#cats .sf-menu li:hover, #cats .sf-menu li.sfHover {
	background: none;
}
#cats .sf-menu a:focus, #cats .sf-menu a:hover, #cats .sf-menu a:active {
	color: #0099cc;
}
#cats .sf-menu ul, #cats .sf-menu ul ul {
}
#cats .sf-menu ul a {
	margin: 0;
    background: #2e2e2e;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#cats .sf-menu .current-cat ul a,
#cats .sf-menu .current-cat-parent ul a {
	color: #fff;
	background: #2e2e2e;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#cats .sf-menu ul a:hover {
	background: #2e2e2e;
    color: #0099cc;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear: both;
    padding: 40px 0;
}
.page-title {
    font-size: 14px;
    line-height: 18px;
	margin: 0 0 20px 0;
    padding: 20px;
	background: #fafafa;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.attachment .page-title {
    font-style: italic;
}
.page-title a {
    color: #666;
    text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
    color: #0099cc;
}
.page-title span {
    font-weight: bold;
}
.page-title .meta-nav {
    font-style: normal;
}
.hentry {
    padding: 0 0 22px 0;
}
.single .hentry {
    padding: 0;
}
.home #content .sticky {
	background: #ffffcc;
    border: 1px solid #efefef;
    margin: 0 0 40px 0;
    padding:22px 20px 0 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.home #content .sticky  a:hover {
	color: #0099cc;
}
.home #content .sticky  .entry-utility {
	border-top: none;
}
.entry-title {
    font-family: Arial,sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 0 7px 0;
}
.entry-title a {
    color: #000;
    text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #0099cc;
}
.entry-meta {
    color: #666;
    font-size: 13px;
    line-height: 18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.entry-meta a {
    color: #000;
    text-decoration: none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #0099cc;
}
.entry-meta abbr {
    border: none;
    cursor: text;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.entry-content {
    padding: 22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family: Arial,sans-serif;
    font-size: 19px;
    font-weight: bold;
    /*padding: 28px 0 14px 0;*/
}
.entry-content h3 {
    font-size: 17px;
    font-style: italic;
    /*padding: 28px 0 14px 0;*/
}
.entry-content h4 {
    font-size: 11px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.entry-content table {
    margin-left: 1px;
}
.entry-content embed {
    margin: 0 0 22px 0;
}
.entry-utility {
    color: #666;
    font-size: 13px;
    line-height: 18px;
    margin: 20px 0;
	padding: 10px 0;
	border-top: 2px solid #f0f0f0;
}
.entry-utility a {
    color: #000;
	text-decoration: none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #0099cc;
}
.page-link {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 22px 0;
    padding: 22px 0 0 0;
    word-spacing: 0.5em;
}
.page-link a {
    border: 1px solid #ccc;
    color: #666;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.page-link a:active,
.page-link a:hover {
	border: 1px solid #0099cc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul#links-page,
ul#archives-page {
    list-style: none;
    margin-left: 0;
    overflow: hidden;
}
li.content-column {
    float: left;
    margin-right: 20px;
    width: 45%;
}
.gallery {
    padding: 0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color: #666;
    font-size: 13px;
    line-height: 18px;
}
#author-info {
    margin: 0 0 44px 0;
    overflow: hidden;
}
#author-info .avatar {
    float: left;
    margin: .3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width: 100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width: 930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width: 540px;
    overflow: hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display: none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0 20px 0;
    overflow: hidden;
	padding: 10px 20px;
	background: #fafafa;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.navigation a {
    color: #666;
    text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
    color: #0099cc;
}
.navigation .meta-nav {
    font-style: normal;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
#nav-above,#nav-below {
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding: 22px 0 0 0;
}
#comments a {
	color: #000;
	text-decoration: none;
}
#comments a:hover {
	color: #0099cc;
}
#comments,
#comments input,
#comments textarea {
    font-size: 13px;
    line-height: 18px;
}
#comments code {
    font-size: 12px;
    line-height: 18px;
}
#comments h3 {
    font-family: Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 0 18px 0;
}
#comments-list {
    padding: 0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style: none;
    margin: 0;
}
#comments-list ol {
    border: 1px solid #ccc;
    border-bottom: none;
    margin: 0 0 18px 0;
}
#comments-list li {
    background: #fafafa;
    border-bottom: 1px solid #ccc;
    padding: 18px 1.5em 0 1.5em;
    position: relative;
}
#comments-list li.alt {
    background: #fff;
}
#comments-list li.bypostauthor {
    background: #FFFFCC;
}
#comments-list ul li {
    border: 1px solid #ccc;
    margin: 0 0 18px 0;
}
#comments-list li .avatar {
    position: absolute;
    top: 22px;
    left: 1.5em;
    width: 36px;
    height: 36px;
}
#comments-list .comment-author {
    font-weight: bold;
    padding: 9px 0 0 46px;
}
#comments-list .comment-meta {
    color: #666;
    font-size: 11px;
    padding: 0 0 9px 46px;
}
#comments-list .comment-meta a {
    color: #666;
    font-style: italic;
    text-decoration: none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #0099cc;
}
.comment-reply-link {
    font-size: 11px;
    padding: 0 0 18px 0;
    text-align: right;
}
.comment-reply-link a {
    color: #666;
    font-style: italic;
    text-decoration: none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #0099cc;
}
.comment-navigation {
    font-weight: bold;
    padding: 0 0 18px 0;
    margin-right: 0.5em;
}
.comment-navigation a {
    border: 1px solid #ccc;
    color: #666;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #0099cc;
}
.comment-navigation a,
.comment-navigation span {
    margin-right: 0.5em;
}
#trackbacks-list .comment-content {
    position: absolute;
    left: -9000px;
}
#respond {
    background: #fff;
    margin-bottom: 22px;
    overflow: hidden;
    padding: 18px 0 0 0;
    position: relative;
}
#comments-list #respond {
    border-bottom: 1px solid #ccc;
    margin: 0 0 18px 0;
    padding: 18px 1.5em;
}
#comments-list ul #respond {
    border: 1px solid #ccc;
    margin: 0;
}
#cancel-comment-reply {
    font-size: 11px;
    position: absolute;
    top: 18px;
    right: 1.5em;
}
#cancel-comment-reply a {
    color: #666;
}
#respond .required {
    color: #0099cc;
    font-weight: bold;
}
.form-section label {
    font-size: 12px;
}
.form-section input {
    margin: 0 0 18px 0;
}
.form-section textarea {
    display: block;
	margin: 0 auto;
	padding: 5px;
	width: 528px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#respond #form-section-author {
	float: left;
}
#respond #form-section-email {
	float: right;
}
#respond #form-section-url {
	clear: both;
}
#respond #form-section-author input:focus, #respond #form-section-email input:focus, #respond #form-section-url input:focus, .form-section textarea:focus {
    border: 1px solid #666;
}
#respond #form-section-author input, #respond #form-section-email input {
	display: block;
	margin: 0 auto;
	padding: 5px;
	width: 250px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#respond #form-section-url input {
	display: block;
	margin: 0 auto;
	padding: 5px;
	width: 528px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#form-allowed-tags p {
    color: #666;
    font-size: 11px;
    margin: 0;    
}
#form-allowed-tags span {
    font-style: italic;
}
#form-allowed-tags code {
    font-size: 11px;
    line-height: normal;
}
.form-submit {
    padding: 18px 0 0 0;
    text-align: right;
}
.form-submit #submit {
	background: #fafafa;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #ccc;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.form-submit #submit:hover {
	border: 1px solid #0099cc;
}
.form-submit #submit:active {
	border: 1px solid #666;
}
.subscribe-to-comments {
    color: #666;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 18px 0 0 0;
}
.solo-subscribe-to-comments {
    color: #666;
    font-size: 11px;
    padding: 18px 0 0 0;
}
.comment_license {
    color: #666;
    clear: both;
    font-size: 11px;
    margin: 0;
    padding: 18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom: 18px;
}
.aside pre,
.aside code {
    font-size: 12px;
    line-height: 18px;
}
.aside .current_page_item a {
    color: #0099cc;
}
.aside .current_page_item .page_item a {
    color: #666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #0099cc;
}
.aside {
    color: #666;
}
.aside a {
    color: #666;
	text-decoration: none;
}
.aside a:active,
.aside a:hover {
    color: #0099cc;
}
.aside h3 {
    font-size: 15px;
    line-height: 22px;
}
.aside h3 a {
    text-decoration: none;
}
.aside caption {
    font-size: 11px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.aside ul {
    list-style: none;
    margin-left: 0;
}
.aside ul ul {
    list-style: disc;
    margin: 0 0 20px 0;
}
.aside ul ul li {
    padding: 1px 0;
	list-style: none;
}
.aside ul ul ul {
    margin: 0 0 0 20px;
}
.aside form,
.aside table {
    margin-bottom: 22px;
}
.aside table {
    border: none;
}
.aside thead {
    border: 1px solid #ccc;
}
.aside tbody {
    border: 1px solid #ccc;
}
.aside th, .aside td {
    border-right: 1px solid #ccc;
    padding: .25em .8em;
}
.aside tfoot tr {
    border: none;
}
.aside tfoot td {
    border-color: transparent;
}
.widget_tag_cloud {
    margin: 0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding: 0 20px;
}
.main-aside h3 {
	font-size: 16px;
	font-weight: bold;
}
.main-aside ul ul {
    padding: 0;
}
#primary {
    padding: 0;
    margin-bottom: 20px;
}
/*
    Content Asides
*/
#content .aside {
    border: 1px solid #ccc;
    margin: 0 0 22px 0;
    padding: 18px 0 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content .aside ul {
    padding: 0 20px;
}
#content .aside h3 {
    font-family: Georgia,serif;
    font-weight: normal;
    font-size: 17px;
    padding: 0 0 7px 0;
    text-transform: none;
}
#content .aside ul ul {
    padding: 0;
}
/*
	Search
*/
#s {
	display: block;
	margin: 0 auto;
	border: 1px solid #d7d7d7;
	padding: 5px 24px 5px 5px;
	width: 230px;
	background: #fff url(images/search.png) no-repeat 100% 50%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*
    Footer Asides
*/
#subsidiary {
    padding: 20px 0;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    margin: 0 auto;
	padding: 20px 0;
	background: #1e1e1e;
}
#footer h3 {
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
}
#footer .textwidget {
	color: #c6c6c6;
}
#siteinfo {
    font-size: 12px;
    line-height: 18px;
    padding: 0;
	color: #c6c6c6;
}
#siteinfo a {
    color: #fff;
	text-decoration: none;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #0099cc;
}
.child-theme-info {
	float: right;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.75em !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #0099cc !important;
    color:#666 !important;
}
.wp-pagenavi a:active {
    border:1px solid #666 !important;
    color:#666 !important;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi span.current {
	background: #fafafa !important;
	border: none !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}
body ul#sharebar { display: none; position: absolute; width: 65px; float: left; background: #fff; padding: 0; text-align: center; border: 1px solid #ccc; list-style: none; margin: 0; z-index: 99; }
body ul#sharebar li { display: block; margin: 5px; padding: 0; overflow: hidden; text-align: center; }
body ul#sharebarx { display: none; list-style: none; width: 100%; float: left; margin: 0 0 10px; padding: 0; }
body ul#sharebarx a { line-height: 14px; text-decoration: none; }
body ul#sharebarx li { float: left; margin-right: 20px; line-height: 18px; }
body ul#sharebarx li .st_email  { margin: 0 15px !important; }
.sharebar-button { font-size: 11px; font-family: Verdana, Arial; padding: 2px 4px; background: #f7f7f7; color: #444; border: 1px solid #ddd; display: block;margin: 0 0 5px; }
.sharebar-button:hover { border-color: #aaa; }
.credit { margin: 0; padding: 0; line-height: 9px; }
.credit a { font-size: 8px; color: #ccc; text-transform: uppercase; text-decoration: none; font-family: Verdana; line-height: 9px; }
.FBConnectButton_Small{background-position:-5px -232px !important;border-left:1px solid #1A356E;}
.FBConnectButton_Text{margin-left:12px !important ;padding:2px 5px 3px !important;}
.stButton{margin:0 0 6px !important;}
.stButton:last-child{margin:0 !important;}
.stButton .stFb_vbubble { width:53px !important; }
.stButton .stFb_text { padding: 2px 5px 3px !important; margin: 1px 1px 0 14px !important; }
div.widget_simpleimagelink
{
	width: 100%;
}

.widget_simpleimagelink_container
{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	width: 100%;
}

.widget_simpleimagelink .widget_simpleimagelink_hidetitle
{
	display: none;	/* This stops the title from being shown when the widget is displayed (configurable), but allows the title to be shown in the Design - Widgets admin page */
}

.widget_simpleimagelink img 
{
	border: none;
}

/* simple-image-link-units is based on WordPress' own widefat - just narrower! */
.simple-image-link-units 
{
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin: 0;
	width: 50px;
	padding: 3px;
}
#subscribe-widget-div { text-align: center; margin-top:5px; }
#blog-title a {
	background:url(http://www.guitarjamtrackshq.com/wp-content/themes/ninja-one/images/logo_silver_2.jpg) no-repeat top center;
	display:block;
	text-indent:-9000px;
	width:314px;
	height:147px;
}
#blog-title a:hover {
    background:url(http://www.guitarjamtrackshq.com/wp-content/themes/ninja-one/images/logo_silver_2.jpg) no-repeat bottom center;
	display:block;
	width:314px;
	height:147px;
}
#blog-description {
    display:none;
}

#header {
	background:#8B0000;
}
.broken_link, a.broken_link {
	text-decoration: line-through;
}
/*1303254806,170581813,JIT Construction: v368160,en_US*/

.FBConnectButton_Simple,
.FBConnectButton_RTL_Simple{background-image:url(/images/connect_favicon.png);background-repeat:no-repeat;outline:none;text-decoration:none}
.FBConnectButton_RTL_Simple{background-position:right 0}
.FBConnectButton_Simple .FBConnectButton_Text_Simple{margin:0 0 0 20px;padding-bottom:1px}
.FBConnectButton_RTL_Simple .FBConnectButton_Text_Simple{margin:0 10px 0 0}
a.FBConnectButton_Simple:hover .FBConnectButton_Text_Simple,
a.FBConnectButton_RTL_Simple:hover .FBConnectButton_Text_Simple,
.FBConnectButton_Simple:hover .FBConnectButton_Text_Simple,
.FBConnectButton_RTL_Simple:hover .FBConnectButton_Text_Simple{text-decoration:underline}
.FBConnectButton,
.FBConnectButton_RTL{background:#29447e url(/images/connect_sprite.png);background-repeat:no-repeat;cursor:default;display:inline-block;padding:0 0 0 1px;text-decoration:none;outline:none}
.FBConnectButton .FBConnectButton_Text,
.FBConnectButton_RTL .FBConnectButton_Text{background:#5f78ab url(/images/connect_sprite.png);border-top:solid 1px #879ac0;border-bottom:solid 1px #1a356e;color:#fff;display:block;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-weight:bold;padding:2px 6px 4px;margin:1px 1px 0 0;text-shadow:none}
a.FBConnectButton,
a.FBConnectButton_RTL ,
.FBConnectButton,
.FBConnectButton_RTL{text-decoration:none}
a.FBConnectButton:active .FBConnectButton_Text,
a.FBConnectButton_RTL:active .FBConnectButton_Text ,
.FBConnectButton:active .FBConnectButton_Text,
.FBConnectButton_RTL:active .FBConnectButton_Text{border-bottom:solid 1px #29447e;border-top:solid 1px #45619d;background:#4f6aa3;text-shadow:none}
.FBConnectButton_BigPun,
.FBConnectButton_RTL_BigPun{background-position:left -60px;font-size: 24px;line-height:30px}
.FBConnectButton_BigPun .FBConnectButton_Text{padding:3px 8px 3px 12px;margin-left:38px}
a.FBConnectButton_BigPun:active{background-position:left -99px}
.FBConnectButton_RTL_BigPun{background-position:right -268px}
.FBConnectButton_RTL_BigPun .FBConnectButton_Text{padding:3px 8px 3px 12px;margin-right:39px}
a.FBConnectButton_RTL_BigPun:active{background-position:right -307px}
.FBConnectButton_Large,
.FBConnectButton_RTL_Large{background-position:left -138px;font-size: 13px;line-height:16px}
.FBConnectButton_Large .FBConnectButton_Text{margin-left:24px}
a.FBConnectButton_Large:active{background-position:left -163px}
.FBConnectButton_RTL_Large{background-position:right -346px}
.FBConnectButton_RTL_Large .FBConnectButton_Text{margin-right:25px}
a.FBConnectButton_RTL_Large:active{background-position:right -371px}
.FBConnectButton_Medium,
.FBConnectButton_RTL_Medium{background-position:left -188px;font-size: 11px;line-height:14px}
.FBConnectButton_Text,
.FBConnectButton_Medium .FBConnectButton_Text{padding:2px 6px 3px 6px;margin-left:21px}
a.FBConnectButton_Medium:active{background-position:left -210px}
.FBConnectButton_RTL_Medium{background-position:right -396px}
.FBConnectButton_RTL_Text,
.FBConnectButton_RTL_Medium .FBConnectButton_Text{padding:2px 6px 3px 6px;margin-right:22px}
a.FBConnectButton_RTL_Medium:active{background-position:right -418px}
.FBConnectButton_Small,
.FBConnectButton_RTL_Small{background-position:left -232px;font-size: 10px;line-height:10px}
.FBConnectButton_Small .FBConnectButton_Text{padding:2px 6px 3px;margin-left:17px}
a.FBConnectButton_Small:active ,
.FBConnectButton_Small:active{background-position:left -250px}
.FBConnectButton_RTL_Small{background-position:right -440px}
.FBConnectButton_RTL_Small .FBConnectButton_Text{padding:2px 6px;margin-right:18px}
a.FBConnectButton_RTL_Small:active{background-position:right -458px}
.FBConnectButton_Inactive{-ms-filter:'alpha(opacity=40)';filter:alpha(opacity = 40);-khtml-opacity:.4;-moz-opacity:.4;opacity:.4}
.fb_share_count_wrapper{position:relative;float:left}
.fb_share_count{background:#b0b9ec none repeat scroll 0 0;color:#333;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;text-align:center}
.fb_share_count_inner{background:#e8ebf2;display:block}
.fb_share_count_right{margin-left:-1px;display:inline-block}
.fb_share_count_right .fb_share_count_inner{border-top:solid 1px #e8ebf2;border-bottom:solid 1px #b0b9ec;margin:1px 1px 0 1px;font-size: 10px;line-height:10px;padding:2px 6px 3px;font-weight:bold}
.fb_share_count_top{display:block;letter-spacing:-1px;line-height:34px;margin-bottom:7px;font-size: 22px;border:solid 1px #b0b9ec}
.fb_share_count_nub_top{border:none;display:block;position:absolute;left:7px;top:35px;margin:0;padding:0;width:6px;height:7px;background-repeat:no-repeat;background-image:url(http://static.ak.fbcdn.net/rsrc.php/v1/zU/r/bSOHtKbCGYI.png)}
.fb_share_count_nub_right{border:none;display:inline-block;padding:0;width:5px;height:10px;background-repeat:no-repeat;background-image:url(http://static.ak.fbcdn.net/rsrc.php/v1/zX/r/i_oIVTKMYsL.png);vertical-align:top;background-position:right 5px;z-index:10;left:2px;margin:0 2px 0 0;position:relative}
.fb_share_no_count{display:none}
.fb_share_size_Small .fb_share_count_right .fb_share_count_inner{font-size: 10px}
.fb_share_size_Medium .fb_share_count_right .fb_share_count_inner{font-size: 11px;padding:2px 6px 3px;letter-spacing:-1px;line-height:14px}
.fb_share_size_Large .fb_share_count_right .fb_share_count_inner{font-size: 13px;line-height:16px;padding:2px 6px 4px;font-weight:normal;letter-spacing:-1px}
.aboutme {clear:both}
       .aboutme * {border: 0px solid;}
       .aboutme img {padding:0px;}