/*
Theme Name: Synapse
Theme URI: http://simplethemes.com/wordpress-themes/theme/synapse/
Description: Custom Theme by <a href="http://www.simplethemes.com/">SimpleThemes</a>.
Version: 3.1.7
Author: SimpleThemes LLC
Author URI: http://www.simplethemes.com/
*/
/*
Customization
==================================================

This file is the main stylesheet that controls the overall structure and resets
of the theme. It is intended for advanced customization only.

For basic customization, select a style preset from the theme options panel and
apply your customizations to that preset.


Additional Stylesheets
==================================================

This theme also includes the following stylesheets:

skeleton.css
- the brains behind the column and responsive grids

layout.css
- theme specific responsive tweaks

formalize.css
- better cross browser form elements

style{x}.css
- user preset if loaded from theme options


Table of Contents
==================================================

(Hint: copy + ctrl/cmd +F an @group below to jump to a section)

	@group Global Reset
	@group Structural Customization
	@group Header
	@group Navigation Bar
	@group Footer
	@group Breadcrumbs
	@group Typography
	@group Tables
	@group Widgets
	@group WP Blog Styles
	@group Form Buttons
	@group Comments
	@group WP Gallery
	@group Flickr Widget
	@group Twitter Widget
	@group Utility Styles
	@group Bonus Styles
*/
/* @group Global Reset */
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, table, caption, tbody, tfoot, thead, tr, th, 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;
  vertical-align: baseline;
}

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;
}

table.pad td {
  padding: 10px;
}

code, pre, p.smalldesc {
  display: block;
  width: auto;
  font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
  margin: 15px 0;
  padding: 10px 5px;
  overflow: auto;
  overflow-Y: hidden;
}

p code {
  display: inline;
  margin: 0;
  padding: .25em 0;
}

body {
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
}

/* @end */
/* @group Structural Customization */
#content, #sidebar {
  padding-top: 15px;
}

#sidebar {
  padding-bottom: 16px;
}

#header {
  clear: both;
  margin-bottom: 4px;
}

#header .header_extras {
  float: right;
}

/* Give the main wrapper a separate background color */
/* Footer Styles */
#footer {
  clear: both;
  padding: 20px 0 10px 0;
  margin: 0;
  width: 100%;
}

/*----------------------------------------------
above we reduced the overall footer font size
below, we add the font-size back to the headings
------------------------------------------------*/
#footer h3 {
  font-size: 2em;
}

/*----------------------------------------------*/
#footer #credits {
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  color: #898982;
  text-shadow: #fff 0px 1px 0px;
}

a.themeauthor {
  display: block;
  width: 75px;
  height: 12px;
  margin: 0px auto;
  float: right;
  text-decoration: none;
  text-indent: -9999em;
  background: url(images/icons/stlogo.png) no-repeat right center;
}

/* @end */
/* @group Header */
#site-title {
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}

/* Header Title */
#header div#site-title a,
#header h1#site-title a {
  margin: 0px;
  line-height: 95%;
  text-decoration: none;
  display: inline-block;
}

/* Header Tagline */
#header span.site-desc {
  margin: 0;
  line-height: 95%;
  letter-spacing: -1px;
}

/* Image Header */
#header #site-title.graphic a {
  text-indent: -9999em;
  display: block;
  background-repeat: no-repeat;
  background-position: left;
}

#header span.site-desc.graphic {
  display: none;
}

#header .header_extras {
  float: right;
  position: absolute;
  top: 10px;
  right: 0px;
}

/* @end */
/* @group Navigation Bar */
/* Hide the responsive select menu by default */
ul#nav select {
  display: none;
}

/* non-responsive tweaks */
body.normal #wrap #menu li {
  width: auto;
}

body.normal #wrap #menu li a {
  border-bottom: none;
}

body.normal #menu .columns {
  padding: 0px;
}

#menu ul li {
  background-image: none;
}

#menu ul li a {
  background-image: none;
  text-decoration: none;
  display: block;
}

/* Nav Sublevel */
#menu ul.sub-menu {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  margin-left: -1px;
}

html.ie7 #menu ul.sub-menu {
  margin-left: -15px;
}

#menu ul.sub-menu,
#menu ul.sub-menu li {
  border: none;
  background: none;
}

