	body	{
		background-color: #f2f2f2;
		background-position:   center 50%;
		background-attachment: scroll;
		text-align: center;
		color: #5d5d5d;
		font-family: "Trebuchet MS", sans-serif;
		font-size: 10px;
		margin: 20px 0
		}
	
	a, a:link, a:visited {
		color: #61830E;
		text-decoration: none;
		font-weight: bold;
		}
	
	a:hover {
		color: #E75E68;
		text-decoration: none;
                }
	
	p, td, blockquote {
	    	font-size: 9px;
                }
		
	code, kbd, pre, tt {
	    	font-family: monospace;
		}
		
	#content
	{  	
		width: 570px;
		margin-left: auto; margin-right: auto;		
		background-color: #ffffff;
		border-width: 0px;
		border-style: dashed;
		border-color: #cccccc;
		padding: 15px;
		text-align: justify;
	}

 	#maincontent {	 	
		margin-top: 15px;
		font-family: "Trebuchet MS", sans-serif;
		font-size: 10px;
		line-height: 15px;
		background-color: #ffffff;
		color: #ffffff;
		border-style: solid;
		border-color: #ffffff;
		border-width: 0px;
		margin-left: 180px;
		text-align: justify;

		}
	
	#sidebar {
		padding-top: 5px;
		margin-top: 5px;
		background-color: #f1f1f1;
		border-width: 1px;
		border-style: solid;
		border-color: #cccccc;
	  	font-size: 10px;
		line-height: 15px;
		font-family: "Trebuchet MS", sans-serif;
	  	color: #666666;
		width: 155px;
		float: left;
		text-align: justify;
                }

	#header {		
		width: 100%;
		padding: 10px 0px 0px 0px;
		margin: 0px;
		text-align: center;
		font-family: "trebuchet ms", sans-serif;
		font-size: 10px;
		font-weight: none;
		letter-spacing: 2px;
		text-transform: lowercase;	
		background-color: #ffffff;
		border-width: 0px;
		border-style: dashed;
		border-color: #61830E;
		color: #59caff;	
		line-height: 10px;
                }

	#footer {			
		width: 100%;
		text-align: center;
		font-family: "trebuchet ms", sans-serif;
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 2px;
		background-color: #ffffff;
		border-width: 1px;
		border-style: dashed;
		border-color: #ffffff;
		color: #006f93;
		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: #61830E;
	}
	
	div#header a:hover, div#footer a:hover {
		color: #9CC33D;
		text-decoration: none;

	}	
	
        ul.navheader 	{	
		padding: 0px;	
		margin: 0px;
		}

        ul.navheader li  {
		display: inline;			
		padding: 0 3px 0 3px;
		}

	.title	{
		font-family: "trebuchet ms", sans-serif;
		font-size: 10px;		
		font-weight: normal;
		visibility: hidden;
		top: 10px;
                }
	
	.subtitle{
		font-family: "trebuchet ms", sans-serif;
		font-size: 10px;
		font-weight: normal;		
		visibility: hidden;
		top: 10px;
                }
		

	/* sidebar */ 	
			
	div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
		color: #75961B;
	}
	
	div#sidebar a:hover {
		color: #89AB2C;
		text-decoration: underline;
	}
	
	.defaultuserpic {
		text-align: center;
		}
	
	.sbarheader {
		padding: 0px 5px 0px 5px;
                color: #000000;
		text-align: center;
                }
	
	.sbarbody {
		padding: 0 10px 0 -11px;		
		}
	
	.sbarbody2 {
		padding: 0 10px 0 10px;
	}
			
	table.calendar {
		margin-right: auto;
		margin-left: auto;
		}
		
	.sbarcalendar {
		border-color: #cccccc;
		border-width: 1px;
		border-style: solid;
		text-align: center;
		font-family: "trebuchet ms", sans-serif;
		font-size: 10px;
		}
	
	.sbarcalendarposts {
		border-color:  #bbbbbb;
		border-width: 1px;
		border-style: dotted;
		background-color: #e5e5e5;
		text-align: center;
		font-family: "Arial", sans-serif;
		font-size: 10px;
		}
		
	ul.sbarlist
	{
		padding-left: 0px;
		margin-left: 0px;
		list-style: none;
	}

	li.sbaritem
	{
		padding-left: 15px;
		list-style: none;		
	}

	li.sbartitle
	{
		padding-left: 5px;
		padding-right: 5px;
		list-style: none;		
		margin-bottom: 10px;
		margin-top: 10px;
		text-transform:lowercase;
		letter-spacing: 2pt;
		font-color: #4D4D4D;
		font-weight: none;
		font-family: "century gothic", sans-serif;
		font-size: 15px;
} 

	
	/* maincontent */	
	
	.subcontent {		
	background-color: white;
        }
		
	.entry	{
		margin: 0px 10px 10px 10px;
		padding: 10px;
		background-color: #ffffff;
		color: #000000;
		font-family: "trebuchet ms", sans-serif;
		font-size: 10px;
		text-align: justify;
		border-width: 0px;
		border-color: #5d5d5d;
		border-style: solid;
		}
		
	.entry ul li
		{
		padding-left: 5px;
		margin-left: 15px;
		}
		
    .entry ol li
		{
		padding-left: 5px;
		margin-left: 15px;
		}

	.userpic {
		position: relative;
		float: left;
		background-color: #ffffff;
		padding: 5px;
		margin: 10px;
		z-index: 15;
		border-width: 0px;
		border-color: #ffffff;
		border-style: solid;
		}
		
	.userpicfriends {
		position: relative;
		float: left;
		padding: 5px;
		margin: 10px;
		text-align: center;
		border-style: solid;
		border-width: 0px;
		border-color: #ffffff;
		font-family: "tahoma", sans-serif;
		font-size: 10px;
		z-index: 15;
		}
		
	.date {		
		line-height: 200%;		
		top: 5px;
		font-family: "trebuchet ms", sans-serif;
		font-size: 10px;
		color: #cccccc;
		font-weight: bold; 
		text-transform:lowercase;
		letter-spacing: 2pt;
		background-color: transparent;
		}
	
	.subject {			
		padding: 10px;
		font-weight: none; 
		color: #454545;
		font-family: "century gothic", sans-serif;
		text-transform:lowercase;
		font-size: 15px;
		background-color: #f2f2f2;
		border-width: 1px;
		border-style: solid;
		border-color: #cccccc;
		}
		
	.subject a, .subject a:link, .subject a:visited {
		color: #E75E68;
		}
	
	.subject a:hover {
		color: #607B0E;
		}	

	.datesubject {				
		background-color: #ffffff;
		padding: 5px;
		}
		
	.currents, .currentmood, .currentmusic {
		font-family: "trebuchet ms", sans-serif;
		font-size: 10px;
		color: #84A521;	
		}

	.comments {
		font-family: "century gothic", sans-serif;
		font-size: 18px;
		text-align: right;
		background-color: #ffffff;
		padding: 0px 5px 0px 5px;
		position: relative;
		top: 15px;
		}
		
	div.comments a, div.comments a:link, div.comments a:visited{
		color: #607B0E;
                font-size: 10px;
	}
	
	div.comments a:hover {
		color: #F06C7C;
		text-decoration: none;
	}

	
	/* maincontent --  entry, reply pages */	
	
	.datesubjectcomment {				
			background-color: #ffffff;
			padding: 5px;
			margin-top: 20px;
			}	
		
	.userpiccomment {
		position: relative;
		border-width: 5px;
		border-style: solid;
		border-color: #ffffff;
		background-color: #ffffff;
		top: -30px;
		left: 0px;
		padding: 5px;
		margin: 10px 10px -20px 10px;
		z-index: 15;
		float: left;
		border-width: 1px;
		border-color: #ffffff;
		border-style: solid;
		}
		
	.box {
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: #e5e5e5;
		padding: 10px;
		}

	input, textarea {
		background-color: #ffffff;
		color: #5d5d5d;
		}
		
	textarea.textbox  {
      	width: 100% !important;
   		}
	
	.reply	{
		position: relative;
		margin: 20px 30px 10px 30px;
		padding: 25px 10px 10px 10px;
		text-align: left;
		font-family: "Arial", sans-serif;
		font-size: 10px;
		line-height: 125%;
		background-color: #ffffff;
		color: #5d5d5d;
		}
		
	.replytosubject {
		font-weight: bold;
		}
			
		
	.commentreply {
		position: relative;
		margin: 10px;
		font-size: 10px;
		font-family: "Tahoma", sans-serif;
		color: #5d5d5d;
		}
		
	.commentbox {
		
		border-color: #cccccc; 
		border-width: 1px; 
		border-style: dashed; 
		padding: 10px; 
		margin: 10px; 
		background-color: #ffffff;
		}
		
	.datesubjectcomment a:link, .datesubjectcomment a:visited {
		color: #61830E;
		}
		
	.datesubjectcomment a:hover {
		color: #E75E68;
		}
	
	.commentboxpartial {
		border-color: #cccccc; 
		border-width: 1px; 
		border-style: dashed; 
		padding: 10px; 
		margin: 10px; 
		background-color: #ffffff;
		}

	.commentinfo {
		background-color: #ffffff; 
		margin-top: 10px; 
		width: 100%;
		}
			
		
	/* maincontent -- year/achive 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: dashed;
		border-color: #cccccc;
		}
	
	table.yeartable td.yearday {
		background-color: #ffffff;
		text-align: center;
		}
	
	td.yearmonth {
		border-style: none;
		}
	
		
	/* 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 {
    position: relative;
    width: 100%;
    height: 0px;  
    margin-bottom: 5px;  
    background-position:  center 50%;  
    background-repeat: no-repeat
}


	.separator{
		/* for formatting separators between entries */
		height: 5px;
	}