/* Cleaned CSS: */

/* -----------------------------------------------
Green Indicates Flourescense
Author:     Edith Quijano
S2 Style:   Mixit
Available at http://edah.livejournal.com
----------------------------------------------- */

/* General
 ---------------------------------------*/

* {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;}

body {
  padding: 0;
  background: #EDE9DD;
  color: #343434;
  font: .8em/1.41em Helvetica, Arial, 'Liberation Sans', sans-serif;
}

hr {
  border: 0;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1 {
  font: bold 1.5em Helvetica, Arial, sans-serif;
}

h3 {
  font: bold 1.3em Helvetica, Arial, sans-serif;
  color: #000;
  padding: 3px 3px 9px;
  margin-top: 10px;
  border-top: 1px dashed #C0BEBA;
}

h4 {
  font-size: 1.2em;
  color: #000;
  padding: 3px 3px 9px;
  border-top: 1px dashed #C0BEBA;
}

h5{
  font-size: 1.2em;
  font-weight: normal;
  color: #000;
  padding: 3px 3px 9px;
  border-top: 1px dashed #C0BEBA;
}

h6 {
  font: normal normal .85em Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #000;
  padding: 3px 3px 9px;
  border-top: 1px dashed #C0BEBA;
  text-transform: uppercase;
}

ol {
  list-style: decimal;
}

ul {
  list-style: square;
}

br {
  margin: 0px !important;
  padding: 0px !important;
  height: 0px !important;
  line-height: 18px !important;
}
	
table {
  border-collapse: collapse; 
  border-spacing: 0;
}

td {
  background: #EDE9DD !important;
}

blockquote {
  border-top: 1px dashed #C0BEBA;
  border-bottom: 1px dashed #C0BEBA;
  margin: 20px 0;
  padding: 10px 40px;
  width: 83% !important; 
  letter-spacing: -1px; 
}

cite {
  font-weight: bold;
  float: right;
  font-size: 12px; margin-top: 10px;
}

a {
  color: #615F5A;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000;
}

small {
  font-size: .85em;
}

i, em {
  color: #4E3F30;
}

font {
  font-family: inherit !important; 
  font-size: inherit !important; 
  color: inherit !important; 
  line-height: 120% !important; 
  background: transparent !important;
}



/* Page Structure
 ---------------------------------------*/

#page, #header, #content, #footer {
  position: relative;
  top: 0;
}

#page-inner, #header-inner, #content-inner, #alpha-inner, #beta-inner, #gamma-inner, #footer-inner {
  position: static;
}

#content-inner, #alpha-inner, #beta-inner, #gamma-inner, #footer-inner {
  overflow: hidden;
}

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

#page {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_page.png) top left no-repeat;

}

#alpha {
  margin-top: 200px;
  width: 960px;
  clear: both;
  padding: 9px 0 0;
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_content.png) 17% 0% no-repeat;
}

#beta {
  position: absolute;
  top: 0px;
  width: 960px;
  height: 140px;
  margin: 16px 0;
  padding: 26px 0 0;
  overflow-y: auto;
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_links.png) 15% 0% no-repeat;
}

#header {
  height: 150px;
}

#footer {
  clear: both;
  margin: -1px 0 0 0 !important;
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_end.png) bottom right no-repeat;
}

#footer-inner {
  position: relative;
  top: -60px;
  left: 0px;
  width: 284px;
  height: 195px;
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_quote.png) 0px 0px no-repeat;
}


/* Header
 ---------------------------------------*/

#header-content {
  width: 100%;
}

#header-text ul.nav {
  list-style-type: none;
  position: relative;
  right: -20px;
}

#header-text ul.nav li {
  float: right;
  display: inline;
  margin: 0 0 5px;
}

#header-text ul.nav li a {
  display: block;
  padding: 20px 10px 10px;
  font: italic 120% Georgia, Times New Roman, serif;
  border-bottom: 1px dashed #C0BEBA;
}


#header-text ul.nav li.current a,
#header-text ul.nav li a:hover {
  border-bottom: 1px dashed #000;
}

