/*
Theme Name: Trust Tour
Theme URI: http://www.trusttour.com
Description: Trust Tour default.
Version: 1.0
Author: 4O1creative
Author URI: http://www.401creative.com
*/


/* CSS Document */

@import url("reset.css");

/* COLOR DECLARATION ----------------

BLUE:			#0071a6
GREEN:			#89c437

 */

/* GLOBALS --------------------- */
body {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:18px;
	background:#f1f1f1 url(images/tt_header-bg.jpg) 0 0 repeat-x;
	color:#515050;
}
.clear {
	clear:both;
	display:block;
	width:0px;
	height:0px;
}
.column_1-3 {
	float:left;
	width:320px;
}
.column_2-3 {
	float:left;
	width:640px;
}
h2 {
	color:#5c5c5c;
	font-size:27px;
	margin-bottom:20px;
}
h3 {
	color:#1b1b1b;
	font-size:17px;
}
h4 {
	color:#0071a6;
	font-size:17px;
}
h5 {
	color:#0071a6;
	font-size:15px;
	padding-bottom:10px;
}
h6 {
	color:#0071a6;
	font-size:15px;
}
p {
	font-size:13px;
	padding-bottom:10px;
	line-height:19px;
}
#recent-posts .section ul {
	font-size:13px;
	padding-bottom:10px;
	line-height:19px;
	list-style:inside disc;
}
	#recent-posts .section ul ul {
		padding-bottom:0px;	
	}
	#recent-posts .section li {
		padding:0px;	
	}
a {
	color:#0071a6;
	text-decoration:none;
}
	a:hover {
		color:#89c437;
	}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}
.aligncenter {
	display: block;
	margin:0 auto 10px auto;
}
.alignnone {
	display: block;
	margin:0 auto 10px auto;
}
#recent-posts .section {
	clear:both;
}
.flickr-photos {
	padding-top:20px;	
}
blockquote {
	background:#DDD;
	padding:20px 20px 10px 20px;
	margin-bottom:10px;
}
.pathway {
	clear:both;	
}

.search-excerpt {
	background:yellow;
}

/* STRUCTURE -------------------- */
#container {
	width:960px;
	margin-left:70px;
}
	#header {
		position:relative;
		width:960px;
		height:150px;
		z-index:1000;
	}
		h1 a {
			display:block;
			text-indent:-9999px;
			width:390px;
			height:100px;
			background:url(images/tt_logo.jpg) 0 0 no-repeat;
		}
		#primary-nav {
			position:absolute;
			bottom:2px;
			left:0;
			width:577px;
			height:30px;
			z-index:1000;
		}
			#primary-nav li {
				float:left;
				height:30px;
				position:relative;
			}
				#primary-nav li a {
					display:block;
					text-indent:-9999px;
					height:30px;
					background-image:url(images/tt_nav.jpg);
				}
					#primary-nav li ul {
						position: absolute;
						left: -9999px;
						z-index:9999;
						background:#0071a6;
						margin-left:20px;
					}					
					#primary-nav li:hover ul, #primary-nav li.sfhover ul {
						left: auto;
					}
					#primary-nav li ul li {
						float:none;
						height:auto;
					}
						#primary-nav li ul li a {
							display:inline-block;
							text-indent:0px;
							padding:5px 15px;
							color:#fff;
							height:auto;
							background:#0071a6;
							width:150px;
						}
						#primary-nav li ul li a:hover {
							background:#0c5e8f;
						}
				
					#blog-btn {
						width:89px;
						background-position:0 0;
					}
						#blog-btn:hover {
							background-position:0 -30px;
						}
						#blog-btn.on {
							background-position:0 -60px;
						}
					#about-btn {
						width:105px;
						background-position:-89px 0;
					}
						#about-btn:hover {
							background-position:-89px -30px;
						}
						#about-btn.on {
							background-position:-89px -60px;
						}
					#trust-tools-btn {
						width:147px;
						background-position:-194px 0;
					}
						#trust-tools-btn:hover {
							background-position:-194px -30px;
						}
						#trust-tools-btn.on {
							background-position:-194px -60px;
						}
					#events-btn {
						width:111px;
						background-position:-341px 0;
					}
						#events-btn:hover {
							background-position:-341px -30px;
						}
						#events-btn.on {
							background-position:-341px -60px;
						}
					#partners-btn {
						width:125px;
						background-position:-452px 0;
					}
						#partners-btn:hover {
							background-position:-452px -30px;
						}
						#partners-btn.on {
							background-position:-452px -60px;
						}

		#secondary-nav {
			position:absolute;
			bottom:45px;
			right:0;
			width:220px;
			height:40px;
		}
			#secondary-nav li {
				float:left;
				height:40px;
			}
				#secondary-nav li a {
					display:block;
					text-indent:-9999px;
					height:40px;
					background-image:url(images/tt_secondary-nav.jpg);
				}
					#home-btn {
						width:89px;
						background-position:0 0;
					}
						#home-btn:hover {
							background-position:0 -40px;
						}
					#contact-btn {
						width:94px;
						background-position:-89px 0;
					}
						#contact-btn:hover {
							background-position:-89px -40px;
						}
					#rss-btn {
						width:37px;
						background-position:-183px 0;
					}
						#rss-btn:hover {
							background-position:-183px -40px;
						}



