/*****************************
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;
}

/* Misc classes and elements */

/* 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; }

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; }

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: 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 (Kevin's Reduced) Fluie */

body, html {

  background: #041020 url(http://static.tumblr.com/snnreod/O1glboflj/background_2.jpg) top left repeat-x;
  font-family: georgia, times, serif;
  font-size: .9em;
  width: 100%;
}

/**********************
+ Header
**********************/

#header {
  overflow: hidden;
  width: 100%;
  position: relative;
}

#header_content {
  width: 938px;
  padding: 0 25px;
  margin: 0 auto 10px auto;
  background: ;  
  min-height: 40px;

}


#header_content h1 a {
  display: block;
  font-size: 2em;
  width: 700px;
  text-decoration: none;
  font-weight: normal;
  line-height: .95;
  *line-height: 1.3em; /* Avoids clipping in IE7 */
  text-align: center;  
  color: #fffce7;
  font-family: 'Old Standard TT', georgia, times, serif; 
  font-style: italic;
  text-shadow: 0 0 10px #fffce7;
  -webkit-transition: text-shadow .2s ease-in-out;
	-moz-transition:    text-shadow .2s ease-in-out;
	-o-transition:      text-shadow .2s ease-in-out;
	-webkit-transition: text-shadow .2s ease-in-out;
	transition:         text-shadow .2s ease-in-out;  
}

#header_content h1 a:hover {
  text-shadow: 0 0 18px #fffce7;  
}

#header_content h1 a:active {
  position: relative;
  top: 1px;
}

#content_top {
  width: 938px;
  height: 30px;
  margin: 0 auto;
  padding: 0 25px;
}

/************************
String Lights
************************/


#light_container {
  position: relative;
  width: 100%;
  height: 185px;
  overflow-x: hidden;
  overflow-y: hidden;  
}

#container_1 {
  position: absolute;
  left: 4%;
  *left: -350px;
  top: -90px;  
  margin-left: -300px;
  *margin-left: -25%;
}

#container_2 {
  position: absolute;
  left: 15%;
  *left: -220px;
  top: -40px;
  padding-left: 0px;  
  *margin-left: 20%;
}

#container_3 {
  position: absolute;
  left: 12%;
  *left: -250px;
  top: -40px;
  padding-left: 400px;
  *margin-left: 40%;  
}