/* Nav Sublevel Links */
#menu ul.sub-menu li a {
  padding: 5px 0px 5px 8px;
  height: 26px;
  line-height: 26px;
  border-radius: 0;
  min-width: 210px;
  border-bottom: none;
  position: static;
  behavior: none;
}

/* Nav Sublevel Hover */
#menu ul.sub-menu li a:hover {
  border-bottom: none;
}

/* Responsive Menu Defaults */
#wrap #menu .columns {
  width: 100%;
  margin: 0 !important;
}

#shownav, body.select-menu #shownav {
  display: none;
}

/* Responsive Dropdown Toggle */
@media only screen and (max-width: 767px) {
  body.dropdown-menu #menu {
    display: none;
  }

  #shownav {
    display: block;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 5;
  }

  #shownav.active {
    background-position: center -2px;
  }

  body.logged-in.admin-bar #shownav {
    margin-top: 28px;
  }

  /* Mobile Menu- Dropdown Style */
  #menu {
    padding: 0 !important;
    margin: 0 !important;
    height: auto;
  }

  #wrap #menu li {
    width: 94%;
    margin: 0;
    padding: 0;
  }

  #wrap #menu li a {
    line-height: 250%;
    font-weight: 200;
    display: block;
  }

  #wrap #menu ul ul.sub-menu {
    margin: 0 0 0 10px !important;
  }

  #wrap #menu ul ul.sub-menu li {
    line-height: 100%;
    padding: 0;
    margin: 0;
  }

  #wrap #menu ul ul.sub-menu li a {
    line-height: 200%;
    padding: 0px 0px;
    margin: 0;
    display: block;
    height: auto !important;
  }

  #wrap #menu ul ul.sub-menu li ul {
    position: relative;
    left: 0;
    padding: 5px 0px;
  }

  /* displays Select Menu in place of navbar when enabled */
  body.select-menu #menu ul#nav li {
    display: none;
  }

  body.select-menu #menu .columns {
    background: none;
  }

  body.select-menu ul#nav select,
  body.select-menu #menu .columns,
  body.select-menu #menu {
    display: inline-block;
    background: none;
    float: left;
    width: 100%;
    font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  }

  body.select-menu ul#nav select {
    background: #fff;
  }
}
@media screen and (min-width: 767px) {
  body.dropdown-menu #menu {
    display: block !important;
  }
}
/* @end */
/* @group Footer Menu */
#footermenu {
  margin: 0 auto;
  text-align: center;
  position: relative;
  clear: both;
  text-shadow: none;
}

#footermenu ul {
  display: inline-block;
}

#footermenu ul, #footermenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footermenu li {
  float: left;
  color: #bebdb4;
}

#footermenu li a {
  margin: 0px 10px;
}

#footermenu li.menu-item-last span {
  display: none;
}

/* @end */
/* @group Breadcrumbs */
/* Breadcrumbs */
#breadcrumbs {
  position: relative;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  margin: 5px 0px 10px 0px;
  padding: 0px 0px 0px 10px;
  font-family: Arial, Helvetica, sans-serif;
}

p#breadcrumbs a, p#breadcrumbs strong {
  padding: 0px 5px 0px 5px;
}

/* @end */
/* @group Typography */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
}

h1 {
  line-height: 140%;
  margin-bottom: 14px;
}

h2 {
  line-height: 130%;
  margin-bottom: 10px;
}

h3 {
  line-height: 130%;
  margin-bottom: 8px;
}

h4 {
  line-height: 125%;
  margin-bottom: 8px;
}

h5 {
  line-height: 120%;
  margin-bottom: 8px;
}

h6 {
  font-size: 14px;
  line-height: 110%;
  margin-bottom: 8px;
  color: inherit;
  font-weight: bold;
}

.leader {
  padding-top: 0;
  margin-top: 0;
  line-height: 1em;
}

.entry-title {
  margin-bottom: 10px;
}

.italic {
  font-style: italic;
  font-weight: normal;
}

.subheader {
  color: #777;
}

.normal {
  font-weight: normal;
}

.bolder {
  font-weight: bolder;
  letter-spacing: -1px;
}

.leader, .entry-title, .title, .widget-title {
  letter-spacing: -1px;
}

#wrap .noborder {
  border: none;
}

#wrap .topten {
  margin-top: 10px;
}

#wrap .toptwenty {
  margin-top: 20px;
}

#wrap .topforty {
  margin-top: 40px;
}

#wrap .topfifty {
  margin-top: 50px;
}