/* SEARCH -------------------- */
#search {
	position:absolute;
	bottom:5px;
	right:0;
	width:155px;
	height:22px;
	background:#015a8e url(images/tt_search-scope.gif) 8px 5px no-repeat;
	border:1px solid #0f6a9e;
	padding-left:25px;
	z-index:1000;
}
	#search input {
		width:145px;
		height:14px;
		padding:5px;
		background:none;
		border:0px none;
		color:#93b9cf;
	}
	#search input.focusField, #search input.hover {
		color:#ccc;	
	}
	
	
	
/* CAROUSEL -------------------- */
#carousel {
	width:960px;
	height:580px;
	margin-top:-30px;
	position:relative;
}
	#carousel-content {
		position:absolute;
		left:-20px;
		width:1000px;
		height:410px;
		z-index:100;
	}
		#carousel-altcontent {
			display:block;
			width:1000px;
			height:380px;
			padding-top:30px;
		}
		#carousel-flash {
			display:block;
			width:1000px;
			height:410px;			
		}
	#carousel-info {
		width:960px;
		height:170px;
		border-top:1px solid #e7e6e6;
		position:absolute;
		top:410px;
	}
		#carousel-info .on {
			background:#e3e3e3;
		}
		#carousel-info .column_1-3 {
			display:block;
			width:296px;
			height:120px;
			padding:25px 12px;
			cursor:pointer;
		}
		#carousel-info .column_1-3 img {
			float:left;
		}
		#carousel-info .column_1-3 h3 {
			padding-top:8px;
			padding-left:45px;
		}
		#carousel-info .column_1-3 p {
			padding-left:45px;
			padding-top:10px;
		}


/* CALLOUT -------------------- */
#callout {
	display:block;
	position:relative;
	top:-4px;
	left:-1px;
	width:962px;
	height:38px;
	background:url(images/tt_callout-bg.png) 0 0 no-repeat;
	margin-bottom:20px;
	margin-top:40px;
}
#callout.callout-home {
	margin-top:0px;
}
	#callout li {
		display:block;
		float:left;
		height:34px;
		margin-top:1px;	
		background:url(images/tt_callout-border.gif) top right repeat-y;
	}
	#callout .latest a {
		display:block;
		width:125px;
		height:34px;
		color:#6e6e6e;
		text-decoration:none;
		text-align:center;
		line-height:36px;
		text-shadow:0px 1px 1px #fff;
		font-size:13px;
		font-weight:bold;
	}
		#callout .latest a:hover {
			color:#4f4f4f;
		}
	#callout .consensus {
		width:732px;
		height:25px;
		color:#0071a6;
		font-size:17px;
		padding:8px 10px 0 10px;
		overflow:hidden;
	}
		#callout .consensus .green {
			color:#89c437;	
		}
		/*#callout.callout-home .consensus {
			width:782px;	
		}
		#callout.callout-home .end {
			background:none;
		}*/
	#callout .expand, #callout .votenow {
		background:none;	
	}
	#callout .expand a, #callout .votenow a {
		display:block;
		width:35px;
		height:34px;
		color:#0071a6;
		text-decoration:none;
		text-align:center;
		line-height:35px;
		text-shadow:0px 1px 1px #fff;
		font-size:18px;
	}
		#callout .expand a:hover, #callout .votenow a:hover {
			color:#89c437;
		}
		#expand-tooltip {
			position:absolute;
			top:25px;
			right:-1px;
			width:149px;
			height:38px;
			line-height:42px;
			text-align:center;
			background:url(images/tt_expand-tooltip.png) 0 0 no-repeat;
			z-index:100;
			font-size:12px;
			text-shadow:none;
			color:#e6f0f4;
		}
	#callout .votenow a {
		width:80px;
		font-size:12px;
	}


