/* this part changes the bar at the top of your blog that contains your blog's name, i.e. "Helly's Journal on Grab-- the background color and the color/size/style of the font of the title itself" */
.tBlogHeader { background-color:#333366; color:#ffffff; height:32px; font-family: "Comic Sans MS"; } 

/* this part changes the font properties of the text that says "Last Post: X hours ago" */
.tBlogTitle { color:#CC6699;text-decoration:none; }

 /* default link style for post*/
div.tDefaultLinkTheme a, div.tDefaultLinkTheme a:link, div.tDefaultLinkTheme a:visited, div.tDefaultLinkTheme a:hover  { color:#0032A6; }

/* default link style */
div.tDefaultLinkProfile a, div.tDefaultLinkProfile a:link, div.tDefaultLinkProfile a:visited, div.tDefaultLinkProfile a:hover  { color:#B3C5EE; } 

/* change the background color/image on the side-- what we typically think of as the default blue on the right side */
body {
  background-image:url('http://www.cs.ucsb.edu/~helly/coffee.jpg');
  background-position:Top Left;
  background-repeat:repeat;
  background-attachment:scroll;
  background-color:brown;  
}

/* hyperlink color */
a{ color:#00FFFF; }

/* change the color of the link when you hover your mouse over it! */
a:hover { color:#00FF00; }

/* changing the background of the individual blog posts */
.tBackground { border:#9F8D84 1px solid; background-color:#ffffff; background-image:url('http://i33.photobucket.com/albums/d84/hellykwee/coffee2.jpg'); background-position:top left; background-repeat:repeat;} 

/* blog listing/post background used for tabs with fade */
.tBackgroundTabs { border-right:1px solid #acacac; border-left:1px solid #acacac; border-bottom:1px solid #acacac; background-color:#f0f0f0; }

/* blog listing/post background used for tabs*/
.tBackgroundTabsView { border-right:1px solid #acacac; border-left:1px solid #acacac; border-bottom:1px solid #acacac; background-color:#ffffff; background-image:url('http://i33.photobucket.com/albums/d84/hellykwee/coffee2.jpg'); background-position:top left; background-repeat:repeat; } 

/* More on the individual blog posts themselves */

/* This changes the font properties of the subject title for each entry */
.tPostSubject { font:24px; color:#00FF66; font-family: "Comic Sans MS"; font-weight:bold;}

/* This changes the font properties of the date-time stamp for each entry */
.tPostDateTime { color:#FF9999; font-weight:bold; }

/* This changes the font properties of the actual post body itself */
.tPostBody { color:yellow; border-top:1px dashed #5A781B; padding:7px 0px 18px 0px;width:535px;margin:2px 0px 0px 0px; font-family: "Arial"; font-size:10pt;}

/* This changes the font properties of the administrative tools, i.e. the "edit/delete" links you see on your own blog */
.tPostAdmin { color:#FF9999; }

/* blog archives */
.tArchivedTitle { color:#576D28; font-weight:bold; } 
.tArchivedName { color:#576D28; font-weight:bold; } 

/* blog categories text and links at the bottom of each entry */
/* this changes the color of the word "category" */
.tCatTitle { color:#00FF00; font-weight:bold; } 
/* this changes the color of the individual categories themselves */
.tCatName { color:#00FFFF; } 
/* see all blog post  */
.tSeeAllPost { color:#576D28; font-weight:bold; } 

/* member comments container */
.tCommentAdd {color:#00FFFF; font-weight:bold; } 
.tCommentsHeader { color:#ffffff; background-color:#9F8D84; border-left:1px solid #9F8D84; border-right:1px solid #9F8D84; border-top:1px solid #9F8D84;} 
.tCommentsFooter { color:#ffffff; background-color:#9F8D84; border-right:1px solid #9F8D84;border-left:1px solid #9F8D84;border-bottom:1px solid #9F8D84; } 
.tCommentsUsername { color:#576D28; font-weight:bold; } 
.tCommentsRate { color:#576D28; font-weight:bold; } 

/* alternating rows. Odd rows have this color background and this color font */
.tCommentsRow01 { border-left:1px solid #9F8D84; border-right:1px solid #9F8D84; background-color:#CC9966; color:#000000; } 

/* while even rows have this color background and this color font */
.tCommentsRow02 { border-left:1px solid #9F8D84; border-right:1px solid #9F8D84; background-color:#663300; color:#FFFFFF; } 

 /* used on blog listing comments */
.tCommentsPag01 { color:#ffffff; }
/* used on blog listing comments */
.tCommentsPag02 { color:#ffffff; font-weight:bold; } 

/* pagination */
.tPag01 { color:#ffffff; }  /* used on blog listing pages */
.tPag02 { color:#ffffff; font-weight:bold; }  /* used on blog listing pages */

/* user profile container */
.tUserProfileBox { border:#9F8D84 1px solid; }

/* user profile "written by" box */
.tWrittenBy { color:#00FFFF; font-weight:bold; }
.tWrittenByBox { background-color:#E0DFD3; padding:6px 0px 30px 0px;background-image:url(http://i33.photobucket.com/albums/d84/hellykwee/coffee2.jpg); background-position:top left; background-repeat:repeat;}

/* "about me" bio section */
.tAboutMe { color:yellow; }
.tAboutMeBox { background-color:#E0DFD3; background-image:url(http://i33.photobucket.com/albums/d84/hellykwee/coffee2.jpg); background-position:top left; background-repeat:repeat; }

/* user profile blog links */
.tBlogLinks {color:#00FFFF;} 
.tBlogLinksBox { background-color:#E0DFD3; padding:30px 0px 8px 0px;background-image:url(http://i33.photobucket.com/albums/d84/hellykwee/coffee2.jpg); background-position:top left; background-repeat:repeat;}

/* misc links */
.tMiscLink { color:#959595; font-weight:bold; }
.tErrors { color:#ff0000; }
