

/* this is an example for styling the main project content on a project by
project basis.  .[binder_path]_main{} */

.Exhibition_main{
color:black;
background-color:#E5E5E5;
}

/* this is an example for styling the blog post bodies.  By default blog posts
will inherit style from the .[binder_path]_main class */
.Exhibition_blog_post_body{
background-color:#FFF0F5;
}

/* this is an example for styling the blog post bodies.  By default blog posts
will inherit style from the default selector-link style (black on none)*/
.Exhibition_blog_post_headline{
color:#00FF00;
background-color:#FFF0F5;
}

/* this is an example for styling the blog post attribution strings on a 
project by project basis.  By default attribution strings will inherit from
the .attribution_string class*/

.Exhibition_blog_post_attribution_string{
color:black;
background-color:#FFF0F5;
}

/*this is an example for styling the sidebar menu project listings.  the 
format is .[binder_path]_sidebar_menu{ [style] } */

.Exhibition_sidebar_menu{
color:black;
background-color:#FFF0F5;
}

/* this is the main class for project content.  it will effect, the text for
project blog posts, but not news posts */

/*the color that folders are highlighted with when you drag a file/folder over them */
.folder_highlight{
background-color:aliceblue;
}


/* login field text */
.login_text{
color:#303030;
}


/* login button text*/
.login_button{
color:black;
}

/*default for news content -- includes article body, attribution string, and 
comments */
#item_public_content{
color:#666666;
}

.attribution_string{
color:black;
} 

/* description text in 'recent work' slideshow */
#item_slideshow{
color:#303030;
}

/*default text for non-links in archive*/	
#item_archive{
color:black;
}

/*default text for main calendar section (distinct from project calendar section) */
#item_calendar_content{
color:#303030;
}

/*default text for non-links in currently broken and ignored chat room section
*/
#chat_lobby{
color:#303030;
}

/* user info popup box*/
.user_info{
color:#303030;
}

/*project title in project section*/
#project_title{
color:black;
}

/*non-link color in project calendars*/
#project_calendars{
color:#303030;
}