/* MAIN CONTENT -------------------- */
#main-content {
	position:relative;
	width:960px;
}
	#main-content .column_2-3 {
		width:596px;
		padding:20px 12px;
	}
	#main-content .column_1-3 {
		width:315px;
		padding:20px 12px;
	}
	.post-content {
		padding-top:10px;	
	}


/* MODULES -------------------- */
.module {
	clear:both;
	margin-bottom:20px;
}
.module h2 {
	margin-bottom:20px;	
}
#spotlight img {
	float:left;
	margin-right:10px;
}
#spotlight .learn-more-btn {
	float:right;	
}
#partners {
	text-align:center;
}
	#partners ul {
		width:275px;
		margin:0 auto;
	}
	#partners ul li {
		float:left;
		margin:10px;
		border:1px solid #e0e0e0;
	}
		#partners ul a {
			display:block;
			width:95px;
			height:95px;
			background:#000;
			border:10px solid #fff;
		}
		#partners ul a:hover {
			border-color: #e0e0e0;
		}



/* EVENTS CALENDAR -------------------- */
#wp-calendar {
	padding:0 20px;
	position:relative;
}
#wp-calendar table {
	width:100%;
}
#wp-calendar thead {
	font-size:10px;
	border-bottom:1px solid #E0E0E0;		
}

#wp-calendar table.nav {
	background:#ddd;
	position:relative;
}
#wp-calendar #ec3_publish, #wp-calendar #ec3_spinner {
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-8px;
}
#wp-calendar table caption {
	font-size:17px;
	line-height:30px;
	border-bottom:1px solid #E0E0E0;
}
#wp-calendar #prev {
	text-align:left;
	padding-left:10px;
	font-size:11px;
}

#wp-calendar #next {
	text-align:right;
	padding-right:10px;
	font-size:11px;
}

.ec3_eventday a {
	color:#89c437 !IMPORTANT;
}

#wp-calendar table td,
#wp-calendar table th {
	text-align:center;
	padding:5px 0;
	vertical-align:middle;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
	background:none;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
	background:#E0E0E0;
}

#event-details {
	padding-top:5px;
	border-top: 1px solid #E0E0E0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
	#event-details span {
		font-family:"Times New Roman", Times, serif;
		font-weight:normal;
		font-style:italic;
	}

 #upcoming-events {
	padding:15px 10px 0 20px;
	margin:5px 0px;
	border-top: 1px solid #E0E0E0; 
 }
#upcoming-events h4 {
	margin-bottom:8px;	
}
.ec3_list {
	font-size:11px;
	padding-bottom:10px;
}
.ec3_list a {
	font-size:14px;	
}

.ec3_schedule {
	padding:10px 20px 10px 20px;
	margin:5px 0 20px 0;
	background:#E0E0E0;
	font-size:12px;
}
	.ec3_schedule h6 {
		padding-bottom:1px;
		margin-bottom:3px;
		border-bottom:1px solid #ccc;
		color:#555;
		font-size:13px;
	}
	#recent-posts .ec3_schedule .ec3_to {
		font-family:"Times New Roman", Times, serif;
		font-style:italic;
		color:#888;
	}
	#recent-posts .ec3_date {
		padding-right:10px;
		margin-right:10px;
		border-right:1px solid #bbb;
	}


