/* Cleaned CSS: */


/*
Original stylesheet by butterflybox
Stylesheet &layout by jrockxstar
Style System: S2
Theme: Flexible Squares
Account: Basic, Plus and Paid
*/

	body, p	{
                background-image: url(http://i29.tinypic.com/2lsaeea.gif);
                background-attachment: fixed;
		background-color: white;
                background-position: center;
		text-align: center;
		color: #888888;
		font-family: "Trebuchet MS",helvetica,tahoma,verdana,sans-serif;
		font-size: 11px;
		margin: 0;
		}
	
	td {
	margin-left: auto;
	margin-right: auto;
	}

	a, a:link, a:visited {
		color: #d4d4d4;
		text-decoration: none;
		}

	a:hover {
		color: #a5a5a5;
		text-decoration: none;
		}

	code, kbd, pre, tt {
	  font-family: monospace;
		}


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

	#content {
		width: 700px;
		margin: 0 auto;
		background-color: white;
		border-width: 10px 5px 10px 5px;
		border-style: solid;
		border-color: white;
		padding: 0;
		}

 	#maincontent {
		margin-top: 15px;
		margin-left: 180px;
		background-color: white;
		}

	#sidebar {
		padding-top: 15px;
		margin-top: 0;
		background-color: white;
		border-right: 1px solid white;
		width: 160px;
		float: left;
		text-align: justify;
		}

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

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


	.headerimage {
		background-image: url(http://i30.tinypic.com/2wntf9h.png);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center;
		height: 400px;
		width: 700px;
                border: 5px solid #FFFFFF;
		margin: 0px 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;
        font-family: small fonts;
	margin-bottom: 70px;
	color: #a5a5a5;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 3px;
	text-transform: lowercase;
	text-decoration: none;
	}
	.view {
	padding: 5px;
	margin-bottom: 70px;
	color: #d4d4d4;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 3px;
	text-transform: lowercase;
	text-decoration: none;
	}
	div#header a:hover, div#footer a:hover {
	color: #d4d4d4;
	}
	
	
   /*title and subtitle*/
	.title	{
		padding-left: 5px;
		margin: 5px 15px 0 0;
		color: #BABDA7;
		text-transform: uppercase;
		text-align: left;
		font-size: 15px;
		font-weight: normal;
		letter-spacing: 2px;
		display: yes;
		}

	.subtitle {
		padding-left: 5px;
		margin: 0 15px 0 0;
		text-transform: lowercase;
		text-align: left;
		font-size: 12px;
		color: #D4D4D4;
		word-spacing: 2px;
		letter-spacing: 4px;
		border-bottom: 1px solid #EFEFEF;
		display: yes;
		}

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

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

	ul.navheader {
		background-color: white;
		font-size: 9px
		padding: 5px;
		margin-top: 0;
		text-align: right;
		}

	ul.navheader li {
		display: inline;
		padding: 0 3px 0 3px;
		height: 0;
		}

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


	.subcontent {
	background-color: white;
	}

	.entry	{
		margin: 2px 20px 20px 10px;
		padding: 10px 10px 20px 10px;
		background-color: white;
		text-align: justify;
		text-indent: 1em;
		border-width: 1px;
		border-color: #efefef;
		border-style: solid;
		}

	.userpic {
		position: relative;
		float: right;
		background-color: white;
		padding: 5px;
		margin: 10px;
		z-index: 15;
		border-width: 1px;
		border-color: #efefef;
		border-style: solid;
		}

	.date {
		color: #a5a5a5;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 9px;
		text-align: right;
		text-transform: lowercase;
		letter-spacing: 2px;
		}

	.subject {
		font-size: 15px;
		margin: 0 5px 0 0;
		padding: 0;
		color: #d4d4d4;
		text-align: right;
		letter-spacing: 1px;
                font-family: "Apple Garamond", sans-serif;
		font-weight: bold;
		font-variant: small-caps;
		}

	.subject a, .subject a:link, .subject a:visited {
		color: #d4d4d4;
		text-decoration: none;
		}

	.subject a:hover {
		color: #a5a5a5;
		text-decoration: none;
		}

	.datesubject {
	background-color: white;
	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 {
 		font-size: 10px;
 		font-weight: bold;
 		margin-top: 15px;
                font-family: "Apple Garamond", sans-serif;
 		text-transform: uppercase;
		background-color: #efefef;
		display: yes;
		}
		
	.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;
		}


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

	.comments {
		background-color: white;
		padding: 0 5px 0 5px;
		text-align: center;
		position: relative;
		top: 15px;
		}

	div.comments a, div.comments a:link, div.comments a:visited {
		color: #a5a5a5;
		text-decoration: none;
		}

	div.comments a:hover {
		color: #d4d4d4;
		text-decoration: none;
		}


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

  .separator {
	/* for formatting separators between entries */
	margin: 20px;
	}



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

   .userpicfriends {
		position: relative;
		float: right;
		background-color: white !important;
		padding: 5px;
		margin: 10px;
		z-index: 15px;
		border-width: 1px;
		border-color: #EFEFEF;
		border-style: solid;
		}
		
	 .userpicfriends a font, .userpicfriends a:link font, .userpicfriends a:visited font {
	 	color: #d4d4d4 !important;
		font-family: tahoma,verdana,sans-serif !important;
		text-align: center !important;
		}

	 .userpicfriends a:hover font {
		color: #a5a5a5 !important;
		text-decoration: none;
		}


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

	.defaultuserpic {
		text-align: center;
		}

	.sbarheader {
		padding: 0px 5px 0px 5px;
		}

	.sbarbody {
		padding: 0px 5px 0px 5px;
		}

	.sbarbody2 {
		padding: 0 15px 0 15px;
		}

   div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
   	color: #a5a5a5;
    }

   div#sidebar a:hover {
   	color: #d4d4d4;
   	text-decoration: none;
   	}


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

	table.calendar {
		margin-right: auto;
		margin-left: auto;
                font-family: "Apple Garamond", sans-serif;
		}

	.sbarcalendar {
	  background-color: white;
		border-color: #efefef;
		border-width: 1px;
		border-style: solid;
		text-align: center;
		font-family: "Apple Garamond", sans-serif;
		font-size: 9px;
		}

	.sbarcalendarposts {
		border-color: #efefef;
		border-width: 1px;
		border-style: solid;
		background-color: white;
		text-align: center;
                font-family: "Apple Garamond", sans-serif;
		font-size: 9px;
		}