#header-name {
  clear: both;
  width: auto;
  height: 80px;
  margin: 0 10px 0 50px;
  padding: 15px 0 0 20px;
}

#header-name a {
  color: #493e32;
  font: 500% Trebuchet MS, Arial, Helvetica, sans-serif;
  letter-spacing: -2px;
}

#header-name a:hover {
  color: #000;
}

#header-description {
  display: none;
}


/* Entries
----------------------------- */

/* STRUCTURE */
.asset {
  position: relative;
  width: 940px;
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_entrytop.png) top left repeat-x;
}

.asset-header {
  width: 280px;
  float: left;
  margin: 0 10px;
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_subject.png) top left no-repeat;
}

.asset-body {
  width: 520px;
  float: left;
  margin: 65px 10px 50px;
}

.asset-footer {
  clear: both;
}


/*ENTRY SUBJECT */
h2.page-header2 {
  padding: 0 0 8px;
  margin-top: 65px;
  color: #444;
  font: 3em/1em Helvetica, Arial, sans-serif;
  letter-spacing: -2px;
}

h2.page-header2 a, .lj-view-entry h2.page-header2 a, h2.comments-header, .lj-view-tags .page-header2 {
  margin: 0;
  padding: 0;
  color: #444 !important;
}

h2.page-header2 a:hover {
  color: #000 !important;
}


/* DATE */
div.asset-header ul.asset-meta-list { 
  width: 283px !important;
  height: auto !important;
  margin: 0px !important;
  padding: 17px 0 20px; 
  background: transparent url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_date.png) top right no-repeat!important;
  border: 0 !important;
  text-align: left;
  font: 1.3em Monospace, sans-serif;
  letter-spacing: -1px;
  color: #555;
}

div.asset-header ul.asset-meta-list .item {
  margin: 0px !important;
}


/* GENERAL */
.asset-body a {
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_link.png) bottom repeat-x;
  border-bottom: 1px solid #ccc;
  padding: 1px 0;
  color: #000;
}

.asset-body a:hover {
  border-bottom: 1px solid #000;
}

.asset-body ol, 
.asset-body ul {
  margin: 0 0 10px;
}

.asset-body ol li,
.asset-body ul li {
  margin: 0 0 5px 30px;
  padding: 0;
}

.asset-body dt {
  padding: 5px 0px; 
  font-weight: bold; 
  text-transform: uppercase;
}

.asset-body dd {
  margin-left: 30px;
  padding: 10px;
}



/* USERPIC */
.user-icon {
  float: right;
  margin: 0 -130px 10px 0;
  padding: 0 !important;
  width: 120px;
  height: 120px;
  background: transparent url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_icon.png) top center no-repeat !important;
  text-align: center;
}

.user-icon img {
  margin: 10px;
}

.user-icon span {
  background-color: transparent !important;
}

.user-icon span a,.user-icon span a img {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* MOOD/MUSIC/LOCATION */
.lj-currents {
  width: 640px;
  margin: 0 0 0 300px;
  padding: 1px 0;
  clear: both;
  line-height: 1.2em;
  color: #3A3025;
  border-left: 1px dashed #C0BEBA;
}

.lj-currents span.entryMetadata-label {
  padding: 0 5px 0 10px;
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
}

.lj-currents img {
  display: none;
 }

.lj-currents ul {
  list-style-type: none; 
  text-transform: lowercase;
}

.lj-currents ul li {
  display: inline; 
  padding-right: 2em;
}

/* TAGS */
.asset-tags {
  width: 680px;
  height: 22px;
  overflow: hidden;
  margin: 0 0 0 180px;
  padding: 3px 0 0 120px;
  clear: both;
  line-height: 1.2em;
  color: #3A3025;
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_metadata.png) top left no-repeat;
}

.asset-tags-header {
  display: block; 
  float: left; 
  width: 3em; 
  height: 100% !important;
  line-height: 1.2em;
  font-size: 1em !important;
  color: #000;
  border-left: 1px dashed #C0BEBA;
  border-top: 0;
  margin: 0;
  padding: 0 0 0 10px;
  text-transform: lowercase;
}

.asset-tags-list {
  list-style-type: none; 
  margin: 0 0 0 3em;
}