.string {
  width: 935px;
  height: 164px;
  margin: 0 auto;
  background: transparent url(http://static.tumblr.com/snnreod/3CKlab82e/string_1.png) top left no-repeat;
  position: relative;
}

.light {
  width:  120px;
  height: 120px;
  background: transparent url(http://static.tumblr.com/snnreod/rhulab7h0/light.png) center center no-repeat;
  -webkit-border-radius: 80px;	
  -moz-border-radius: 80px;
  border-radius: 80px;
  position: relative;
  left: -36px;
  top:  -36px; 
}

.glow {
  width:  120px;
  height: 120px;
  background: transparent url(http://static.tumblr.com/snnreod/rhulab7h0/light.png) center center no-repeat;  
  opacity: .3;
  *display: none;
  _display: none;  
  -webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition:         all .2s ease-in-out;
  -webkit-border-radius: 80px;	
  -moz-border-radius: 80px;
  border-radius: 80px;
}

.hover_me {
  width:  45px;
  height: 45px;
  position: absolute;
  -webkit-border-radius: 80px;	
  -moz-border-radius: 80px;
  border-radius: 80px;
  z-index: 999;  
}

.bulb.bright .glow {
  opacity: 1;
}




.bulb {
  width:  50px;
  height: 50px;
  position: absolute;  
  z-index: 998; 
  -webkit-border-radius: 80px;	
  -moz-border-radius: 80px;
  border-radius: 80px; 
}

/* Bulb Positioning */

.bulb_1,  .hover_me_1  {left: 00px;   top: 25px;}
.bulb_2 , .hover_me_2  {left: 50px;   top: 60px; }
.bulb_3 , .hover_me_3  {left: 105px;  top: 93px; }
.bulb_4 , .hover_me_4  {left: 160px;  top: 115px; }
.bulb_5 , .hover_me_5  {left: 220px;  top: 133px;}
.bulb_6 , .hover_me_6  {left: 280px;  top: 145px;}
.bulb_7 , .hover_me_7  {left: 340px;  top: 150px;}

.bulb_8 , .hover_me_8  {left: 400px;  top: 150px;}
.bulb_9 , .hover_me_9  {left: 460px;  top: 147px;}
.bulb_10, .hover_me_10 {left: 520px;  top: 138px; }
.bulb_11, .hover_me_11 {left: 580px;  top: 127px; }
.bulb_12, .hover_me_12 {left: 640px;  top: 111px; }
.bulb_13, .hover_me_13 {left: 700px;  top: 92px;}
.bulb_14, .hover_me_14 {left: 760px;  top: 71px;}
.bulb_15, .hover_me_15 {left: 820px;  top: 45px;}
.bulb_16, .hover_me_16 {left: 880px;  top: 8px;}


/**********************
+ Stars
**********************/

/* Currently the style will only display in Webkit */


@media screen and (-webkit-min-device-pixel-ratio:0) {
  #stars {}
  #stars .star {
    width:  86px;
    height: 86px;
    background: transparent url(http://static.tumblr.com/snnreod/Kqglab81j/star.png) center center no-repeat;  
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;	
  }

  body:hover #stars .star {
    opacity: 1;
  }

  #star_1 {left:   20px;   top: 800px;}
  #star_2 {left:   160px;  top: 400px;}
  #star_3 {right:  90px;   top: 300px;}
  #star_4 {right:  160px;  top: 500;}  
  #star_5 {left:   20px;   top: 800px;}
  #star_6 {left:   160px;  top: 1600px;}
  #star_7 {right:  90px;   top: 2000px;}
  #star_8 {right:  20px;   top: 3000;}  
}



/**********************
+ Main Body
**********************/

#main {
  overflow: hidden; 
  width: 100%;
  position: relative; /* For IE7 */
}

#main_content {
  width: 990px;
  background: transparent url(http://static.tumblr.com/snnreod/ndLlab7l7/main_content_top.png) top left no-repeat;
  margin: 0 auto;
  padding: 29px  0 0 0;
  line-height: 1.4;
  position: relative;
  color: #302e21;  
}

#main_content #posts_and_sidebar {
  background: transparent url(http://static.tumblr.com/snnreod/ua2lab7lt/main_content.png) 0 -100px repeat-y;  
}

#main_content #posts_and_sidebar_inner {
  background: transparent url(http://static.tumblr.com/snnreod/Isplab7iz/main_content_inner.jpg) 37px -100px repeat-y;  
}



#posts {
  float: left;
  width: 649px;
  padding: 0 0 0 88px;
}

#posts p {
  margin: 0 0 1em 0;
}

#main_content_top_2 {
  width: 758px;
  height: 224px;
  background: transparent url(http://static.tumblr.com/snnreod/jeelab7k7/main_content_top_2.jpg) top left no-repeat;
  position: relative;
  left: -59px;
  top: -5px;
  margin-bottom: -177px;
}




/************************
Papers and Photos
************************/


#papers_left {
  width: 168px;
  height: 519px;
  background: transparent url(http://static.tumblr.com/snnreod/0wZlab7or/papers_left.png) top left no-repeat;
  position: absolute;
  left: -139px;
  top: 120px;
}

#papers_right_bottom {
  width: 241px;
  height: 339px;
  background: transparent url(http://static.tumblr.com/snnreod/vsrlab7q8/papers_right_bottom.png) top left no-repeat;

}

/* */

.regular_container {
  width: 646px;
  margin: 0 0 10px 0;
  position: relative;
}

.regular_middle {
  background: #fff;
  -moz-box-shadow:    0 1px 6px rgba(0,0,0,.7);
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7);  
  box-shadow:         0 1px 6px rgba(0,0,0,.7);
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  border-radius:         5px;
  text-shadow: 0 0 1px #b2b2b2;  
  color: #302e21;  
  font-size: 1.1em;
  width: 500px;
  padding: 40px 40px 20px 40px;
}

.regular_middle blockquote {
  border-left:4px solid #DCDCDC;
  margin:10px 0 10px 10px;
  padding-left:15px;
}

