/*
Original stylesheet by Nadia @ http://nv1978.livejournal.com
Downloaded from: http://butterflybox.livejournal.com
Style System: S2
Theme: Flexible Squares
Account: Basic, Plus and Paid
*/

	body, p	{
		background-color: #000000;
		text-align: center;
		color: #777777;
		font-family: "Trebuchet MS",tahoma,verdana,sans-serif;
		font-size: 11px;
		margin: 0;
		}
	
	td {
		margin-left: auto;
		margin-right: auto;
		}

	a, a:link, a:visited {
		color: #FA9E0D;
		text-decoration: none;
		}

	a:hover {
		color: #B60B00;
		text-decoration: none;
		}

	code, kbd, pre, tt {
	  font-family: monospace;
		}


/*---------------------------------------------------------------------
   General page alignment and width
-------------------------------------------------------------------------*/

	#content {
		width: 900px;
		margin: 0 auto;
		background-color: #111111;
		border-width: 10px 0 10px 0;
		border-style: solid;
		border-color: #111111;
		padding: 0;
		}

 	#maincontent {
		margin-top: 15px;
		margin-left: 200px;
		background-color: #111111;
		border-style: solid;
		border-color: #111111;
		border-width: 0;
		text-align: left;
		}

	#sidebar {
		margin-top: 120px;
		margin-left: -210px;
		background-color: #111111;
		width: 200px;
		float: left;
		font-size: 10px;
		text-align: justify;
		}

