




/*
------------------------------------------------
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: #CED0E5; }


#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
*/


/* remove negative margin inherited by #content from global */
#content { margin-top: 0; }

/* strip padding apply fixed height */
.domain-label-header {
    padding: 0;
    border: 0;
    height: 100px;
    overflow: hidden;
    background: url(http://img.freebase.com/api/trans/image_thumb/guid/9202a8c04000641f800000000ab6a91f?mode=fit&maxheight=100) no-repeat;
}

/* set page title text color and offset */
.domain-label-header #domain-title {
    display: none;
}


/*
*/


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




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


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

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

*/


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

}


    
.post-blurb a {
    color: #6C640F;
}




/* ### Module background color */


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

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

    


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



.post-blurb, .post-blurb .byline, .post-blurb .published {
    color: #131C85;
}


/*
-----------------------------------
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: #CED0E5;
}
    





#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: #998C00;
}



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

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

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


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




/*
------------------------------------------------
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: #CBCCD6;
}

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

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

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

