/*   
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 browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* 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: 40px 0 5px 0;
}
#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;
}