/*
Theme Name:     Chip Zero
Theme URI:      http: //www.tutorialchip.com/chip-zero/
Description:    Chip Zero is a Widget-ready child theme created for the Chip Life Framework. 
Author:         Life.Object
Author URI:     http: //www.tutorialchip.com/
Template:       chip-life
Version:        1.3
*/

/* Defaults: Reset default browser CSS. http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
-------------------------------------------------------------- */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  =Global
------------------------ */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #FFF;
	background-color: #0e151f;
}

/*  =Headings
------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-family: Helvetica, Arial;
	font-weight: normal;
}

h1 { 
	font-size: 28px;
	line-height: 1.15;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

h2 { 
	font-size: 20px;
	line-height: 1.45;
	margin-top: 1.05em;
	margin-bottom: 1.05em;	
}

h3 { 
	font-size: 16px;
	line-height: 1.712;
	margin-top: 1.312em;
	margin-bottom: 1.312em;	
}

h4 { 
	font-size: 14px;
	line-height: 1.9;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h5 { 
	font-size: 10px;
	line-height: 2.5;
	margin-top: 2.1em;
	margin-bottom: 2.1em;
}

h6 { 
	font-size: 8px;
	line-height: 3.02;
	margin-top: 2.625em;
	margin-bottom: 2.625em;
}

/*  =Text Elements
------------------------ */

p { 
	line-height: 1.5;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.625em 2.5em;
}

ul {
	list-style: square;
}

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.625em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.625em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
    color: #989898;
    background: url(images/quote.png) no-repeat top left;
    margin: 0 15px 15px 15px;
	padding: 0 20px 0 40px;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #fff;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

blockquote cite a {
	display: block;
	margin: 10px 0 0 0;
}

pre {
	background: #8D201B;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}

code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 1.625em;
}

ins {
	background: #8D201B;
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/*  =Links
------------------------ */

a,
a:visited {
	color: #8dbad1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a:focus, a:hover, a:active {
	outline: none;
}

/*  =General
------------------------ */

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/*  =Alignment
------------------------ */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*  =Table
------------------------ */

table { 
	width: 95%;
	margin: 5px auto;
	border-collapse: collapse;
	background-color: #8D201B;
}

caption {
	font-size: 11px;
	margin: 0 0 5px 0;
}

thead, th {
	color: #fff;
	font-weight: bold;
	background-color: #db550c;
	border-width: 1px; 
	border-style: solid;
	border-color: #fba41c #021221 #021221 #fba41c;
}

tbody, td {
	background-color: #000000;
}

td, th { 
	padding: .3em;
	border: 1px #8D201B solid;
	vertical-align: top;
}

/*  =Forms
------------------------ */

input[type=text],
input[type=password],
textarea {
	background: #F4F4F4;
	border: 1px solid #ddd;
	color: #666;
}

input[type=text]:focus,
textarea:focus {
	color: #373737;
}

textarea {
	padding-left: 3px;
	width: 98%;
}

input[type=text] {
	padding: 3px;
}

.searchform {
	width: 295px;
	margin: 0px auto;
	padding: 10px 5px 10px 5px;
}

.searchform .assistive-text {
	display: none;
}

.searchform .screen-reader-text {
	display: none;
}

.searchform input#s {
	width: 190px;
	float: left; 
	padding: 6px 4px 6px 25px;
	border: none;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	color: #666;
	background: #fff url(images/ico_search.jpg) 5px 50% no-repeat;
}

.searchform input#searchsubmit {
	width: 70px;
	height: 30px;
	border: none;
	background: url(images/search_btn.jpg) -2px 0px no-repeat;
	cursor: pointer;
	padding: 0px;
	text-align: center;
	color: #ccc; 
	font-size: 11px;
}

/*  =Images
------------------------ */

.comment-content img,
.ping-content img {
	max-width: 97.5%;
}

img[class*="align"],
img[class*="wp-image-"] {
	height: auto;
}

img.size-full {
	max-width: 97.5%;	
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter, {
	margin-top: 10px;
	margin-bottom: 10px;
}

img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}

