/* YOU MAY ADD A BACKGROUND HERE IF YOU WISH */
  body {
     font-family: Century Gothic, sans-serif;
     font-size: 12px;
     background-color: #DDE8B5;
     margin: 0px auto 0px auto;
	 cursor: default;
	 color: #DDE8B5;
	 scrollbar-3dlight-color:#FFFFFF;
     scrollbar-arrow-color:#899D84;
	 scrollbar-base-color:#899D84;
	 scrollbar-darkshadow-color:#000000;
	 scrollbar-face-color:#DDE8B5;
	 scrollbar-highlight-color:#FFFFFF;
	 scrollbar-shadow-color:#899D84;
     }

/* MAIN BODY OF THE PAGE - CHANGE THE WIDTH TO SUIT YOUR NEEDS */
  .pageblock{
     width:800px;
     margin: 0 auto;
	 background-attachment: scroll;
     background-color:#899D84;
	 background-image: url(http://layouts.willowsgraphics.com/passiontainted/images/dgbkgr.jpg);
	 background-position: center;
	 background-repeat: repeat-y;
     padding: 0px 0px 0px 0px;
     }

/* LINK COLORS */
  a {
     color: #DDE8B5;
     text-decoration:none;
	 font-weight: bold;
     }
  a:hover{
     color: #DDE8B5;
	 text-decoration: underline;
	 font-weight: bold;
	 cursor: ne-resize;
     }

/* SUBJECT LINKS */
  .entryHeaderDate a {
     color: #006600;
     text-decoration: none;
     }

  .entryHeaderDate a:hover {
     color: #006600;
     text-decoration: underline;
	 cursor: ne-resize;
     }

/*HEADER IMAGE GOES HERE.*/
/*IF YOU CHANGE THE HEADER YOU MUST CHANGE THE HEIGHT AS WELL*/
/* CHANGING THE LINE-HEIGHT WILL MOVE THE TITLE */
  .header-title {
     height:300px;
     background-color: #899D84;
     font-size: 0px;
     text-align:right;
     padding-right:10px;
     background-image: url(http://layouts.willowsgraphics.com/passiontainted/images/dghdr.jpg);
     background-repeat: no-repeat;
     background-position: bottom left ;
     color:#899D84;
     font-family:century gothic;
     letter-spacing:2px;
     }

/* TOP NAVIGATION */
  .header-menu {
     text-align:center;
     background:#899D84;
	 margin-top: -85px;
	 margin-left: 25px;
	 margin-right: 25px;
	 font-size: 9px;
     }

/* LINKS FOR TOP NAVIGATION */
  .header-menu a { 
     font-variant:small-caps;
     letter-spacing:3px;
     padding-left:8px;
     padding-right:5px;
     }

  .header-menu a:hover {
     }

/* SUBTITLE */
  .header-subtitle {
	font-size: 0pt;
	color: #000000;
	text-align:right;
	letter-spacing:2px;
	padding-right: 315px;
	font-variant: small-caps;
     }
  .header-icon {
	display:none;
     }
  .pageheaderblock {

     }


/* FOOTER THAT CONTAINS THE TIME */
  .pagefooterblock {
     background-color: #899D84;
     font-size:11px;
     text-align:center;
     letter-spacing:1.2px;
	 margin-left: 15px;
	 margin-right: 300px;
     }
/* LINKS IN FOOTER */
  .pagefooterblock a, .pagefooterblock a:visited {
  	 color: #DDE8B5;
     text-decoration:none;
	 font-weight: bold;
     }

/* MAIN BODY OF JOURNAL */
  .bodyblock {
  	margin-top: 35px;
	margin-left: 15px;
	margin-right: 15px;
     }

/* PAGE VIEW WHERE IT SAYS 'RECENT ENTRIES' */
  .bodyheaderblock {
     margin-top:10px;
     }

/* TEXT OF PAGE VIEW - CHANGE AS NEEDED */
  .body-title {
     color:#73943F;
     font-size: 0px;
     text-align:right;
     font-family:Century Gothic;
     }  

  .bodynavblock {
	 margin-right: 30px;
     }
  .bodynavblock a, .bodynavblock a:visited {
  	 color: #DDE8B5;
     text-decoration:none;
	 font-weight: bold;
     }
  .body-midtitle {
     font-size:12px;
     text-align:right;
     font-family:century gothic;
     font-size:20px;
	 margin-right: 30px;
     }

/* ENTRIES */
/* CHANGE WHAT YOU WOULD LIKE */
  .entryHolder {
     border-bottom: 1px dotted #73943F;
     font-size: 11px;
     text-align:justify;
     margin-bottom:10px;
	 margin-right: 30px;
	 margin-top: 5px;
	 width: 500px;
	 overflow: auto;
     }

/* ICON AND USERNAME */
  .entryUserinfo {
     text-align: center;
     margin: 0px 8px 1px 5px;     
     background-color: #DDE8B5;
	 color: #899D84;
     }
  .entryUserinfo a {
  	 color: #899D84;
	 font-weight: bold;
	 text-decoration: none;
	 }
  .entryUserinfo a:visited {
  	 color: #899D84;
	 font-weight: bold;
	 text-decoration: none;
	 }
  .entryUserinfo a:hover {
  	 color: #899D84;
	 font-weight: bold;
	 text-decoration: underline;
	 }

/* ICON */
  .entryUserinfo-usericon img { 
  	border: 1px dotted #73943F;
	padding: 3px;
	background-color: #DDE8B5;
     } 

/* TEXT IN ENTRY */
  .entryText {
     padding: 5px;
     }

/* TOP OF ENTRY WITH DATE AND SUBJECT */
  .entryHeader {
     background:#DDE8B5;
     color:#899D84;
     font-size: 12px;
	 font-weight: bold;
     text-align: justify;
     margin-top:2px;
     letter-spacing:1px;
     }

/* DATE */
  .entryHeaderDate{
     font-size:10px;
     font-variant:small-caps;
     padding:2px;
     color:#899D84;
     }
  .entryHeader a{
     color: #899D84;
     }

/* SUBJECT LINE */
  .entryHeaderSubject {
     font-size:12px;
     font-variant:small-caps;
     }

/* I HAVE HIDDEN THE LOCK ICON */
/* REMOVE THIS CODE IF YOU WANT IT TO SHOW */
/*  .entryHeaderSubject img{
     display:none;
     }
*/
/* MOOD MUSIC AND TAGS IF SHOWN AT BOTTOM */
  .entryMetadata {
     padding-left: 6px;
	 margin-top: 15px;
     text-align: left;
     }
  .entryMetadata ul {
     margin: 0px;
     padding: 0px;
     }
  .entryMetadata li {
  	 list-style: none;
     }

/* TAG LINKS */
  .entryMetadata li a{
     }

/* THE WORDS 'MOOD' 'MUSIC' OR 'TAGS' */
  .entryMetadata-label {
     font-variant:small-caps;
     padding:4px;
     }

/* MOOD THEME ICON */
  .entryMetadata img{
     }


/* COMMENT LINKS */
  .entryLinkbar {
     font-weight:;
	 margin-top: 15px;
     margin-bottom:8px;
     margin-left:0;
     text-align:right;
     font-size: 10px;
     }
  .entryLinkbar a {
     padding:1px;
     letter-spacing:1px;
     }
  .entryLinkbar a:hover {
     }
  .entryLinkbar ul {
     margin: 0px;
     padding: 0px;
     }
  .entryLinkbar li {
     padding: 0px 5px 0px 8px;
     margin: 0px;     
     display: inline;
     background-image: url(http://www.LINK-TO-BULLET.gif);
     background-repeat: no-repeat;
     background-position:left;
     }

/* COMMENT PAGE FOR PAID USERS */
  .commentHolder {
     font-size: 11px;
     margin: 4px 30px 10px 0px;
     }
  .commentUserinfo {
     text-align: center; 
     margin: 0px 8px 8px 0px;     
     background-color: #DDE8B5;
	 color: #899D84;
     }
  .commentUserinfo a {
  	 color: #899D84;
	 font-weight: bold;
	 text-decoration: none;
	 }
  .commentUserinfo a:visted {
  	 color: #899D84;
	 font-weight: bold;
	 text-decoration: none;
	 }
  .commentUserinfo a:hover {
  	 color: #899D84;
	 font-weight: bold;
	 text-decoration: underline;
	 }
  .commentUserinfo-usericon img { 
  	border: 1px dotted #73943F;
	padding: 3px;
	background-color: #DDE8B5;
     } 
  .commentText {
     padding: 6px;
     }
  .commentHeader {
     background-color: #DDE8B5;
     color: #899D84;
     font-size: 10px;
     padding: 4px 10px 4px 8px;
     font-variant:small-caps;
     text-align: left;
     }
  .commentHeader a{
     color: #899D84;
     }
  .commentHeaderScreened {
     font-size: 12px;
     background-color: #cccccc;
     padding: 4px 0px 4px 8px;
     }
  .commentHeaderSubject {
     font-weight: bold;
     }
  .commentLinkbar {
     font-family: ;
     font-size: 10px;
     color: #DDE8B5;
     text-align: right;
     padding-top: 4px;
     padding-bottom: 4px;
     font-variant:small-caps;
     letter-spacing:1px;
     }
  .commentLinkbar ul {
     margin: 0px;
     padding: 0px;
     }
  .commentLinkbar li {
     padding: 0px 5px 0px 7px;
     margin: 0px;
     display: inline;
     background-image: url(http://www.linktobullet.gif);
     background-repeat: no-repeat;
     background-position:left;
     }
  #commenttext{
     width:100%;
     }
  .replyform {
     padding-left: 0px;
	 margin-right: 35px;
	 font-size: 9px;
     }
  .textbox {
   	 background-color: #DDE8B5;
	 color: #899D84;
	 }
  textarea.textbox {
  	 width: 100% !important;
	 background-color: #DDE8B5;
	 }


/* CALENDAR PAGE */
  .yearlinks{
     text-align: right;
     }
  .yearlink{
     padding-left:4px;
     padding-right: 4px;
     }
  .month {
     width: 90%;
     border: 1px dotted #DDE8B5;
     margin: 10px auto;
     }
  .daysubjects {
     padding: 8px 8px 8px 40px;
     }
  .daytitles {
     text-align: center;
     border: 1px dotted #899D84;
     background: #DDE8B5;
     color: #899D84;
     }
  .day-blank {
     border: 1px dotted #DDE8B5;
    }
  .day {
     border: 1px dotted #DDE8B5;
     }
  .day-date {
     border-right: 1px dotted #DDE8B5;
     border-bottom: 1px dotted #DDE8B5;
     color: #DDE8B5;
     width: 50%;
     text-align: center;
     }
  .day-count {
     width: 50%;
     text-align: center;
     float: right;
     font-size: 14px;
     font-weight:bold;
     }
  .day-count a {
     text-decoration: none;
     }
 

/* SIDEBAR */
/* CHANGE THE WIDTH TO SUIT YOUR NEEDS OR USE DISPLAY:NONE; TO HIDE */
  .sidebar {
     font-size: 11px;
     width: 240px;
	 margin-top: 5px;
     } 

/* BOX INSIDE OF SIDEBAR */
/* CHANGE WHAT YOU WOULD LIKE */
  .sidebox {
     margin-bottom: 7px;
      }

/* TITLE OF SIDEBOX */
/* CHANGE WHAT YOU WOULD LIKE */
  .sideboxTitle {
     background-color: #DDE8B5;
     padding-bottom:3px;
     color:#899D84;
     font-size:10px;
	 font-variant: small-caps;
	 font-weight: bold;
     letter-spacing:3px;
     }
  .sideboxContent {
     text-align: left;
     padding: 2px 4px 2px 4px;
     }
  .sidebox #profile, sidebox #latestmonth, .sidebox #search {
     text-align: center;
     }
  .profile-userpic {
  	border: 1px dotted #73943F;
	padding: 3px;
	background-color: #DDE8B5;
	}
  .sidebox #tags_sidebox {
     text-align: left;
	 padding-left: 5px;
     }

/* LINKLIST */
  .sidebox #systemlinks{
     background:none;
     padding-left: 5px;
     }
  .sidebox #systemlinks a{
     display:block;
     font-size: 11px;
     margin-top: 2px;
     font-variant:normal;
     }
  .sidebox #systemlinks a:hover{

     }