/* RECENT POSTS -------------------- */
#recent-posts {
	padding:0px 10px 20px 20px;	
}
	#recent-posts li.recent-post {
		padding:0 0 25px 0;	
		clear:both;
	}
	#recent-posts h4 {
		width:470px;
		float:left;
		margin-bottom:6px;
		margin-top:10px;
	}
	#recent-posts .category-icon {
		display:block;
		float:left;
		margin-right:20px;
		opacity:1;
		filter:alpha(opacity=100);
	}
		#recent-posts .category-icon:hover {
			opacity:.6;
			filter:alpha(opacity=60);
		}
	#recent-posts .post-meta {
		display:inline-block;
		margin-bottom:12px;
		background:#c1c2c7;
		color:#fff;
		padding:3px 6px;
		font-size:11px;
		width:auto;
		float:left;
	}
		#recent-posts .post-meta a {
			color:#fff;	
			text-decoration:none;
			font-weight:bold;
		}
			#recent-posts .post-meta a:hover {
				text-decoration:underline;
			}
		li.journal {
			background:url(images/tt_blog-icons-lg_journal.jpg) 0 0 no-repeat;
		}
		li.polls {
			background:url(images/tt_blog-icons-lg_poll.jpg) 0 0 no-repeat;
		}
		li.videos {
			background:url(images/tt_blog-icons-lg_video.jpg) 0 0 no-repeat;
		}
		li.podcasts {
			background:url(images/tt_blog-icons-lg_podcast.jpg) 0 0 no-repeat;
		}
		li.news {
			background:url(images/tt_blog-icons-lg_news.jpg) 0 0 no-repeat;
		}
	#recent-posts .post-content {
		clear:both;	
	}
	#recent-posts .post-meta-bottom, #recent-posts .comment_bottom {
		display:block;
		background:#eaebeb;
		height:30px;
		width:100%;
		position:relative;
		clear:both;
	}
		#recent-posts .post-meta-bottom div {
			float:left;
		}
		#recent-posts .post-meta-bottom a {
			display:block;
			padding-left:25px;
			margin-left:20px;
			height:30px;
			line-height:32px;
			font-size:11px;
		}
		#recent-posts .post-meta-bottom .author a {
			background:url(images/tt_meta-icons_author.jpg) 0 center no-repeat;
		}
		#recent-posts .post-meta-bottom .comments a {
			background:url(images/tt_meta-icons_comments.jpg) 0 center no-repeat;
		}
		#recent-posts .post-meta-bottom .share a {
			background:url(images/tt_meta-icons_share.jpg) 0 center no-repeat;
		}
		#recent-posts .post-meta-bottom .share {
			float:right;
			margin-right:20px;
		}
		#recent-posts .post-meta-bottom .sociable-widget {
			position:absolute;
			width:149px;
			height:38px;
			right:14px;
			top:30px;
			background:url(images/tt_expand-tooltip.png) 0 0 no-repeat;
			z-index:100;
			display:none;
			opacity:0;
			filter:alpha(opacity=0);
		}
			#recent-posts .post-meta-bottom .sociable-widget ul {
				padding:10px 0 0 10px;
			}
			#recent-posts .post-meta-bottom .sociable-widget li {
				display:block;
				float:left;
				width:16px;
				height:20px;
				padding:0;
				margin:0;
				margin-right:6px;
			}
			#recent-posts .post-meta-bottom .sociable-widget a {
				display:block;
				width:16px;
				height:20px;
				padding:0;
				margin:0;
				opacity:1;
				filter:alpha(opacity=100);
				background:none;
			}
				#recent-posts .post-meta-bottom .sociable-widget a:hover {
					opacity:.6;
					filter:alpha(opacity=60);
				}


/* VIEW ALL MODULE -------------------- */
#view-all {
	/*background:#e0e0e0;*/
	padding:12px 15px 30px 15px;
}
	#view-all h4 {
		float:left;	
	}

/* BLOG FILTER -------------------- */
#blog-filter {
	float:right;	
}
#blog-filter.module {
	float:left;
	width:100%;
}
#blog-filter h3 {
	float:left;	
}
#blog-filter a {
	display:block;
	width:45px;
	height:45px;
	float:left;
	position:relative;
	top:-23px;
	margin-left:5px;
	background-image:url(images/tt_blog-icons-sm.jpg);
	text-align:center;
	font-size:10px;
}
#blog-filter.module a {
	top:0px;
}
#blog-filter a span {
	position:relative;
	top:45px;
}
#blog-filter a.podcasts {
	background-position:0 0;
}
	#blog-filter a.podcasts:hover {
		background-position:0 -45px;
	}