.asset-tags-list li {
  display: inline;
  margin: 0 0 0 4px !important;
}

.asset-tags-list a {
  white-space: normal !important;
  color: #4E3F30;
  font-weight: bold;
  text-decoration: underline;
}

.asset-tags-list a:hover {
  color: #000;
  text-decoration: none;
}

/* COMMENTS BAR */

.asset-meta-list {
  width: 650px;
  height: 32px;
  margin: 0 0 10px 300px;
  padding: 0 0 0 10px;
  border-top: 1px dashed #C0BEBA;
  clear: both;
}

ul.asset-meta-list .item {
  display: inline;
  margin: 0px auto;
}

li.asset-meta-comments a {
  color: #8eb700;
  display: block;
  float: left;
  margin: 7px 11px 11px 0;
  font: bold 1em Helvetica, Arial, sans-serif;
  line-height: 1em;
}

li.asset-meta-comments a:hover {
  color: #000;
}

/* Sidebar
 ----------------------------- */

.widget {
  margin: 0 0 0 130px;
  clear: both;
  border-top: 1px dashed #C0BEBA;
}

.widget-header {
  float: left;
  margin: 0 10px 10px 0 !important;
  padding: 3px 0 0 10px;
  width: 100px;
  font: italic 0.9em Georgia, Times New Roman, serif;
  line-height: 1.6em;
  letter-spacing: 1px;
  border: 0;
}

.widget-content {
  float: left;
  display: inline;
  width: 650px;
  margin: 0 0 10px !important;
  padding: 3px 0 5px;
}

.widget-footer {
  display: none;
}

.widget ul {
  list-style-type: none;
  display: inline; 
  float: left;
}

.widget ul li {
  display: inline;
  padding: 0 2px;
}

.widget ul li a {
  font-weight: bold;
  font-size: 0.9em !important; 
  line-height: 1.6em;
  color: #4E3F30;
}

.widget ul li a:hover {
  color: #000;
}

.archive-widget,
.about-me-widget,
.calendar-widget,
.syndicate-widget,
.powered-widget,
.designed-widget {
  display: none;
}


/* Previous/Next
 ---------------------------------------*/

.stream-header {
  display: none;
}

.stream-footer {
  clear: both;
  display: block;
  padding: 5px 0 0; 
  margin: 20px 0 0 310px;
  text-align: left;
  text-transform: lowercase;
  font: 1.5em/1em Arial, sans-serif;
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_move.png) 120px 0px no-repeat;
}

.prevnext {
  padding: 30px 0 0;
  display: block;
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_entrytop.png) top left repeat-x;
}


/* Entry Page
 ---------------------------------------*/
.lj-view-entry .prevnext, .lj-view-entry #footer-inner, .lj-view-reply #footer-inner {
  display: none;
}

.lj-view-entry #footer, .lj-view-reply #footer {
  height: 123px;
}

.lj-view-entry .comments-header {
  width: 280px;
  padding: 15px 0; 
  background: transparent url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_date.png) bottom right no-repeat!important;
}

.lj-view-entry .comments-nav {
  text-align: left;
  font: 1em Georgia, Times New Roman, serif;
  margin: 5px 0 15px;
}

.lj-view-entry #comments {
  margin-right: 130px;
  margin-left: 10px;
}

.comment {
  text-align: right;
  min-height: 130px;
  margin-bottom: 3em;
  padding: 0;
}

.comment-subject {
  font-weight: bold;
  font-size: 1.3em;
  text-align: left;
  margin-left: 290px;
}

.comment-date {
  padding: 5px 0 10px;
  margin: 0 0 10px;
  font: 1em Monospace, sans-serif;
  background: transparent url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_date.png) bottom right no-repeat;
}

.comment-body {
  padding: 10px;
  margin-left: 290px;
  text-align: left;
  border-bottom: 1px dashed #C0BEBA;
}

.comment-even .comment-body {
  background: #e6e2d5;
}

.comment-links {
  margin: 5px 0;
  padding: 5px 0; 
  font-weight: normal; 
  text-align: right; 
  font-size: 1em;
  clear: both;
}