.regular_middle p b, .regular_middle p strong {
  text-shadow: none;
}

.regular_middle img {
  max-width: 500px;
}

.regular_middle h3 {
  margin: 0 0 8px 0; 
}

.regular_middle h3 a {
  font-size: 1.5em;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Old Standard TT', georgia, times, serif;    
}

.date {
  width: 250px;
  float: right;
  text-align: right;
}

.date a, .date span {
  font-size: 1em;  
  text-decoration: none;
  font-style: italic;
  display: block;
  padding: 4px 0;
  z-index: 1338;
  position: relative;
  color: #302e21;  
}

.date a:hover {color: #8e1913;}

.regular_bottom {
  background: transparent url(http://static.tumblr.com/snnreod/AQAlab7tb/photo_shadow.png) top left no-repeat;
  width: 573px;
  height: 44px;
  position: relative;
  left: -1px;
  z-index: 999;
}

.image_wrap {
  width: 500px;
  height: auto;
  margin:  0 auto;
  background: transparent;
  text-align: center;  
}

.image_wrap img {margin: 0;}
.photo_container .caption, .video_container .caption  {padding-top: 10px;}
.photo_container {position: relative;}

.photo_corners_top {
  width: 662px;
  height: 69px;
  background: transparent url(http://static.tumblr.com/snnreod/eA1lab7rn/photo_corners.png) top left no-repeat;
  margin: 0 0 -69px 0;
  position: absolute;
  float: left;
  left: -14px;
  top: -10px;
  z-index: 1337;
}

.photo_corners_bottom {
  width: 662px;
  height: 77px;
  background: transparent url(http://static.tumblr.com/snnreod/eA1lab7rn/photo_corners.png) 0 -71px no-repeat;
  position: relative;
  float: left;
  margin: 0 0 -77px 0;  
  top: -105px;
  left: -10px;
  z-index: 1337;   
}

.audio_container .date {
  margin: 0;
}

.audio_left {
  float: left;
  width: 300px;
  padding: 0 0 10px 0;  
}

.audio_left .caption {
  font-size: 1.2em;
  padding: 3px 0 0 0;
}

.audio_right {
  width: 190px;
  float: right;
  text-align: right;
  padding: 0 0 10px 0;
}

.audio_right img {
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);  
}

.audio_container .notes_and_comments {
  clear: both;
}


.play_count {
  float: left;
  display: block;
  clear: left;
  display:block;
  font-size:1.1em;
  padding:4px 0 3px 22px;
  position:relative;
  text-decoration:none;
  color: #302e21;  
  z-index:1338;  
  font-style: italic;  
  background: transparent url(http://static.tumblr.com/snnreod/Br0lboff4/play_count.png) left center no-repeat;
}

/*************************
+ Notes
*************************/

.notes_and_comments {
  padding: 8px 0 0 0;
  background: transparent url(http://static.tumblr.com/snnreod/LjDlab7cd/drawn_line.png) top left no-repeat;  
  }
.note_count { float: left; padding: 0 15px 0 0;}

.note_count a, .note_count span {
  background: transparent url(http://static.tumblr.com/snnreod/WYIlab7g2/heart.png) 0 3px no-repeat;
  color: #302e21;
  font-style: italic;
  text-decoration: none;
  display: block;
  padding: 4px 0 3px 22px;
  z-index: 1338;
  position: relative;  
}

a.dsq-comment-count {
  background: transparent url(http://static.tumblr.com/snnreod/SZalab725/comment.png) 0 3px no-repeat;  
  color: #302e21;  
  font-style: italic;
  text-decoration: none;
  display: block;
  padding: 4px 0 3px 19px;
  z-index: 1338;
  position: relative;
  float: left;
}

a.dsq-comment-count:hover, .note_count a:hover {color: #8e1913; background-position: 0 -44px;} 


#post_notes {clear: left;}

#post_notes ol {
  padding: 0;
  *position: relative; /* IE7 */
  *left: -17px;        /* IE7 */
}

#post_notes ol li{
  list-style: none;
  padding: 1px 0;
  color: #979797;
  font-size: .9em;
}

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

#post_notes ol li a:hover {color: #626262;}


#post_notes ol li img {
  position: relative;
  top: 4px;
  padding: 2px;
  border: 1px solid #eaeaea;
  background: #fff;
}

.just_regular    #post_notes,
.photo_container #post_notes,
.chat_container  #post_notes,
.link_container  #post_notes,
.video_container #post_notes,
.askcontainer    #post_notes {
  padding: 4px 0 0 0;
  background: transparent url(http://static.tumblr.com/snnreod/LjDlab7cd/drawn_line.png) 0 4px no-repeat;
  clear: both;
  min-height: 15px; /*IE7*/
}

.audio_container #post_notes {
  padding: 22px 0 0 0;
  background: transparent url(drawn_line.png) 0 10px no-repeat;
  clear: both;
}

.quote_container .note_count span{
  margin: 10px 0 0 0;
}


/* Chat Post */

.chat_container .odd .label, .chat_container .even .label{
  font-weight: bold;
}

.chat_container .odd {
  background: #f1f0e8;
  padding: 6px 12px;
  position: relative;
  width: 477px;
}

.chat_container .even {
  padding: 6px 12px;  
  position: relative;
  width: 477px;   
}

.quote_container .notes_and_comments, .chat_container .notes_and_comments, .photo_container .notes_and_comments {margin: 10px 0 0 0;}

/* Link post */

.link_container .regular_middle h3 a {
  color: #418ea7;
  border-bottom: 1px solid #dae2e5;
}

.link_container .regular_middle h3 a:hover {
  color: #276a80;
  border-bottom: 1px solid #afc0c6;  
  
}

/* Quote Post */



.quote_middle {
 
}


.quote {
  font-size: 1.8em;
  margin: 0 0 10px 0;
  position: relative;  
  z-index: 1337;
}

.floating_quote {
  width: 40px;
  height: 36px;
  background: transparent url(http://static.tumblr.com/tpcjiqp/eN2l59m0u/quote.png) top left no-repeat;
  position: relative;
  left: -25px;
  top: -15px;
  z-index: 1336;
  margin: 0 0 -36px 0;
}

/*******************
+ Sidebar
*******************/


#sidebar {
  width: 250px;
  float: right;
  min-height: 500px;
  padding: 55px 0 25px 0;  
  position: relative;
  left: -14px;
  top: 30px;
  background: transparent url(http://static.tumblr.com/snnreod/1tSlab7zj/sidebar_papers_top.png) top left no-repeat;
}

#portrait_container {
  width: 155px;
  overflow: hidden;  
  height: 145px;
  margin-bottom: -6px;
  *margin-bottom: 0;
}

#portrait {
  width: 150px;
  height: 147px;                    
  -webkit-transform: rotate(1deg); 
  -moz-transform:    rotate(1deg); 
  background: transparent url(http://static.tumblr.com/snnreod/PF1lab7v0/portrait_background.png) center center no-repeat;
  margin: 0;
  overflow: hidden;    
  position: relative;
  top: 3px;
  left: -2px;
}

.portrait_shadow {
  width: 150px;
  height: 150px;
  background: transparent url(http://static.tumblr.com/snnreod/0lJlab7vk/portrait_shadow.png) 0 0 repeat-y;
  position: absolute;
  z-index: 101;  
}

#portrait img {
  position: relative;
  top: 20px;
  left: 0px;
  z-index: 100;  
}

#carte_postale_top {
  background: transparent url(http://static.tumblr.com/snnreod/n3Vlab71h/carte_postale_top.png) 0 0 no-repeat;  
  width: 231px;
  height: 45px;
}

#carte_postale {
  background: transparent url(http://static.tumblr.com/snnreod/dyFlab70x/carte_postale_middle.png) 0 0 repeat-y;
  padding: 0px 0 0 15px;
}

#carte_postale_content {
  background: transparent url(http://static.tumblr.com/snnreod/HaGlab80k/stain.gif) 73px 0 no-repeat;
  min-height: 86px;
  padding: 10px 0 0 0;
}


#description {
  width: 195px;
  margin: 0 0 0 0;
}

#search {
  padding: 8px 0 0 0;
  background: transparent url(http://static.tumblr.com/snnreod/VR0lab7yz/sidebar_line.png) top left no-repeat;
  width: 180px;  
}

#search input[type="text"] {
  width: 170px;
  font-family: 'Old Standard TT', georgia, times, serif;  
  opacity: .7;
  border: 1px solid #bfbc9a;
  border-top: 1px solid #979470;
  font-size: 1.1em;
  padding: 3px 5px;
  -moz-border-radius: 2px;
  
  
  -moz-box-shadow: 0 0 5px #d3cbba;
  -webkit-box-shadow: 0 0 5px #d3cbba;  
  box-shadow: 0 0 5px #d3cbba;  
}

#search input[type="text"]:focus {
  opacity: .9;
  -moz-box-shadow: 0 0 10px #646037;
  -webkit-box-shadow: 0 0 10px #646037;  
  box-shadow: 0 0 10px #646037;  
  border: 1px solid #5b583d;
  }


#search label {
  font-family: 'Old Standard TT', georgia, times, serif;
  font-size: 1.4em;
  color: #3c2f28;
}

