/* Cleaned CSS: */

/*---------------------------------------------------
This is the original stylesheet for the S2 style Flexible Squares with the elements
arranged in a hopefully clearer order.

You can find a full guide on the single css definitions, including exlanations and illustrations
at http://cartonage.livejournal.com.

Hope this helps! =)
-----------------------------------------------------*/


	body	{
		background-color: #FFFFFF;
		text-align: justify;
		color: #7d7d7d;
		font-family: Georgia;
		font-size: 10px;
		margin: 20px 0 20px 0;
		background-image:url(http://img401.imageshack.us/img401/8423/77wordspatterns5100.gif);
		}

	a {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
		}

	a:hover {
		font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
	background-color: #a7d9ff;
		}

	p, td, blockquote {
	    	font-size: 10px;
		}

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

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

	#content
	{
		width: 565px;
		margin-left: auto; margin-right: auto;
		background-color: #FFFFFF;
		padding: 0px;
	}

 	#maincontent {
		margin-top: 15px;
		font-family: Georgia, sans-serif;
		font-size: 10px;
		background-color: #FFFFFF;
		color: #7d7d7d;
		margin-right: 180px;
		text-align: left;
		}

	#sidebar {

		padding-top: 15px;
		margin-top: 15px;
		background-color: #FFFFFF;
	  	font-size: 10px;
		font-family: Georgia, sans-serif;
	  	color: #7d7d7d;
		width: 160px;
		float: right;
		text-align: left;
		}

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

	#header {
		width: 565px;
		padding: 10px 0px 0px 0px;
		margin: 0px;
		text-align: center;
		font-family: Georgia;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 0px;
		background-color: #FFFFFF;
		color: #7d7d7d;
		}


	.headerimage {
		position: relative;
    width:  565px; /* Width of the banner, in pixels */
    height: 313px; /* Height of the banner, in pixels */
    margin-left: auto; /* To center image leave as auto */ 
                        /* To right align leave as auto */
                        /* To left align change to 20px */
    margin-right: auto; /* To center image leave as auto */ 
                         /* To right align change to 20px */
                         /* To left align leave as auto */
    margin-bottom: 0px; /* Space between bottom of image and outer box of style */
    background-image: url(http://pics.livejournal.com/juuhachi_go/pic/00001z84); /* Header image URL */
    background-repeat: no-repeat;

		}


         /*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 {
		font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
	}

	div#header a:hover, div#footer a:hover {
		font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
	background-color: #a7d9ff;
	}

         /*title and subtitle*/
	.title	{
		display: none;
		}

	.subtitle{
		display: none;
		}

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

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

	ul.navheader
		{
		padding: 0px;
		margin: 0px;
		}

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

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


	.subcontent {
	}

	.entry	{
		margin: 0px 0px 0px 0px;
		padding: 3px;
		background-color: #ffffff;
		text-align: justify;
		color: #7d7d7d;
		font-family: Georgia;
		font-size: 10px;
		border-width: 0px;
		border-color: none;
		border-style: none;
		}


	.userpic {
		position: relative;
		float: left;
		background-color: white;
		padding: 5px;
		margin: 10px;
		z-index: 15;
		border-width: 1px;
		border-color: #cfddc8;
		border-style: solid;
		top: 0px;
		color: #7d7d7d;
		}

	.date, h2 {
		line-height: 200%;
		top: 5px;
		text-align: justify;
		color: #7d7d7d;
		font-family: Georgia;
		font-size: 10px;
		font-weight: bold;
		background-color: #7fcecb;
		}

	.subject {
		padding: 5px;
		text-align: justify;
		color: #7d7d7d;
		font-family: Georgia;
		font-size: 10px;
		font-weight: bold;
		background-color: #7fcecb;
		}

	.subject a, .subject a:link, .subject a:visited { font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
		}

	.subject a:hover {
		font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
	background-color: #a7d9ff;
		}

	.datesubject {
		background-color: #7fcecb;
		padding: 5px;
		}

         .entry ul li
		{
		padding-left: 1px;
		margin-left: 1px;
		list-style-type: none;
		}

    .entry ol li
		{
		padding-left: 1px;
		margin-left: 1px;
		list-style-type: none;
		}


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

	.currents, .currentmood, .currentmusic {
		font-family: Georgia;
		font-size: 10px;
		font-weight: normal;
		text-transform: uppercase;
		text-align: justify;
		color: #7d7d7d;
		background-color: #7fcecb;
		padding-left: 3px;
		padding-right: 3px;
		}		
		
.currentlocation, .currents strong {display: none;
}

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

	.comments {
		text-align: justify;
		color: #7d7d7d;
		font-family: Georgia;
		padding: 0px 5px 0px 5px;
		position: relative;
		top: 15px;
		}

	div.comments a, div.comments a:link, div.comments a:visited{
		font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
	}

	div.comments a:hover {
		font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
	background-color: #a7d9ff;
	}


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

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



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


       	.userpicfriends {
		position: relative;
		float: left;
		padding: 5px;
		margin: 10px;
		text-align: center;
		border-style: solid;
		border-width: 1px;
		border-color: #cfddc8;
		font-family: Georgia, sans-serif;
		font-size: 10px;
		z-index: 15;
		background-color: white;
		}


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

	.defaultuserpic {
		display:none;
		}

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

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

	.sbarbody2 {
		padding: 0 15px 0 15px;
		text-align: justify;
		color: #7d7d7d;
		font-family: Georgia;
		font-size: 10px;
	}

           div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
                 font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
         }

         div#sidebar a:hover {
                 font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
	background-color: #a7d9ff;
         }


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

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

	.sbarcalendar {
		border-color: #7d7d7d;
		border-width: 1px;
		border-style: solid;
		text-align: center;
		font-family: georgia, sans-serif;
		font-size: 10px;
		}

	.sbarcalendarposts {
		border-color:  #000000;
		border-width: 1px;
		border-style: solid;
		background-color: #d4dce8;
		text-align: center;
		font-family: georgia, sans-serif;
		font-size: 11px;
		}

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

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

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

	li.sbartitle
	{
		padding-left: 15px;
		list-style: none;
		border-style: solid;
		border-width: 0px;
		text-align: justify;
		color: #7d7d7d;
		font-family: Georgia;
		font-size: 10px;
		font-weight: bold;
		background-color: #7fcecb;
		
		margin-bottom: 10px;
		margin-top: 10px;
	}

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


	#footer {
		width: 100%;
		text-align: center;
		font-family: "Georgia", sans-serif;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 1px;
		background-color: #white;
		color: #7d7d7d;
		border-color: #7d7d7d;
		border-width: 1px;
		border-style: solid;
		z-index: 100;
		clear: both;
		}



	ul.navfooter{
		padding: 0px;
		margin: 0px;
		}

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

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

	td.yearmonth {
		border-style: none;
		}


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

	.datesubjectcomment {
			padding: 5px;
		text-align: justify;
		color: #7d7d7d;
		font-family: Georgia;
		font-size: 10px;
		font-weight: bold;
		background-color: #7fcecb;
			padding: 5px;
			margin-top: 20px;
			}

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

