/* colors */
/* for each area, define background-color, color, a:link, a:visited */

/* wallpaper */
body {background-color: #D1D1FA;}
/* areas */
h1, #wrap                   {background-color: #E5F3FF;        color: rgb(37,64,97);} /*background-color: rgb(165,165,165); */

h2, .barBlue, #originalPost {background-color: rgb(37,64,97);  color: white;}

.posts                      {background-color: white;          color: black;}
.posts .emphasis {color: rgb(37,64,97);}

.pageNavigation             {background-color: rgb(0,176,240); color: white; border-bottom: 1px solid rgb(37,64,97);}
.pageNavigation a:link, .pageNavigation a:visited {color: black;}

#header, #footer            {background-color: white;          color: rgb(37,64,97);}

/* text */
.textRed {color: red;}

/* links */
a:link, a:visited {color: rgb(0,176,240);}
