/*
	Featured Content Slider
	by: Chris Coyier
*/

body 										{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }

/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: white; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 330px; position: relative; top: -2.3em; left: 0; border:2px solid #9fa39c; }
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 330px; height: 158px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 330px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; float:left; display:inline; }
#movers-row									{ margin: 0px 0 0 62px; overflow:hidden; }

#movers-row div								{ width: 25%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(../images/transpBlack.png); padding: 5px; font-size:12px; height: 40px; width:320px;
                							  overflow:hidden; margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data a  						{ color:#DCFEFF; }
.photo-meta-data span 						{ font-size: 11px; }
.cross-link									{ display: block; width: 62px; margin-top: -2px; 
											  position: relative; padding-top: 3px; z-index: 9999; }
.active-thumb 								{ background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat; }

/*
	POLL
*/
.pollContent								{ width:100%; text-align:center; }
.pollDate									{ width:100%; font-weight:bold; text-align:left; }
.pollTitle									{ position:relative; float:left; width:100%; font-weight:bold; font-size:14px; padding:10px 10px; }
.pollUpper									{ height:70px; overflow:hidden;  }
.pollLower									{ position:relative; float:left; width:100%; padding:10px; }

.pollLink									{ position:relative; float:right; background-color:#a05c23; padding:6px 12px; border:1px #fff solid; margin-right:20px; }
.pollLink a									{ color:#fff; text-decoration:none; font-family:"Gill Sans Light",Arial,sans-serif; font-weight:bold; text-transform:uppercase; font-size:10px; }
.pollLink a:hover							{ color:#fff; text-decoration:underline; }

.pollTime									{ position:relative; float:left; }
.pollTimeTitle								{ position:relative; float:left; font-size:8px; text-align:left; }
.pollTimeClock								{ font-size:14px; font-weight:normal; text-align:left; float:left; }


