



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


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




.domain-label-header .domain-label {
    color: #828282 !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: #E5CECE;

}


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




/* ### Module background color */


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

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

    


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



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


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

/*

===============================================
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;
  border-bottom: 1px solid #0F6C6C;
  padding: 0 0 1px 0;
}



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



/* ### Default link color */
.userName a,
.threadTitle a,
#invokeEditorTrigger,
a.toggler,
.entry-title a:link,
.entry-title a:visited,
a.url,
.thread-preview a,
#all-saved-views a,
.featured-view-secondary-title a {
    color: #000000;
}

#invokeEditorTrigger {
    border-bottom-color: #000000;
}


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



#domain-summary-title { color: #A8A8A8; }



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

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

.ie .featured-view-title {
  background: #000000;
  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: #F7EAEA;
}


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




.module-header,
.newsfeed-date-header {
    color: #A8A8A8;
}




#content-sub a:link,
#content-sub a:visited {
    color: #0F6C6C;
}

.module-list-item:hover,
.prop-list-item-domain-types:hover,
.prop-list-item-weblink:hover {
    background-color: #EFE2E2;
}

    
.module-sub-header {
    color: #333;
}



#content-sub p,
#content-sub .user-quote {
    color: #851313;
}

#content-sub .emptyMessage { color: #6A1C1C; }


