/***************************************************************************************
 ******* Name		: home.css
 ******* URI		: /elements/css/home.css
 ******* Description: Homepage specific styles. Probably not very many.
 ******* Author		: Congruent Media
 ******* Author URI	: http://www.congruentmedia.com
 ***************************************************************************************/
 #primaryContent {margin: 0 0 10px;}
 #secondaryContent {margin: 0 0 10px;}
	 #secondaryContent .widgets {margin: 10px 0; padding: 0 0 30px;}
		 #secondaryContent .widgets .widget {
			 display: block;
			 float: left;
			 margin: 0 12px 0 0;
		 }
		 #secondaryContent .widgets .widget:last-child,
		 #secondaryContent .widgets .widget.last-child {margin-right: 0;}
	#secondaryContent .secondary {
		background: transparent url(/elements/images/home/meterSeparator.gif) top center repeat-y;
	}
		#secondaryContent .secondary .callout {width: 415px;}
		#secondaryContent .secondary #sentimentMeter {float: left;}
		#secondaryContent .secondary #momentumMeter {float: right;}
			#secondaryContent .secondary .callout .meter {
				display: block;
				float: left;
				height: 150px;
				overflow: hidden;
				width: 135px;
			}
			#secondaryContent .secondary #momentumMeter .meter {
				background: transparent url(/elements/images/home/momentumArrows.jpg) right top no-repeat;
				float: right;
				text-indent: -99999em;
			}
				#secondaryContent .secondary #momentumMeter .rising  {background-position: 0 0;}
				#secondaryContent .secondary #momentumMeter .steady  {background-position: 0 -175px;}
				#secondaryContent .secondary #momentumMeter .falling {background-position: 0 -325px;}
			#secondaryContent .secondary .callout .definition {float: right; width: 270px;}
			#secondaryContent .secondary #momentumMeter .definition {float: left;}
				#secondaryContent .secondary .callout .definition h1 {
					background: transparent url(/elements/images/home/meterHeaders.jpg) 0 0 no-repeat;
					height: 42px;
					margin: 0 0 12px;
					text-indent: -9999em;
				}
				#secondaryContent .secondary #momentumMeter .definition h1 {background-position: -300px 0;}
					#secondaryContent .secondary .callout .definition h1 a {
						display: block;
						height: 42px;
					}
				#secondaryContent .secondary .callout .definition p {margin: 0 0 1.333em;}
				#secondaryContent .secondary .callout .definition p a {
					color: #2477c8;
					font-weight: bold;
				}
				#secondaryContent .secondary .callout .definition p a:hover {text-decoration: underline;}
