/* 
 *  Document   : twoTone
 *  Created on : Aug 2, 2012, 9:33:57 AM
 *  Author     : peter wooster
 *
 *  Description:
 *  Colours and Fonts - two tone blue and gold colour scheme
 *  colors
 *      #305c66 reddish brown - headings
 *      #fdd5b1 apricot - background 
 *      #24454d dark teal - text 
 *  fonts
 *        helvetica, arial, sans-serif;  - headings 
 *        georgia, times-roman, serif; - text
 */
 

#main {
    font-family:  helvetica, arial, sans-serif;
    font-weight:normal;
    border-top:solid #dcb8e5 .25em;
    border-bottom:solid #dcb8e5 .25em;
    background-color:#f7f1ff;
}
@media screen and (min-width:600px){
    font-family:  georgia, times-roman, serif;
}

.breadcrumbs,
body,
h1, h2, h3, h4{
    font-family:  helvetica, arial, sans-serif;
}

#site-title{
    font-family:  georgia, times-roman, serif;
    color:#63476b;
}
 
html {
    background-color:#dcb8e5;
    background-image: url(purple-gradient.jpg);
    background-repeat: repeat-x;
}

.breadcrumbs{
    background-color:#58156b; 
    margin:0;
}

body {
    background-color:#f9e5ff; 
    color:#3f0f4d;
}

#branding hr {
    background-color:#904504;
    color:#904504;
    height:.3em;
    margin:0;
}

a {
  color: #904504; 
}

.breadcrumbs a,
#access a {
    color:#f7f1ff; 
}

.poetic,
#colophon {
   background-color:#58156b; 
}

.poetic{
   color:#f7f1ff;
}

#colophon {
    color:#f7f1ff; 
}

.poetic a,
#colophon a{
   color:#dcb8e5;
}

#access {
    border-top:solid #dcb8e5 .25em;
    background-color:#58156b;
}


#access ul.menu-select{
    background-color:rgba(255,127, 255,.25);
}    

.breadcrumbs li:hover,
#access li:hover {
    background-color:#c333ff;
}



.breadcrumbs >a:hover,
#access li:hover > a {
    color:#f9e5ff;
}


.breadcrumbs,
#access li.current-menu-item a{
        color:white;
}

.call-to-action{
    display:inline-block;
    background-color:#f7f1ff;
    color:black;
    font-family:  helvetica, arial, sans-serif;
}
.call-to-action a{
    color:#58156b;
}
