/* Cleaned CSS: */



/*
Layout by jrockxstar.livejournal.com
Style System: S2
Theme: Flexible Squares
Account: Basic, Plus and/or Paid
*/


	body {
                background-image: url('http://i37.tinypic.com/352nl34.gif');
                background-attachment: fixed;
		background-color: #899999;
		text-align: center;
		color: #FFFFFF;
		font-family: tahoma;
		font-size: 10px;
		margin: 0px 0px 0px 0px;
		}


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

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

	p, td, {
	font-size: 10px;
	}
	
	code, kbd, pre, tt {
	  font-family: monospace;
		}

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

	#content {
		width: 640px;
		margin: 0 auto;
		background-color: #899999;
		padding: 0;
		}

 	#maincontent {
		margin-top: 15px;
		margin-right: 180px;
                background-color: #899999;
		}

	#sidebar {
		padding-top: 15px;
		margin-top: 15px;
		width: 160px;
                background-color: #899999;
                border-left: 1px solid #FFFFFF;
		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('http://i37.tinypic.com/b46i4y.jpg');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center;
		height: 369px;
		width: 640px;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		background-color: transparent;
		}


  /*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: 10px;
	        margin-top: 50px;
		font-weight: bold;
		text-transform: uppercase;
		color: #D6D6CC;
		text-align: center;
		}

	.view {
	        padding: 10px;
	        margin-top: 50px;
	        color: #FFFFFF;
	        font-weight: normal;
	        font-size: 11px;
	        letter-spacing: 1px;
	        text-transform: none;
	        text-decoration: none;
	}

	div#header a:hover, div#footer a:hover {
		color: #FFFFFF;
		text-decoration: none;
		}

  /*title and subtitle*/
	.title	{
		font-family: tahoma;
		font-size: 12px;
		font-weight: normal;
		line-height: 200%;
		top: 10px;
		display: none;
		}

	.subtitle{
		}

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

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

	ul.navheader {
		font-size: 10px;
		padding: 0;
		margin: 0;
		}

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

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


	.subcontent {
	}

	.entry	{
		margin: 0 10px 10px 30px;
		padding: 10px;
		background-color: #899999;
		color: #FFFFFF;
		font-family: tahoma;
		font-size: 9px;
		text-align: justify;
		}

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

	.date {
		line-height: 200%;
		margin-top: 5px;
		color: #C8BAB1;
		font-family: tahoma;
		font-size: 9px;
		text-align: left;
		}

	.subject {
		font-weight: normal;
		padding-left: 10px;
		background-color: #899999;
		border-bottom: 1px solid #D6D6CC;
		font-family: georgia;
                font-weight: bold;
		color: #D6D6CC;
		font-size: 14px;
		text-align: left;
		}

	.subject a, .subject a:link, .subject a:visited {
		color: #D6D6CC;
		}

	.subject a:hover {
		color: #FFFFFF;
		}

	.datesubject {
		background-color: #899999;
		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: 30px 0 0 0;
		background-color:#899999;
		width: 100%;
		padding: 5px;
		color: #FFFFFF;
		font-size: 9px;
		font-weight: normal;
		text-transform: uppercase;
		}  

/*---------------------------------------------------------------------
  Entry Stuff - Current Mood, Music and Location
------------------------------------------------------------------------*/
	.currents strong {
		color: #D6D6CC;
		} 

	.currents, .currentmood, .currentmusic, .currentlocation {
		padding: 0;
		font-family: "trebuchet ms",tahoma,sans-serif;
		font-size: 9px;
		display: block;
		}
		
