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

	stylesheets/community-formatting.css

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


/* This stylesheet contains all site-wide text formatting and minor div specifications */


/* ----------------------------------------------------
   MAJOR SITE DIVS
   ---------------------------------------------------- */

html, body {

	text-align: center;
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 12px; 
	line-height: 16px;

	background-color: #CCC;
/*	background-image: url(/images/backgrounds/community/window.jpg); */
	background-position: bottom left;
	background-repeat: repeat-x;
	background-attachment: fixed; /* needed for mozilla */
}

#container {

	text-align: left;
	background-color: #000;
}

#banner {

	text-align: center;
	background-image: url(/images/community/nav/banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#navBar {

	text-align: center; 
}

#midContent {

	background-color: #FFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
}

#footer {

	background-color: #C5D5E7;
	background: url(/images/community/nav/banner.jpg);
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 10px; 
	line-height: 120%; 
	color: #999;
}
	
.footerText { 

	margin-top: 5px; 
	margin-left: 20px;
}

#mailingListRegistration {

	background-color: #000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 10px; 
	line-height: 180%; 
	color: #999;
}

#bannerAnnouncement {

	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 15px;
	font-style: normal;
	color: #FFF;
	background: url(/images/community/nav/black-40-percent.png);
}

.bannerAnnouncementSubtitle {

	font-family: Georgia, Times, Serif;
	font-size: 13px;
	font-style: italic;
}


/* ----------------------------------------------------
   COLUMNS
   ---------------------------------------------------- */

.lightBackgroundText {

	color: #444;
}

.darkBackgroundText, .darkBackgroundText .header {

	color: #DEDEDE;
}

.columnText {

	margin-left: 20px; 
	margin-right: 20px; 
	margin-bottom: 25px;
}


/* ----------------------------------------------------
   IMAGES
   ---------------------------------------------------- */

.logoImage { 

	float: left; 
	border: 0;
}


/* ----------------------------------------------------
   LINKS
   ---------------------------------------------------- */

	/* ----------------------------------------------------
	   standard links (white/light background)
	   ---------------------------------------------------- */

a:link {

	color: #405A7B; 
	text-decoration: underline; 
}

a:visited {

	color: #405A7B; 
	text-decoration: underline; 
}

a:hover {

	color: #EE8E05; 
	text-decoration: underline; 
}

a:active {

	color: #EE8E05; 
	text-decoration: none; 
}


	/* ----------------------------------------------------
	   dark background links
	   ---------------------------------------------------- */

.darkBackgroundText a:link {

	color: #FFF; 
}

.darkBackgroundText a:visited {

	color: #FFF; 
}

.darkBackgroundText a:hover {

	color: #EE8E05; 
}

.darkBackgroundText a:active {

	color: #3B407F; 
}


	/* ----------------------------------------------------
	   footer links
	   ---------------------------------------------------- */
	   
#footer a:link, #footer a:visited {

	color: #FFF; 
	text-decoration: none; 
}

#footer a:hover {

	color: #FEDB1C; 
	text-decoration: underline; 
}
	
#footer a:active {

	color: #FDB22D; 
	text-decoration: none; 
}


	/* ----------------------------------------------------
	   banner announcement links
	   ---------------------------------------------------- */
	   
#bannerAnnouncement a:link, #bannerAnnouncement a:visited {

	color: #FFF; 
	text-decoration: none; 
}

#bannerAnnouncement a:hover {

	color: #FFF; 
	text-decoration: underline; 
}
	
#bannerAnnouncement a:active {

	color: #F93; 
	text-decoration: underline; 
}

.bannerLink a:link, .bannerLink a:visited {

	color: #FFF; 
	text-decoration: none; 
}

.bannerLink a:hover {

	color: #FFF; 
	text-decoration: underline; 
}
	
.bannerLink a:active {

	color: #F93; 
	text-decoration: underline; 
}


/* ----------------------------------------------------
   PAGE/COLUMN TITLES
   ---------------------------------------------------- */

.pageTitle {

	font-family: georgia, times, serif; 
	font-size: 14px; 
	font-weight: bold;
}

.darkBackgroundText > .pageTitle {

	color: #FDB22D
}

.lightBackgroundText > .pageTitle {

	color: #000
}

#titleBar {
	
	background-color: #405A7B; 
	width: 701px;
	height: 35px;
	margin-top: 0px;
	border-bottom: 1px solid #9AA7B7;
}

#titleBarTitle {

	color: #FDC353; 
	font-family: Georgia, Serif; 
	font-size: 18px;
	font-weight: bold; 
	margin-left: 20px; 
	padding-top: 9px; 
	float: left; 
	margin-top: 0px;
}

#titleBarDate {

	float: right;
	margin-right: 25px;
	color: #ECEFF3;
	font-family: Verdana, Sans-serif; 
	font-size: 11px;
	padding-top: 10px;
}


/* ----------------------------------------------------
   HEADERS
   ---------------------------------------------------- */

.header {

	color: #405A7B;
	font-size: 14px;
	font-weight: bold;
}

.subheader {

	color: #405A7B;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.entitySubtitle {

	font-family: Verdana, Arial, Sans-serif; 
	color: #999; 
	line-height: 24px;
	font-size: 11px;
}

.entityTitle {

	font-family: Verdana, Arial, Sans-serif; 
	font-size: 16px;
	color: #405A7B;
	line-height: 20px;
}


/* ----------------------------------------------------
   OTHER TEXT FORMATTING
   ---------------------------------------------------- */

.communityBottomLink {

	text-align: right;
	font-size: 9px;
}

.bottomLink {

	text-align: right;
	font-size: 9px;
}

.tinyItalicNote {

	font-size: 10px;
	font-style: italic;
}

.highlightedSearchMatches {

	background-color: #FF8;
}

/* ----------------------------------------------------
   PHYSICS RESOURCES PAGE
   ---------------------------------------------------- */

.physicsResourcesFQXi {

	margin-top: 20px;
	border: 1px dotted #004;
}

.physicsResourcesFQXiHeader {

	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #004;
	font-size: 11px;
	padding: 2px;
}

.physicsResourcesFQXiBody {

	color: #004;
	background-color: #405A7B;
	font-size: 11px;
	padding: 10px;
}

.physicsResourcesFQXiPost {

	line-height: 12px;
	overflow: hidden;
	width: 140px;
}

.physicsResourcesFQXiLink {

	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

.physicsResourcesFQXiSeparator {

	margin-top: 15px;
	margin-bottom: 15px;
	height=1px;
	border-top: 1px dotted #66A;
}

