
/*
===============================================
USAGE
===============================================

This is a css template that overrides default discussion
color values with user-customized values.
*/



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


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




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


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

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

*/


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

}


    
.post-blurb a {
    color: #6C5D0F;
}




/* ### Module background color */


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

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

    


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



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


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








/*
-----------------------------------------
Breadcrumbs
-----------------------------------------
*/

#simple-breadcrumb {
    background: transparent;
}

#simple-breadcrumb,
#simple-breadcrumb .crumb-divider {
    color: #000000;
}

#simple-breadcrumb .crumb a {
    color: #C9B03A;
}


/*
-----------------------------------------
Page Title
-----------------------------------------
*/

    
        
#page-title,
#search-discussions h3,
#content-sub .module-box-header {
    color: #3145A8;
    border-color: #3145A8;
}
    


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


body {
	background-color: #CED2E5;
}

#content {
	background-color: #CED2E5;
}



.noposts {
    color: #000000;
}



.noposts a {
    color: #C9B03A;
}




.new-discussion {
   background-color: #DEE1EA;
}

.start-new-discussion-header, .form-field label, .discuss-tags-header, .threadAddTagsBlurb, .threadSuggestedOther label, #filters-header, .filter-item-label {
    color: #132685;
}
/*
------------------------------------------------
MODULE COLORS
------------------------------------------------
*/


/* 
   We're going to style the discussion search box as a module
*/

#tagFiltering {
    background-color: #EAEDF7;
}

/* ### Module Title Background Color */

.relatedTopics .module-box-header {
    color: #FFFFFF;
}


/* 
   Discussion threads base their color on modules
*/

/* 
   We treat thread titles as module titles. However, the closed
   unhovered state is a calculated value derived from module_title_background_color
  
*/

.thread-body, .threadHeader {
    background-color: #273786;
    color: #FFFFFF;
}

/* Rollover/Open state */
.threadOpen .thread-body, .threadOpen .threadHeader, .thread:hover .thread-body, .thread:hover .threadHeader {
    background-color: #3145A8;   
}

/* Links in the thread header are treated as titles */
.thread-body a.thread-permalink, .threadHeader {
    color: #FFFFFF;
}

/* the outer edge of thread-container (thick border) receives module_title_background_color */
.thread-container {
    background-color: #EAEDF7;
}

/* Apply module_border_color to various block elements */
.thread, .thread-body, .replyLevel1, .replyLevel2, .module-box {
    border-color: #CBCDD6;
}

/* Actual discussion text receives module_text_color */
.discuss-post, .post-info {
    color: #132685;
}

/* Links within discussion threads receive module_link_color */
.discuss-post a, .threadTags a, .module-list-item a,
.discuss-posted-in-label a {
    color: #6C5D0F;
}


/*.thread-body:hover a.thread-permalink, .threadOpen a.thread-permalink {
    color: #FFFFFF;;
}
*/

/* 1st level replies */

    
.threadRoot {
    background-color: #EAEDF7;
}



.replyLevel1 .replies {
    background-color: #DEE1EA;
}

.replyLevel2 .replies {
    background-color: #D2D5DE;
}