/*---------------------------------------------------------------------
  Entry Stuff - Comments
------------------------------------------------------------------------*/

	.comments {
		font-family: tahoma;
		font-size: 9px;
		text-align: right;
		background-color: #899999;
		border-bottom: 1px solid #FFFFFF;
		padding: 0 5px 0 5px;
		position: relative;
		margin-top: 15px;
		}

	div.comments a, div.comments a:link, div.comments a:visited{
		text-decoration: uppercase;
		color: #D6D6CC;
		font-family: tahoma;
		font-size: 9px;
		}

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


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

  .separator{
		/* for formatting separators between entries */
		height: 35px;
		}

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

    .userpicfriends {
		font-family: tahoma !important;
		position: relative;
		float: left;
		background-color: #899999 !important;
		padding: 5px;
		margin: 10px;
		z-index: 15;
                border: 1px solid #FFFFFF;
		text-align: center;
		}
		
		.userpicfriends font {
		color: #D6D6CC !important;
		}


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

	.defaultuserpic {
		text-align: center;
		display: yes;
		}
	.sbarheader {
		padding: 0 5px 0 5px;
		}

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

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

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

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


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

	table.calendar {
		margin-right: auto;
		margin-left: auto;
		}

	.sbarcalendar {
		border-color: #D6D6CC;
		border-width: 1px;
		border-style: solid;
		text-align: center;
		font-family: tahoma;
		font-size: 9px;
		}

	.sbarcalendarposts {
		border-color:  #D6D6CC;
		border-width: 1px;
		border-style: solid;
		background-color: #899999;
		text-align: center;
		font-family: tahoma;
		font-size: 9px;
		}

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

	ul.sbarlist {
		padding: 0;
		margin: 0;
		list-style: none;
		}

	li.sbaritem {
		padding-left: 15px;
		}

	li.sbartitle {
		font-family: tahoma;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: normal;
		text-transform: lowercase;
		text-align: center;
		margin: 13px 0 10px 0;
		padding: 0;
		border-bottom: 1px solid #D6D6CC;
		background-color: #899999;
	}

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

	#footer {
		width: 100%;
		text-align: center;
		font-family: tahoma;
		font-size: 9px;
		font-weight: normal;
		letter-spacing: 1px;
		background-color: #899999;
		color: #FFFFFF;
		}

	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: #D6D6CC;
		}

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

	td.yearmonth {
		border-style: none;
		}


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

	.datesubjectcomment {
			background-color: #899999;
			border-width: 0 0 1px 0;
			border-style: solid;
			border-color: #D6D6CC;
			padding: 5px;
			margin-top: 20px;
			}

	.userpiccomment {
		position: relative;
		border-width: 1px;
		border-style: solid;
		border-color: #D6D6CC;
		background-color: #899999;
		top: -30px;
		left: 0;
		padding: 5px;
		margin: 10px 10px -20px 10px;
		z-index: 15;
		float: left;
		}

	.box {
		padding: 10px;
		clear: left;
		}

	input, textarea, select {
		border: 1px solid #D6D6CC;
		background-color: #899999;
		font-family: tahoma, verdana, sans-serif;
		color: #FFFFFF;
		font-size: 9px;
		}

	textarea.textbox  {
    width: 100% !important;
   	}

	.reply	{
		position: relative;
		margin: 20px 30px 10px 30px;
		padding: 25px 10px 10px 10px;
		text-align: left;
		font-family: tahoma;
		font-size: 9px;
		line-height: 125%;
		background-color: #899999;
		color: #FFFFFF;
		}

	.replytosubject {
		font-weight: bold;
		}


	.commentreply {
		position: relative;
		margin: 10px;
		font-size: 9px;
		font-family: tahoma;
		color: #FFFFFF;
		}

	.commentbox {
		border-color: #D6D6CC;
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		margin: 10px;
		background-color: #899999;
		}

	.datesubjectcomment a:link, .datesubjectcomment a:visited {
		color: #D6D6CC;
		}

	.datesubjectcomment a:hover {
		color: #FFFFFF;
		}

	.commentboxpartial {
		border-color: #D6D6CC;
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		margin: 10px;
		background-color: #899999;
		}

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

    .skiplinks {
		text-align: center;
		}


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

	.clear {
	height: 15px;
	}
	
	blockquote {
		font-family: times;
		background-color: #9CAEAE;
		padding: 10px 15px 10px 15px;
		margin: 5px;
		border-right: 3px dotted #D6D6CC;
                border-left: 3px dotted #D6D6CC;
                border-bottom: 1px solid #D6D6CC;
                border-top: 1px solid #D6D6CC;
		}

     span.ljuser a {
	background: url(http://i36.tinypic.com/11lht3c.gif) no-repeat center 

left;
	padding: 0 0 02px 0;
	width: 11px;
	height: 11px;
	margin-right: 0px;
	}
     
     span.ljuser img {
	visibility: hidden;
	}

     .ljuser a img {
	width: 11px;
	height: 11px;
	padding: 02px 02px 02px 0;
	}

     span.ljuser a:hover b {
	padding: 02px 0 02px 0;
	color: #FFFFFF;
	font-weight: lighter;
	background: #899999;
	}

     span.ljuser a b {
	padding: 02px 0 02px 0;
	color: #D6D6CC;
	font-weight: lighter;
	background: #899999;
	}



