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

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

td {

	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 11px;
	line-height: 16px;
}

#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;
}

#podcastDate {

	margin-top: 10px;
	font-size: 12px;
}

#podcastDescription {

	margin-left: 30px;
	font-size: 12px;
}

#podcastStories {

	margin-top: 10px;
	font-size: 10px;
}

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

.lightBackgroundText {

	color: #444;
}

.darkBackgroundText, .darkBackgroundText .header {

	color: #DEDEDE;
}

.columnText {

	margin-left: 15px; 
	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;
}

.videoContestPageTitle, #videoContestPageTitle {

    color: #405A7B;
    font-size: 14pt;
    line-height: 16pt;
    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-family: Georgia, Times, Serif;
	font-size: 18px;
	font-weight: bold;
}

.contrast-header {

    color: #FDB22D;
    font-family: Georgia, Times, Serif;
    font-size: 18px;
    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;
}

#sideBarWrapper {

   /* float: right; */
    background-color: #405A7B;
    width: 190px;
    margin: 0 0 25px 15px !important;
    font-size: 10px;
    line-height: 130%;
    border-top: 1px solid #9AA7B7;
    border-left: 1px solid #9AA7B7;
    border-bottom: 1px solid #9AA7B7;
}

#sideBarContent {

    margin-left: 14px;
    margin-right: 10px;
    margin-top: 14px;
    margin-bottom: 18px;
}

.sideBarTitle {

    font-family: Georgia, Serif;
    font-size: 13px;
    color: #FDC353;
    line-height: 120%;
}

.sideBarTiny {

    font-size: 9px;
    line-height: 120%;
}

.lessThanDay {
    color: lightgreen;
    border: 1px solid lightgreen;
}

.lessThanThreeDays {
    color: greenyellow;
    border: 1px solid greenyellow;
}

.lessThanWeek {
    color: darkgreen;
    border: 1px solid darkgreen;
}

.lessThanMonth {
    color: orange;
    border: 1px solid orange;
}

.lessThanQuarter {
    color: orangered;
    border: 1px solid orangered;
}

.lessThanYear {
    color: red;
    border: 1px solid red;
}

.relativeTemporalIndication {

    float: right;
    padding: 5px;
    clear: both;
    font-style: italic;
    font-size: 10px;
}


.textLessThanDay {
    color: #000;
}

.textLessThanThreeDays {
    color: #505050;
}

.textLessThanWeek {
    color: #686868;
}

.textLessThanMonth {
    color: #808080;
}

.textLessThanQuarter {
    color: #A0A0A0;
}

.textLessThanYear {
    color: #B0B0B0;
}

.textMoreThanYear {
    color: #C8C8C8;
}

#videoPresentationWrapper {
    margin-bottom: 30px;
    width: 100%;
}

.featuredVideo {
    background-color: lightgray;
    width: 276px;
    padding: 13px 13px 7px 13px;
    margin-left: 160px;
}

.featuredVideo #thumbnailWrapper {
    position: relative;
    /*height: 100%;*/
}

.featuredVideo #thumbnailPlay {
    position:absolute;
    top: 83px;
    left: 115px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background: transparent url(/images/misc/video-contests/playbtn-rectangle.png) no-repeat;
}

.skyscraperAd {
    margin: 0 20px;
}