/*-----------------------------------------------------------------------------
   Header - you can add a header image with either #header or .headerimage
---------------------------------------------------------------------------------*/

		/* for formatting header image */
	#header {
		float: left;
		width: 200px;
		height: 80px;
		padding: 15px 10px 5px 10px; 
		margin-top: 0;
		background-color: #111111;
		}
	.headerimage {
		background-image:url(http://www.geocities.com/razielarts/layout/geocities.com/razielarts/morgue.jpg);
		background-repeat: no-repeat;
		margin: 0 auto;
		height: 300px;
		width: 900px;
		}

  /*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: 0;
		margin-bottom: 50px;
		color: #FA9E0D;
		font-weight: normal;
		font-family: "Trebuchet MS",tahoma,verdana,sans-serif;
		font-size: 10px;
		letter-spacing: 3px;
		text-align: left;
		text-transform: none;
		text-decoration: none;
		}
	div#header a:hover, div#footer a:hover {
		color: #666666;
		}
	.view {
		font-size: 10px;
		}
	
	
   /*title and subtitle*/
	.title	{
		color: transparent;
		font-family: helvetica, sans-serif;
		font-size: 0;
		display: none;
		}

	.subtitle {
		color: transparent;
		font-family: helvetica, sans-serif;
		font-size: 0;
		display: none;
		}

/*-----------------------------------------------------------------------------
   Header - top navigation
---------------------------------------------------------------------------------*/

/* header -- links to views; title of journal; subtitle of journal */

	ul.navheader {
		text-align: left;
		padding: 0;
		margin: 0;
		}

	ul.navheader li {
		text-align: left;
		display: block;
		width: 90%;
  	border-bottom: 1px solid #222222;
		background-color: transparent;
		list-style: none;
		letter-spacing: 3px;
	  padding: 2px;
		}

/*-----------------------------------------------------------------------------
   Entry stuff
-------------------------------------------------------------------------*/


	.subcontent {
	}

	.entry	{
		margin: 2px 10px 20px 20px;
		padding: 10px;
		background-color: #111111;
		text-align: justify;
		text-indent: 1em;
		border-width: 0;
		border-color: #111111;
		border-style: solid;
		}

	.userpic {
		position: relative;
		float: right;
		background-color: #111111;
		padding: 5px;
		margin: 10px;
		z-index: 15;
		border-width: 1px;
		border-color: #222222;
		border-style: solid;
		}

	.date {
		color: #666666;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 9px;
		text-align: left;
		text-transform: lowercase;
		letter-spacing: 2px;
		}

	.subject {
		margin: 0 5px 0 0;
		padding: 0;
		color: #999999;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 2px;
		}

	.subject a, .subject a:link, .subject a:visited {
		color: #D94F00;
		text-decoration: none;
		}

	.subject a:hover {
		color: #FA9E0D;
		text-decoration: none;
		}

	.datesubject {
		background-color: #222222;
		padding: 5px;
		margin: 8px;
		}

  .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 {
 		font-size: 9px;
 		font-weight: bold;
 		margin-top: 15px;
 		text-transform: uppercase;
		display: yes;
		}
		
	.ljtags a {
 		font-weight: normal;
		}


/*---------------------------------------------------------------------
  Entry Stuff - Current Mood, Music and Location
-------------------------------------------------------------------------*/

	.currents, .currentlocation, .currentmood, .currentmusic {
		font-size: 9px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		}


/*---------------------------------------------------------------------
  Entry Stuff - Comments
-------------------------------------------------------------------------*/

	.comments {
		background-color: #111111;
		border-width: 0;
		border-style: solid;
		border-color: #111111;		
		padding: 0 5px 0 5px;
		position: relative;
		top: 15px;
		}

	div.comments a, div.comments a:link, div.comments a:visited {
		color: #F56600;
		text-decoration: none;
		}

	div.comments a:hover {
		color: #F7D117;
		text-decoration: none;
		}


/*---------------------------------------------------------------------
  Entry Stuff - Separator
-------------------------------------------------------------------------*/

	/* for formatting separators between entries */
  .separator {
		margin: 15px;
		}



/*------------------------------------------------------------
  Special friends page customization
--------------------------------------------------------------------------------*/

  .userpicfriends {
		position: relative;
		float: left;
		background-color: #111111 !important;
		text-align: center;
		text-transform: uppercase;
		padding: 5px;
		margin: 10px;
		z-index: 15px;
		border-width: 1px;
		border-color: #222222;
		border-style: solid;
		font-family: "Trebuchet MS",tahoma,verdana,sans-serif;
		font-size: 9px;
		}
		
	.userpicfriends a font, .userpicfriends a:link font, .userpicfriends a:visited font {
	 	color: #F56600;
		}

	.userpicfriends a:hover font {
		color: #F7D117;
		text-decoration: none;
		}


/*------------------------------------------------------------
  Sidebar
--------------------------------------------------------------------------------*/

	.defaultuserpic {
		text-align: center;
		float: left;
		padding-right: 5px;
		}

	.sbarheader {
		padding: 0 5px 0 5px;
		}

	.sbarbody {
		padding: 0 5px 0 5px;
		font-size: 10px;
		}

	.sbarbody2 {
		padding: 0 10px 0 10px;
		}

   div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
   color: #FA9E0D;
    }

   div#sidebar a:hover {
   	color: #EDD959;
   	text-decoration: none;
   	}


/*------------------------------------------------------------
  Sidebar - Calendar
--------------------------------------------------------------------------------*/

	table.calendar {
		margin-right: auto;
		margin-left: auto;
		}

	.sbarcalendar {
	  background-color: transparent;
		border-color: #222222;
		border-width: 1px;
		border-style: solid;
		text-align: center;
		font-size: 10px;
		padding: 5px;
		}

	.sbarcalendarposts {
		background-color: transparent;
		border-color: #222222;
		border-width: 1px;
		border-style: solid;
		text-align: center;
		font-size: 10px;
		padding: 5px;
		}

/*------------------------------------------------------------
  Sidebar - link box contents and sidebar box titles
--------------------------------------------------------------------------------*/

	ul.sbarlist	{
		padding-left: 0;
		margin-left: 0;
		list-style: none;
		}

	li.sbaritem a, li.sbaritem a:link, li.sbaritem a:visited {
		text-align: left;
		display: block;
		width: 90%;
  	border-bottom: 1px solid #222222;
		background-color: transparent;
		list-style: none;
		letter-spacing: 3px;
	  padding: 2px;
		}
	li.sbaritem a:hover {
		}

	li.sbartitle {
		font-family: "Trebuchet MS",tahoma,verdana,sans-serif;
		font-size: 10px;
		background-color: #111111;
		display: none;
		}