#blog-filter a.videos {
	background-position:-45px 0;
}
	#blog-filter a.videos:hover {
		background-position:-45px -45px;
	}
#blog-filter a.journal {
	background-position:-90px 0;
}
	#blog-filter a.journal:hover {
		background-position:-90px -45px;
	}
#blog-filter a.news {
	background-position:-135px 0;
}
	#blog-filter a.news:hover {
		background-position:-135px -45px;
	}
#blog-filter a.polls {
	background-position:-180px 0;
}
	#blog-filter a.polls:hover {
		background-position:-180px -45px;
	}
	#blog-filter-list {
		margin-top:15px;
		border-top:1px solid #e0e0e0;
		border-bottom:1px solid #e0e0e0;
		padding:10px 0 25px 10px;
	}
	#blog-filter-list a {
		margin-left:10px;
	}


/* FOOTER -------------------- */
#footer {
	display:block;
	position:relative;
	top:-4px;
	left:-1px;
	width:957px;
	height:38px;
	background:url(images/tt_callout-bg.png) 0 0 no-repeat;	
	padding-left:5px;
	margin-bottom:20px;
}
	#footer li {
		display:block;
		float:left;
		height:35px;
		background:url(images/tt_callout-border.gif) top right repeat-y;
	}
	#footer li.last {
		background:none;
	}
	#footer li a {
		display:block;
		padding:0 15px;
		height:35px;
		color:#6e6e6e;
		text-decoration:none;
		text-align:center;
		line-height:36px;
		text-shadow:0px 1px 1px #fff;
		font-size:13px;
		font-weight:bold;
	}
		#footer li a:hover {
			color:#4f4f4f;
		}

#join-tt {
	display:block;
	text-align:center;
	width:180px;
	padding-top:70px;
	margin:0 auto;
	margin-bottom:30px;
	cursor:pointer;
	background:url(images/tt_join-tt.jpg) center 0 no-repeat;
	font-size:12px;
}

/* SIFR -------------------- */
.sIFR-flash {
	margin-top:-5px;
	margin-bottom:-11px;
}


/* BUY NOW -------------------- */
.product {
	float:left;	
	display:block;
	width:80px;
	height:29px;
}
.googlecart-add {
	float:left;
	display:block;
	text-indent:-9999px;
	width:80px;
	height:29px;
	background:url(images/tt_buy-now-btn.jpg) 0 0 no-repeat;
}
	.googlecart-add:hover {
		background-position:0 -29px;	
	}
	
	a.learn-more-btn {
	float:left;
	margin-top:10px;
	margin-right:10px;
	display:block;
	text-indent:-9999px;
	width:80px;
	height:29px;
	background:url(images/learnmore-button.jpg) 0 0 no-repeat;
}
	a.learn-more-btn:hover {
		background-position:0 -29px;	
	}

