




/*
------------------------------------------------
PAGE SETTINGS
------------------------------------------------
These are values inherited from Page settings in the 
user-customization module and are global among
all templates within a base
*/


body,
#content { background-color: #E5DCCE; }


#content { font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, sans-serif; }    

/*
------------------------------------------------
HEADER SETTINGS
------------------------------------------------
These are values inherited from Header settings in the 
user-customization module.

Basic logic needs to be applied to user-customized header

if user has uploaded a custom image:
  hide header text and strip out padding, borders, etc.
  then apply header background color
*/



.domain-label-header .domain-label {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, sans-serif;
}




/*
*/


.domain-label-header {
      background-color: #CCB38A;
}




.domain-label-header .domain-label {
    color: #8C5F13 !important;
}


.domain-label-header {
    border-color: #CCB38A;
}

/*
-----------------------------------------------
DISCUSSION WIDGETS
-----------------------------------------------
Since this file is included globally in the other
templates, including discussion preview widget
styles here.

*/


.discussion-bubble {
	background-color: #E5DCCE;

}


    
.post-blurb a {
    color: #0F326C;
}




/* ### Module background color */


.post-blurb {
    background-color: #F7F2EA;
}

.topic-discuss-preview .discussion-bubble {
    background-color: #F7F2EA;
}

    


.post-blurb {
    border-color: #D6D2CB;
}



.post-blurb, .post-blurb .byline, .post-blurb .published {
    color: #855A13;
}


/*
-----------------------------------
BUTTONS
-----------------------------------
Setting this to insure that freebase
buttons don't inherit user-customized
font settings
*/

#content button,
#content .prop-edit-button,
#edit-basesettings,
#link-to-view-link,
.link-create-view,
#link-add-data,
.results-count,
#link-sort-by,
.delete-type,
.topic-title-edit-button,
.prop-edit-form,
.prop-add-form {
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/*
===============================================
USAGE
===============================================

This is a css template that overrides default domain template stying with
user-customized properties.
*/



/*
------------------------------------------------
DEFAULT OVERRIDES
------------------------------------------------
These are not user-supplied properties, but are essential in order
to prepare page elements for user-customization
*/



/*
------------------------------------------------
PAGE SETTINGS
------------------------------------------------
These are values inherited from Page settings in the 
user-customization module.

*** Note: Body font is specified in header.css.mak
*/


body,
#content {
	background-color: #fafafa;
}

#type-title {
    background: #E5DCCE;
}
    





#filter-label-text,
.showing-summary, 
#type-title {
    color: #000000;
}
    




#view-history a,
#link-sort-by,
.filter-results-pager a,
#image-filter-controls a,
#filter-results-table tbody a,
.gallery-filter-result a {
    color: #8AA3CC;
}



/*
-----------------------------------------
Subtle Hex colors
-----------------------------------------
Calculated color value applied to various
page elements
*/

#title .template-label,
#view-history,
#title .emptyMessage,
.filter-results-pager .disabled {
    color: #6D7889;
}

    
#title .page-title {
    border-bottom-color: #CCB38A;
}


    
        
#title h1.page-title {
    color: #A89371;
    border-color: #A89371;
}
    




/*
------------------------------------------------
MODULE SETTINGS
------------------------------------------------
These are values inherited from Header settings in the 
user-customization module. We currently have a very loose
interpretation of what constitutes a "module".
*/



#filter-results-container,
.gallery-filter-result {
    border-color: #D6D2CB;
}

.filter-results-th-active,
.filter-results-th-inactive {
    background-color: #EDE6DC;
}    

.filter-results-th-active,
.filter-results-th-inactive {
    border-bottom-color: #F9DAA7;
}

.odd th,
.odd td,
.gallery-filter-result {
    background-color: #FCF9F4;
}

