@charset "UTF-8";
/*
Theme Name: Strange Attractor
Theme URI: http://ralph-cowling.com
Description: A quick redrafting of wordpress defaults to look a bit older/worse.
Author: Ralph
Version: 0.001
Tags: old, essays, cleanish
*/
/**************************************
Converted to use SCSS and updated 6/10/15 by Gyrus
***************************************/
/* SCSS setup
-------------------------------------------------------------- */
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, figure,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  clear: both; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/******** RALPH CUSTOM ********/
/*
Miniature CSS work
http://www.ralph-cowling.com
*/
/* Reset */
a, a:active, a:visited, a:active:visited {
  -moz-outline: none;
  outline: none;
  border: 0;
  color: #5F2F3A;
  text-decoration: none; }

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

/*subject to change*/
ul {
  margin: 0;
  padding: 0; }

h2, h3 {
  margin: 0;
  padding: 0; }

form, fieldset {
  border: none;
  margin: 0;
  padding: 0; }

dt {
  margin: 0 0 0.2em;
  font-weight: bold; }

/* Icon fonts */
@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?22795333");
  src: url("fonts/fontello.eot?22795333#iefix") format("embedded-opentype"), url("fonts/fontello.woff?22795333") format("woff"), url("fonts/fontello.ttf?22795333") format("truetype"), url("fonts/fontello.svg?22795333#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook-squared:before {
  content: '\e800'; }

/* '' */
.icon-twitter-squared:before {
  content: '\e801'; }

/* '' */
/* Global */
body, nav {
  font: 14px/20px "PT Serif", Georgia, Times, "Times New Roman", serif;
  word-spacing: 0.1em;
  margin: 0;
  background: #fff8ec; }

body#home {
  min-width: 800px; }

input[type="text"] {
  font: 0.85em "PT Serif", Georgia, Times, "Times New Roman", serif;
  word-spacing: 0.1em;
  margin: 0; }

h1, h2, h3, h4, caption, thead th, #site-title {
  font-weight: bold;
  line-height: 1.2; }

a.link-block {
  display: block;
  text-decoration: none;
  color: inherit; }
  a.link-block:hover h1, a.link-block:hover h2, a.link-block:hover h3, a.link-block:hover h4, a.link-block:focus h1, a.link-block:focus h2, a.link-block:focus h3, a.link-block:focus h4 {
    color: #89423E; }
  a.link-block:hover img, a.link-block:focus img {
    filter: brightness(1.3);
    -webkit-filter: brightness(1.3);
    -moz-filter: brightness(1.3);
    -o-filter: brightness(1.3);
    -ms-filter: brightness(1.3); }

#site-title {
  margin: .3em auto .4em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 5em;
  text-align: center; }
  #site-title a, #site-title a:hover, #site-title a:visited {
    display: inline-block;
    color: #222;
    text-decoration: none;
    padding-bottom: .2em;
    border-bottom: 2px solid #222; }

#container {
  width: 940px;
  margin: 0 auto; }

/* Header */
header {
  margin: 20px auto; }

h1 {
  font-size: 3em;
  line-height: 1.1;
  text-align: center; }

/* Home page */
body.home section {
  min-height: 470px; }

/* Category loop */
#categoryHeader {
  width: 100%;
  clear: both;
  border-bottom: 4px double #000000;
  margin: 0 0 30px; }

h2.sectionDescription {
  text-align: center;
  font-style: italic;
  font-size: 2em;
  margin-bottom: 13px;
  padding: 10px;
  text-align: center;
  text-transform: none; }

h1.categoryArchive, h1.searchResults {
  float: left;
  width: 617px;
  border-right: 1px solid; }

h1.searchResults {
  font-size: 1.8em; }

.searchResults span {
  font-style: italic; }

.archive-meta {
  float: left;
  font-size: 1.1em;
  font-style: italic;
  margin: 0 0 0 15px;
  text-align: right;
  width: 300px; }

h2.archiveHeading {
  text-transform: none;
  margin: 10px 0; }

#categoryListings {
  float: left;
  width: 600px;
  padding: 0 0 15px; }

/*margin: 8px 0!important*/
#main #categoryListings p.divider img {
  margin: 10px 0 -20px; }

#topWrap {
  z-index: -2;
  height: 406px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#homeTop {
  z-index: -1;
  background: url("images/top-right.png") no-repeat scroll right 0 transparent;
  height: 480px;
  right: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 430px; }