#social-media-app {
	position:fixed;
	right:0;
	bottom:45px;
}
	#social-media-btns {
		position:absolute;
		width:46px;
		height:111px;
		right:0;
		bottom:8px;
		z-index:6000;
	}
		#social-media-btns li {
			display:block;
			width:46px;
			float:left;
		}
		#social-media-btns a {
			display:block;
			text-indent:-9999px;
			width:46px;
			background-image:url(images/tt_social-media-btns.gif);			
		}
		a#twitter-btn {
			height:55px;
			background-position:0 0;
		}
			a#twitter-btn:hover {
				background-position:-46px 0;
			}
			.on a#twitter-btn {
				background-position:-92px 0;
			}
		a#facebook-btn {
			height:56px;
			background-position:0 -55px;
		}
			a#facebook-btn:hover {
				background-position:-46px -55px;
			}
			.on a#facebook-btn {
				background-position:-92px -55px;
			}
	#social-media-info {
		position:absolute;
		width:464px;
		right:-410px;
		bottom:0;
		z-index:5000;
	}
		.close-btn {
			display:block;
			width:46px;
			height:58px;
			text-indent:-9999px;
			background:url(images/tt_social-media-close-btn.gif) 0 0 no-repeat;
			cursor:pointer;			
		}
			.close-btn:hover {
				background-position:-46px 0;	
			}
		#social-media-info .close-btn {
			position:absolute;
			right:0;
			top:8px;
		}
		#social-media-info .top {
			display:block;
			width:464px;
			height:9px;
			background:url(images/tt_social-media-info-top.png) 0 0 no-repeat;
		}
		#social-media-info .bottom {
			display:block;
			width:464px;
			height:10px;
			background:url(images/tt_social-media-info-btm.png) 0 0 no-repeat;
		}
		#social-media-info .inside {
			position:relative;
			display:block;
			width:444px;
			height:106px;
			padding:0px 10px 1px 10px;
			background:url(images/tt_social-media-info-inside.png) 0 0 repeat-y;
			overflow:hidden;
		}
			#social-media-info .app {
				position:absolute;
				top:0;
				left:10px;
			}
		.twtr-widget {
			width:400px;	
		}
		.fan_box .page_stream {
			height:320px;	
		}


/* SOCIAL MEDIA -------------------- */
#contact-mod {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/tt_contact-bg.png);
	z-index:1000;
}
	#contact-box {
		position:relative;
		top:0;
		margin:0 auto;
		width:500px;	
	}
		#contact-top {
			display:block;
			width:500px;
			height:9px;
			background:url(images/tt_social-media-info-top.png) 0 0 no-repeat;
		}
		#contact-inside {
			display:block;
			width:460px;
			padding:20px 20px 0px 20px;
			background:url(images/tt_social-media-info-inside.png) 0 0 repeat-y;
			color:#fff;
		}
		#contact-btm {
			display:block;
			width:500px;
			height:10px;
			background:url(images/tt_social-media-info-btm.png) 0 0 no-repeat;
		}
		#contact-box .close-btn {
			position:absolute;
			right:2px;
			top:10px;
		}
		#contact-mod h2 {
			color:#fff;
			font-size:30px;
			font-weight:normal;
			text-align:right;
			position:absolute;
			right:55px;
			top:24px;
			line-height:35px;
			width:400px;
		}
		p.emails {
			color:#9dd7f9;	
		}
		#contact-mod a {
			color:#fff;	
		}
			#contact-mod a:hover {
				color:#89c437;	
			}
		#contact-mod iframe {
			border:1px solid #9dd7f9;	
		}


/* PAGE NUMBERS -------------------- */
#wp_page_numbers {
	display:block;
	width:560px;
	height:32px;
	background:url(images/tt_pagenum-bg.jpg) 0 0 no-repeat;
	font-size:12px;
	margin-bottom:20px;
}
	#wp_page_numbers li {
		float:left;	
		padding:0px;
		height:32px;
		line-height:32px;
	}
	#wp_page_numbers li.page_info {
		height:32px;
		width:150px;
		text-align:center;
		color:#fff;
		margin-right:10px;
	}
	#wp_page_numbers li a {
		display:block;
		color:#6E6E6E;
		height:32px;
		text-shadow:0 1px 1px #FFFFFF;
		font-weight:bold;
		padding:0 10px;
		line-height:32px;
	}
	#wp_page_numbers li a:hover {
		color:#89c437;
	}
	#wp_page_numbers li.active_page a {
		color:#333;
		text-decoration:underline;
	}