p {
  margin: 0 0 20px 0;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
  color: #333;
  font-size: 1.15em;
  line-height: 140%;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 10px 10px 15px;
  border-left-width: 4px;
  border-left-style: solid;
  border-color: #bfc0bb;
}

blockquote.left {
  float: left;
  width: 200px;
  margin: 10px 20px 20px 0px;
}

blockquote.right {
  float: right;
  width: 200px;
  margin: 10px 0px 20px 20px;
  border-left: none;
  border-right-width: 4px;
  border-right-style: solid;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

hr {
  clear: both;
  margin: 10px 0 30px;
  padding-bottom: 1px;
  height: 1px;
  border: none;
}

body.light div.clearfade {
  height: 48px;
  background: #fff url(images/fadeline-light.png) no-repeat center top;
  clear: both;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  hr {
    padding-bottom: 0px;
  }
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/* #Links
================================================== */
a, a:visited {
  text-decoration: underline;
  outline: 0;
}

a:hover, a:focus {
  text-decoration: none;
}

p a, p a:visited {
  line-height: inherit;
}

/* #Lists
================================================== */
ul, ol {
  margin: 10px 0px 20px 28px;
}

ol {
  list-style: decimal;
}

ol, #wrap ul.square, #wrap ul.circle, #wrap ul.disc {
  margin-left: 30px;
}

#wrap ul.square {
  list-style: square outside;
}

#wrap ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

.container.main li p {
  line-height: 21px;
}

.smallcaption {
  font-size: 1.25em;
  color: #999;
  margin: 5px 0px;
}

/* # Image Alignment Classes
============================================================== */
.alignright {
  float: right;
  margin: 0px 0px 10px 15px;
}

.alignleft {
  float: left;
  margin: 0px 15px 10px 0px;
}

.aligncenter, .center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#wrap .nopad {
  padding: 0 !important;
  margin: 0 !important;
}

#wrap .remove-top {
  margin-top: 0px !important;
  padding-top: 0px !important;
  line-height: 100% !important;
}

#wrap .remove-bottom {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  line-height: 100% !important;
}

#wrap .bottom10 {
  margin-bottom: 10px;
}

#wrap .bottom20 {
  margin-bottom: 20px;
}

#wrap .top10 {
  margin-top: 10px;
}

#wrap .top20 {
  margin-top: 20px;
}

.wp-post-image {
  padding: 5px;
  margin-top: 5px;
}

.normal {
  font-weight: normal !important;
}

.bolder {
  font-weight: bold !important;
}

/* Layout Style 4 - loop-style4 */
.minigallery .one_fourth.last .inner {
  border-right: none;
}

.minigallery .wp-post-image {
  border: none;
  background-color: transparent;
}

.minigallery h5 {
  margin: 20px 0px 0px 0px;
  text-align: center;
}

/* WP Captions */
.wp-caption {
  text-align: center;
  padding: 5px;
  margin: 10px auto;
}

.wp-caption {
  border: 1px solid #eee;
  padding: 0;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 150%;
  padding: 8px 0 8px 0;
  margin: 0;
  background-color: #eee;
  color: #333;
  text-shadow: #fff 1px 1px 0;
}

.wp-caption.alignleft {
  margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
  margin: 0px 0px 10px 10px;
}

/* @end */
/* @group Tables */
table {
  margin: .5em 0 1em;
}

table th {
  text-align: left;
  border: 1px solid #cbcbcb;
  padding: .4em .8em;
  background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
  font-weight: bold;
}

table td {
  padding: .4em .8em;
}

/* @end */
/* @group Widgets */
.split-widgets {
  margin-top: 20px;
}

.widget-container ul {
  list-style: none;
  margin-left: 0;
}

.widget-container ul ul {
  list-style: square;
  margin-left: 1.3em;
}

.widget-container select {
  max-width: 100%;
}

.widget_search #s {
  /* This keeps the search inputs in line */
  width: 60%;
}

.widget_search label {
  display: none;
}

#sidebar .widget-container {
  margin: 0px 0px 28px 0px;
  padding-top: 1px;
}

.widget-title {
  font-size: 1.5em;
}

input#searchsubmit {
  margin-bottom: 0;
}

.widget-container a:link,
.widget-container a:visited {
  text-decoration: none;
}

.widget-container a:active,
.widget-container a:hover {
  text-decoration: underline;
}

.widget-container .entry-meta {
  font-size: 11px;
}

