



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


#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/9202a8c04000641f800000000c2fe74c?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: #FFFFFF;
}





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

*/


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

}





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


#all-saved-views h4 { color: #C5C9CC; }

/*

===============================================
USAGE
===============================================

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


.thread-preview { background-color: transparent; }

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


#domain-discussions a.browse-more,
#domain-discussions a.browse-more:hover {
  background: transparent;
}



/* ### Default text color */
#content_main, .MenuLabel, #domain-settings-head, .postDate, .article .emptyMessage, .entry-content p, .byline, .entry .excerpt, .domain-activity-row-head {
    color: #FFFFFF;
}



/*
-----------------------------------------
DOMAIN SUMMARY
-----------------------------------------
*/


/*
-----------------------------------------
FEATURED VIEWS
-----------------------------------------
*/

.featured-view-title {
    background-color: rgba(255,255,255, 0.8);
    color: #333;
}
.featured-view-title a { 
    color: #333; 
}

.ie .featured-view-title {
  background: #FFFFFF;
  filter: alpha(opacity=90);
}


/*
-----------------------------------------
Side Column Boxes
-----------------------------------------
*/







