



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


#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/9202a8c04000641f8000000009a382ca?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: #D069E8;
}




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


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

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

*/


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

}


    
.post-blurb a {
    color: #296C0F;
}




/* ### Module background color */


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

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

    


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



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


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

/*

===============================================
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 #296C0F;
  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: #4F7E3E;
}

#invokeEditorTrigger {
    border-bottom-color: #4F7E3E;
}


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



#domain-summary-title { color: #9052A8; }



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

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

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


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




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




#content-sub a:link,
#content-sub a:visited {
    color: #296C0F;
}

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

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



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

#content-sub .emptyMessage { color: #541C6A; }