/* Nav */
nav {
  background: transparent;
  display: block;
  min-width: 800px;
  max-width: 1200px;
  margin: 0 auto 20px;
  overflow: auto;
  padding: 0;
  text-align: center; }
  nav ul {
    margin: 0 auto 20px; }
  nav li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 1.8em; }
    nav li a {
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      color: #333 !important; }
      nav li a:hover, nav li a:focus {
        color: #89423E !important; }

.current-menu-parent a, .current-menu-item a {
  border-bottom: 1px solid #89423E; }

/*Search*/
#navSearch {
  height: 32px;
  padding: 9px 0 0 5px;
  display: inline-block; }

#searchform {
  margin: 5px 0 0; }

#searchform div {
  margin: 5px 0 0; }

#searchform label {
  opacity: 0.8;
  height: 30px;
  padding: 12px 0 18px 10px; }

#navSearch:hover {
  opacity: 1; }

#searchBox {
  background: transparent;
  border: none;
  border-bottom: 1px solid;
  width: 140px;
  opacity: 1; }

/*a:visited:after {
content: " \2207 ";
opacity: 0.75;
}{font-style:italic;font-size:120%}*/
#colophon {
  background: white;
  border: 2px solid black;
  font-size: 0.8em;
  height: 124px;
  left: -527px;
  line-height: 1.3em;
  margin: 55px 80px 0;
  padding: 14px 73px 6px 30px;
  position: fixed;
  top: -50px;
  width: 410px;
  opacity: 0.8;
  z-index: 10; }

#colophon:hover {
  opacity: 1; }

#colophon h3, #colophon p, #colophon ul {
  margin: 8px 5px; }

#colophon p, #colophon ul {
  font-size: 14px;
  line-height: 24px; }

#colophon ul li {
  font-style: italic; }

#cLink {
  background: url("images/colophon-octopus.jpg") no-repeat scroll right 0 white;
  width: 68px;
  height: 142px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 1px; }

/* Category Grid */
#categoryBoxes {
  clear: both;
  list-style-type: none;
  margin: 10px 0 10px; }

/*background:url("images/category-meta-bg.png") repeat scroll 0 0 transparent;-moz-border-radius:10px;-webkit-border-radius:10px;*/
#categoryBoxes li {
  float: left;
  margin: 15px 15px 10px 10px;
  width: 291px; }

/*min-height: 468px;*/
#categoryBoxes li img {
  margin: 0; }

#categoryBoxes li.no-right {
  margin-right: 0; }

/* Columns */
#colContainer {
  min-width: 800px;
  max-width: 1200px;
  margin: 20px auto; }

.col {
  float: left;
  margin: 0 35px 20px 0;
  overflow: hidden;
  width: 291px; }

.col.last {
  border-left: 1px solid #aaa;
  margin-left: -17px;
  margin-right: 0;
  padding-left: 13px; }

.col h2 {
  font-size: 140%;
  margin-bottom: 12px; }

.col .entry-meta {
  text-align: left;
  text-shadow: 1px 1px 1px #ababab; }

h2 a, h2 a:visited {
  text-decoration: none;
  color: black;
  font-size: 95%; }

h2 a:hover {
  text-shadow: 0 1px 1px #888; }

.col h3 a {
  color: #333;
  text-decoration: none;
  text-transform: none;
  font-size: 95%; }

.col h3 a:hover {
  text-shadow: 0 1px 1px #999;
  color: black; }

section {
  margin: 10px 0;
  padding-bottom: 10px;
  float: left;
  clear: both;
  width: 100%; }

/*border-bottom:3px double #666;*/
a.moreLink {
  float: right;
  padding: 3px; }

a.moreLink:hover {
  background: #6D2F46;
  color: white;
  border: none; }

figure.homePageImage {
  float: left;
  margin: 10px 0;
  width: 100%;
  text-align: center; }

/* Single posts*/
.single .event-date {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center; }

/* Featured items lists */
.featured-items-list {
  margin: 4em 0; }

.featured-items-item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin: 0 3% 3% 0;
  text-align: center; }
  .featured-items-item .image {
    margin-bottom: 1.2em; }
    .featured-items-item .image img {
      width: 100%;
      height: auto; }
  .featured-items-item h2 {
    margin-bottom: .3em;
    text-transform: uppercase; }
  .featured-items-item .date {
    margin-bottom: .5em;
    font-weight: bold;
    font-size: 1.2em; }
  .featured-items-item .excerpt {
    margin-bottom: .7em;
    font-style: italic;
    font-size: 1.1em;
    text-align: left; }
  .featured-items-item .entry-meta {
    margin: 0; }
  .featured-items-item.item-1, .featured-items-item.item-2, .featured-items-item.item-3 {
    width: 30%; }

.home .featured-items-item.item-4, .home .featured-items-item.item-5, .home .featured-items-item.item-6 {
  width: 30%; }

.related-items {
  margin-top: 40px; }

.related-items-list {
  margin-top: 20px; }
  .related-items-list .featured-items-item {
    width: 22%; }
  .related-items-list .item-4 {
    margin-right: 0; }

.more-posts {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold; }

section img {
  float: left;
  margin: 0 8px 8px 0; }

/* Structure */
#post {
  margin-bottom: 40px; }