/* TRUST SCALE --------------------- */
#recent-posts .section .ts-module li {
	padding:0px;
	margin:0px;
	list-style:none;
}
#recent-posts .section .ts ul {
	list-style:none;
}
.ts {
	position:relative;
	display:block;
	width:600px;
	height:220px;
	margin-bottom:20px;
}
.ts-module {
	display:block;
	position:absolute;
	top:72px;
	left:0px;
	width:411px;
	height:83px;
	background:url(images/tt_scale-module-bg.png) 0 0 no-repeat;
}
.ts-btn {
	display:block;
	position:absolute;
	text-indent:-9999px;
	width:17px;
	height:17px;
	background:url(images/tt_scale-radios.gif) 0 0 no-repeat;
	left:5px;
}
.ts-what {
	display:inline-block;
	position:relative;
	top:120px;
	font-size:11px;
	padding:2px 6px;
	border:1px solid #e0e0e0;
	width:auto;
}
.ts-module li {
	float:left;
	position:relative;
	display:block;
	height:106px;
	width:38px;
}
.ts-module li a {
	position:absolute;
	display:block;
	height:28px;
	width:28px;
}
.ts-graph-pos, .ts-graph-neg {
	position:absolute;
	display:block;
	width:200px;
	height:106px;
	left:200px;
	z-index:1;
}
.ts-graph-pos {
	bottom:41px;
}
.ts-graph-neg {
	top:41px;
}
.ts-bar {
	display:block;
	width:28px;
	height:38px;
	position:absolute;
	left:0px;
	background-image:url(images/tt_scale-graph-bg.jpg);
	background-repeat:repeat-x;
	color:#fff;
	text-align:center;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
}
.ts-graph-pos li a {
	bottom:0;
}
.ts-graph-neg li a {
	top:0;
}
.ts-graph-pos .ts-btn {
	bottom:3px;
}
.ts-graph-neg .ts-btn {
	top:12px;
}
.ts-graph-pos .ts-bar{
	bottom:32px;
	background-position:top left;
}
.ts-graph-neg .ts-bar{
	top:41px;
	background-position:bottom left;
	height:26px;
}
	.ts-bar-p1 .ts-bar { height:30px; }
	.ts-bar-p2 .ts-bar { height:38px; }
	.ts-bar-p3 .ts-bar { height:46px; }
	.ts-bar-p4 .ts-bar { height:54px; }
	.ts-bar-p5 .ts-bar { height:62px; }
	.ts-bar-n5 .ts-bar { padding-top:36px; }
	.ts-bar-n4 .ts-bar { padding-top:28px; }
	.ts-bar-n3 .ts-bar { padding-top:20px; }
	.ts-bar-n2 .ts-bar { padding-top:12px; }
	.ts-bar-n1 .ts-bar { padding-top:4px; }
	
	/* Hover states 
	.ts-bar-p1 a:hover .ts-bar { height:35px; }
	.ts-bar-p2 a:hover .ts-bar { height:43px;	}
	.ts-bar-p3 a:hover .ts-bar { height:51px;	}
	.ts-bar-p4 a:hover .ts-bar { height:59px;	}
	.ts-bar-p5 a:hover .ts-bar { height:67px;	}	
	.ts-bar-n5 a:hover .ts-bar { padding-top:41px; }
	.ts-bar-n4 a:hover .ts-bar { padding-top:33px; }
	.ts-bar-n3 a:hover .ts-bar { padding-top:25px; }
	.ts-bar-n2 a:hover .ts-bar { padding-top:17px; }
	.ts-bar-n1 a:hover .ts-bar { padding-top:9px; }*/	