#wp_tag_cloud div {
  line-height: 1.6em;
}

/* Post Meta */
span.post_written {
  background: url(./images/icons/date_written.png) no-repeat left center;
  line-height: 21px;
  padding: 2px 0px 2px 20px;
}

span.post_categories {
  background: url(./images/icons/category.gif) no-repeat left center;
  line-height: 21px;
  padding: 2px 0px 2px 20px;
}

span.post_tags {
  background: url(./images/icons/post_tags.png) no-repeat left center;
  line-height: 21px;
  padding: 2px 0px 2px 20px;
}

/* Blog Style 1 */
#blog-s1 span.post_written,
#blog-s1 span.post_categories,
#blog-s1 span.post_tags {
  background: none;
  line-height: 21px;
  padding: 0px;
}

#blog-s1 .entry-title {
  font-size: 1.9em;
  margin-bottom: 0;
}

#blog-s1 .small {
  margin-bottom: 5px;
  padding-bottom: 0;
}

/* Advanced Recent Posts Widget */
/* http://wordpress.org/extend/plugins/advanced-most-recent-posts/ */
ul.advanced-recent-posts li img {
  float: left;
  margin: 0px 10px 5px 0px;
}

ul.advanced-recent-posts li {
  margin-bottom: 14px;
  padding: 0px 0px 20px 0px;
  clear: both;
  font-size: .9em;
}

ul.advanced-recent-posts li a {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 6px;
}

ul.advanced-recent-posts li a:hover {
  text-decoration: none;
}

p.postmetadata {
  margin-bottom: 10px;
  padding: 2px 0px;
  clear: both;
  font-size: 11px;
  color: #888;
  letter-spacing: normal;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

span.post-comments {
  display: block;
  width: 100px;
  float: right;
  position: relative;
  top: -2em;
}

span.post-comments a {
  float: right;
  font-size: 11px;
  padding: 4px 0px 4px 18px;
  background: url(./images/icons/comment.png) no-repeat left center;
  white-space: nowrap;
}

span.post-comments span {
  display: none;
  background-image: none;
}

a.post-edit-link {
  float: right;
  padding: 2px 8px 0px 24px;
  line-height: 24px;
  font-size: 12px;
  background: url(./images/icons/page_edit.png) no-repeat 4px center;
  text-decoration: none;
}

/* WP Calendar Widget */
#wp-calendar {
  font-family: arial,helvetica,sans-serif;
  width: 100%;
  font-size: .85em;
}

#wp-calendar td {
  padding: 4px 0;
  text-align: center;
  border: 1px solid #d2d2d2;
  background-color: #ededed;
  text-shadow: #fff 1px 1px 0;
  color: #7c7c7c;
}

#wp-calendar td.pad {
  background-color: #e5e5e5;
}

#wp-calendar td#today {
  color: #fff;
  background-color: #6e6e6e;
  text-shadow: 1px 1px 0px #333;
}

#wp-calendar caption {
  font-weight: bold;
}

#wp-calendar th {
  font-style: normal;
  background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
  border: 1px solid #ccc;
  padding: 5px;
  color: #666;
  text-shadow: #ebebeb 0 1px 0;
}

/* WP RSS Widget */
.widget_rss a.rsswidget {
  color: #000;
}

.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}

.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

/* Indent Sidebar Lists */
.widget-container ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}

/* Page Menus/Custom Menus */
#sidebar li.page_item,
#sidebar li.menu-item {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

#sidebar li.page_item a,
#sidebar li.menu-item a {
  display: block;
  padding: 8px 0px 8px 24px;
  line-height: 120%;
  font-weight: bold;
}

/* Page Menus/Custom Menus - Sublevels */
#sidebar li.page_item li a,
#sidebar li.menu-item li a {
  display: inline;
  padding: 0;
  margin: 0 0 0 10px;
  background: none;
  border: none;
  line-height: 175%;
  font-weight: normal;
  text-decoration: underline;
}

#sidebar li.page_item li a:hover,
#sidebar li.menu-item li a:hover {
  background: none;
}

#sidebar li.page_item a:hover,
#sidebar li.menu-item a:hover {
  text-decoration: none;
}

/* @end */
/* @group WP Blog Styles */
.small {
  font-size: 11px;
  line-height: 145%;
  color: #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.button.small, a.small {
  border: none;
}

.cat-links, .comments-link, .meta-sep, .entry-utility {
  font-size: 11px;
  color: #666;
}

