/*
 * Theme Name: Sweet Salty Tart
 * Description: Official theme for sweetsaltytart.com.
 * Author: Cody Buell
 * Author URI: http://codybuell.com/
 * Version: 2.0
 * Tags: 
 *
 * License:
 * License URI:
 *
 * */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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 IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled], input[disabled] {
  cursor: default; }

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

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and 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 and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 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; }

@font-face {
  font-family: 'OpenSans';
  src: url("assets/fonts/OpenSans-Regular-webfont.eot");
  src: url("assets/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("assets/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("assets/fonts/OpenSans-Regular-webfont.svg#OpenSans-Regular-webfont") format("svg"); }
@font-face {
  font-family: 'OpenSans';
  src: url("assets/fonts/OpenSans-Light-webfont.eot");
  src: url("assets/fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSans-Light-webfont.woff") format("woff"), url("assets/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("assets/fonts/OpenSans-Light-webfont.svg#OpenSans-Light-webfont") format("svg");
  font-weight: lighter; }
@font-face {
  font-family: 'OpenSans';
  src: url("assets/fonts/OpenSans-Italic-webfont.eot");
  src: url("assets/fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSans-Italic-webfont.woff") format("woff"), url("assets/fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("assets/fonts/OpenSans-Italic-webfont.svg#OpenSans-Italic-webfont") format("svg");
  font-style: italic; }
@font-face {
  font-family: 'OpenSans';
  src: url("assets/fonts/OpenSans-Semibold-webfont.eot");
  src: url("assets/fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("assets/fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("assets/fonts/OpenSans-Semibold-webfont.svg#OpenSans-Semibold-webfont") format("svg");
  font-weight: bold; }
@font-face {
  font-family: 'OpenSans';
  src: url("assets/fonts/OpenSans-SemiboldItalic-webfont.eot");
  src: url("assets/fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("assets/fonts/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("assets/fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSans-SemiboldItalic-webfont") format("svg");
  font-weight: bold;
  font-style: italic; }
::selection {
  background: transparent;
  /* Safari */ }

::-moz-selection {
  background: transparent;
  /* Firefox */ }

p::selection {
  background: #d5eaf1;
  /* Safari */ }

p::-moz-selection {
  background: #d5eaf1;
  /* Firefox */ }

blockquote {
  text-indent: -0.8em; }

cite {
  font-size: 10px;
  font-style: normal;
  color: #aaaaaa; }

p {
  margin: 25px 0 0 0; }

ol {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

li {
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

ol ol {
  list-style: none; }

ol ol p {
  margin: 10px 0 0 0; }

h1 {
  margin: 40px 0;
  padding: 0 0 0 0;
  font-size: 48px; }

h2 {
  margin: 35px 0;
  padding: 0 0 0 0;
  font-size: 36px; }

h3 {
  margin: 0 0 0 0;
  margin: 30px 0;
  padding: 0 0 0 0;
  font-size: 24px; }

h4 {
  margin: 25px 0;
  padding: 0 0 0 0;
  font-size: 21px; }

h5 {
  margin: 20px 0;
  padding: 0 0 0 0;
  font-size: 18px; }

h6 {
  margin: 15px 0;
  padding: 0 0 0 0;
  font-size: 16px; }

a, a:visited, a:active {
  text-decoration: none;
  font-weight: normal;
  color: black; }

a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #555555; }

.post_footer a, .post_footer a:visited, .post_footer a:active {
  text-decoration: none;
  font-weight: normal;
  color: #555555; }

.post_footer a:hover {
  text-decoration: none;
  font-weight: normal;
  color: black; }

#sidebar a, #sidebar a:visited, #sidebar a:active {
  text-decoration: none;
  font-weight: normal;
  color: #555555; }

#sidebar a:hover {
  text-decoration: none;
  font-weight: normal;
  color: black; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

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

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

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.flexbox {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.faded {
  filter: alpha(opacity=50);
  opacity: 0.5;
  zoom: 1; }

.hide {
  display: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.cb {
  clear: both; }

.pointer {
  cursor: pointer; }

.noselect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.full {
  width: 100%; }

.col_first {
  margin-left: 0 !important; }

.col_1-2 {
  width: 470px;
  margin: 0 0 0 40px;
  float: left; }

.col_1-3 {
  width: 300px;
  margin: 0 0 0 40px;
  float: left; }

.col_2-3 {
  width: 600px;
  margin: 0 0 0 40px;
  float: left; }

.col_1_4 {
  width: 215px;
  margin: 0 0 0 40px;
  float: left; }

.col_2_4 {
  width: 430px;
  margin: 0 0 0 40px;
  float: left; }

.col_3_4 {
  width: 645px;
  margin: 0 0 0 40px;
  float: left; }

form {
  margin: 0;
  padding: 0; }

label {
  color: #ccc; }

input {
  width: 626px;
  height: 25px;
  margin: 0px auto 7px auto;
  padding: 6px;
  border: 1px solid #ddd; }

textarea {
  width: 626px;
  height: 150px;
  padding: 6px;
  margin: 0px auto 7px auto;
  border: 1px solid #ddd;
  resize: none; }

.submit {
  width: 640px;
  height: 45px;
  margin: 0px auto;
  padding: 0;
  border: 0;
  background: #ddd;
  color: #777777; }

.submit:hover {
  background: #ccc; }

html, body {
  background: white;
  font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #555555;
  -webkit-font-smoothing: antialiased; }

html {
  margin-top: 0 !important; }

body {
  min-width: 1060px; }

*:focus {
  outline: none; }

hr {
  border: 0;
  border-bottom: 1px solid #dddddd; }

img {
  background: #777777; }

#wpadminbar {
  z-index: 9999999; }

#wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 40px; }

#header {
  width: 980px;
  margin: 50px 0 0 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #dddddd; }

#content {
  width: 640px;
  padding: 10px 0 10px 0;
  float: left; }

#sidebar {
  width: 300px;
  padding: 10px 0 10px 0;
  float: right; }

#footer {
  width: 980px;
  border-top: 1px solid #dddddd;
  padding: 10px 0 30px 0;
  clear: both;
  text-align: center;
  font-size: 12px;
  color: #aaaaaa; }

#header_logo {
  width: 980px;
  height: 103px;
  background: url("assets/graphics/logotype.png") center center no-repeat white;
  background-size: contain; }

.post {
  margin: 0 0 70px 0; }

.post_header {
  margin: 0px 0 0 0;
  text-transform: lowercase; }

.post_title {
  font-weight: lighter;
  color: #555555; }

.post_content {
  text-align: justify; }

.post_footer {
  height: 20px;
  margin: 30px 0 0 0;
  padding: 8px 2px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

#navigation_footer {
  margin: 30px 0 20px 0; }

.post_comments {
  border-bottom: 1px solid #dddddd; }

.comments {
  margin: 40px 0 30px 0; }

.comment_form {
  margin: 30px 0 40px 0; }

.comment_sub_list {
  margin: 0 0 0 10px;
  padding: 0 0 0 15px;
  border-left: 1px solid #dddddd; }

.reply {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  font-size: 10px;
  color: #333333;
  cursor: pointer; }

.comment_alerts {
  margin: 5px 0;
  font-size: 10px;
  color: #333333;
  filter: alpha(opacity=0);
  opacity: 0;
  zoom: 1; }

.cancel {
  cursor: pointer;
  display: none; }

.social {
  width: 81px;
  margin: 3px 0 0 5px;
  display: inline-block; }

.facebook {
  width: 16px;
  height: 14px;
  margin: 0 5px 0 0;
  padding: 0 4px;
  background: url("assets/graphics/facebook.png") center center no-repeat transparent;
  background-size: contain; }

.twitter {
  width: 20px;
  height: 14px;
  background: url("assets/graphics/twitter.png") center center no-repeat transparent;
  background-size: contain; }

.pinterest {
  width: 18px;
  height: 14px;
  margin: 0 0 0 9px;
  background: url("assets/graphics/pinterest.png") center center no-repeat transparent;
  background-size: contain; }

#sidebar h4 {
  font-weight: lighter;
  color: black; }

#sidebar_images {
  margin: 70px 0 75px 0; }

.sidebar_images {
  width: 300px;
  margin: 6px 0 0 0;
  display: block; }

.widget {
  margin: 75px 0 0 0; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */ }
@media only screen and (min-width: 321px) {
  /* Styles */ }
@media only screen and (max-width: 320px) {
  /* Styles */ }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */ }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */ }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */ }
@media only screen and (min-width: 1224px) {
  /* Styles */ }
@media only screen and (min-width: 1824px) {
  /* Styles */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */ }
