﻿/*  diamond and gemstone theme  */

/* heading */

h1.coursetheme 
{
    background-color: #700b35;
    color: #ffffff;
    background-image: url('/images/headbg_diamondgem.jpg');
    background-position: top left;
    background-repeat: repeat-y;
    margin-right: 30px;
    padding-left: 5px;
    padding-bottom: 3px
}


/* course list */

div.wholepage div.main dl.coursethemelist dt a  
{
    color: #700b35
}

div.wholepage div.main dl.coursethemelist dd   
{
    background-image: url('/images/diamondgemlistbg.jpg');
    background-position: bottom;
    background-repeat: repeat-x
}


/* course detail */


div.wholepage div.main dl.coursethemedetail  
{
    margin-top: 30px
}

div.wholepage div.main dl.coursethemedetail dt   
{
    background-color: #700b35;
    background-image: url('/images/diamondgemdetailbg.jpg');
    background-position: right;
    background-repeat: repeat-y;
    color: #ffffff;
    padding-bottom: 0;
    padding-left: 5px;
    margin-bottom: 10px
}

div.wholepage div.main dl.coursethemedetail dd   
{
    background-image: url('/images/diamondgemlistbg.jpg');
    background-position: bottom;
    background-repeat: repeat-x
}


div.wholepage div.main p.coursethemeintro    
{
    color: #700b35
}


div.wholepage div.main blockquote.coursethemequote   
{
    color: #700b35
}

    div.wholepage div.main blockquote.coursethemequote p.caption 
    {
        font-style: italic;
        font-weight: bold
    }