/**
 * Twitter - http://twitter.com
 * Copyright (C) 2010 Twitter
 * Author: Dustin Diaz (dustin@twitter.com)
 *
 * V 2.2.5 Twitter search/profile/faves/list widget
 * http://twitter.com/widgets
 * For full documented source see http://twitter.com/javascripts/widgets/widget.js
 * Hosting and modifications of the original source IS allowed.
 */
 
  @import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
  @import url(http://fonts.googleapis.com/css?family=Oswald);
  @import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
  
 .twtr-inactive{display:none;}
 
 /* Main Wrapper */
 
	.twtr-widget{
		position: relative;
		margin-bottom: 30px;
		font-size: 12px!important;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif!important;
		zoom:1;
	}
	
	.twtr-widget a{
		text-decoration: none!important;
	}
	.twtr-widget a:hover{
		text-decoration: underline!important;
	}	
	
	.twtr-widget a img{
		border: 0!important;
	}	
	
	.twtr-widget h3,
	.twtr-widget h4,
	.twtr-widget p {
		margin: 0!important;
		padding: 0!important;
		line-height: 1.5!important;
		width: auto!important;
	}
	
	.twtr-widget h3{ /* Caption */
		margin:0px!important;
		font-size:11px!important;
		font-weight:normal!important;
		color: #a5a5a5!important; 
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	}
	.twtr-widget h4{
		margin:0px!important;
		font-size:16px!important;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		color: #66AADB!important; 
	}	
	
	.twtr-widget-profile h3,
	.twtr-widget-profile h4 {
	  margin: 0!important;
	}	
	
	.twtr-widget h4 a { /* Title Link */
		color: #66AADB!important; 
	}
	
	/* Widget Shell */
	
		.twtr-doc{ /* Shell */
	
			width:100%;
			text-align:left;
			font-weight:normal;
			background: transparent!important; 
			color: #66AADB;
			position: relative;
		}	
		
			/* Header */
			
			.twtr-hd{
				padding:0px;
				position:absolute;
				zoom:1;
				overflow:hidden;
				top: -57px;
				right: 0;
				width: 200px;
				display: block;
			}
			
				.twtr-hd h4 {
					float: right;
					text-align: right;
					height: 40px;
					line-height: 40px!important;
					color: #A5A5A5!important;
					font-weight: normal!important;
					font-size: 16px!important;
					font-family: Arial,Helvetica,sans-serif!important;
				}
				
				.twtr-hd h3 {
					display: none;
				}
			
			.twtr-profile-img-anchor {
				margin: 0 0 0 10px!important;
				padding: 0;
				float: right;
			}
			
			.twtr-profile-img {
				display:block;
				float:left;
				width: 40px;
				height: 40px;
				border: 1px solid #66AADB!important;
				margin: 0!important;
				padding: 0!important;
			}
		
			/* Widget Content */
			
			.twtr-bd { /* Tweet Container */
				padding:0;
				margin: 0 0 0px 0;
				background: none; 
			}
			
				/* Timeline */
				
					.twtr-timeline{
						position:relative;
						overflow:hidden;
						z-index:2;
					}
					
					.twtr-scroll .twtr-timeline{
						overflow-x:hidden;
						overflow-y:auto;
					}
					
					/* Tweets */
					
						.twtr-tweets {
						
						}
						
						/* Tweet */
							
							.twtr-widget .twtr-tweet{
								overflow:hidden;
								zoom:1;
								border-bottom: 1px solid #111111;
								box-shadow: 1px 1px 1px #323232;
							}
							
							.twtr-widget .twtr-tweet:last-child{
								border-bottom-width:0;
								box-shadow: 0px 0px 0px #111111;
								margin-bottom: 20px;
							}
							
							/* Tweet Wrapper */
							
								.twtr-widget .twtr-tweet-wrap{ /* Individual Tweet Wrapper */
									padding: 12px 0 11px;
									width: 100%;
								}
								
								/* Tweet Avatar */
								
									.twtr-avatar{
										margin: 0 10px 0 0;
										float:left;
										overflow:hidden;
										display:block;
									}
									
									.twtr-img img{
										width:30px;
										height:30px;
										border: 1px solid #323232!important;
									}
						
								/* Tweet Text */
								
									.twtr-tweet-text { /* Tweet Text */
										color: #a5a5a5; 
										margin-left:0px!important;
										line-height: 200%!important;
									}
									
									.twtr-tweet-text a { /*Tweet Text Link */
										color: #66AADB; 
									}	
									
									.twtr-tweet-text em { /* Tweet Text small links  */
										background: none;
										padding: 4px;
										font-size:9px;
										font-style:normal;
										display:block;
										margin-top:8px;
										
									}
							
			/* Footer */	

				.twtr-ft{
					margin: 0;
					padding: 0;
					position:relative;
				}
				.twtr-ft div{
					overflow:hidden;
					padding:0;
					zoom:1;
				}
				
				.twtr-ft span{
					float: left;
					text-align:left;
				}
				
				.twtr-ft a{
					float:left;
					display:block;
				}
				
				.twtr-ft a img{
					position:relative;
					top:2px;
					display: none;
				}
				
				.twtr-ft span a{
					float:none;
				}	
				
				.twtr-ft span a:hover{
					text-decoration: none!important;
				}	
				
				.twtr-join-conv {  /* Join Conversation Link */
					border: none;
					display: block;
					float: left;
					background: url("../../images/homepage03.gif") repeat-x scroll left top transparent;
					height: 43px;
					color: #FFFFFF;
					font-family: 'Oswald',sans-serif;
					font-size: 15px;
					line-height: 43px;
					padding: 0 25px;
					text-transform: uppercase;
					text-shadow: 1px 1px 1px #343C16;	
					cursor: pointer;	
					margin: 0;
				}
							
				.twtr-join-conv:hover {
					background: url("../../images/homepage04.gif") repeat-x scroll left top transparent;
				}

	
/* Styles I cant find in use but maybe they are for something  */

	
	.twtr-widget .twtr-new-results{text-align:center;padding:3px;margin:0 auto -10px auto!important;display:block;position:relative;bottom:5px;line-height:.9;}
	.twtr-results-inner{line-height:1;font-size:100%;padding:4px 0;position:relative;bottom:-2px;width:40%;margin:0 auto;z-index:2;text-align:center;}
	.twtr-results-hr{width:100%;position:relative;z-index:1;height:1px;border-bottom:1px dotted #ddd;bottom:7px;background:none;overflow:hidden;}
	.twtr-new-results span{position:relative;z-index:3;top:-14px;display:block;font-size:9px!important;}
	.twtr-popular{font-size:10px;padding:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:inline-block;margin-top:3px;opacity:.8;}


/* Fullscreen Styles */
	
	.twtr-fullscreen{font-size:220%!important;}
	.twtr-fullscreen .twtr-new-results{display:none!important;}
	.twtr-fullscreen .twtr-tweet-wrap{padding:20px;}
	.twtr-fullscreen .twtr-new-results span{font-size:24px!important;}
	.twtr-fullscreen .twtr-hd{height:0;padding:0;}
	.twtr-fullscreen .twtr-avatar{width:80px;height:80px;}
	.twtr-fullscreen .twtr-img img{width:72px;height:72px;}
	.twtr-fullscreen a.twtr-join-conv{display:none;}
	.twtr-fullscreen .twtr-tweet-text{margin-left:90px;}	
