@charset "UTF-8";
/* 
Design by justdepends.com
Based off of Nadia's livejournal design
(http://community.livejournal.com/butterflybox/9027.html) */

	body, p	{
		background-color: #000000;
		text-align: center;
		color: #259cd8;
		font-family: georgia;
		font-size: 11px;
		margin: 0;
		}
		ul{
list-style: circle;
margin: 10 40 0 20;}
	td {
		margin-left: auto;
		margin-right: auto;
		}
	a, a:link, a:visited {
		color: #9fc803;
		text-decoration: none;
		}
	a:hover {
		color: #d2dd56;
		text-decoration: none;
		background-color: #000000;
		}
	code, kbd, pre, tt {
	  font-family: monospace;
		}
	h3 {
		background-color: #000000;
		color: #259cd8;
		font-size: 12px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 2px;
		list-style: none;
		margin: 10px 0 10px 0;
		padding: 3px;
		}


/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/

	#content {
		width: 880px;
		margin: 0 auto;
		margin-top: -30px;
		background-color: #000000;
		border: 2 solid #000000;
		padding: 0;
		}

 	#maincontent {
		margin-top: 15px;
		margin-left: 90px;
		background-color: transparent;
		}

	#sidebar {
		padding: 15px 0 0 0;
		margin-top: -15px;
		background-color: transparent;
		border: 0 solid #000000;
		width: 220px;
		float: right;
		text-align: justify;
		}

/*-----------------------------------------------------------------------------
   Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/

	#header {
		/* for formatting header image */
		}

	.headerimage {
		background-image: url(images/head.jpg);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center;
		height: 500px;
		width: 880px;
		margin: 0 auto;
		text-align: center;
		}

/*look  and color of links (also partly for footer)*/
	div#header a, div#header a:link, div#header a:visited, div#footer a, div#footer a:link, div#footer a:visited {
		padding: 5px;
		margin-bottom: 70px;
		color: #d2dd56;
		font-weight: normal;
		font-size: 14px;
		letter-spacing: 3px;
		text-align: center;
		text-transform: lowercase;
		text-decoration: none;
		background-color: transparent;
		}
	.view {
		padding: 5px;
		margin-bottom: 70px;
		color: #d2dd56;
		font-weight: normal;
		font-size: 14px;
		letter-spacing: 3px;
		text-transform: lowercase;
		text-decoration: none;
		}
	div#header a:hover, div#footer a:hover {
		color: #9fc803;
		background-color: transparent;
		}
	
/*title and subtitle*/
	.title	{
		padding-left: 5px;
		margin: 5px 15px 0 0;
		color: #d2dd56;
		text-transform: uppercase;
		text-align: left;
		font-size: 15px;
		font-weight: normal;
		letter-spacing: 2px;
		display: none;
		}
	.subtitle {
		padding-left: 5px;
		margin: 0 15px 0 0;
		text-transform: lowercase;
		text-align: left;
		font-size: 12px;
		color: #259cd8;
		word-spacing: 2px;
		letter-spacing: 4px;
		border-bottom: 1px solid #000000;
		display: none;
		}

/*-----------------------------------------------------------------------------
   Header - top navigation
--------------------------------------------------------------------------------*/

/* header -- links to views; title of journal; subtitle of journal */

	ul.navheader {
		padding: 10px 0 0 0;
		margin: 0;
		text-align: right;
		}
	
	ul.navheader li {
		display: inline;
		padding: 10px 3px 10px 3px;
		}

