/*****************************
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: "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 0 20px 0;
  text-align: center;
  font-weight: bold;
}

#header h1 {
  float: left;
  width: 480px;
  height: 37px;
}

#header h1 a {
  display: block;
  background: transparent url(title.png) top left no-repeat;
  text-indent: -5000px;
}

#social_media {width: 240px; float: right;}
#social_media li {
  float: right;
  width: 32px;
  height: 34px;
  text-indent: -5000px; 
  display: block; 
}

#social_media li a {
  display: block;
  width: 32px;
  height: 33px;  
  text-indent: -5000px;
  background-image: url(social_media.png);
  background-repeat: no-repeat;
  background-position: -135px 0;
}





#social_media li a:hover  {background-position: -135px -33px;}
#social_media li a:active {background-position: -135px 1px;}

#social_media li#social_media_tumblr a     {background-position: -67px 0 ;}
#social_media li#social_media_facebook a   {background-position: -33px 0 ;}
#social_media li#social_media_twitter a    {background-position: 0 0 ;}
#social_media li#social_media_email a      {background-position: -101px 0 ;}
#social_media li#social_media_foursquare a {background-position: -136px 0 ;}
#social_media li#social_media_dribbble a   {background-position: -169px 0 ;}


#social_media li#social_media_tumblr a:hover     {background-position: -67px -33px ;}
#social_media li#social_media_facebook a:hover   {background-position: -33px -33px ;}
#social_media li#social_media_twitter a:hover    {background-position: 0 -33px ;}
#social_media li#social_media_email a:hover      {background-position: -101px -33px ;}
#social_media li#social_media_foursquare a:hover {background-position: -136px -33px ;}
#social_media li#social_media_dribbble a:hover   {background-position: -169px -33px ;}

#social_media li#social_media_tumblr a:active     {background-position: -67px 1px ;}
#social_media li#social_media_facebook a:active   {background-position: -33px 1px ;}
#social_media li#social_media_twitter a:active    {background-position: 0 1px ;}
#social_media li#social_media_email a:active      {background-position: -101px 1px ;}
#social_media li#social_media_foursquare a:active {background-position: -136px 1px ;}
#social_media li#social_media_dribbble a:active   {background-position: -169px 1px ;}



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

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

}

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

.postcontainer {
  float: left;
}

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

span.quote {
  font-size: 1.8em;
  font-family: georgia, times, serif;
  font-style: italic;
  display: block;
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.source {
  padding-left: 20px;
}


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

.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 img {
  margin: 0 0 0 0;
  float: left;
}

.photo .caption {
  float: right;
  font-size: .9em;
  width: 215px;
}

.photo .caption b {
  display: block;
  font-size: 1.9em;
  text-shadow: #dfdfdf 0 1px 1px;
  background: transparent url(project_name.png) top left no-repeat;
  padding: 10px 0 0 0;
  line-height: 1.1;
}

#description {clear: both;}
#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;}

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

#footer {
  padding: 0 0 0 159px;
  background: transparent url(kevin_burg.png) top left no-repeat;
  min-height: 160px;
}

#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;
  padding: 0 0 89px 0;
  background: transparent url(signature.png) bottom right no-repeat;
}