/*----------------------------------------------------
  footer
-----------------------------------------------------------------*/

	#footer {
		width: 100%;
		text-align: center;
		font-family: "Trebuchet MS",tahoma,verdana,sans-serif;
		letter-spacing: 2px;
		background-color: #111111;
		color: #777777;
		border-top: 1px solid #111111;
		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: #222222;
		}

	table.yeartable td.yearday {
		background-color: transparent;
		font-weight: bold;
		text-align: center;
		}

	td.yearmonth {
		border-style: none;
		}


/*----------------------------------------------------
 Comments pages
-----------------------------------------------------------------*/

	.datesubjectcomment {
		background-color: #111111;
		padding: 5px;
		margin-top: 20px;
		}

	.userpiccomment {
		position: relative;
		float: left;
		background-color: #111111;
		padding: 5px;
		margin: 10px;
		z-index: 15;
		border-width: 1px;
		border-color: #222222;
		border-style: solid;
		}

	input, textarea, select {
		background-color: #111111;
		font-size: 10px;
		font-family: "Trebuchet MS",tahoma,verdana,sans-serif;
		color: #777777;
		letter-spacing: 0;
		border: 1px solid #E7E7E7;
		padding: 0;
		margin-top: 1px;
		}

	textarea.textbox  {
  	width: 100% !important;
  	}

	.reply	{
		position: relative;
		margin: 20px 30px 10px 30px;
		padding: 25px 10px 10px 10px;
		text-align: left;
		line-height: 125%;
		background-color: transparent;
		color: #777777;
		}

	.replytosubject {
		font-weight: bold;
		}

	.commentreply {
		position: relative;
		margin: 10px;
		color: #777777;
		}
  	
	.commentbox {
		border-color: #222222;
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		margin: 10px;
		background-color: #111111;
		}

	.datesubjectcomment a:link, .datesubjectcomment a:visited {
		color: #F56600;
		text-decoration: none;
		}

	.datesubjectcomment a:hover {
		color: #666666;
		text-decoration: none;
		}
		
	.commentboxpartial {
		border-color: #222222;
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		margin: 10px;
		background-color: #111111;
		}

	.commentinfo {
		background-color: #111111;
		margin-top: 10px;
		width: 100%;
		}

  .skiplinks {
		text-align: center;
		}


/*--------------------------------------------
Misc
-----------------------------------------*/

	.clear {
		height: 0;
		}
		
	.comtags {
		display: yes;
		}
	
	#sidebar_tags {
		display: yes;
		}
	
	.tagcount {
		display: none;
		}
	
	blockquote {
    background-image: url(http://yourdomain.com/boxbg.png);
    background-position: right center;
    background-repeat: no-repeat;
		background-color: #111111;
    height: 200px;
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
		padding: 15px;
		color: #BF3A0B;
		border: 1px solid #222222;
		text-align: justify;
		letter-spacing: 1px;
		}
		
/*--------------------------------------------
User, Community, Protected icons
-----------------------------------------*/		

	.ljuser img { 
	  /* fallback code for older browsers */
	  width: 0;
	  height: 0;
	  padding: 17px 20px 0 0;
	  /* for some reason IE doesn't understand 
	  background shortcuts for this one */
	  background-image: url('http://www.geocities.com/razielarts/layout/youriconhere.png');
	  background-repeat: no-repeat;
	  background-position: left center;
	}
	.ljuser img[src="http://stat.livejournal.com/img/userinfo.gif"]{
	  width: 0;
	  height: 0;
	  padding: 0 0 15px 10px;
	  background-image: url('http://www.geocities.com/razielarts/layout/youriconhere.png');
	  background-repeat: no-repeat;
	  background-position: left center;
	}
	.ljuser img[src="http://stat.livejournal.com/img/community.gif"]{
	  width: 0;
	  height: 0;
	  padding: 0 0 18px 15px;
	  background-image: url('http://www.geocities.com/razielarts/layout/youriconhere.png');
	  background-repeat: no-repeat;
	  background-position: left center;
	}