.post {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.post.single {
  border-bottom: none;
}

.st_relatedposts ul {
  color: #666;
  list-style: square;
  margin-left: 20px;
}

/* Forward Pagination */
.pages {
  padding: 0px 0px 10px 0px;
  display: inline-block;
  width: 100%;
}

.pages a {
  text-decoration: none;
}

.pages span.newer,
.pages span.older {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
  font-family: arial,helvetica,sans-serif;
}

.pages span.older {
  float: left;
  background: url(./images/light/document-page-prev.png) no-repeat left center;
  padding-left: 20px;
}

.pages span.newer {
  float: right;
  background: url(./images/light/document-page-next.png) no-repeat right center;
  padding-right: 20px;
}

p.paged {
  padding: 10px 0px 10px 0px;
  margin: 0;
  font-weight: bold;
}

p.paged a, #navigation a.page,
#navigation a.nextpostslink,
#navigation a.previouspostslink {
  padding: .2em .50em;
  margin: 0px 1px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  font-weight: normal;
  text-decoration: none;
}

#navigation span.current {
  font-weight: bold;
  padding: 0px 4px;
  border: 0px solid #fff;
  background-color: transparent;
}

/* Numbered Pagination */
.pagination {
  clear: both;
  padding: 0px 0 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  margin: 0px auto;
  display: block;
  text-align: center;
}

.pagination span, .pagination a:link {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pagination a:hover,
.pagination .current {
  padding: 6px 9px 5px 9px;
}

/* Author Page */
#author-info {
  padding: 15px;
  margin: 1em auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#author-avatar {
  float: left;
  margin: 0px 15px 15px 0px;
}

#author-info .author-about {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 2px 92px;
  padding: 0 0 4px 0;
}

#author-info .author-about span.author-url {
  font-weight: normal;
  font-size: 12px;
}

#author-info #author-description {
  font-size: 12px;
}

/* Post Pagination Links */
/* pagination container */
.post_pagination {
  margin-top: 20px;
  margin-bottom: 10px;
}

.prevpost {
  float: left;
}

.nextpost {
  float: right;
}

/* pagination links */
.prevpost a, .nextpost a {
  font-size: .95em;
  border: 1px solid #ebebeb;
  padding: 2px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  text-shadow: #fcfbfd 1px 1px 0;
  display: block;
  background-image: linear-gradient(to top, #fafafa 100%, #e8e8e8 0%);
  background-image: -o-linear-gradient(bottom, #fafafa 100%, #e8e8e8 0%);
  background-image: -moz-linear-gradient(bottom, #fafafa 100%, #e8e8e8 0%);
  background-image: -webkit-linear-gradient(bottom, #fafafa 100%, #e8e8e8 0%);
  background-image: -ms-linear-gradient(bottom, #fafafa 100%, #e8e8e8 0%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #fafafa), color-stop(0, #e8e8e8));
}

.prevpost a:hover,
.nextpost a:hover {
  color: inherit;
  text-decoration: none;
  background-color: #fff;
}

/* @end */
/* @group Form Buttons */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #FFF !important;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-shadow: 0 1px 0px #0a68b1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #0c7cd2;
  background: linear-gradient(to bottom top, #1989df 0%, #0c7cd2 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(to bottom, #1989df, #0c7cd2);
  behavior: url("PIE.htc");
  position: relative;
  background-repeat: repeat-x;
  padding: 8px 16px !important;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: Sans-Serif;
  position: relative;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #0984e2;
  background: linear-gradient(to bottom top, #0984e2 0%, #0984e2 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(to bottom, #0984e2, #0984e2);
  behavior: url("PIE.htc");
  position: relative;
  cursor: pointer;
}
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  -moz-box-shadow: inset 0 2px 6px 0 #035391, inset 0 0 0 0 #035391, 0 1px 1px 0 #eee;
  -webkit-box-shadow: inset 0 2px 6px 0 #035391, inset 0 0 0 0 #035391, 0 1px 1px 0 #eee;
  box-shadow: inset 0 2px 6px 0 #035391, inset 0 0 0 0 #035391, 0 1px 1px 0 #eee;
}

a.button.more-link,
a.button.more-link:hover {
  background-image: inherit;
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
}

a.button.more-link,
a.button.more-link:hover {
  background-image: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

/* @end */
/* @group Comments */
#respond {
  margin: 0px;
  float: left;
  border-top: 1px solid #e0e0d4;
  padding-top: 10px;
  width: 100%;
}

#respond label {
  display: block;
}

#respond input[type=text] {
  width: 300px;
  margin-right: 20px;
}

#respond textarea {
  width: 550px;
  height: 120px;
  padding: 10px;
}

#comments {
  float: left;
  margin: 0;
}

#comments {
  border: 0;
  width: 100%;
}