/* Book Specials for Studio pages etc */
#bookDescription {
  float: left;
  margin: 0;
  width: 100%; }

#bookDescription blockquote, #bookDescription blockquote p {
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
  text-shadow: 1px 1px 3px #EEEEEE; }

#bookDescription blockquote cite {
  float: right;
  font-size: 60%;
  color: #555; }

#slideContainer {
  float: right;
  height: 400px;
  margin-left: 44px;
  width: 640px; }

#main #container.bookPresentation img {
  max-width: 100%; }

#container.bookPresentation p {
  max-width: 800px;
  line-height: 26px; }

#container.bookPresentation p.divider {
  max-width: 100%; }

#container.bookPresentation .paypal-link {
  background: url("images/pay-hand.png") no-repeat scroll right 6px transparent;
  clear: both;
  float: right;
  font-size: 16px;
  height: 8px;
  margin: 10px 0;
  padding: 7px 54px 18px 0; }

#container.bookPresentation .paypal-link:hover {
  text-decoration: underline; }

/* Single Entries Nav  */
.nav-previous {
  float: left; }

.nav-next {
  float: right; }

/* Footer */
#footer {
  float: left;
  height: 330px;
  color: #eee;
  background: url("images/footer-bg.png") repeat scroll 0 0 transparent;
  padding: 65px 0 0;
  margin: 40px 0 0;
  position: relative;
  width: 100%;
  line-height: 100%; }

#footer h3 {
  font-size: 160%;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-shadow: 0 0 15px #111111, 1px 1px 1px black;
  text-transform: none; }

#footer p {
  font-size: 14px;
  line-height: 1.35em; }

#fRight {
  background: url("images/footer.png") no-repeat scroll right 3px transparent;
  width: 300px;
  height: 418px;
  position: absolute;
  right: 20px;
  top: -168px; }

#fLeft {
  background: url("images/footer.png") no-repeat scroll right 0 transparent;
  height: 418px;
  margin-left: -160px;
  margin-top: -89px;
  position: absolute;
  width: 242px; }

#mailingList {
  float: left;
  display: block;
  position: relative; }

#fWrap {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  margin: 0 auto;
  width: 960px;
  text-align: center; }

#footer-search {
  padding: 1em 0; }

#footerNotes {
  margin: 20px auto 0;
  overflow: auto;
  padding: 0 20px 15px; }
  #footerNotes .button {
    display: block;
    float: right;
    margin: 5px 0; }
  #footerNotes input[type=text] {
    width: 165px; }

#footerNotes h3 {
  margin: 5px 0 18px; }

#footerNotes > li {
  border-right: 1px solid;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  width: 30%;
  min-height: 215px; }

#footerNotes > li:last-child, #footerNotes.text-4 {
  border-right: none;
  padding-right: 0; }

#footerNotes > li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 2px 3px #222; }

#footerNotes ul li p a, #footerNotes ul li p a:active, #footerNotes li p a:visited {
  color: #efefef; }

/*#text-5 .textwidget{font-size:1.2em}*/
#mailingList .inputbox {
  background: none repeat scroll 0 0 #1F1F1F;
  border: 1px solid #EEEEEE;
  color: white;
  font-size: 1em;
  height: 20px;
  padding: 7px;
  width: 260px; }

#footerNotes #mailingListSubmit {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: none repeat scroll 0 0 #1F1F1F;
  border: 1px solid;
  color: #EEEEEE;
  float: right;
  height: 29px;
  margin: 10px 0;
  width: 71px; }