.wp-caption {
	background: #F4F4F4;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}

.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

/*  =Gallery
------------------------ */

dl.gallery-item {
	margin: 0;
}

#content .gallery br+br {
	display: none;
}

#content .gallery {
	margin: 0 auto 1.625em auto;
}

#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
}

#content .gallery a img {
	border: none;
}

img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}

#content .gallery-columns-2 .gallery-item {
	width: 46%;
	padding-right: 3%;
}

#content .gallery-columns-2 .gallery-item img {
	width: 100%;
	height: auto;
}

#content .gallery-columns-3 .gallery-item {
	width: 30%;
	padding-right: 3%;
}

#content .gallery-columns-3 .gallery-item img {
	width: 100%;
	height: auto;
}

#content .gallery-columns-4 .gallery-item {
	width: 21%;
	padding-right: 3%;
}

#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

#content .gallery-columns-5 .gallery-item {
	width: 16%;
	padding-right: 3%;
}

#content .gallery-columns-5 .gallery-item img {
	width: 100%;
	height: auto;
}

/*  =Image Borders
------------------------ */

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
	border: 1px solid #ddd;
	padding: 5px;
}

.wp-caption img {
	border-color: #eee;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
	background: #eee;
	border-color: #bbb;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}

/*  =Navigation
------------------------ */

.navigation {
	margin: 20px 0 0 0;	
}

.navigation-wp-pagenavi {
	margin: 0;
	padding: 10px;
	background-color: #8D201B;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;
}

.navigation a:link,
.navigation a:visited {
	padding: 8px 8px;
	background-color: #000000;
}

.navigation a:hover {
	background-color: #8D201B;
}

.pages {
	clear: both;
}

.pages a,
.pages span {
	text-decoration: none;
	border: 1px solid #cccccc;
	padding: 3px 5px;
	margin: 2px;
	background-color: #8D201B;
}

.pages a:hover {
	background-color: #0e151f;
	color: #FFF;
}

.pages span.current {
	border-color: #cccccc;
	background-color: #0e151f;
	font-weight: bold;
	color: #FFF;
}

/*  =Structure
------------------------ */

#wrap {
	width: 100%;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#header-data {
}

#stage { 
	width: 960px;
	margin: 0 auto;
	background-color: #FAF9E7;
}

#stage-data {
	width: 930px;
	padding: 15px 15px 15px 15px;
}

#content-wrap {
	float: left;
}

#content {
	background-color: #000000;
}

#content-data {
	padding: 10px;
}

.one-column #content-wrap,
.one-column #content {
	width: 930px;
	float: none;
}

.two-column #content-wrap,
.two-column #content {
	width: 615px;
}

.right-sidebar #content-wrap {
	float: left;	
}

.left-sidebar #content-wrap {
	float: right;	
}

#sidebar {
	width: 300px;
	float: right;
}

#sidebar-data {
}

.right-sidebar #sidebar {
	float: right;	
}

.left-sidebar #sidebar {
	float: left;	
}

#footer { 
	width: 960px;
	margin: 0 auto;
	background-color: #8D201B;
}

#footer-data {
	width: 930px;
	padding: 15px;
}

/*  =Taxonomy
------------------------ */

.taxonomy-wrap {
	margin: 0;
	padding: 10px;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;
}

h2.taxonomy-title  {
	margin: 5px 0 5px 0;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
}

/*  =Post
------------------------ */

.post,
.type-page {
	margin: 0;
	padding: 10px;
	background-color: #8D201B;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;
}

.single h1.entry-title,
.type-page h1.entry-title  {
	margin: 0;
	padding: 10px;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;
}

h1.entry-title  {
	margin: 5px 0 5px 0;
}

h1.entry-title a {
	color: #FFF;
}

h1.entry-title a:hover {
	text-decoration: none;
	color: #8dbad1;
}

h1.entry-title a:visited {
	text-decoration: none;	
}

.sticky {
	background: #000000;
}

/*  =Post Format Indicator
------------------------ */