body.dark #comments {
  background: url(images/dark/divider.png) repeat-x right top;
}

#comments h2 {
  font-size: 1.5em;
  display: block;
  border-bottom: 1px solid #e0e0d4;
  font-weight: bold;
}

#comments h6 {
  font-family: "Times New Roman", Times, serif;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 10px 0px;
  font-weight: normal;
  font-style: normal;
}

#comments .comment-meta {
  margin: 0px 0px 20px 0px;
  display: block;
}

#comments .commentlist {
  margin: 0px;
  float: left;
  list-style: none;
  width: 100%;
}

#comments .commentlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

#comments .commentlist li {
  margin: 0;
  padding: 0;
  display: block;
}

#comments .commentlist li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li .comment-meta {
  width: 445px;
}

#comments .commentlist li li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li li .comment-meta {
  width: 420px;
}

#comments .commentlist li li li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li li li .comment-meta {
  width: 395px;
}

#comments .commentlist li li li li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li li li li .comment-meta {
  width: 370px;
}

#comments .single-comment {
  margin-bottom: 20px;
}

#comments .comment-author {
  float: left;
  margin: 0px 10px 6px 0px;
  display: inline;
  width: 50px;
}

#comments .comment-author cite {
  clear: both;
  font-weight: bold;
}

#comments .vcard {
  float: left;
  clear: both;
  display: block;
  width: 100px;
  min-height: 100px;
  padding: 20px 0;
}

#comments .vcard img.avatar {
  border: 1px solid #deddd7;
  padding: 2px;
  background: #fff;
}

#comments .vcard {
  background: url(images/light/comment_author_bg.png) no-repeat top right;
}

#comments body.dark .vcard {
  background: url(images/dark/comment_author_bg.png) no-repeat top right;
}

/* @end */
/* @group WP Gallery */
.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.gallery .gallery-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: center;
  list-style: none;
  padding: 0;
}

.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
  max-width: 79%;
  height: auto;
  padding: 0;
  margin: 5px auto;
  border: 4px solid #fff;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -pie-box-shadow: 0px 0px 5px #ccc;
  position: relative;
}

html.ie .gallery .gallery-item img,
html.ie .gallery .gallery-item img.thumbnail {
  width: auto;
}

.gallery-caption {
  color: #666;
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  padding: 0;
}

/* Attachment Page */
#nav-below {
  width: 100%;
}

#nav-below .nav-previous a {
  float: left;
}

#nav-below .nav-next a {
  float: right;
}

.entry-caption {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/* @end */
/* @group Flickr Widget */
.flickrwrap {
  margin: 0 auto;
  width: 195px;
}

.flickr {
  padding: 0 0 10px 0;
  margin: 0px auto;
}

.flickr h3 span.flickr-logo {
  padding: 0;
  margin: 0;
  color: #006BEF;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
}

.flickr h3 span span b {
  color: #FF1183;
}

.flickr ul {
  margin: 5px 0 0;
  padding: 0;
}

.flickr_badge_image {
  float: left;
  list-style: none;
  margin: 0 4px 4px 0;
}

/* @end */
/* @group WP Twitter Widget */
/* http://wordpress.org/extend/plugins/wp-twitter-sidebar-widget/ */
h3 a.twitter_title_link {
  padding-left: 30px;
  background: url(./images/icons/twitter.png) no-repeat left center;
}

#footer h3 a.twitter_title_link:hover {
  color: #fff;
}

#footer ul.twitter li, ul.twitter li {
  background-image: none;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px dotted #424341;
}

/* Gallery */
#wrapper #gallery-1 img {
  border: 0px solid #fff;
}

img.size-thumbnail {
  position: relative;
  top: 5px;
}

.gallery-item img, img.size-thumbnail {
  border: 1px solid #fff;
  background: #efefef;
  padding: 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, #fff, #efefef);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#efefef)";
}

.gallery-item img:hover, img.size-thumbnail:hover {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, #f9f9f9, #efefef);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#efefef));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#efefef)";
}

