/******************************************************************
Site Name: 
Author: 

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called by itself and is the only one called 
for devices that are smaller than 480px so that the mobile 
version pulls ONLY the css it needs. This means it's screamingly 
fast on mobile connections.

For more info, check out this great link on the topic:
http://nicolasgallagher.com/mobile-first-css-sass-and-ie/

******************************************************************/
/*********************
IMPORTING STYLES
*********************/
/* import reset */
/* normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */ }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
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-left: 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
.tab_box ul,
.footer ul,
.menu ul,
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
  padding: 0; }

/* proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto; }

b,
strong,
.strong {
  font-weight: bold; }

dfn,
em,
.em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

/* import mixins */
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 


******************************************************************/
/*********************
CUSTOM RESET STYLES
Here, I'll add my own reset styles on top of the
basic normalize styles. This helps get things really
clean and can be customized if you have any reset styles
you like to use on your own projects.
*********************/
/*********************
CLEARFIXIN'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after,
.nav .menu ul:before,
.nav .menu ul:after {
  content: "";
  display: table; }

.clearfix:after,
.nav .menu ul:after {
  clear: both; }

.clearfix,
.nav .menu ul {
  zoom: 1; }

/*********************
COLORS
*********************/
/* this is pulled from Bootstrap */
/*********************
TYPOGRAPHY
*********************/
.sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.serif {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif; }

/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif;
  font-style: italic; }

/* adding proper formatting */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/* text alignment */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* alerts & notices */
.help, .info, .error, .success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.help {
  border-color: #e8dc59;
  background: #ebe16f; }

.info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
BORDER RADIUS
*********************/
/* @include borderRadius(4px); */
/* @include borderTopRadius(4px); */
/* @include borderRightRadius(4px); */
/* @include borderBottomRadius(4px); */
/* @include borderLeftRadius(4px); */
/*********************
BOX SHADOWS
*********************/
/* @include box-shadow(5px, 5px, 10px, #000); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  border: 1px solid #9cd5ef;
  border-top-color: #b6e0f3;
  border-left-color: #b6e0f3;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #bfe4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5edf8), to(#bfe4f4));
  background-image: -webkit-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: -moz-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: -o-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: -ms-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: linear-gradient(top, #d5edf8, #bfe4f4); }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: white;
    border: 1px solid #9cd5ef;
    border-top-color: #7ec8e9;
    border-left-color: #7ec8e9;
    background-color: #a9daf1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bfe4f4), to(#a9daf1));
    background-image: -webkit-linear-gradient(top, #bfe4f4, #a9daf1);
    background-image: -moz-linear-gradient(top, #bfe4f4, #a9daf1);
    background-image: -o-linear-gradient(top, #bfe4f4, #a9daf1);
    background-image: -ms-linear-gradient(top, #bfe4f4, #a9daf1);
    background-image: linear-gradient(top, #bfe4f4, #a9daf1); }
  .button:active, .button:visited:active {
    background-color: #d5edf8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bfe4f4), to(#d5edf8));
    background-image: -webkit-linear-gradient(top, #bfe4f4, #d5edf8);
    background-image: -moz-linear-gradient(top, #bfe4f4, #d5edf8);
    background-image: -o-linear-gradient(top, #bfe4f4, #d5edf8);
    background-image: -ms-linear-gradient(top, #bfe4f4, #d5edf8);
    background-image: linear-gradient(top, #bfe4f4, #d5edf8); }

/*********************
GENERAL STYLES
*********************/
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  background: #311; }

#container {
  background: #dfddda; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* home page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  margin: 0 auto; }

/*
No Grid? Say Whaaaat?
There's really no need for all that
extraneous grid css since floating 
columns wouldn't really fit on such a 
small screen, so let's only bring it in
when we're ready for it.
*/
/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #c00; }

a:hover, a:focus {
  color: #e00; }

/* on click */
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 
  this highlights links on iPhones/iPads. 
  so it basically works like the :hover selector
  for mobile devices.
  */ }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: Georgia, serif;
  font-weight: 500;
  /* 
  if you're going to use webfonts, be sure to check your weights 
  http://css-tricks.com/watch-your-font-weight/
  */ }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1, .h1 {
  font-size: 1.75em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.25em; }

h4, .h4 {
  font-size: 1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/*********************
HEADER SYTLES
*********************/
.header {
  background: url(../images/banner.jpg) repeat-x top center;
  background-size: 640px auto; }

.icons {
  display: none; }

#logo {
  margin: 0;
  display: none; }

