<!--
/*---------- general class formats --------*/

body {
	font-family:Georgia, Palatino, Times New Roman, serif;
    line-height:17px;
    font-size:16px;
    text-align:center;
    }
p {
    line-height:17px;
    font-size:16px;
    }
h1 {
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    line-height:26px; 
    font-size:20px;
    font-weight:bold;
    background:none;
	margin: 15px 0px 30px 5px;
    }
h2 {
    line-height:12px;
    font-size:19px;
    background:none;
    font-weight:normal;
	border-bottom: 2px dotted #f7a;
	padding: 10px 3px 3px 0px;
    text-align:right;
	margin: 20px 0px 5px 0px;
    }
h3 {
    line-height:20px;
    font-size:16px;
    font-weight:normal;
    background:none;
    }
a:link {
    background:none;
    color:#e15; 
    text-decoration:none;
    }
a:visited {
    background:none;
    color:#a15; 
    text-decoration:none;
    }
a:hover, input {
/*    text-shadow: 2px 2px 4px #bbb; */
    color:#f50;
    }
table { 
    }
hr {
	display: none;
    height: 1px;
	color: #fff;
	border: none;
	border-top: 1px dotted #d15;
    }
th {
    background:none;
    color:#033;
    text-align:left;
    }
img { 
    border-style:none; 
    border-width:0px; 
    }

/*---------- blog layout --------*/
#container {
    width: 75%;
    position: absolute; 
    left: 15%;
	}
#titlebg {
/*    z-index: 1;  */
    position:absolute;
    left: 0; top: 0;
    width: 675px;
    padding: 54px 0px 0px 0px;
	background: url(img/sweet.png);
	border-bottom: 3px double #ddd;
	}
#navigation {
    padding: 80px 0px 0px 0px;
    margin-left: 500px;
	}
#nav_text {
    line-height:20px; 
    margin: 10px 0px 20px 0px;
	}
.archives {
    margin: 0px 0px 0px 10px;
	}
#xml {
	border-top: 1px dotted #999;
    padding: 10px 0px 0px 0px;
    width: 160px;
	}
#loginform {
	border: 1px dotted #999;
    margin: 20px 0px;
    padding: 0px;
    width: 160px;
    text-align:right;
    }
#links {
    font-size:16px;
    line-height:14px; 
    margin: 10px 0px;
    width: 160px;
	}
#blog { 
    width: 480px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size:13px;
    padding: 0px 10px 10px 0px;
	border-right: 1px dotted #999;
	}
#pagenum {
    text-align:right;
	}
.user_entry {
    position: relative;
    bottom: -2px;
    margin-left: 5px;
    }

/*---------- calendar format --------*/

.cal_table{
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    width:175px;
    border: 1px dotted #999;
    font-size:11px;
    margin: 10px 0px 20px 0px;
    }
#cal_header {
    font-weight:bold;
    border-bottom: 1px dotted #999;
    }
.cal_weekday {
    }
.cal_field {
    background:#eee;
    border: 1px dotted #ddd;
    width:25px;
    }
#cal_today {
    background:#fcd;
    border: 1px dotted #ccc;
    width:25px;
    }
#cal_header, .cal_field, #cal_weekday, #cal_table ,#cal_today {
    text-align:center;
    }

/*---------- user page format --------*/

.user_item {
	border: 1px dotted #bbb;
    padding: 4px;
    margin: 10px 0px;
    }
.user_login {
    font-weight:bold;
    }
.user_fullname{
    text-align: right;
    font-size: 20px;
    line-height: 1pt;
/*    border-top: 1px dotted #ccc; */
    top: -3px;
    color:#000;
    }
.user_date {
    margin: 10px 0px;
    }
.user_entrytitle {
    margin: 0px 0px 10px 0px;
    color:#333;
    font-weight:bold;
    /*letter-spacing: 2;*/
    }
.user_text {
    }
//-->