/* CSS Document */

/* ---------------------------------------------- */
/*    LAYOUT/STRUCTURE                            */
/* ---------------------------------------------- */

/* --- PAGE LAYOUT ------------------------------ */

body {
    background-color:#CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.pageheaderblock {
	background: url(http://www.lindentreewebworks.com/test/LiveJournal/SpacesLayout/headerImage.php) top left no-repeat;
	height: 272px;
}

.pageblock {
	background: url(http://www.lindentreewebworks.com/test/LiveJournal/SpacesLayout/images/layout_r2_c1.jpg) top left repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}

.bodyblock {
	background: url(http://www.lindentreewebworks.com/test/LiveJournal/SpacesLayout/images/layout_r8_c1.jpg) top left repeat-y;
}

.bodyheaderblock {
	position: 272px;
	background: url(http://www.lindentreewebworks.com/test/LiveJournal/SpacesLayout/images/layout_r4_c2.jpg) right top no-repeat;
	height:  49px;
	width:   598px;
	margin-right: 0px;
	margin-left: 202px;
}

.body-title {
	margin-left:25px;
	padding-left:0px;
	margin-right:60px;
	padding-top:25px;
	border-bottom: 4px groove;
}


/* --- HEADER ----------------------------------- */

.header-title {
	display:none;
}

.header-subtitle {
	display:none;
/*	color:#FFFFFF;
	font-variant:small-caps; */
}

.header-menu {
	display:none;
}

.header-icon {
	padding: 1px;
	margin: 73px 0 0 60px;
	float: left;
}


/* --- FOOTER ----------------------------------- */

.pagefooterblock {
	background: url(http://www.lindentreewebworks.com/test/LiveJournal/SpacesLayout/images/layout_r9_c1.jpg) top left no-repeat;
	height:119px;
}

.bodynavblock {
	background: transparent;
	padding-left:25px;
}

#footer-menu ul {
	text-align:inherit;
}

#footer-menu li {
	display:inline;
	list-style:none;
	padding-top:10px;
	padding-right:15px;
}


/* --- SIDEBAR ---------------------------------- */

.sidebar {
    width:202px;
}

.sidebox {
	min-height:30px;
	margin-bottom: 15px;
	background: url(http://www.lindentreewebworks.com/test/LiveJournal/SpacesLayout/images/layout_r5_c1.jpg) left top repeat-y; /* SIDEBOX REPEATING BG IMAGE */
	}

.sideboxContent {
	margin-top:0px;
	padding-left:40px;
	padding-top:0px;
	padding-bottom:25px;
	padding-right:20px;
	min-height: 25px;
	background: url(http://www.lindentreewebworks.com/test/LiveJournal/SpacesLayout/images/layout_r6_c1.jpg) left bottom no-repeat; /* SIDEBOX FOOTER IMAGE */
}

.sideboxTitle {
	background: url(http://www.lindentreewebworks.com/test/LiveJournal/SpacesLayout/images/layout_r4_c1.jpg) left top no-repeat; /* SIDEBOX HEADER IMAGE */
	margin-bottom:0px;
	margin-left:0px;
	padding-left:40px;
	margin-right:0px;
	padding-top:15px;
}

#tags_sidebox {
	text-align:justify;
}

#tags_sidebox ul {
	margin: 0;
	list-style:none;
	padding: 0;
}

#tags_sidebox li {
	display: inline;
	margin: 4px;
}

.summaryList {
	padding-bottom: 7px;
}

.sidebox #latestmonth table {
	width: 100%;
}

.latestmonth-active {
	border: 1px solid #0D0D0D;
	line-height: 15px;
	margin: 1px;
	text-align: center;
	background-color:#f1f1f1;
}

.latestmonth-inactive {
	border: 1px solid #0D0D0D;
	line-height: 15px;
	margin: 1px;
	text-align: center;
}


/* --- ENTRIES ---------------------------------- */

.entryHolder {
    width:520px;
	margin-left:25px;
	margin-bottom:20px;
}

.entryHeader {
	padding-top:5px;
	padding-bottom:7px;
}

.entryText {
	text-align:justify;
	min-height:100px;
	padding-right:5px;
	padding-bottom:15px;
}

.entryMetadata {
	text-align:right;
	padding-right:4px;
	background-color:#F6F6F6;
}

.entryMetadata-label {
	font-weight:500;
}

.entryMetadata li {
	list-style:none;
}

.entryLinkbar {
	width:520px;
	border-top:1px dashed;
	border-bottom:1px solid;
	text-align:center;
	line-height: 6px;
}

.entryLinkbar li {
	display: inline;
	list-style: none;
	padding-right:10px;
}

.entryUserinfo {
	padding: 0 10px 10px 0;
}

.entryUserinfo-usericon img {
	background-color: #1A1A1A;
	border: 4px solid #0D0D0D;
	padding: 1px;
}


/* --- COMMENTS --------------------------------- */



/* --- CALENDAR PAGE ---------------------------- */

.daytitles { 
	text-align: center;	
	background-color: #0D0D0D; 
	color: #777777;
	padding: 7px;
	margin-bottom: 10px;
}

.day {
	border: 1px solid #0D0D0D;
	line-height: 15px;
	margin:1px;
	text-align: center;
	background-color:#f1f1f1;
}

.daysubjects {
	padding-left: 7px;
}

.month {
	background-color: transparent; 
	margin:  auto;
	margin-left:25px;
	width:75%;
	padding: 10px;
	border: 1px solid #333333;
}

.yearlinks {
	color: #8FCFEA;
}

.yearlink { 
	background-color: #FFFFFF; 
	color: #8FCFEA;
}


/* --- TAGS PAGE -------------------------------- */

.tagcloud {
	width:520px;
	margin-left:0px;
	padding-left:25px;
	text-align:justify;
}


/* ---------------------------------------------- */
/*    TYPESETTING (FONT AND COLORS)               */
/* ---------------------------------------------- */

/* --- BODY ------------------------------------- */

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
}

.body-title {
    font-variant:small-caps;
	font-size:14px;
}

a {
    color:#333333;
}

a:hover {
	font-style:italic;
}

a:visited {
    color:#404040;
}


/* --- SIDEBAR ---------------------------------- */

.sideboxTitle {
	font-variant:small-caps;
	font-size:12px;
	font-weight:bold;
}


/* --- ENTRIES ---------------------------------- */

.entryHeader {
	font-size:11px;
	font-weight:bold;
}

.entryText {
	font-size:11px;
}

.entryLinkbar li {
	font-size:9px;
}
