/* Cleaned CSS: */

	
	body	{
		background-color: #99aece;
		
		text-align: center;
		color: #000000;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		margin: 20px 0 20px 0;
		}
	
	a, a:link, a:visited {
		color: #5674b9;
		text-decoration: none;
		}
	
	a:hover {
		color: #7aa1f8;
		text-decoration: underline;
		}
	
	p, td, blockquote {
	    	font-size: 11px;
		}
		
	code, kbd, pre, tt {
	    	font-family: monospace;
		}
		
	#content
	{  	
		width: 90%;
		margin-left: auto; margin-right: auto;				
		background-color: #a9b3c4;
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		padding: 15px;
	}

 	#maincontent {	 	
		margin-top: 15px;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		background-color: #c2cde0;
		color: #000000;
		border-style: solid;
		border-color: #999999;
		border-width: 1px;
		margin-right: 200px;
		text-align: left;
		}

	#entry_view #maincontent, #reply_view #maincontent { 
		margin-left: 0px; margin-right: 0px;
	}
	
	#sidebar {
		
		padding-top: 15px;
		margin-top: 15px;
		background-color: #c2cde0;
		border-color: #999999;
		border-width: 1px;
		border-style: solid;
	  	font-size: 11px;
		font-family: "Verdana", sans-serif;
	  	color: #000000;
		width: 180px;
		float: right;
		text-align: left;
		}

	#header {		
		padding: 10px 0px 20px 0px;
		margin: 0px;
		text-align: center;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 2px;	
		border-style: solid;
		border-color: #999999;
		border-width: 1px;
		background-color: #d4dce8;
		color: #000000;	
		}

	#footer {			
		text-align: center;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 1px;
		background-color: #d4dce8;
		color: #000000;
		border-color: #999999;
		border-width: 1px;
		border-style: solid;
		z-index: 100;
		clear: both;
		}
		
	/* header -- links to views; title of journal; subtitle of journal */	
	
	div#header a, div#header a:link, div#header a:visited, div#footer a, div#footer a:link, div#footer a:visited {
		color: #5674b9;
	}
	
	div#header a:hover, div#footer a:hover {
		color: #7aa1f8;
		text-decoration: none;
	}	
	
	div#header li.view a, div#header li.view a:link, div#header li.view a:visited,  div#header li.view a:hover {
		color: #000000;
	}
	
	ul.navheader 
		{	
		padding: 0px;	
		margin: 0px;
		}
	
	ul.navheader li  {
		display: inline;			
		padding: 0 3px 0 3px;
		}

	.title	{
		font-family: "Verdana", sans-serif;
		font-size: 11px;		
		font-weight: normal;
		line-height: 200%;
		top: 10px;
		}
	
	.subtitle{
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		font-weight: normal;		
		top: 10px;
		}
		

	/* sidebar */ 	
			
	div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
		color: #5674b9;
	}
	
	div#sidebar a:hover {
		color: #7aa1f8;
		text-decoration: none;
	}
	
	.defaultuserpic {
		text-align: center;
		}
	
	.sbarbody {
		padding: 0px 5px 0px 5px;		
		}

	.sbarcontent {
		padding-left: 15px;
	}

	#sidebar_blurb .sbarcontent {
		padding: 0px 15px;
	}

	#sidebar_linklist .sbarcontent {
		padding-left: 0px;
	}

	#sidebar_linklist .sbaritem { 
		padding-left: 15px; 
	}

	#sidebar_summary .sbarcontent {
		padding: 0 0 5px 15px;
	}
	
	#sidebar_calendar .sbarcontent {
		padding: 0px;
	}

	.sbarlist
	{
		padding-left: 0px;
		margin: 0px;
		list-style: none;
	}

	.sbaritem
	{
		list-style: none;		
	}
	
	li.sbartitle {
		list-style: none; 
	}

	.sbartitle
	{
		padding-left: 15px;
		border-style: solid;
		border-width: 1px;
		border-color: #999999;
		background-color: #919bad; 
		margin-bottom: 10px;
		margin-top: 10px;
	} 

	div#sidebar .sbartitle a {
          color: #000000;
	} 

	table.calendar {
		margin-right: auto;
		margin-left: auto;
		}
		
	.sbarcalendar {
		border-color: #000000;
		border-width: 1px;
		border-style: solid;
		text-align: center;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		}
	
	.sbarcalendarposts {
		border-color:  #000000;
		border-width: 1px;
		border-style: solid;
		background-color: #ffffff;
		text-align: center;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		}
			
	/* maincontent */	
	
	.subcontent {
		/*position: relative; fix IE peekaboo bug*/		
		position: static;
	}
		
	.entry	{
		margin: 0px 30px 30px 30px;
		padding: 10px;
		background-color: #ffffff;
		color: #000000;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		text-align: left;
		border-width: 0 1px 1px 1px;
		border-color: #919bad;
		border-style: solid;
		}
		
	.entry2 {
		/*fix Opera unclickable username on overlap bug*/
		position: static; 
		/*fix Opera and Safari unclickable commentbarlinks on overlap bug*/
		min-height: 80px;
		z-index: 5;
	}
    
	.userpic {
		position: relative;
		z-index: 15;
		float: left;
		background-color: #ffffff;
		padding: 5px;
		margin: 10px 20px 5px 10px;
		border-width: 1px;
		border-color: #919bad;
		border-style: solid;
		}
		
	.userpicfriends {
		position: relative;
		z-index: 15;
		float: left;
		background-color: #ffffff;
		padding: 5px;
		margin: 10px 20px 5px 10px;
		border-style: solid;
		border-width: 1px;
		border-color: #919bad;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		text-align: center;
		}
	
	.userpicfriends a {
		color: #000000;
	}
		
	.userpicfriends br {
		display: block;
		height: 0;
		}

	.userpic br {
		display: block;
		height: 0px;
		font-size: 0px;
		}
		
	.date {		
		line-height: 200%;		
		color: #000000;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		}
	
	.subject {			
		font-weight: bold;
		padding: 10px;
		color: #000000;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		}
		
	.datesubject {			
		color: #000000;	
		background-color: #919bad;
		padding: 5px;
		}

	.datesubject a, .subject a:link, .subject a:visited {
		color: #ffffff;
		}
	
	.datesubject a:hover {
		color: #b0b9c8;
		}	

	
	.currents, .tag {
		/*fix Opera unclickable username on overlap bug*/
		position: static;
	}	
	
	.currents, .currentmood, .currentmusic {
		font-family: "Verdana", sans-serif;
		font-size: 11px;	
		}

	.comments {
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		text-align: right;
		background-color: #919bad;
		padding: 2px 5px 2px 5px; 
		top: 15px;
		position: relative;
		margin-top: 10px;
		}
		
	
	.permalink {
		float: left; 
		position: relative; 
	}
		
	div.comments a, div.comments a:link, div.comments a:visited{
		color: #ffffff;
	}
	
	div.comments a:hover {
		color: #b0b9c8;
		text-decoration: none;
	}

	
	/* maincontent --  entry, reply pages */	
	
	.datesubjectcomment {				
			background-color: #919bad;
			padding: 5px;
			margin-top: 20px;
			}		
		
	.userpiccomment {
		position: relative;
		top: -30px;
		z-index: 15;
		float: left;
		background-color: #ffffff;
		padding: 5px;
		margin: 10px 20px 5px 10px;
		margin-bottom: -10px;
		z-index: 15;
		border-width: 1px;
		border-color: #919bad;
		border-style: solid;
		}
		
	.box {
		border-style: solid;
		border-width: 1px 0 0 0;
		border-color: #999999;
		padding: 10px;
		clear: left;
		}

	.replybox {
		border-style: solid;
		border-width: 1px 0 0 0;
		border-color: #999999;
		padding: 10px;
		}

        .quickreply_holder {
                padding: 0px;
		margin: 0px 20px 0px 20px;
                min-width: 300px;
        }

        div.quickreply_box table {
                border-spacing: 5px !important;
                border-style: solid !important;
                border-width: 1px !important;
		border-color: #999999 !important;
		width: 100%;
		padding: 0px !important; 
		margin: 0px !important; 
		background-color: #c2cde0 !important;
		min-width: 300px !important;
        }
		
	input, textarea {
		background-color: #ffffff;
		color: #000000;
		}
		
	textarea.textbox, input.textbox {
   	 	width:90% !important;
 		}
 	
	.reply	{
		position: relative;
		margin: 20px 30px 10px 30px;
		padding: 25px 10px 10px 10px;
		text-align: left;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		line-height: 125%;
		background-color: #ffffff;
		color: #000000;
		}
		
	.replytosubject {
		font-weight: bold;
		}
			
		
	.commentreply {
		margin: 10px;
		font-size: 11px;
		font-family: "Verdana", sans-serif;
		color: #000000;
		}
		
	.commentbox {
		border-color: #999999; 
		border-width: 1px; 
		border-style: solid; 
		padding: 10px; 
		margin: 10px 20px 10px 20px; 
		background-color: #ffffff;
		min-width: 300px;
		}
		
	.datesubjectcomment a:link, .datesubjectcomment a:visited {
		color: #ffffff;
		}
		
	.datesubjectcomment a:hover {
		color: #b0b9c8;
		}
	
	.commentboxpartial {
		border-color: #999999; 
		border-width: 1px; 
		border-style: solid; 
		padding: 10px; 
		margin: 10px 20px 10px 20px; 
		background-color: #ffffff;
		min-width: 300px;
		}

	.commentinfo {
		background-color: #ffffff; 
		margin-top: 10px; 
		width: 100%;
		}
		
	.commentlinks {
		margin-top: 3px; 
		font-size: smaller; 
		text-align: right;
	}
	
	.commentlinkbar {
		padding: 10px;
    	text-align: right;
	}
			
	q {
		font-style: italic;
		padding-left: 10px;
		}
		
	/* maincontent -- year/achive pages */
		
	ul.year {
		text-align: center;
		padding-bottom: 40px;
		}
	
	ul.year li {
		display: inline;		
		margin: 0 5px 0 5px;
		}
	
	table.yeartable {
		margin-left: auto;
		margin-right: auto;
		}
	
	table.yeartable td.yeardate, table.yeartable td.yearday {
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		}
	
	table.yeartable td.yearday {
		background-color: #ffffff;
		text-align: center;
		}
	
	td.yearmonth {
		border-style: none;
		}
	
	/* maincontent --- tags pages */
	
	.tags {
		text-align: center;
		padding: 40px 0 20px 0;
		letter-spacing: 2px;
		}
	
	table.tagtable {
		margin-left: auto;
		margin-right: auto;
		}
	
	table.tagtable td.tagcount {
		text-align: right;
	 	}
		
	 table.tagtable td.tagheader {
 		background-color: #ffffff;
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		text-align: center;
	 	}
		
	/* footer */
		
	ul.navfooter{
		padding: 0px;	
		margin: 0px;
		}
	
	ul.navfooter li  {
		display: inline;	
		margin: 0 5px 0 5px;
		}

		
	.clearfoot {		
		clear: both;
		}
		
		
	/* misc  */
				
	.clear {		
		height: 15px;
		}
		
	.skiplinks {
		text-align: center;
		}
		
	.headerimage {
		/* for formatting header image */
    position: relative;
    width:  640px; /* Width of the banner, in pixels */
    height: 242px; /* 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: 20px; /* Space between bottom of image and outer box of style */
    background-image: url(http://img.photobucket.com/albums/v477/mihoshi1de/moonheader.jpg); /* Header image URL */
    background-repeat: no-repeat;
}

	.separator{
		/* for formatting separators between entries */
		height: 20px;
	}
    

