



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


#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: #7287AC;
}




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

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

*/


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

}





/* ### Module background color */


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

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

    


.post-blurb {
    border-color: #7287AC;
}



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

/*

===============================================
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;
}




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


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

.featured-view-title {
    background-color: rgba(114,135,172, 0.8);
    color: #fff;
}
.featured-view-title a { 
    color: #fff; 
}

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


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


#domain-help-topics,
#bases-made-from-domain,
#domain-weblinks,
#content-sub .module-box,
.ui-tabs-selected,
#domain-schema {
    background-color: #F9FBF9;
}


#domain-help-topics,
#bases-made-from-domain,
#domain-weblinks,
#content-sub .module-box,
#domain-schema,
#content-sub .tab,
#content-sub .ui-tabs-selected,
.module-header,
.newsfeed-date-header,
.discuss-reply,
.post-content,
#domain-news .activity-list-item {
    border-color: #7287AC;
}






