
/*
===============================================
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
*/


#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/9202a8c04000641f8000000009cfdc23?mode=fit&maxheight=100) no-repeat;
}

/* set page title text color and offset */
.domain-label-header #domain-title {
    display: none;
}


/*
*/





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

*/





/* ### Module background color */




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




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



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






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

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


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

/* 1st level replies */



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

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