



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


#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/9202a8c04000641f8000000009add4aa?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: #7F4114;
}




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


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

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

*/


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

}


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




/* ### Module background color */


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

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

    


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



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


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

/*

===============================================
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 #0F456C;
  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: #14517F;
}

#invokeEditorTrigger {
    border-bottom-color: #14517F;
}


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



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



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

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

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


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




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




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

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

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



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

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