/* SIDEBAR PAGE SUMMARY */
  #summary{
	background:none;
	padding:0;
	}

/* SIDEBAR PAGE SUMMARY LINKS */
  .summaryList{
	display:block;
	font-size: 11px;
	padding: 2px;
	margin-top: 2px;
	font-variant:normal;
	}


/* SIDEBAR CALENDAR */
  .sidebox #latestmonth {
     }
  .sidebox #latestmonth a{
  	color: #899D84;
	font-weight: bold;
	background-color: #DDE8B5;
	}
  .sidebox #latestmonth a:visited {
  	 color: #899D84;
	 font-weight: bold;
	 }
  .sidebox #latestmonth a:hover {
  	 color: #899D84;
	 text-decoration: underline;
	 font-weight: bold;
	 }
  .sidebox #latestmonth table{
     margin-left: auto;
     margin-right: auto;
     margin-top: 4px;
	 width: 100%;
	 border: #DDE8B5 dotted 1px;
     }
  #latestmonth td {
  	 border: #DDE8B5 dotted 1px;
	 }
  .latestmonth-inactive{
     padding:1px;
     margin:2px;
     font-size:9px;
     text-align: center;
     }
  .latestmonth-active{
     font-size:9px;
     text-align: center;
     background-color: #DDE8B5;
	 border: 1px dotted #73943F;
     }
  .listtitle {
     font-weight: bold;
     }
  .profile-label {
     font-weight: bold;
     }
  
/* FOOTER */
  #footer-menu {
     font-size: 10px;
     text-align:right;
     border-top:1px dotted #73943f;
     }

/* FOOTER LINKS */
  #footer-menu a{
     }    
  #footer-menu a:hover{
  	 text-decoration: underline;
     } 
  .header-menu ul, #footer-menu ul {
     margin: 0px;
     padding: 0px;
     }
  .header-menu li{
  	 list-style: none;
     display: inline;
     }
  #footer-menu li {
  	 list-style: none;
     display: inline-table;
     }

/* TAGS PAGE */
  .tagstable, .tagstable td {
     border: 1px dotted #DDE8B5;
     }
  .tagstable { 
  	 width: 100%;
	 margin-top: 15px;
	 }