.entry-format {
	color: #666;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/*  =Post Format Avator
------------------------ */

.entry-avatar {
	float: left;
	margin: 0 15px 10px 0;
}

/*  =Post More Link
------------------------ */

a.more-link:link,
a.more-link:visited { 
 	font-size: 11px;
	padding: 5px 5px 5px 5px;
	color: #FFF;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;
}

a.more-link:hover {
	color: #FFF;
}

span.more-link-span {
	display: block;
	margin: 30px 0 0 0;	
}

/*  =Post Image
------------------------ */

.post-image {
	float: left;
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #FFF;
}

/*  =Post Info
------------------------ */

.single .post-info,
.type-page .post-info {
	margin: 0;
	padding: 10px;
	background-color: #8D201B;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;
}

.post-info {
	font-size: 11px;
	margin: 10px 0 10px 0;
	padding: 0;		
}
	
.post-info p {
	margin: 0;
	padding: 0;
}

/*  =Post Meta
------------------------ */

.post-meta {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	background-color: #8D201B;
	clear: both;
}

/*  =Post Icons
------------------------ */

.post-time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 3px 0 3px;
	padding: 1px 0 1px 20px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 3px 0 3px;
	padding: 1px 0 1px 20px;
}
	
.post-categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 3px 0 3px;
	padding: 1px 0 1px 20px;
}
	
.post-tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 3px 0 3px;
	padding: 1px 0 1px 20px;
}

.post-edit {
	background: url(images/icon-edit.png) no-repeat top left;
	margin: 0 3px 0 3px;
	padding: 1px 0 1px 20px;
}

.post-author {
	background: url(images/icon-author.png) no-repeat top left;
	margin: 0 3px 0 3px;
	padding: 1px 0 1px 20px;
}

/*  =Author Box
------------------------ */

.author-box {
	margin: 0 0 40px 0;
	padding: 10px;
	background-color: #8D201B;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;
}
	
.author-box p {
	margin: 0;
	padding: 0;
}
	
.author-box img {
	background: #000000;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #FFF;
}

/* =Related Post
------------------------ */

#post-related {
	padding: 12px 0 12px 12px;
	margin: 0 0 0 0;	
	background-color: #8D201B;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;	
}

#post-related h2 {
	margin: 0 0 20px 0;
}

#post-related .post {
	width: 160px;
	padding: 8px 3px;
	overflow: hidden;
	float: left;	
	margin: 0 24px 12px 0;
	background-color: #000000;
	text-align: center;
}

#post-related .post-image {
	border: none;
}

#post-related .post-related-title {
	margin: 12px 0 6px 0;
}

#post-related .entry-title {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/*  =Header Sidebars
------------------------ */

#header-sidebars {
	width: 100%;
}

#header-sidebars-data {
}

/*  =Header Custom
------------------------ */

#headimg {
	margin: 0px auto;
}

#headimg-data{
}

/*  =Header Left Sidebar
------------------------ */

#header-left-sidebar {
	width: 195px;
	overflow: auto;
	float: left;
}

/*  =Header Right Sidebar
------------------------ */

#header-right-sidebar {
	width: 755px;
	overflow: auto;
	float: right;
}

.header-right-widget-wrap {
	text-align: right;
	padding: 17px 0;
}

/*  =Sidebar
------------------------ */

#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .widget-wrap,
#sidebar .widget_text .widget-wrap p {
	width: 280px;	
	margin: 0;
	padding: 10px;
	background-color: #8D201B;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;
}

#sidebar .widget_search .widget-wrap,
#sidebar .widget_calendar .widget-wrap,
#sidebar .widget_text .widget-wrap {
	width: 300px;
	margin: 0;
	padding: 1px 0;
}

#sidebar .widget-title {
	color: #FFF;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#sidebar .widget_text .widget-title {
	padding: 10px;
}

#sidebar .widget_calendar .widget-title {
	display: none;
}

#sidebar ul li {
	display: block;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	display: block;
	padding: 5px;
}

#sidebar a:hover,
#sidebar ul li a:hover {
	color: #FFF;
}

#sidebar ul ul {
	margin: 5px 20px 10px 20px;
	list-style: none;
}

#sidebar ul li li {
	background-color: #8D201B;
}

#sidebar ul li li li {
	background-color: #000000;
}

/*  =Footer Sidebars
* Left - Middle - Right
------------------------ */