/*-----------------------------------------------------------------------------
   Entry stuff
------------------------------------------------------------------------*/

	.subcontent {
		background-color: transparent;
		}
	.entry	{
		margin: 2px 5px 20px 5px;
		padding: 10px 5px 10px 5px;
		background-color: transparent;
		text-align: justify;
		border-width: 0;
		border-color: #000000;
		border-style: solid;
		}
	.userpic {
		position: relative;
		float: left;
		background-color: #000000;
		padding: 15px;
		margin: 10px;
		z-index: 15;
		border-width: 0;
		border-color: #000000;
		border-style: solid;
		display; none;
		}
	.date {
		color: #259cd8;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 9px;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 2px;
		}
	.subject {
		margin: 0 5px 0 0;
		padding: 0;
		color: #9fc803;
		text-align: left;
		letter-spacing: 1px;
     	font-family: georiga;
     	font-size: 15px;
     	font-variant: small-caps;
     	font-weight: normal;	
     	}
	.subject a, .subject a:link, .subject a:visited {
		color: #9fc803;
		text-decoration: none;
		}
	.subject a:hover {
		color: #d2dd56;
		text-decoration: none;
		}
	.datesubject {
		background-color: transparent;
		padding: 5px;
		}
  .entry ul li {
		padding-left: 5px;
		margin-left: 15px;
		}
  .entry ol li {
		padding-left: 5px;
		margin-left: 15px;
		}
	/*the look of the tags in entries*/
 	.ljtags {
		margin-top: 35px; 
		padding: 0 0 0 15px;
		text-transform: lowercase; 
		background: url('http://the-butterfly.de/ljstuff/tag.gif') 0 3px no-repeat;
		}
	.ljtags a {
 		font-weight: normal;
		}
	.replytoposter {
		text-align: left;
		font-weight: normal;
		font-size: 10px;
		text-transform: uppercase;
		}

/*---------------------------------------------------------------------
  Entry Stuff - Current Mood, Music and Location
------------------------------------------------------------------------*/

	.currents, .currentlocation, .currentmood, .currentmusic {
		font-size: 9px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		}
	.currents strong, .currentlocation strong, .currentmood strong, .currentmusic strong {
		display: none;
		}

/*---------------------------------------------------------------------
  Entry Stuff - Comments
------------------------------------------------------------------------*/

	.comments {
		background:url(http://the-butterfly.de/ljstuff/comment.gif) 0 3px no-repeat;
		color: #259cd8;
		padding: 0 5px 0 15px;
		position: relative;
		top: 5px;
		}
	div.comments a, div.comments a:link, div.comments a:visited {
		color: #d2dd56;
		text-decoration: none;
		}
	div.comments a:hover {
		color: #9fc803;
		text-decoration: none;
		}


/*---------------------------------------------------------------------
  Entry Stuff - Separator
------------------------------------------------------------------------*/

/* for formatting separators between entries */
  .separator {
		border-bottom: 0px solid #000000;
		margin: 20px;
		}

/*------------------------------------------------------------
  Special friends page customization
-------------------------------------------------------------------------------*/

   .userpicfriends {
		position: relative;
		float: left;
		background-color: #000000 !important;
		padding: 5px;
		margin: 10px;
		z-index: 15px;
		border-width: 0;
		border-color: #000000;
		border-style: solid;
		display: none;
		}
	 .userpicfriends a font, .userpicfriends a:link font, .userpicfriends a:visited font {
	 	color: #9fc803 !important;
		font-family: georgia !important;
		text-align: center !important;
		}
	 .userpicfriends a:hover font {
		color: #d2dd56 !important;
		text-decoration: none;
		}


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

	.defaultuserpic {
		text-align: center;
		}
	.sbarheader {
		padding: 0 3px 0 3px;
		}
	.sbarbody {
		background-color: #000000;
		padding: 0 10px 5px 10px;
		}
	.sbarbody2 {
		background-color: #000000;
		padding: 0 10px 5px 10px
		}
	div#sidebar a, div#sidebar a:link, div#sidebar a:visited {
		color: #9fc803;
		text-decoration: none;
		}
	div#sidebar a:hover  {
		color: #d2dd56;
		text-decoration: none;
		background-color: #000000;
		}

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

	table.calendar {
		margin-right: auto;
		margin-left: auto;
		}
	.sbarcalendar {
	   	padding: 5px;
	   	background-color: #000000;
		border-color: #000000;
		border-width: 0;
		border-style: solid;
		text-align: center;
		font-size: 9px;
		}
	.sbarcalendarposts {
		padding: 5px;
		border-color: #000000;
		border-width: 0;
		border-style: solid;
		background-color: #000000;
		text-align: center;
		font-size: 9px;
		font-style: bold;
		}

