
/*	
	======================================================================

	stylesheets/community/forum/topic.css

	======================================================================
	Copyright 2009, FQXi
	======================================================================
*/


/* ----------------------------------------------------
   main column
   ---------------------------------------------------- */

#rightMainColumn {

	background-color: #ECEFF4;
}

/* ----------------------------------------------------
   topic/category banner at top
   ---------------------------------------------------- */

#topicInfoDiv {

	float: left; 
	width: 650px;
}

#addPostDiv {

	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	text-align: right;
	float: right;
}

/* ----------------------------------------------------
   essay contest topics
   ---------------------------------------------------- */

#ratingDiv {

	display: none;
}

#essayVoting, #videoVoting {

	color: #FFF;
	background-color: #F93;

	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
	
	margin-bottom: 10px;
}

#videoVoting {
    min-height: 75px;
}

div#rateit5 {
    background-color: white;
    padding: 2px 2px;
}

.essayVotingLink a:link, .essayVotingLink a:visited, .videoVotingLink a:link, .videoVotingLink a:visited {

	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

.essayVotingLink a:hover, .videoVotingLink a:hover {

	color: #405A7B;
	font-weight: bold;
	text-decoration: underline;
}

.essayVotingLink a:active, .videoVotingLink a:active {

	color: #405A7B;
	font-weight: bold;
	text-decoration: none;
}


/* ----------------------------------------------------
   post header
   ---------------------------------------------------- */

.authorInfo {

	font-size: 10px;
	float: left; 
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.editDeleteButtons {

	font-size: 11px;
	float: right;
	font-size: 9px;
	background-color: #DDD;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.highlight_standard {

	background-color: #666;
}

.highlight_member {

	background-color: #405A7B;
}

.highlight_blogger {

	background-color: #F93;
}

.highlight_admin {

	background-color: #000;
}


/* ----------------------------------------------------
   POST LIST
   ---------------------------------------------------- */

.community_forum_topic_authorAndDate {

	font-weight: bold;
	font-style: italic;
}

.community_forum_topic_editDeleteLinks {

}

.community_forum_topic_attachments {

	font-style: italic;
}

.community_forum_topic_editedNote {

	font-style: italic;
}

.community_forum_topic_postMoved {

	font-style: italic;
}

.community_forum_topic_reviewStatus {

	font-style: italic;
}


/* ----------------------------------------------------
   ADD POST SECTION
   ---------------------------------------------------- */

.community_forum_topic_addPostImageLabel {

	font-weight: bold;
}

.community_forum_topic_attachmentLabel {

	font-style: italic;
}

.community_forum_topic_addImageLabel {

	font-style: italic;
}
