/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.




*/

@charset "UTF-8";
/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* ==|== media queries ====================================================== */
/* ==|== print styles ======================================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*
my main working file
by: ty kinnison
*/
/* imports my mixins and such */
/* Sass Mixins
 *--------------------------------------------------- */
/* Sass Variables
 *--------------------------------------------------- */
/* Universal
 *--------------------------------------------------- */
html {
  height: 100%;
  overflow-y: scroll; }

body {
  /*@include debug */
  background: #ffffff url(http://griddle.it/960-12-30) center repeat-y; }

/* General Typography
 *--------------------------------------------------- */
body, input, textarea, select, button {
  font-size: 13px;
  font-family: "Droid Sans", "Arial", sans-serif;
  line-height: 20px; }

h1, h2, h3, h4 {
  font-family: "Droid Serif", Georgia, serif;
  font-weight: normal; }

h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.2em; }

code, kbd, samp, var {
  font-family: "Droid Sans Mono", "Courier New", monospace; }

blockquote, q, cite, address {
  font-style: italic; }

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

/* General Layout
 *--------------------------------------------------- */
body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

img {
  border: 0;
  vertical-align: bottom; }

p, ul, ol {
  margin-bottom: 20px; }
  p:last-child, ul:last-child, ol:last-child {
    margin-bottom: 0; }

ul li {
  margin-left: 30px;
  list-style-type: disc; }

div.wrapper {
  width: 960px;
  margin: 0 auto;
  overflow: hidden; }

/* colors */
/* redefine some basic tags */
body {
  font-family: Verdana, "Verdana Ref", sans-serif;
  background-image: url(exclusive_paper.gif);
  background-repeat: repeat; }

h1, h2 {
  margin-bottom: 10px; }

h3 {
  font-size: 1.5em; }

/* links */
a:link, a:hover, a:focus, a:visited {
  color: #4c3458;
  padding: 3px 3px 2px 3px;
  font-weight: bold;
  border-bottom: none;
  background: none;
  /*border-bottom: 1px dotted #4c3458;*/ }

a:hover {
  color: #efeeed;
  text-shadow: 0 0 2px #000; }

/* @include border-radius;@include outer-glow(10px,#ffffff);@include transition; */
/* basic tables for backend */
table#base {
  width: 100%;
  text-align: center;
  background: #000;
  font-family: arial;
  color: #aaa;
  border: 3px solid #000; }

table#base tr.even {
  background: #42314A; }

table#base tr.odd {
  background: #2e2234; }

table#base th {
  font-size: 1.2em;
  background: #211825;
  color: #bc8dd3;
  line-height: 26px;
  padding: 5px; }

table#base th .asc {
  background-image: url(up_arrow.gif); }

table#base th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center; }

table#base th .desc {
  background-image: url(down_arrow.gif); }

table#base td {
  font-size: 80%;
  padding: 3px;
  border: 1px solid #3e3e3e; }

/*  table#base td:hover {background: #b9ed76;}*/
table#base a:link, table#base a:visited {
  color: #bc8dd3; }

table#base a:hover {
  color: #fff; }

/* --- SIMPLE FORM --- */
.simple_form div.input {
  margin-bottom: 10px; }

.simple_form label {
  float: left;
  width: 100px;
  text-align: right;
  margin: 2px 10px; }

div.boolean, .simple_form input[type='submit'] {
  margin-left: 120px; }

div.boolean label, label.collection_radio {
  float: none;
  margin: 0; }

label.collection_radio {
  margin-right: 10px;
  vertical-align: -2px;
  margin-left: 2px; }

.field_with_errors {
  background-color: #ff3333; }

.simple_form .error {
  clear: left;
  color: black;
  display: block;
  margin-left: 120px;
  font-size: 12px; }

.simple_form .hint {
  clear: left;
  margin-left: 120px;
  font-size: 12px;
  color: #555;
  display: block;
  font-style: italic; }

input.radio {
  margin-right: 5px;
  vertical-align: -3px; }

input.check_boxes {
  margin-left: 3px;
  vertical-align: -3px; }

label.collection_check_boxes {
  float: none;
  margin: 0;
  vertical-align: -2px;
  margin-left: 2px; }

/* --- END SIMPLE FORM --- */
/* --- END SIMPLE FORM --- */
#top {
  height: 30px;
  background: url(top_background.png) repeat-x 0 3px, #4c3458;
  box-shadow: 0 0 5px #111;
  z-index: 999; }

#container {
  width: 960px;
  margin: 0 auto;
  color: #000; }