/*------------------------------------------------------------
  Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/

	ul.sbarlist	{
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: left;
		}
	li.sbaritem	{
		display: block;
		padding-left: 2px;
		list-style: none;
		}
	li.sbartitle {
		background-color: #000000;
		background-image:url();
		background-repeat: repeat-x;
		background-position: bottom;
		color: #259cd8;
     	font-family: georgia;
     	font-size: 15px;
     	font-variant: small-caps;
     	font-weight: normal;	
		text-transform: none;
		text-align: center;
		list-style: none;
		margin: 10px 0 10px 0;
		padding: 3px 0 3px 0;
		display: yes;
		}

/*----------------------------------------------------
  footer
----------------------------------------------------------------*/

	#footer {
		width: 100%;
		text-align: center;
		letter-spacing: 2px;
		background-color: transparent;
		color: #259cd8;
		border-top: 0 solid #000000;
		z-index: 100;
		clear: both;
		margin-bottom: 10px;
		padding-top: 10px;
		}
	ul.navfooter{
		padding: 0;
		margin: 0;
		}
	ul.navfooter li {
		display: inline;
		margin: 0 5px 0 5px;
		}
	.clearfoot {
		clear: both;
		}

/*----------------------------------------------------
 Archive Pages
----------------------------------------------------------------*/

	ul.year {
		text-align: center;
		padding-bottom: 40px;
		}
	ul.year li {
		display: inline;
		}
	table.yeartable {
		margin-left: auto;
		margin-right: auto;
		}
	table.yeartable td.yeardate, table.yeartable td.yearday {
		border-width: 1px;
		border-style: solid;
		border-color: #000000;
		}
	table.yeartable td.yearday {
		background-color: #000000;
		font-weight: bold;
		text-align: center;
		}
	td.yearmonth {
		border-style: none;
		}

/*----------------------------------------------------
 Comments pages
----------------------------------------------------------------*/

	.datesubjectcomment {
		background-color: #000000;
		border-bottom: 1px solid #000000;
		text-align: left;
		padding: 5px;
		margin-top: 20px;
		}
	.userpiccomment {
		background-color: #000000;
		position: relative;
		float: left;
		padding: 8px;
		margin: 5px;
		z-index: 15;
		border-width: 0;
		border-color: #000000;
		border-style: solid;
		}
	input, textarea, select {
		background-color: #000000;
		font-size: 11px;
		font-family: georgia;
		color: #259cd8;
		letter-spacing: 0;
		border: 1px solid #000000;
		padding: 0;
		margin-top: 1px;
		}
	option {
		background-color: #000000;
		border-bottom: 1px solid #000000;
		}
	textarea.textbox  {
  		width: 100% !important;
  		}
	.reply	{
		position: relative;
		margin: 20px 30px 10px 30px;
		padding: 25px 10px 10px 10px;
		text-align: justify;
		line-height: 125%;
		background-color: #000000;
		border-left: 3px solid #000000;
		color: #259cd8;
		}
	.replytosubject {
		text-align: left;
		font-weight: bold;
		font-size: 10px;
		text-transform: uppercase;
		}
	.commentreply {
		position: relative;
		text-align: justify;
		margin: 10px;
		color: #259cd8;
		}
	.commentbox {
		border-color: #000000;
		border-width: 0;
		border-style: solid;
		padding: 10px;
		margin: 10px;
		background-color: transparent;
		}
	.datesubjectcomment a:link, .datesubjectcomment a:visited {
		color: #9fc803;
		text-decoration: none;
		}
	.datesubjectcomment a:hover {
		color: #d2dd56;
		text-decoration: none;
		}
	.commentboxpartial {
		border-color: #000000;
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		margin: 10px;
		background-color: transparent;
		}
	.commentinfo {
		background-color: #000000;
		margin-top: 10px;
		width: 100%;
		}
  .skiplinks {
		text-align: center;
		}


/*--------------------------------------------
Misc
-----------------------------------------*/

	.clear {
		height: 20px;
		}
	.comtags {
		display: yes;
		}

	.tagcount {
		display: hidden;
		}

	.ljtaglist {
		text-align: left;
		}

	blockquote {
		margin: 15px;
		padding: 15px;
		font-size: 11px;
		font-family: georgia;
		background-color: #000000;
		border-color: #000000;
		border-style: solid;
		border-width: 15px 0 15px 0;
		text-align: justify;
		}