/*position:absolute;bottom:-75px;right:-276px;*/
#footerNotes #mailingListSubmit:hover {
  cursor: pointer; }

#footerNotes #mailingListSubmit:active {
  cursor: pointer;
  bottom: -76px;
  outline: none;
  -moz-outline: none; }

#mce-success-response {
  background: white;
  color: black;
  float: left;
  font-style: italic;
  padding: 5px; }

.mce_inline_error {
  background: red;
  color: white;
  padding: 3px; }

.join-us-item {
  margin-bottom: .6em;
  font-size: 1.2em; }
  .join-us-item a:before {
    vertical-align: middle;
    font-size: 2em;
    color: #fff8ec; }

/**Wordpress additional stuff, necessary for the design**/
h1.entry-title {
  font-size: 2.5em;
  margin: 0 0 20px; }

body.single #main {
  width: 750px;
  padding: 0 0 15px;
  margin: 0 auto; }

.post {
  padding: 25px 0; }

.post h2 {
  margin: 10px 0; }

.entry-content {
  font-size: 1.2em; }
  .entry-content p {
    line-height: 1.5em;
    margin: 1.5em 0; }

#comments {
  width: 610px;
  float: left;
  font-size: 1.2em; }

.entry-meta, .entry-utility {
  margin: 20px 0;
  text-align: center; }

/* Dividers */
p.divider {
  clear: both;
  color: #BBBBBB;
  font-weight: lighter;
  font-size: 18px;
  letter-spacing: -3px;
  padding: 20px 0;
  text-align: center; }

p.divider img, #main p.divider img {
  margin: 10px 0 -27px; }

/* =Global Elements
-------------------------------------------------------------- */
/* Text elements */
p {
  margin-bottom: 18px; }

dl {
  margin: 0 0 24px 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 18px; }

strong {
  font-weight: bold; }

cite,
em,
i {
  font-style: italic; }

big {
  font-size: 131.25%; }

ins {
  background: #ffc;
  text-decoration: none; }

blockquote {
  font-style: italic; }

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal; }

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

input[type="text"],
textarea {
  padding: 2px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); }

/* Images
-------------------------------------------------------------- */
#main img {
  margin: 0;
  max-width: 640px; }

.single-attachment #main img {
  max-width: 900px; }

#main .alignleft,
#main img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

#main .alignright,
#main img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

#main .aligncenter,
#main img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

#main img.alignleft,
#main img.alignright,
#main img.aligncenter {
  margin-bottom: 12px; }

#main .wp-caption {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px; }

#main .wp-caption img {
  margin: 5px; }

#main .wp-caption p.wp-caption-text {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0 4px;
  padding: 0 0 4px;
  border-bottom: 1px solid #5F591D; }

#main .wp-smiley {
  margin: 0; }

#main .gallery {
  margin: auto; }

#main .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

#main .gallery img {
  border: 2px solid #cfcfcf; }

#main .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

#main .gallery dl {
  margin: 0; }

#main .gallery img {
  border: 10px solid #f1f1f1; }

#main .gallery br + br {
  display: none; }

/* =Comments
-------------------------------------------------------------- */
#comments .navigation {
  padding: 0 0 18px 0; }

h3#comments-title,
h3#reply-title {
  font-style: italic;
  text-transform: none;
  text-align: center;
  color: #111; }

h3#comments-title {
  padding: 24px 0; }

.commentlist {
  list-style: none;
  margin: 0; }

.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative; }

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

#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px; }

#comments .comment-body p:last-child {
  margin-bottom: 6px; }

#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px; }

.commentlist ol {
  list-style: decimal; }

.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0; }

.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold; }

.comment-author .says {
  font-style: italic; }

.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0; }

.comment-meta a:link,
.comment-meta a:visited {
  color: #888;
  text-decoration: none; }

.comment-meta a:active,
.comment-meta a:hover {
  color: #FF4B33; }

.reply {
  font-size: 12px;
  padding: 0 0 24px 0; }

.reply a,
a.comment-edit-link {
  color: #888; }

.reply a:hover,
a.comment-edit-link:hover {
  color: #FF4B33; }

.commentlist .children {
  list-style: none;
  margin: 0; }

.commentlist .children li {
  border: none;
  margin: 0; }

.nocomments {
  display: none; }

#comments .pingback {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7; }

.commentlist li.comment + li.pingback {
  margin-top: -6px; }

#comments .pingback p {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin: 0; }

#comments .pingback .url {
  font-style: italic;
  font-size: 13px; }

/* Comments form */
input[type=submit] {
  color: #333; }

#respond {
  margin-top: 24px;
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative; }

#respond p {
  margin: 0; }

#respond .comment-notes {
  margin-bottom: 1em; }

.form-allowed-tags {
  line-height: 1em; }

.children #respond {
  margin: 0 48px 0 0; }

h3#reply-title {
  margin: 18px 0; }

#comments-list #respond {
  margin: 0 0 18px 0; }

#comments-list ul #respond {
  margin: 0; }

#cancel-comment-reply-link {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal; }

#respond .required {
  color: #FF4B33;
  font-weight: bold; }

#respond label {
  color: #888;
  font-size: 12px; }

#respond input {
  margin: 0 0 9px;
  width: 95%;
  border: 1px solid #ADADAD;
  padding: 5px 2px; }

#respond textarea {
  width: 95%;
  border: 1px solid #ADADAD;
  padding: 5px 2px; }

#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px; }

#respond .form-allowed-tags code {
  font-size: 11px; }

#respond .form-submit {
  margin: 0 0 24px; }

#respond .form-submit input {
  width: auto;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: right;
  margin: 10px 25px; }

#respond dl {
  margin: 0 0 10px; }

#respond dt {
  display: inline;
  font-weight: normal; }

#respond dd {
  display: inline; }

/* =Widget Areas
-------------------------------------------------------------- */
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  font-weight: bold;
  color: #222;
  text-align: left;
  font-size: 14px;
  padding-bottom: 4px; }

#wp-calendar thead {
  font-size: 11px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  padding: 3px 0 2px;
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  text-align: right; }

.widget_rss a.rsswidget {
  color: #000; }

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

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

/* Main sidebars */
#main .widget-area ul {
  margin-left: 0;
  padding: 0 20px 0 0; }

#main .widget-area ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0; }

#primary {
  border-left: 5px solid #F9F1E1;
  float: left;
  margin-left: 15px;
  padding: 10px 0;
  text-align: right;
  width: 300px; }

#primary li.widget_recent_entries a:hover:before, #primary li.widget_links a:hover:before {
  content: " \261B\ "; }

.widget_tag_cloud a:hover {
  background: #5F2F3A;
  color: white; }

#primary td#prev a:hover:before, #primary td#next a:hover:before {
  content: ""; }

#primary td#prev a:hover, #primary td#next a:hover {
  border: none; }

.widget-title {
  margin: 0 0 1em; }

.xoxo li {
  margin: 0;
  padding: 0 0 25px; }

.xoxo li ul li {
  border: medium none;
  margin: 0;
  padding: 4px 0; }

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
  -webkit-text-size-adjust: 140%; }

code {
  -webkit-text-size-adjust: 160%; }

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 120%; }

#site-description {
  -webkit-text-size-adjust: none; }

/* =Print Style
-------------------------------------------------------------- */
@media print {
  body {
    background: none !important; }

  #wrapper {
    float: none !important;
    clear: both !important;
    display: block !important;
    position: relative !important; }

  #header {
    border-bottom: 2pt solid #000;
    padding-bottom: 18pt; }

  #colophon {
    border-top: 2pt solid #000; }

  #site-title, #site-description {
    float: none;
    margin: 0;
    padding: 0;
    line-height: 1.4em; }

  #site-title {
    font-size: 13pt; }

  .entry-content {
    font-size: 14pt;
    line-height: 1.6em; }

  .entry-title {
    font-size: 21pt; }

  #access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
    display: none !important; }

  #container, #header, #footer {
    width: 100%;
    margin: 0; }

  #content, .one-column #content {
    width: 100%;
    margin: 24pt 0 0; }

  .wp-caption p {
    font-size: 11pt; }

  #site-info, #site-generator {
    float: none;
    width: auto; }

  #colophon {
    width: auto; }

  img#wpstats {
    display: none; }

  #site-generator a {
    padding: 0;
    margin: 0; }

  #entry-author-info {
    border: 1px solid #e7e7e7; }

  #main {
    display: inline; }

  .home .sticky {
    border: none; } }

/*# sourceMappingURL=style.css.map */