#logo a {
  display: block;
  text-indent: -10000px; }

/*********************
NAVIGATION STYLES
*********************/
.nav {
  overflow: hidden;
  height: 132px;
  transition: height 500ms;
  -moz-transition: height 500ms;
  /* Firefox 4 */
  -webkit-transition: height 500ms;
  /* Safari and Chrome */
  -o-transition: height 500ms;
  /* Opera */
  /* .menu is clearfixed inside mixins.less */
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.less file where it's relevant. We want to 
  keep this file as small as possible!
  */
  /* highlight current page */
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
  /* 
  menus should definitely not go down this
  deep on a mobile device. that would just be
  a mess.
  */ }
  .nav .menu li a {
    display: block;
    text-decoration: none;
    padding: 10px 10px;
    border-bottom: 1px solid #aaa; }
  .nav .menu li a .sub {
    display: none; }
  .nav .menu ul ul li a {
    padding-left: 30px; }

.nav-toggle {
  background: url(../images/slidedown.png) no-repeat bottom;
  background-size: 100% auto;
  display: block;
  padding: 110px 0 10px;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 5px #000;
  text-transform: uppercase; }

/*********************
POSTS & CONTENT STYLES
*********************/
#featured {
  margin: 1% -5%; }
  #featured .fnav {
    display: none; }
  #featured a, #featured img {
    border: 0;
    text-decoration: none; }
  #featured a {
    display: block;
    float: left;
    margin: 1%;
    position: relative;
    width: 48%; }
  #featured a:first-child {
    width: 97.5%; }
  #featured img {
    border: 1px solid #666;
    display: block;
    max-width: 100%;
    margin: auto;
    height: auto; }

#practices-4w {
  display: none; }

.more {
  text-align: right;
  font-style: italic;
  font-weight: bold; }
  .more a, .more a:visited {
    color: #999; }

header.image img {
  display: none; }

.series-header img {
  margin-top: 1em; }

.page .nocomments {
  display: none; }

article.page .meta {
  display: none; }

.tab_bar {
  display: none; }

.page-template-page-sermons-php .archive_title {
  color: #c00; }
.page-template-page-sermons-php .series ul li {
  float: left;
  width: 200px;
  height: 280px;
  margin-right: 10px; }
  .page-template-page-sermons-php .series ul li a {
    text-decoration: none; }
  .page-template-page-sermons-php .series ul li h1 {
    margin: 0;
    text-align: center;
    font-size: 1.25em;
    color: #222; }
  .page-template-page-sermons-php .series ul li p {
    margin: 0;
    text-align: center;
    font-size: 0.95em;
    font-style: italic;
    word-wrap: normal; }

.single-title, .page-title {
  color: #c00;
  margin-bottom: 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
.post, .sermon_post {
  margin-bottom: 2em; }

/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.meta {
  color: #555; }

/* post content */
.post_content h2, .post_content .h2 {
  color: #a00; }

.post_content blockquote {
  position: relative;
  color: #a00;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.25em; }
  .post_content blockquote p::before {
    float: left;
    margin: 0 0 -7px -12px;
    content: url(../images/quote-start.png); }
  .post_content blockquote p::after {
    margin: 0 0 -4px 0;
    position: absolute;
    content: url(../images/quote-end.png); }

/* this adds the quote before the blockquote */
.post_content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }

.post_content img {
  margin: 0 0 1.5em 0;
  max-width: 100%; }

/*
image alignment on a screen this size may be
a bit difficult. It's set to start aligning 
and floating images at the next breakpoint,
but it's up to you. Feel free to change it up.
*/
.post_content video {
  max-width: 100%; }

.post_content pre, .post_content code {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  background: #eee;
  padding: 5px; }

.wp-caption img {
  margin-bottom: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center; }

/* image gallery styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation, .wp-prev-next {
  margin: 1.1em 0 2.2em; }

.bones_page_navi li {
  float: left;
  margin-left: 10px; }

.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative; }

.bones_page_navi li a:hover {
  color: #f01d4f;
  text-decoration: underline; }

/* current page link */
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative; }

/* hovering on current page link */
/* common styles for page-navi links */
.bones_page_navi li.bpn-prev-link a, .bones_page_navi li.bpn-next-link a {
  padding: 0; }

.bones_page_navi li.bpn-prev-link a:hover, .bones_page_navi li.bpn-next-link a:hover, .bones_page_navi li.bpn-first-page-link a:hover, .bones_page_navi li.bpn-last-page-link a:hover {
  background: none; }

/* previous link */
/* next page link */
.bones_page_navi li.bpn-next-link {
  font-weight: 700; }

/* first page link */
/* last page link */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* number of comments span */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist li:last-child {
  margin-bottom: 0; }

/* change number for different depth */
.commentlist .odd {
  background: #eee; }

.commentlist .even {
  background: #fefefe; }

.commentlist .vcard {
  margin-left: 50px; }

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal; }

.commentlist .vcard time {
  float: right; }

.commentlist .vcard time a {
  color: #999;
  text-decoration: none; }

.commentlist .vcard time a:hover {
  text-decoration: underline; }

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff; }

.commentlist li .comment_content {
  margin-left: 50px; }

.commentlist li .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist li ul {
  margin: 0; }

.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em; }

.commentlist a.comment-reply-link:hover {
  opacity: 1; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }

#comment-form-title {
  margin: 0 0 1.1em; }

.respond-form form[method=post] {
  margin: 0.75em 0; }

.respond-form form[method=post] li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em; }

.respond-form form[method=post] li label, .respond-form form[method=post] li small {
  display: none; }

.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url], .respond-form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em; }