header {
  background: url(left_90_ornate.png) no-repeat 30px 30px, url(right_90_ornate.png) no-repeat 770px 30px;
  margin-bottom: 30px; }

header, #main, footer {
  padding: 7px; }

#main {
  background: rgba(76, 52, 88, 0.33); }

#main {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 4px #000;
  -moz-box-shadow: 0 1px 4px #000;
  -webkit-box-shadow: 0 1px 4px #000;
  text-align: center;
  margin-top: -2px;
  padding-top: 30px; }

header li, footer li {
  display: inline;
  list-style: none;
  /*@include button;*/ }

#nav {
  position: absolute;
  top: 5px; }

#nav a:link, #nav a:visited {
  color: #eecaff; }

#login_box {
  width: 220px;
  position: absolute;
  text-align: right;
  right: 315px;
  top: 8px; }

#login_box li {
  display: list-item; }

#logo {
  position: relative;
  top: 20px;
  text-align: center;
  z-index: -99; }

#flash_notice, #notice {
  font-size: 2em;
  color: #4c3458;
  text-align: center;
  padding: 15px;
  margin: 10px 200px;
  border: 2px solid #4c3458;
  background-color: rgba(76, 52, 88, 0.33);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #999999;
  -moz-box-shadow: 3px 3px 3px #999999;
  -webkit-box-shadow: 3px 3px 3px #999999; }

#home #accordion h1 {
  text-align: left; }

#home #accordion h1 em {
  font-size: .6em;
  position: relative; }

#home .gallery {
  margin: 5px;
  padding-bottom: 15px; }

#home .gallery h1 {
  text-align: left;
  margin: 30px 0 10px 20px; }

#home .gallery .photo {
  display: inline; }

#home .gallery .photo img {
  margin: 5px 2px;
  box-shadow: 1px 1px 7px #000;
  -moz-box-shadow: 1px 1px 7px #000;
  -webkit-box-shadow: 1px 1px 7px #000; }

#home .gallery a:link {
  border: none; }

#home .gallery a:hover {
  background: none; }

#home #gallery_links li {
  margin: 0;
  padding: 15px;
  list-style-type: none;
  display: inline;
  font-size: 1.3em;
  background: url(ornate_right_arrow.png) no-repeat -7px; }

#home #gallery_links {
  padding: 25px 0 35px 0; }

#home .ui-accordion-header {
  margin-left: 30px;
  padding-bottom: 5px; }

#home .ui-state-active {
  padding-left: 25px;
  background: url(ornate_down_arrow.png) 5px -9px no-repeat; }

#home .ui-state-default {
  padding-left: 25px;
  background: url(ornate_right_arrow.png) 5px -9px no-repeat; }

.ui-state-focus {
  outline: none; }

.ui-accordion-header {
  outline: none; }

#recipes .new_recipe {
  text-align: left; }

#recipes .recipe_name {
  font-size: 1.6em;
  text-align: left;
  padding: 10px 0; }

#recipe, #needful_thing {
  margin: 10px 200px;
  text-align: left; }

#notes {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #999999;
  -moz-box-shadow: 3px 3px 3px #999999;
  -webkit-box-shadow: 3px 3px 3px #999999;
  padding: 10px;
  border: 1px solid #bc8dd3;
  background: #2e2234;
  color: #bc8dd3; }

#notes .note {
  border-bottom: 1px solid #4c3458; }

#searching_form {
  float: right; }

#recipes #tag_cloud {
  text-align: left; }

#tag_cloud {
  background: #eecaff;
  width: 300px;
  padding: 5px;
  margin: 5px 0 5px 0;
  border: 1px solid #42314A;
  line-height: 1.6em; }
  #tag_cloud .s1 {
    font-size: 0.6em; }
  #tag_cloud .s2 {
    font-size: 1.0em; }
  #tag_cloud .s3 {
    font-size: 1.6em; }
  #tag_cloud .s4 {
    font-size: 2.4em; }

#recipes .tags {
  margin: 5px 0 0 5px;
  font-size: .5em; }

#admin_backend {
  text-align: left; }

#admin_backend a {
  padding: 5px 10px; }

#admin_backend li {
  list-style-type: none;
  margin: 15px 10px; }

footer {
  text-align: center; }

.pagination {
  margin: 10px;
  text-align: center; }

.txt_l {
  text-align: left; }

.txt_c {
  text-align: center; }

.float_r {
  float: right; }

.float_l {
  float: left; }

.dropshadow {
  box-shadow: 1px 1px 7px #000;
  -moz-box-shadow: 1px 1px 7px #000;
  -webkit-box-shadow: 1px 1px 7px #000; }

.margin_l_120 {
  margin-left: 120px; }