#search input[type="submit"] {
  width: 96px;
  height: 48px;
  background: transparent url(http://static.tumblr.com/snnreod/fTblab7yi/search.png) top left no-repeat;  
  border:0px;
	display:block;
	cursor: pointer;	
	font-size: 0px; /* IE7 */
	line-height: 0; /* IE7 */
  text-indent: -5000px;
  margin: 5px 0 0 0;
  position: relative;
  left: -2px;
}

#search input[type="submit"]:active {top: 1px;}

a.archive, a.page_link, #links a{
  background: transparent url(http://static.tumblr.com/snnreod/VR0lab7yz/sidebar_line.png) top left no-repeat;
  font-family: 'Old Standard TT', georgia, times, serif;
  font-size: 1.4em;
  color: #3c2f28;
  padding: 7px 0 6px 0;  
  display: block;
  text-decoration: none;
  width: 180px;
  line-height: 1.3;
  -webkit-transition: background .1s ease-in-out;
	-moz-transition:    background .1s ease-in-out;
	-o-transition:      background .1s ease-in-out;
	-webkit-transition: background .1s ease-in-out;
	transition:         background .1s ease-in-out;  
}

a.archive:hover, a.page_link:hover, #links a:hover {
  color: #0f0804;
  background: rgba(182,155,133, .2) url(http://static.tumblr.com/snnreod/VR0lab7yz/sidebar_line.png) top left no-repeat;  
  
  }

