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


#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/9202a8c04000641f80000000098d36a4?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: #000000;
}




.domain-label-header .domain-label {
    color: #8C8C8C !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: #000000;

}


    
.post-blurb a {
    color: #8C8C8C;
}




/* ### Module background color */


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

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

    


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



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


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

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


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

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


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


body {
	background-color: #000000;
}

#content {
	background-color: #000000;
}



.noposts {
    color: #FFFFFF;
}



.noposts a {
    color: #8C8C8C;
}




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

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


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

#tagFiltering {
    background-color: #000000;
}

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

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

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

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

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

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


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

/* 1st level replies */

    
.threadRoot {
    background-color: #000000;
}



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

.replyLevel2 .replies {
    background-color: #4C4C4C;
}