#footer-lmr-sidebars {
	width: 930px;
	margin: 0 0 5px 0;
}

#footer-left-sidebar,
#footer-middle-sidebar,
#footer-right-sidebar {
	width: 300px;
	float: left;
}

#footer-left-sidebar,
#footer-middle-sidebar {
	margin-right: 15px;
}

#footer ul, #footer ol {
	margin: 0 0 0 2px;
	list-style: none;
}

#footer ul li {
	display: block;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;
}

#footer ul li a:link, 
#footer ul li a:visited {
	display: block;
	padding: 5px;
}

#footer a:hover,
#footer ul li a:hover {
	color: #FFF;
}

.footer-left-widget-title,
.footer-middle-widget-title,
.footer-right-widget-title {
	color: #FFF;
	margin: 0;
	padding: 7px 8px;
}

.footer-left-widget,
.footer-middle-widget,
.footer-right-widget {
	width: 280px;
	padding: 10px 9px 10px 9px;
	background-color: #000000;
	margin: 0 0 10px 0;
}

.footer-left-widget-data,
.footer-middle-widget-data,
.footer-right-widget-data {
	width: 280px;
	background-color: #8D201B;
}

/* =Sponsor Sidebar 1
------------------------ */

#sponsor-sidebar1 {
	width: 960px;
	overflow: auto;
	margin: 0 auto;
	background-color: #0e151f;
}

#sponsor-sidebar1-data {
	padding: 5px;
}

/* =Sponsor Sidebar 2
------------------------ */

#sponsor-sidebar2 {
	width: 595px;
	overflow: auto;
}

#sponsor-sidebar2-data {
	padding: 10px 0 0 0;
}

/*  =Chip Life Framework Info
------------------------ */

#chip-life-credit {
	width: 930px;
	background-color: #000000;
}

#chip-life-credit-data {
	width: 900px;
	padding: 10px;
}

#chip-life-credit .return-to-top {
	width: 200px;
	float: left;
	background: url(images/icon-up-arrow.png) no-repeat top left;
	margin: 0;
	padding: 1px 0 0 25px;
	text-transform: uppercase;
	font-size: 12px;
}

#chip-life-credit .chip-life-info {
	width: 650px;
	float: right;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
}

/*  =Copyright Info
------------------------ */

#chip-life-copyright {
	width: 930px;
	background-color: #000000;
	margin: 0 0 1px 0;
}

#chip-life-copyright-data {
	width: 900px;
	padding: 10px;
}

/* =Comments
------------------------ */

/*#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}*/

.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}

.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}

.commentlist > li.comment {
	background: #8D201B;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;		
	display: block;
	margin: 0px 0px 10px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #8D201B #021221 #021221 #8D201B;	
}

.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
	background-color: #8D201B;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li.comment {
	background: #000000;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}

.comment-meta {
	color: #fff;
	font-size: 12px;
	line-height: 1.625em;
	margin-left: 50px;
}

.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 60px;
}

.comment-meta .fn {
	display: block;
	font-style: normal;
}

.commentlist .children li.comment .fn {
	display: block;
	margin-left: 0;
}

.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}

.comment-meta a {
	font-weight: bold;
}

.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}

.commentlist .avatar {
	left: 10px;
	padding: 0;
	position: absolute;
	top: 20px;
}

.commentlist > li.pingback:before {
	content: '';
}

.commentlist .children .avatar {
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}

a.comment-reply-link {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}

a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}

a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

a.comment-edit-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
	margin: 0 0 0 5px;
}

a.comment-edit-link:hover,
a.comment-edit-link:focus,
a.comment-edit-link:active {
	background: #888;
	color: #fff;
}

a.comment-edit-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}

.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/*  =Comment Form
------------------------ */

#respond {
	background: #8D201B;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 90%;	
}

#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #000000;	
	position: relative;
	padding: 10px;
	text-indent: 80px;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #000000;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}

#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}

#respond textarea {
	resize: vertical;
	width: 95%;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}

#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}

#respond p {
	margin: 10px 0;
}

#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}

#respond input#submit {
	background: #000000;
	border: none;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

#respond input#submit:active {
	background: #000000;
	color: #bfddf3;
}