.wp-caption img.size-thumbnail {
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/* @end */
/* @group Utility Styles */
/* Apply CSS class of "guest" to menu items hidden from logged-in users */
body.logged-in li.guest,
body.logged-in li.guest {
  display: none;
}

/* #Images
================================================== */
#content img, img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

html.ie img.scale-with-grid {
  width: auto;
}

/* #Forms (see formalize.css)
================================================== */
label, legend {
  font-size: 13px;
}

input[type="checkbox"] {
  display: inline;
}

/* # Misc Typography Balancing to Maintain Vertical Rhythm
============================================================== */
.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.add-top {
  margin-top: 20px !important;
}

.show-on {
  visibility: hidden;
  display: none;
}

.show-on.desktop {
  visibility: visible;
  display: block;
}

/* @end */
/* @group Bonus Styles */
/* Social Widget */
ul#stpl_social {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  background: none;
}

ul#stpl_social li {
  line-height: 24px;
  padding: 4px 0px 4px 0px;
  margin: 0px 0px 5px 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #ddd;
  background-color: #eee;
  background-image: none;
}

ul#stpl_social li:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}

ul#stpl_social li a {
  padding: 0px 0px 0px 28px;
  background-repeat: no-repeat;
  background-position: 5px center;
  display: block;
  line-height: 24px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: #fff 1px 1px 0;
}

ul#stpl_social li a:hover {
  color: #333;
}

/* Flickr */
ul#stpl_social li.stpl_flickr a {
  background-image: url(./images/icons/widget_flickr.png);
}

/* Google Plus */
ul#stpl_social li.stpl_gplus a {
  background-image: url(./images/icons/widget_gplus.png);
}

/* Pinterest */
ul#stpl_social li.stpl_pinterest a {
  background-image: url(./images/icons/widget_pinterest.png);
}

/* Facebook */
ul#stpl_social li.stpl_facebook a {
  background-image: url(./images/icons/widget_facebook.png);
}

/* Twitter */
ul#stpl_social li.stpl_twitter a {
  background-image: url(./images/icons/widget_twitter.png);
}

/* LinkedIN */
ul#stpl_social li.stpl_linkedin a {
  background-image: url(./images/icons/widget_linkedin.png);
}

.caption {
  border: 1px solid #222;
  margin: 18px 0;
  padding: 15px;
  color: #fff;
  font-size: .9em;
  line-height: 125%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

span.caption-title {
  background: #202020 none repeat scroll 0 0;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: -24px;
  padding: 0 8px;
  position: absolute;
  color: #333;
}

.caption a {
  text-decoration: underline;
}

.caption.red {
  border: 1px solid #e90e17;
  color: #fff;
}

.caption.red a, .caption.red .caption-title {
  color: #a30a11;
}

.caption.green {
  border: 1px solid #8fc040;
  color: #f;
}

.caption.green a, .caption.green .caption-title {
  color: #669424;
}

.caption.blue {
  border: 1px solid #80afd3;
  color: #fff;
}

.caption.blue a, .caption.blue .caption-title {
  color: #4b7fc4;
}

ul.captionlist, ul.captionlist li ul {
  margin: 0;
  padding: 0;
}

ul.captionlist li li {
  margin: 0;
  line-height: 1.5em;
}

ul.captionlist li {
  list-style: none;
  line-height: 16px;
  padding: 2px 0px 2px 0px;
  list-style-position: outside;
  font-size: 1em;
  font-weight: bold;
  background-image: none;
  font-family: arial,helvetica,sans-serif;
}

ul.captionlist li li, dt {
  padding: 0;
  color: #747474;
  font-weight: normal;
  font-size: .9em;
}

ul.check li {
  list-style: none;
  line-height: 16px;
  padding: 2px 0px 2px 20px;
  background: url(./images/icons/check.png) no-repeat left 0.19em;
  list-style-position: outside;
  font-size: 1em;
}

ul.check li li, dl {
  background: none;
  padding: 0px 0px 0px 0px;
}

ul.check a {
  text-decoration: underline;
  padding: 1px;
}

ul.check a:hover {
  text-decoration: none;
  padding: 1px;
}

/* Layout Shortcodes */
#bottom {
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
  width: 960px;
  padding: 10px 0px 10px 0px;
  line-height: 14px;
  position: relative;
  top: 20px;
}

