/*****************************
flutie: reset.css
*****************************/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, 
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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

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

body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}


/*****************************
flutie: default.css
*****************************/


body { 
  color: #222; 
  /* font-size: 13px; */
  font-family: "Lucida Console", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif; 
}

h1, h2, h3, h4, h5, h6 { 
  color: #111; 
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Success, error & notice boxes for messages and errors. */
div.error, div.notice, div.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
div.error {
  background: #FBE3E4;
  color: #D12F19;
  border-color: #FBC2C4;
}
div.error a { color: #D12F19; }

div.notice {
  background: #FFF6BF;
  color: #817134;
  border-color: #FFD324;
}
div.notice a { color: #817134; }

div.success {
  background: #E6EFC2;
  color: #529214;
  border-color: #C6D880;
}
div.success a { color: #529214; }

/* Misc classes and elements */

/* Use a .box to create a padded box inside a column.  */ 
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #eee;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.4em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

/* Clearfix hack I love you */
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/*****************************
flutie: type.css
*****************************/


/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 0.25em;
}
h2 {
  font-size: 1.6em;
  margin-bottom: 0.25em;
  line-height: 1.1;
}
h3 {
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: .25em;
}
h4 {
  font-size: 1.1em;
  line-height: 1.25;
  margin-bottom: .25em;
}
h5 {
  font-size: 1em;
  margin-bottom: .25em;
}
h6 {
  font-size: 1em;
  margin-bottom: .25em;
}

/* Text elements */

p.last { margin-bottom: 0; }

/*
p img {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}

*/

p img.top { margin-top: 0; } /* Use this if the image is at the top of the <p>. */


abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  margin-top: 1.5em;
  font-style: italic;
}
del { color:#666; }

a, a:link {
  color: #232323;
  text-decoration: underline;
}
a:visited { color: #232323; }
a:hover { color: #000; }
a:active, a:focus { color: #232323; }

/*
blockquote {
  margin: 1.5em 0;
  color: #666;
  font-style: italic;
  padding-left: 1em;
  border-left: 4px solid #d1d1d1;
}

*/
strong { font-weight: bold; }
em, dfn { font-style: italic;  }
dfn { font-weight: bold; }

/*****************************
flutie: forms.css
*****************************/

/* Forms */

form ol {
  list-style: none;
  margin: 0 0 1em 0;
}
form ol ol { margin-left: 0; }
form ol li { margin: 0 0 1em 0; }
form ol ol li { margin: 0 0 .25em 0; }

form ol li.error input { background: #FBE3E4; }
p.inline-errors { color: #D12F19; }
form ol li.file {
  background: #e1e1e1;
  border: 1px solid #c8c8c8;
  padding: 10px;
}

form abbr { border-bottom: 0; }

label { display: block; }
.required label { font-weight: bold; }
.checkbox_field label, .radio_field label { font-weight: normal; }

a.cancel { color: #7d0d0d; }
.inline-hints {
  font-size: .8em;
  color: #666;
  margin-bottom: .25em;
}

/* Fieldsets */
fieldset {
  margin: 0 0 1.5em 0;
  background: #f1f1f1;
  padding: 1.5em 1.5em 1em 1.5em;
  border: 1px solid #e3e3e3;
}
fieldset fieldset, fieldset fieldset fieldset {
  padding: 0;
  border: 0;
}
legend { font-weight: bold; }
fieldset.buttons {
  background: inherit;
  border: 0;
  padding: 0;
}
fieldset.buttons li { display: inline; }
.radio fieldset {
  padding: 0;
  margin: 0;
}

/* Text fields */
input[type="text"], input[type="password"] {
  width: 300px;
  padding: 3px 2px;
  font-size: inherit;
}
input[disabled='disabled'] {
  background-color: #fcfcfc;
  cursor:default;
}
input[type="checkbox"] {
  margin: 0 3px 0 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
input[type="radio"] {
  margin: 0 3px 0 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.check_boxes label {
  vertical-align: middle;
  padding: 0;
  display: inline;
}
.radio label { padding: 0; }

/* Textareas */
textarea {
  width: 440px;
  height: 200px;
  margin: 0 0.5em 0.5em 0;
  padding: 5px;
  font-size: inherit;
}

/* Select fields */
fieldset .select select {
  width:200px;
  font-size: .9em;
} 
optgroup { margin: 0 0 .5em 0; }

/* Date & Time */
form ol li.date ol li, form ol li.time ol li {
  display: inline;
}
form ol li.datetime ol li {
  display: inline-block;
}
form ol li.datetime select, form ol li.date select, form ol li.time select {
  display: inline;
  width: auto;
}
form ol li.date label, form ol li.time label {
  display: none;
}


/*****************************
flutie: tables.css
*****************************/

/* Tables */

table {
  margin-bottom: 2em;
  width: 100%;
}
th {
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  text-align: left;
}
td { border-bottom: 1px solid #ddd; }
caption, th, td {
  padding: 4px 10px 4px 0;
}
caption {
  background: #f1f1f1;
  padding: 10px 0;
  margin-bottom: 1em;
}

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }


/*****************************
flutie: lists.css
*****************************/


/* Lists */

ul, ol {
  margin-bottom:  1.5em;
  list-style-position: inside;
}
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl {
  margin-bottom: 1.5em;
  line-height: 1.4;
}
dl dt {
  font-weight: bold;
  margin-top: .5em;
}
dl dd { margin-bottom: 0em;}
dd { margin-left: .5em; }

li { line-height: 1.4; }

ol ol, ol ul, ul ul, ul ol {
  margin-left: 1em;
}










/* Above here is all Fluie */

html, body {
  background: #2a282a url(background.jpg) -60px center repeat;
  
}

#header {
  width: 780px;
  margin: 0 auto;
  padding: 30px 40px 20px 40px;
  text-align: center;
  font-weight: bold;
}

#header h1 {
  width: 786px;
  height: 141px;
}

#header h1 a {
  display: block;
  background: transparent url(title.gif) 15px 0 no-repeat;
  text-indent: -5000px;
  width: 786px;
  height: 141px;  
}

#post_notes {padding: 40px 0 0 0;}

#post_notes ol li {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 28px 5px 0px;
  line-height: 20px;
}

#post_notes ol li a {text-decoration: none;}

#post_notes ol li.reblog {background: transparent url(reblog.png) right center no-repeat;}
#post_notes ol li.like {background: transparent url(heart_for_notes.png) right center no-repeat;}
#post_notes ol li.reply {
  border-bottom: none;
  width: 725px;
  position: relative;
  font-size: 1.3em;
  left: -40px;
  background: #efefef url(quotes.png) 10px center no-repeat;
  border: 10px solid #d7d7d7;
  -moz-box-shadow:    0 1px 3px rgba(0,0,0,.7);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.7);  
  -moz-border-radius:    20px;
  -webkit-border-radius: 20px;
  border-radius:         20px;
  margin: 10px 0 10px 0;
  padding: 30px 30px 30px 40px;
}

#post_notes ol li.reply a {font-weight: bold;}
#post_notes ol li.reply img {
  padding: 3px;
  border: 1px solid #b4b4b4;
  background: #fff;
}


#post_notes ol li img {vertical-align: middle; padding: 2px 5px 2px 0;}
#post_notes ol li blockquote {
  border: 0;
  padding: 0;
  display: inline;
}

#post_notes ol li blockquote a {text-decoration: none; color: #818186;}

#post_notes ol li .clear {display: none;}

.post_inner_container {
  width: 780px;
  xbackground: transparent url(thin_line.png) bottom left no-repeat;
  padding: 0 40px 15px 40px;
  margin: 0 0 40px 0;
  }

.post {
  background: #fff url(post_top.png) top left no-repeat;
  line-height: 1.5; 
  width: 732px;  
  padding: 15px 24px 20px 24px;

}

#content {
  width: 860px;
  margin: 0 auto;
}

.postcontainer {
  float: left;
}

.question {
  background: #e7eaec;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 18px 20px;

  font-size: 1.5em;
  margin-bottom: 15px;
}

.question img {
  float: left;
  padding: 4px;
  border: 1px solid #cfd3d5;
  background: #fff;
  
}

.question p {
  float: right;
  width: 610px;
  line-height: 1.3;
}

.question p a {font-weight: bold;}

.question p br {
  line-height: .4;
}

div.quote {padding-bottom: 20px;}

span.quote {
  font-size: 2.2em;
  line-height: 1.2;
  display: block;
  padding: 10px 20px 10px 20px;
  margin-bottom: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.source {
  padding-left: 20px;
}


.date a {
  color: #a7a7a7;
  display: block;
  margin: 0 0 10px 0;
  font-size: 12px;  
  text-decoration: none;
}

.date a:hover {color: #232323;}

.date_and_notes {
  padding: 0 0 7px 0;
  margin: 0 0 15px 0;
  border-bottom: 2px solid #dcdcdc;
}

.date_and_notes a {  color: #a7a7a7;text-decoration: none; font-weight: bold; cursor: pointer;}
.date_and_notes a:hover {color: #232323;}
.date_and_notes a span {padding-left: 26px; background: transparent url(heart.png) 7px 50% no-repeat;}
.date_and_notes a:hover span {background: transparent url(heart_hover.png) 7px 50% no-repeat;}


a.reblogged_from {

  padding-right: 30px;
  padding-top: 9px;
  width: 0;
  text-align: right;
  height: 21px;
  font-weight: bold;
  background: rgba(0,0,0,.2) url(reblogs_for_reblogs.png) right center no-repeat;
  border-bottom: 1px solid rgba(255,255,255,.1);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -30px;
  left: -790px;
  text-decoration: none;
  color: rgba(0,0,0,0);
  font-size: .75em;
  float: right;
  top: 10px;
  
}
a.reblogged_from:hover {
  width: auto;
  padding-left: 10px;
  color: #696969;  
}




.postcontainer .post {text-shadow: #b3b3b7 0 0 1px;   font-size: .75em;}
.post p {
  margin-bottom: 5px;
}

.post blockquote {
  border-left: 4px solid #e6e6e6;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
}

.date a:hover {text-decoration: underline;}

.post_bottom {
  width: 780px;
  height: 20px;
  margin: 0 0 30px 0;
  background: transparent url(post_bottom.png) top center no-repeat;
}

.video .caption, .audio .caption {
  padding: 10px 0 0 0;
}

.note_count {
  border-top: 1px solid #e6e6e6;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
    font-size: 12px;
    color: #9e9e9e;  
}

.photo .photo_holder {
  margin: 0 0 0 0;
  float: left;
  text-align: center;
  width: 500px;
}

.photo .photo_holder img {
  margin: 0 auto;
}

.photo .caption {
  float: right;
  width: 215px;
}

.photo .caption b {

}

#post_notes {
  clear: both;
}


#description {
  color: #d2d2d2;
  font-size: .8em;
}

#description a {  color: #d2d2d2; border-bottom: 1px solid #636364; text-decoration: none;}
#description a:hover {color: #fff;}
#description em {color: #848484; font-family: georgia, times, serif; font-weight: normal;}
#description {clear: both; padding: 0 0 5px 0;}
#description dl {
  display: block;
  width: 780px;
  height: 66px;
  background: transparent url(description.png) top left no-repeat;
}

#description dl dt, #description dl dd {text-indent: -9999px;}


.short_url {
  clear:both;
  position: relative; 
  top: 15px; 
  padding: 4px 8px; 
  border: 1px solid #e1e1e1; 
  background:#efefef; 
  -moz-border-radius: 20px; 
  -webkit-border-radius: 20px;   
  border-radius: 20px;   
  font-size: 11px; 
  color: #929292;
}


/************************
+ Footer
************************/

#footer {
 text-align: center;
}

#footer p {
  color: #8b8b8b;
  text-shadow: #232323 0 1px 1px;
  font-family: georgia, times, serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: lighter;
  font-style: italic;
}

#newer_posts {
  display: inline-block;
  width: 297px;
  height: 76px;
  text-indent: -5000px;
  background: transparent url(page_nav.gif) 0px 0 no-repeat;
  opacity: .5;
}


#older_posts {
  display: inline-block;
  width: 278px;
  height: 76px;
  text-indent: -5000px;
  background: transparent url(page_nav.gif) -297px 0 no-repeat;
  opacity: .5;  
}

#newer_posts:hover, #older_posts:hover {opacity: 1;}