/*------------------------------------------------------------
  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 {
		background-color: white;
		list-style: none;
                font-family: "Apple Garamond", sans-serif;
		display: block;
		width: 100%;
		text-align: center;
		border-left: 3px solid #efefef;
		padding: 2px;
	  margin-top: 2px;
	  font-size: 9px;	
		}
		
	li.sbaritem a:hover {
		border-left: 3px solid #d4d4d4;
		padding: 2px;
	  margin-top: 2px;
	  font-size: 9px;	
		}

	li.sbartitle {
		font-size: 10px
		color: #BABDA7;
                font-family: "Apple Garamond", sans-serif;
		background-color: white;
		border-bottom: 1px solid #efefef;
		margin-top: 10px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		}

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

	#footer {
		width: 100%;
		text-align: center;
		letter-spacing: 2px;
		background-color: white;
		color: #888888;
		border-top: 1px solid white;
		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: #EFEFEF;
		}

	table.yeartable td.yearday {
		background-color: #F1F1F1;
                font-family: "Apple Garamond", sans-serif;
		font-weight: bold;
		text-align: center;
		}

	td.yearmonth {
		border-style: none;
		}


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

	.datesubjectcomment {
		border-bottom: 1px solid #efefef;
		text-align: left;
		padding: 5px;
		margin-top: 20px;
		}

	.userpiccomment {
		background-color: white;
		position: relative;
		float: left;
		padding: 5px;
		margin: 10px;
		z-index: 15;
		border-width: 1px;
		border-color: #efefef;
		border-style: solid;
		}

	input, textarea, select{
		background-color: white;
		font-size: 10px;
                font-family: "Apple Garamond", sans-serif;
		color: #888888;
		letter-spacing: 1px;
		border: 1px solid #efefef;
		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;
		border-left: 3px solid #efefef;
		color: #888888;
		}

	.replytosubject {
		text-align: left;
		font-weight: bold;
                font-family: "Apple Garamond", sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		}

	.commentreply {
		position: relative;
		text-align: justify;
                font-family: "Apple Garamond", sans-serif;
		margin: 10px;
		color: #888888;
		}
  	
	.commentbox {
		border-color: white;
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		margin: 10px;
		background-color: white;
		}

	.datesubjectcomment a:link, .datesubjectcomment a:visited {
		color: #d4d4d4;
		text-decoration: none;
		}

	.datesubjectcomment a:hover {
		color: #a5a5a5;
		text-decoration: none;
		}
		
	.commentboxpartial {
		border-color: #E7E7E7;
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		margin: 10px;
		background-color: white;
		}

	.commentinfo {
		background-color: white;
		margin-top: 10px;
		width: 100%;
		}

  .skiplinks {
		text-align: center;
		}


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

	.clear {
	height: 20px;
	}
		
	.comtags {
	display: yes;
	}
	
	#sidebar_tags {
	display: yes;
	}
	
	.tagcount { display: hidden; }
	.ljtaglist{ text-align: left; }
	
	blockquote {
	margin: 15px;
	padding: 15px;
	color: #a5a5a5;
	font-size: 9px;
	border-left: 3px solid #efefef;
	color: #a5a5a5;
	text-align: center;
	}
	
/* USER, COMMUNITY, PROTECTED ICONS */

  .entryHeader img[src="http://stat.livejournal.com/img/icon_protected.gif"]{
     width: 0;
     height: 0;
     padding: 0 11px 16px 0;
     background: url("http://i25.tinypic.com/2j46fi8.gif");
  }
	.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://i25.tinypic.com/2j46fi8.gif);
	  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://i25.tinypic.com/2j46fi8.gif);
	  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://i25.tinypic.com/bgnwix.gif);
	  background-repeat: no-repeat;
	  background-position: left center;
	}


