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

	stylesheets/public/community/home/main.css

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


/* ----------------------------------------------------
   twitter
   ---------------------------------------------------- */

#twitterNews {

	color: #004;
	background-color: #6680A4;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #004;
}

#twitterNews li {

/*	list-style-type: none; */
}

#twitterHeader {

	color: #FFF;
	background-color: #004;
	font-size: 12px;
	padding-left: 5px;
}

#twitterFooter {

	color: #FFF;
	background-color: #004;
	font-size: 10px;
	padding-left: 5px;
	text-align: left;
}

/* ----------------------------------------------------
   articles
   ---------------------------------------------------- */
   
.articleSubheader {

	color: #405A7B;
}

.articleLinks {

	font-size: 8pt;
}

.articleFeaturedHeadline {

	color: #405A7B;
	font-size: 12pt;
	font-weight: bold;
}

.articleHeadline {

	color: #405A7B;
	font-size: 11pt;
	font-weight: bold;
}

.articleAuthor {

	font-style: italic;
	color: #405A7B;
	font-size: 9pt;
}

/* ----------------------------------------------------
   forum
   ---------------------------------------------------- */

.forumCategory {

	font-size: 9pt;
	font-style: italic;
}

.forumHeadline {

	font-size: 16px; 
	color: #405A7B; 
	line-height: 20px;
}

.forumAuthor {

	color: #999; 
	font-size: 11px;
	line-height: 24px; 
}


/* ----------------------------------------------------
   news
   ---------------------------------------------------- */

.newsTitle {

	font-size: 10pt;
	font-weight: bold;
}

.newsDate {

	font-style: italic;
	font-size: 8pt;
}

#physicsResources {

	text-align: center;
	margin-bottom: 15px;
}

