/* TEXT COLORS */
body {
color: #AB0C90;
}
h1, h2, h3, h4, h5, 
.blog-entry-title a, 
.blog-entry-title a:hover, 
.album-title, 
.movie-page-title {
color: #222222;
}
h1.title{
color: #E7B0CE;
}
h2.slogan{
color: #869BB2;
}
h2#sideTitle{
color: #333333;
}
a {
color: #FF7200;
}
a:hover {
color: #FF7E0C;
}
blockquote, code {
background: #EEEEEE;
color: #666666;
}
#myExtraContent1{
background-color: #E9E9E9;
color: #555555;
}
/* TAB COLORS */
#nav {
background-color: #EABED7;
}
#nav a.current, #nav a.currentAncestor {
color: #FFFFFF !important;
}
/* SIDEBAR MENU */
#subNav a{
color: #FF7200;
}
#subNav a.current {
color: #FF9400 !important;
background: #fff !important;
}
#subNav ul ul ul li a{
font-weight: normal;
color: #FF9826;
}
/* MOVIE ALBUM COLORS */
.movie-thumbnail-caption {
color: %colour_movie_caption%;
}
/* MOVIE POPUP COLORS */
.movie-background {
color: %colour_popup_caption%;
}
.movie-title {
color: %colour_popup_title%;
}