.comment-link a {
  color: #8eb700;
  font: bold 1em Helvetica, Arial, sans-serif;
}

.comment-link a:hover {
  color: #000;
}

#comment-form {
  width: 500px;
}

#ljqrtentrycomment {
  margin-top: 7px; 
  width: 90%; 
  padding-top: 5px; 
  padding-bottom: 10px;
}

.quickreply {
  margin-top: 1em; 
  width: 90% !important; 
  padding-top: 5px; 
  padding-bottom: 10px;
}

#qrformdiv {
  padding: 10px;
}

#qrformdiv table {
  margin-top: 20px;
  border: 0px !important;
}

#qrformdiv table input, #qrformdiv table select {
  height: 20px;
  margin: 3px 5px;
}

#qrformdiv table textarea {
  margin: 3px 5px;
}

#qrformdiv #submitpost, #qrformdiv #submitmoreopts {
  background: #C0BEBA;
  font: italic 1.05em Georgia, Times New Roman, serif;
  width: 150px;
  padding: 2px 0;
}

#qrformdiv #submitpost:hover, #qrformdiv #submitmoreopts:hover, #postform input {
  font-weight: bold;
}

#qrformdiv #do_spellcheck {
  margin: 0 !important;
}


/* Archive
 ---------------------------------------*/
ul.year {
  margin-left: 130px;
  padding: 0px;
  font: italic 1.2em Georgia, Times New Roman, serif;
}

ul.year li {
  display: inline;
  padding: 0px 5px;
}
        
table.yeartable {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

table.yeartable td.yeardate, table.yeartable td.yearday {
  padding: 5px;
  border: 1px solid #E1DDD1;
}

table.yeartable td.yearday {
  background-color: #E1DDD1;
   text-align: center;
}

td.yearmonth {
  border-style: none;
  font-weight: bold;
  text-transform: uppercase;
}

td.yeardate a {
  font-size: 1.5em;
  text-decoration: none;
}

dd.viewsubjects {
  margin: 0 0 .75em .75em;
}

.lj-view-archive #alpha .asset-content, .lj-view-month #alpha .asset-content {
  margin-left: 130px;
}

.lj-view-archive #alpha .asset, .lj-view-month #alpha .asset {
  background: none !important;
}

.lj-view-archive #footer-inner, .lj-view-month #footer-inner, .lj-view-tags #footer-inner {
  display: none;
}

.lj-view-archive #footer, .lj-view-month #footer {
  height: 123px;
}

.lj-view-archive .asset-header, .lj-view-month .asset-header {
   margin: 0px;
   border: 0px;
   padding: 0px;
}

.lj-view-archive .asset-body, .lj-view-month .asset-body {
   margin: 0px;
   border: 0px;
   padding: 10px 0px;
}

.lj-view-month widget table {
  margin: 0px !important;
}


/* Tags Page
 ---------------------------------------*/
.lj-view-tags #footer {
  height: 123px;
}

.lj-view-tags #alpha-inner {
  padding: 30px 0 0;
  background: url(http://img.photobucket.com/albums/v94/mellow_candle/scribbld/05/green_entrytop.png) top left repeat-x;
}

.lj-view-tags #alpha h2{
  margin-left: 130px;
}

.lj-view-tags #alpha ul {
  font: 1em Georgia, Times New Roman, serif;
  margin-left: 150px;
}

.lj-view-tags #alpha ul li {
  padding: 2px 0px;
}


/* Sponsored Plus
 ---------------------------------------*/
#ad-5linkunit {
  clear: both;
}

#ad-leaderboard {
  margin-bottom: 10px;
}



/* Otros
 ---------------------------------------*/

.comment {height: 1%;}

/* clear floats, inspired by positioniseverything.net/easyclearing.html */
.comment-body:after,
#page-inner:after,
#header-inner:after,
#header-photo:after,
#content-inner:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#delta-inner:after,
#footer-inner:after,
.widget .user-pic:after {
content: '.';
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0.1px;
}

/* float in post bodies around enclosures */
#content-inner,
.asset-body {
height: 1%;
}