body.light span.imgr {
  -webkit-box-shadow: 0px 1px 3px #999;
  -moz-box-shadow: 0px 1px 3px #999;
}

body.dark span.imgr {
  -webkit-box-shadow: 0px 1px 3px #0f0f0f;
  -moz-box-shadow: 0px 1px 3px #0f0f0f;
}

/* Tag Styles */
p.tags {
  font: bold 13px/26px sans-serif;
}

p.tags span.st_tag {
  padding: 0px 0px 0px 20px;
  margin: 0;
  background: url(./images/light/tag_bg_l.png) no-repeat left center;
  display: inline-block;
}

p.tags span.st_tag a {
  text-decoration: none;
  text-shadow: #f4f4f4 1px 1px 1px;
  padding: 0px 10px 0px 2px;
  background: url(./images/light/tag_bg_r.png) no-repeat right center;
  display: inline-block;
}

p.tags span.st_tag a:hover {
  color: #333;
}

/* Content Accents */
#wrap ul.full,
#wrap ul.left,
#wrap ul.right,
#wrap ul.left li,
#wrap ul.right li {
  list-style: none;
  line-height: 150%;
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 20px;
  margin-top: 0px;
}

#wrap ul.left {
  float: left;
  width: 280px;
  font-size: 12px;
}

#wrap ul.right {
  float: right;
  width: 280px;
}

#wrap ul.full {
  width: 100%;
}

#wrap ul.full span,
#wrap ul.right span,
#wrap ul.left span {
  display: block;
  padding-left: 30px;
  color: #000;
  font: bold 16px/27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrap li.info {
  background: url(./images/icons/info.png) no-repeat left 2px;
}

#wrap li.star {
  background: url(./images/icons/star.png) no-repeat left 2px;
}

#wrap li.idea {
  background: url(./images/icons/lightbulb.png) no-repeat left 2px;
}

#wrap li.yes {
  background: url(./images/icons/check.png) no-repeat left 0.19em;
}

#wrap li.no {
  background: url(./images/icons/cross.png) no-repeat left 2px;
}

#wrap li.search {
  background: url(./images/icons/search.png) no-repeat left 2px;
}

#wrap li.warn {
  background: url(./images/icons/warning.png) no-repeat left 2px;
}

#wrap li.accept {
  background: url(./images/icons/accept.png) no-repeat left 2px;
}

#wrap li.cd {
  background: url(./images/icons/cd.png) no-repeat left 2px;
}

#wrap li.coffee {
  background: url(./images/icons/coffee.png) no-repeat left 2px;
}

#wrap li.email {
  background: url(./images/icons/email.png) no-repeat left 2px;
}

#wrap li.download {
  background: #67882e url(./images/icons/file_download.png) no-repeat 10px 50%;
  background: url(./images/icons/info.png) no-repeat left 2px;
}

#wrap li.photo {
  background: url(./images/icons/photo_credit.png) no-repeat left 2px;
}

#wrap li.secure {
  background: url(./images/icons/protected.png) no-repeat left 2px;
}

#wrap li.author {
  background: url(./images/icons/readmore.png) no-repeat left 2px;
}

#wrap li.mycomment {
  background: url(./images/icons/speech_bubble_gloss.png) no-repeat left 2px;
}

#wrap li.time {
  background: url(./images/icons/time.png) no-repeat left 2px;
}

#wrap li.none,
#wrap li.none span {
  background: none;
  margin-left: 0;
  padding-left: 0;
}

ul.staff_social {
  float: left;
  width: 100%;
  padding: 5px 0px;
  margin: 0;
  border: 1px solid #eee;
  border-left: 0px none;
  border-right: 0px none;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul.staff_social li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
  list-style: none;
}

ul.staff_social li a {
  line-height: 24px;
  padding: 0 10px 0 24px;
  display: block;
  text-decoration: none;
}

ul.staff_social li a.facebook {
  background: url(./images/icons/widget_facebook.png) no-repeat left center;
}

ul.staff_social li a.linkedin {
  background: url(./images/icons/widget_linkedin.png) no-repeat left center;
}

ul.staff_social li a.twitter {
  background: url(./images/icons/widget_twitter.png) no-repeat left center;
}

ul.staff_social li a.email {
  background: url(./images/icons/page_edit.png) no-repeat left center;
}

#credits {
  text-align: center;
}

.ad125 img {
  margin: 0 5px 0 0;
}

/* @end */
