body {
background : #FFFBD3; 
background-image : url(http://www.scribblerofdreams.com/graphics/blogbg.jpg); 
background-repeat : no-repeat; 
margin : 0; 
} 
a {
text-decoration : none; 
} 
a:link {
color : #DBA411; 

font-size : 12px; 
} 
a:visited {
color : #B78601; 
font-size : 12px; 
} 
a:hover {
color : #000000; 
text-decoration : underline; 

font-size : 12px; 
} 
#top {
position : absolute; 
top : 30px; 
left : 20px; 
} 
#title {
position : absolute; 
top : 55px; 
left : 300px; 
} 

#side {
position : absolute; 
top : 270px; 
left : 20px; 
width : 210px; 
} 
#content {
position : absolute; 
top : 200px; 
left : 300px; 
right : 40px;
width:750px; 
} 


.title {
font-family : georgia,sans-serif; 
font-size : 14px; 
text-align : right; 
color : #CF9700; 
font-weight : bold; 
} 
.blogbody {
font : 11px georgia,sans-serif; 
font-weight : normal; 
line-height : 180%; 
color : #000000; 
text-align : justify; 
padding-right : 10px; 
padding-left : 10px; 
} 
.date {
font-family : georgia, arial, sans-serif; 
color : #E8AE12; 
font-size : 14px; 
font-weight : bold; 
line-height : 14px; 
text-transform : uppercase; 
padding : 2px; 
margin-top : 20px; 
letter-spacing : 0.1em; 
border-bottom : 1px solid #CF9700; 
text-align : right; 
margin-bottom : 8px; 
margin-left : 380px;
} 
.posted {
font-family : georgia,sans-serif; 
font-size : 9px; 
color : #808080; 
text-align : center; 
padding : 5px; 
} 
.sidetitle {
font-family : georgia, arial, sans-serif; 
color : #B78601; 
font-size : 14px; 
font-weight : bold; 
line-height : 14px; 
text-transform : uppercase; 
padding : 2px; 
margin-top : 20px; 
letter-spacing : 0.1em; 
border-bottom : 1px solid #CF9700; 
text-align : right; 
margin-bottom : 8px; 
} 
.side {
font-family : georgia,sans-serif;
font-weight : normal; 
color : #000000; 
line-height : 110%; 
padding : 2px; 
margin-bottom : 15px; 
} 
.entrytitle {
font-family : georgia, arial, sans-serif; 
color : #000000; 
font-size : 12px; 
font-weight : normal; 
line-height : 14px; 

padding : 2px; 
margin-top : 20px; 
letter-spacing : 0.1em; 
text-align :right; 
margin-bottom : 8px; 

}



/* THE FOLLOWING ARE FOR USE WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #000000;
 font-weight: bold;
}


/*  Navigational links in the header  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   8px;
 color:       #000000;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   8px;
 color:       #000000;
}
.monthdays a:link    { color:  #000000; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #000000; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #000000; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #000000; text-decoration: none;font-weight: bold;}