.respond-form input[type=text]:focus, .respond-form input[type=email]:focus, .respond-form input[type=url]:focus, .respond-form textarea:focus {
  background: #fff; }

.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] {
  max-width: 400px;
  min-width: 250px; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.respond-form textarea {
  resize: none;
  width: 97.3%;
  height: 150px; }

/* form validation */
.respond-form input:invalid, .respond-form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  border-top: 1px solid #333;
  background: #311;
  margin: 0 -5.7%;
  padding: 0 5.7%; }

.widget {
  float: left;
  margin-right: 1.5em;
  color: #ddd; }

.widget_categories .children {
  display: none; }
.widget_categories .current-cat-parent > .children, .widget_categories .current-cat > .children {
  display: block; }

.widget_nav_menu .sub-menu {
  display: none; }
.widget_nav_menu .current-menu-item > .sub-menu, .widget_nav_menu .current-menu-ancestor > .sub-menu, .widget_nav_menu .current-menu-parent > .sub-menu {
  display: block; }

.widget.random_from_cat {
  display: none; }

.sidebar .widget_wp-customtype-archive ul ul {
  display: none; }
.sidebar .widget_wp-customtype-archive ul .current ul {
  display: block; }

#main .widget_wp-customtype-archive > ul > li {
  float: left;
  margin: 0 2em 2em 0;
  min-height: 273px; }
  #main .widget_wp-customtype-archive > ul > li > a {
    font-weight: bold;
    color: #000; }
  #main .widget_wp-customtype-archive > ul > li > a:hover {
    color: #c00; }

/* search widget */
#searchform {
  margin: 1em auto; }

.screen-reader-text {
  position: absolute;
  left: -10000px;
  overflow: hidden;
  height: 1px;
  width: 1px; }

#searchform input[type=text] {
  padding: 3px 6px;
  background: #eee;
  border: 2px solid #aaa;
  border-radius: 6px;
  line-height: 1.5em;
  height: 21px; }

#searchform input[type=text]:focus {
  background: #fff; }

#searchform input[type=submit] {
  text-indent: -10000px;
  background: #aaaaaa url(../images/search-icon.png) no-repeat center;
  padding: 5px 14px 6px;
  border: 2px solid #aaa;
  border-radius: 6px; }

#search-container #searchform {
  display: table;
  margin: 1em auto 0; }

#search-container #searchform span {
  display: table-cell;
  padding-right: 13px;
  width: 100%; }

#search-container #searchform input[type=submit] {
  display: table-cell;
  height: 31px;
  width: 31px;
  border-radius: 0 6px 6px 0;
  border-left: 0;
  padding: 0; }

#search-container #searchform input[type=text] {
  border-radius: 6px 0 0 6px;
  border-right: 0;
  width: 100%; }

.sidebar #searchform {
  display: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: #311;
  color: #999; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to 
override these styles for the desktop
view.
*/
/* remember, no hover in mobile */
/* highlight current page */
/* be careful with the depth of your menus */