#description ul{
  list-style: none;
  margin: 0;
}

#description ul li, #description ul li a {

  margin:0;
}

#sidebar #description #links br {
  height: 0;
  content: "";
  line-height: 0;
  margin: 0;
  display: none;
}


/* Answer Post */

.askcontainer .date {
  margin-bottom: 0;
}

.question {
  position: relative;
  background: #f5e7cf url(http://static.tumblr.com/snnreod/JtFlab7ww/question.jpg) top left repeat-x;
  -webkit-border-radius: 4px;	
  -moz-border-radius:    4px;
  border-radius:         4px;  
  -moz-box-shadow:    0 1px 2px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);  
  box-shadow:         0 1px 2px rgba(0,0,0,.3);  
  padding: 12px;
  margin: 0 0 20px 0;
}

.question_container {
  color: #5a584d;
  background: transparent url(http://static.tumblr.com/snnreod/6Gflab7qy/paristext.gif) top right no-repeat;
  
}

.question .asker_portrait {
  width: 72px;
  height: 73px;
  background: transparent url(http://static.tumblr.com/tpcjiqp/QKZl58x5b/asker.png) top left no-repeat;
  float: left;
}

.question .asker_portrait img {
  position: relative;
  left: 4px;
  top:  4px;
}

.question_body {
  float: left;
  padding-left: 12px;
  width: 380px;
  position: relative;
  line-height: 1.4;
  *padding-bottom: 75px; /* IE7 */
  
}

.question_body strong {
  display: block;
  color: #5a584d;
  font-size: 1.4em; 
  font-weight: normal; 
}

.question_body strong a {
  text-decoration: none;
  color: #5a584d;  
}

.question_body strong a:hover {color: #22211a;}

/* Search */

.search_container .regular_middle {
  padding: 20px 40px;
}

#posts .search_container .regular_middle p {
  margin: 0;
  font-size: 1.3em;
  text-align: center;

}
#posts .search_container .regular_middle p strong {color: #89B1A5; font-weight: normal; font-style: italic;}


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

#footer {
  clear: both;
  width: 970px;
  background: transparent;
  position: relative;
  left: -16px;

}

#footer_content {
  background: transparent url(http://static.tumblr.com/snnreod/lBxlab7i2/main_content_bottom.jpg) top left no-repeat;
  width: 756px;
  height: 146px;
  position: relative;
  left: 16px;
  padding-left: 140px;
  top: -20px;
  margin-bottom: -55px;
}

#footer_content_lower {
  width: 622px;
  position: relative;
  left: 90px;
  padding-bottom: 18px;
  background: transparent url(http://static.tumblr.com/snnreod/FkTlab6yk/blue_line.png) bottom left no-repeat;
  margin: 0 0 15px 0;
}


.previous_page {
  float: left;
  width: 170px;
  height: 48px;
  background: transparent url(http://static.tumblr.com/snnreod/H5clab6zm/page_navigation.png) 0 0 no-repeat;
}

.previous_page a {
  display: block;
  width: 170px;
  height: 48px;
  background: transparent url(http://static.tumblr.com/snnreod/H5clab6zm/page_navigation.png) 0 -48px no-repeat;
  text-indent: -5000px;
  opacity: .4;
  -webkit-transition: opacity .2s ease-in-out;
	-moz-transition:    opacity .2s ease-in-out;
	-o-transition:      opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition:         opacity .2s ease-in-out;  
}

.previous_page a:hover {    opacity: 1; background: transparent url(http://static.tumblr.com/snnreod/H5clab6zm/page_navigation.png) 0 -48px no-repeat;}

.next_page {
  float: right;
  width: 173px;
  height: 48px;
  background: transparent url(http://static.tumblr.com/snnreod/H5clab6zm/page_navigation.png) -170px 0px  no-repeat;

}

.next_page a {
  display: block;
  width: 173px;
  height: 48px;
  background: transparent url(http://static.tumblr.com/snnreod/H5clab6zm/page_navigation.png) -170px -48px  no-repeat;  
  opacity: .4;
  text-indent: -5000px;   
  -webkit-transition: opacity .2s ease-in-out;
	-moz-transition:    opacity .2s ease-in-out;
	-o-transition:      opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition:         opacity .2s ease-in-out;         
}

.next_page a:hover {  opacity: 1;  background: transparent url(http://static.tumblr.com/snnreod/H5clab6zm/page_navigation.png) -170px -48px  no-repeat;  }

.next_page a:active, .previous_page a:active {position: relative; top: 1px;}

.credits {
  width: 622px;
  position: relative;
  left: 90px;  
  padding: 0 0 25px 0;
}

#frommetoyou {
  float: right;
  display: block;
  width: 121px;
  height: 58px;
  position: relative;
  background: transparent url(http://static.tumblr.com/snnreod/E5Hlab7bq/credit.png) top left no-repeat;
  text-indent: -5000px;
  opacity: .5;
  -webkit-transition: opacity .2s ease-in-out;
	-moz-transition:    opacity .2s ease-in-out;
	-o-transition:      opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition:         opacity .2s ease-in-out;  
}

#frommetoyou:hover {opacity: 1;}

.page_of {
  border-top: 1px solid #05213f;
  border-bottom: 1px solid #05213f;  
  background: #031932;
  float: left;
  margin-left: 100px;
  color: #234f7f;
  text-align: center;
  padding: 8px 12px;
  position: relative;
  top: 5px;
}

.page_of strong {font-weight: normal;}

/*********************
+ Disqus Styles
*********************/

#disqus_thread {
  background: #f5e7cf url(question.jpg) top left repeat-x;
  -webkit-border-radius: 4px;	
  -moz-border-radius:    4px;
  border-radius:         4px;  
  -moz-box-shadow:    0 1px 2px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);  
  box-shadow:         0 1px 2px rgba(0,0,0,.3);
  width: 500px;
  padding: 20px 40px;
  margin-bottom: 0 !important;
}