




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


#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/9202a8c04000641f80000000098dfbe9?mode=fit&maxheight=100) no-repeat;
}

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


/*
*/





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

*/





/* ### Module background color */




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


#type-title {
    background: #fff;
}



#type-title {
    color: #666;
}







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

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






/*
------------------------------------------------
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".
*/