.ts-check {
	display:block;
	width:26px;
	height:25px;
	position:absolute;
	left:6px;
	text-indent:-9999px;
	display:none;
}
.ts-graph-pos .ts-check {
	bottom:5px;
	background:url(images/tt_scale-checkmark_pos.gif) 0 0 no-repeat;
}
.ts-graph-neg .ts-check {
	top:1px;
	background:url(images/tt_scale-checkmark_neg.gif) 0 0 no-repeat;
}
.ts-module li a.checked .ts-check {
	display:block;
	opacity:1;
	filter:alpha(opacity=100);
}
.ts-bubble {
	position:absolute;
	display:block;
	width:192px;
	height:53px;
	z-index:3000;
	color:#fff;
	font-size:16px;
	display:none;
	line-height:50px;
}
.ts-bubble img {
	float:left;
	margin-right:10px;
}
.ts-bubble p {
	font-size:10px;
	line-height:11px;
	padding:0px;
}
.ts-graph-pos .ts-bubble {
	bottom:25px;
	left:0px;
	background:url(images/tt_scale-tooltip_pos.png) 0 0 no-repeat;
	padding:10px 12px 20px 12px; 
}
.ts-graph-neg .ts-bubble {
	top:45px;
	right:8px;
	background:url(images/tt_scale-tooltip_neg.png) 0 0 no-repeat;	
	padding:20px 12px 10px 12px;
}
.ts-cast {
	display:none;
	width:158px;
	height:33px;
	position:absolute;
	top:96px;
	left:396px;
	z-index:2000;
}
.ts-cast a {
	display:block;
	width:158px;
	height:33px;
	text-indent:-9999px;
	background:url(images/tt_scale-cast-btn.jpg) 0 0 no-repeat;
}
.ts-cast a:hover {
	background-position:0 -33px;	
}
.ts-overlay {
	position:absolute;
	top:0;
	left:0;
	width:560px;
	height:220px;
	z-index:3000;
	opacity:.9;
	filter:alpha(opacity=90);
	text-align:center;
	line-height:220px;
	background:#f1f1f1;
	display:none;
}
.ts-overlay img {
	margin-right:10px;	
}
.ts-results {
	position:absolute;
	display:block;
	width:150px;
	height:220px;
	right:20px;
	bottom:0;
}
.ts-results li {
	position:absolute;
	bottom:44px;
	left:0;
	width:150px;
	text-align:center;
	display:none;
}
.ts-results-popout {
	display:block;
	width:150px;
	height:75px;
	line-height:72px;
	color:#fff;
	text-align:left;
}
.ts-results-popout img {
	float:left;
	margin:10px 5px 0 5px;
}
.ts-results-pos .ts-results-popout {
	background:url(images/tt_scale-results-bg_pos.jpg) 0 0 no-repeat;
}
.ts-results-neg .ts-results-popout {
	background:url(images/tt_scale-results-bg_neg.jpg) 0 0 no-repeat;
}
.ts-results-confirm {
	color:#0071a6;
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #e0e0e0;
}
.ts-results-average {
	font-size:12px;	
}

/* Tickers */
#time-on-tour, #people-on-tour {
	padding-left:10px;	
}
#time-on-tour a {
	display:block;
	width:315px;
	text-align:center;
}

/* JOIN FORM */
#join-message {
	display:none;
	background:#e0e0e0;
	margin-bottom:20px;
}
#join-message p {
	padding:10px 20px;
}
#join-message p.error {
	color:#d23e4b;
}
#join-form td {
	padding-bottom:20px;
}
#join-form .field {
	padding:10px;
	width:545px;
	background:#eaeaea;
	position:relative;
	display:block;
}
#join-form .field input {
	position:absolute;
	left:120px;
	background:none;
	border:none;
	font-size:15px;
	border-left:1px solid #CCC;
	padding:0 20px;
	width:405px;
	color:#0071a6;
}
#join-form .radio {
	margin:0 10px;	
}

/* COMMENTS --------------------- */
#commenting {
	margin-top:20px;	
}
#commenting h4 {
	width:560px;
}
#commentform {
	clear:both;	
}
#commentform textarea, #commentform .comment_fields {
	width:555px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	border:1px solid #CCC;
	padding:4px;
}
#commenting .user_comment {
	float:left;
	clear:both;
	padding:20px 20px 10px 20px;
	background:#e0e0e0;
	width:525px;
}
#commenting .comment_bottom {
	clear:both;
	margin-bottom:20px;
}
#commenting .comment_bottom div {
	float:left;
	background:transparent url(images/tt_meta-icons_comments.jpg) no-repeat scroll 0 center;
	display:block;
	font-size:11px;
	height:30px;
	line-height:32px;
	margin-left:20px;
	padding-left:25px;
}
.comment-edit-link {
	float:right;
	height:30px;
	line-height:32px;
	font-size:11px;
	padding-right:10px;
}

/* LIST OF MEMBERS --------------------- */
#tour-members-list {
	padding:0 20px;
	margin-bottom:15px;
}
#recent-posts #tour-members-list li {
	float:left;
	width:178px;
	padding:0 10px 0 60px;
	line-height:30px;
	background:#e1e1e1;
	margin-bottom:5px;
	text-align:left;
	position:relative;
}
#recent-posts #tour-members-list li.alt {
	margin-left:5px;
}
#recent-posts #tour-members-list li span {
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	font-size:20px;
	top:0;
	width:60px;
	left:0;
	height:30px;
	color:#89c437;
	text-align:center;
}