.userpicfriends a font { font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
}

.userpicfriends a:hover font {
font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
	background-color: #a7d9ff;
}

	.box {
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: #FFFFFF;
		padding: 4px;
		clear: left;
		}

	input, textarea {
		background-color: #d4dce8;
		color: #000000;
		}

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

	.reply	{
		position: relative;
		margin: 5px 5px 5px 5px;
		padding: 5px 5px 5px 5px;
		line-height: 125%;
		text-align: justify;
		color: #7d7d7d;
		font-family: Georgia;
		font-size: 10px;
		}

	.replytosubject {
		font-weight: bold;
		}


	.commentreply {
		position: relative;
		margin: 0px;
		text-align: justify;
		color: #7d7d7d;
		font-family: Georgia;
		font-size: 10px;
		width: 377px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		}

	.commentbox {
	    width: 377px;
		border-width: 0px;
		padding-left: 4px;
		padding-right: 4px;
		margin: 4px;
		background-color: #ffffff;
		text-align: justify;
		color: #7d7d7d;
		font-family: Georgia;
		font-size: 10px;
		}

	.datesubjectcomment a:link, .datesubjectcomment a:visited {
		font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
		}

	.datesubjectcomment a:hover {
		font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #69b2ea;
	background-color: #a7d9ff;
		}

	.commentboxpartial {
		border-color: #ffffff;
		border-width: 1px;
		border-style: solid;
		padding: 4px;
		margin: 4px;
		background-color: #ffffff;
		}

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

         .skiplinks {
		text-align: center;
		}


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

	.clear {
		height: 15px;
		}