#respond #cancel-comment-reply-link {
	color: #fff;
	margin-left: 10px;
	text-decoration: none;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}

#reply-title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
}

#cancel-comment-reply-link {
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}

#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}

#respond label {
	line-height: 2.2em;
}

#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}

#respond p {
	font-size: 12px;
}

p.comment-form-comment {
	margin: 0;
}

.form-allowed-tags {
	display: none;
}

/*  =Menu Primary
------------------------ */

.menu1 {
	position: relative;
	z-index: 200;
	width: 960px;
	margin: 0 auto;
	background: url(images/bg_nav1.jpg) repeat scroll 0% 0% transparent;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

.menu1-data {	
}

.menu1 ul, .menu1 ul * {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu1 ul {
	float: left;
	margin-bottom: 0px;
	line-height: 1.0;
}

.menu1 ul ul {
	position: absolute;
	top: -999em;
	width: 10em;
}

.menu1 ul ul li {
	width: 100%;
}

.menu1 ul li:hover {
	visibility: inherit;
}

.menu1 ul li {
	float: left;
	position: relative;
}

.menu1 ul li:hover ul, 
.menu1 ul li.sfHover ul {
	left: 0px;
	top: 34px;
	z-index: 200;
}

.menu1 ul li:hover li ul, 
.menu1 ul li.sfHover li ul {
	top: -999em;
}

.menu1 ul li li:hover ul, 
.menu1 ul li li.sfHover ul {
	left: 10em;
	top: 0px;
}

.menu1 ul li li:hover li ul, 
.menu1 ul li li.sfHover li ul {
	top: -999em;
}

.menu1 ul li li li:hover ul, 
.menu1 ul li li li.sfHover ul {
	left: 10em;
	top: 0px;
}

.menu1 ul a, .menu1 ul a:visited {
	display: block;
	position: relative;
	font-size: 12px;
	color: #b6b6b6;
	font-weight: bold;
	padding: 11px 11px 11px 11px;
	text-decoration: none;
}

.menu1 ul ul.sub-menu a, 
.menu1 ul ul.sub-menu a:visited {
	font-weight: bold;
}

.menu1 ul li {
	background: url(images/bg_nav1_side.jpg) no-repeat scroll right top transparent;
}

.menu1 ul li li {
	background: none repeat scroll 0% 0% #343434;
	border-width: 1px;
	border-style: solid;
	border-color: #828282 #000 #000 #828282;
}

.menu1 ul li li li {
	background: none repeat scroll 0% 0% #343434;
	border-width: 1px;
	border-style: solid;
	border-color: #828282 #000 #000 #828282;
}
		
.menu1 ul li:hover, 
.menu1 ul li.sfHover, 
.menu1 ul a:focus, 
.menu1 ul a:hover, 
.menu1 ul a:active {
	color: #FFF;
	outline: 0;
	text-decoration: none;
	background: none repeat scroll 0% 0% #232323;
	z-index: 200;
}

.menu1 ul ul.sub-menu li:hover, 
.menu1 ul ul.sub-menu li.sfHover, 
.menu1 ul ul.sub-menu a:focus, 
.menu1 ul ul.sub-menu a:hover, 
.menu1 ul ul.sub-menu a:active {
	background: none repeat scroll 0% 0% #232323;
	z-index: 200;
}

.menu1 ul 
.sf-sub-indicator{
	padding: 0px 0px 0px 5px;
}


/*  =Menu Secondary
------------------------ */

.menu2 {
	position: relative;
	width: 960px;
	margin: 0px auto;
	z-index: 100;	
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	background: url(images/bg_nav2.jpg) repeat scroll 0% 0% transparent;
}

.menu2 ul, 
.menu2 ul * {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu2 ul {
	float: left;
	margin-bottom: 0px;
	line-height: 1.0;
}

.menu2 ul ul {
	position: absolute;
	top: -999em;
	width: 10em;
}

.menu2 ul ul li {
	width: 100%;
}

.menu2 ul li:hover {
	visibility: inherit;
}

.menu2 ul li {
	float: left;
	position: relative;
}

.menu2 ul li:hover ul, 
.menu2 ul li.sfHover ul {
	left: 0px;
	top: 34px; 
	z-index: 100;
}

.menu2 ul li:hover li ul, 
.menu2 ul li.sfHover li ul {
	top: -999em;
}

.menu2 ul li li:hover ul, 
.menu2 ul li li.sfHover ul {
	left: 10em;
	top: 0px;
}

.menu2 ul li li:hover li ul, 
.menu2 ul li li.sfHover li ul {
	top: -999em;
}

.menu2 ul li li li:hover ul, 
.menu2 ul li li li.sfHover ul {
	left: 10em;
	top: 0px;
}

.menu2 ul a, 
.menu2 ul a:visited {
	display: block;
	position: relative;
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
	padding: 11px 11px 11px 11px;
	text-decoration: none;
}
	
.menu2 ul ul.sub-menu a, 
.menu2 ul ul.sub-menu a:visited {
	font-weight: bold;
}

.menu2 ul li {
	background: url(images/bg_nav2_side.jpg) no-repeat scroll right top transparent;
}

.menu2 ul li li {
	background: none repeat scroll 0% 0% #343434;
	border-width: 1px;
	border-style: solid;
	border-color: #828282 #000 #000 #828282;
}

.menu2 ul li li li {
	background: none repeat scroll 0% 0% #343434;
	border-width: 1px;
	border-style: solid; 
	border-color: #828282 #000 #000 #828282;
}

.menu2 ul li:hover, 
.menu2 ul li.sfHover, 
.menu2 ul a:focus, 
.menu2 ul a:hover, 
.menu2 ul a:active {
	color: #FFF; 
	outline: 0;
	text-decoration: none;
	background: none repeat scroll 0% 0% #232323;
	z-index: 100;
}

.menu2 ul ul.sub-menu li:hover, 
.menu2 ul ul.sub-menu li.sfHover, 
.menu2 ul ul.sub-menu a:focus, 
.menu2 ul ul.sub-menu a:hover, 
.menu2 ul ul.sub-menu a:active {
	background: none repeat scroll 0% 0% #232323;
	z-index: 100;
}

.menu2 ul .sf-sub-indicator{
	padding: 0px 0px 0px 5px;
}

/*  Chip Life Social Widget
------------------------ */

.chip-life-social-widget .box {
}

.chip-life-social-widget .box .icons {
	display: block;	
	width: 92px;
	float: left;
	margin: 0 0 5px 0;
}

.chip-life-social-widget .rss-url {
	background: url(images/icon-rss.png) no-repeat top left;
	margin: 0 3px 0 3px;
	padding: 1px 0 1px 20px;	
}

.chip-life-social-widget .email-subscription-url {
	background: url(images/icon-email.png) no-repeat top left;
	margin: 0 5px 0 3px;
	padding: 1px 0 1px 20px;	
}

.chip-life-social-widget .twitter-url {
	background: url(images/icon-twitter.png) no-repeat top left;
	margin: 0 5px 0 3px;
	padding: 1px 0 1px 20px;	
}

.chip-life-social-widget .delicious-url {
	background: url(images/icon-delicious.png) no-repeat top left;
	margin: 0 5px 0 3px;
	padding: 1px 0 1px 20px;	
}

.chip-life-social-widget .facebook-url {
	background: url(images/icon-facebook.png) no-repeat top left;
	margin: 0 5px 0 3px;
	padding: 1px 0 1px 20px;	
}

.chip-life-social-widget .stumble-url {
	background: url(images/icon-stumble.png) no-repeat top left;
	margin: 0 5px 0 3px;
	padding: 1px 0 1px 20px;	
}

.chip-life-social-widget .digg-url {
	background: url(images/icon-digg.png) no-repeat top left;
	margin: 0 5px 0 3px;
	padding: 1px 0 1px 20px;	
}

.chip-life-social-widget .linkedin-url {
	background: url(images/icon-linkedin.png) no-repeat top left;
	margin: 0 5px 0 3px;
	padding: 1px 0 1px 20px;	
}

.chip-life-social-widget .youtube-url {
	background: url(images/icon-youtube.png) no-repeat top left;
	margin: 0 5px 0 3px;
	padding: 1px 0 1px 20px;	
}