/* default body, link, br styles */
body 			{
				font-family: Arial, Helvetica, sans-serif;
				background-color:#9ACC99;
				background-image:url(images/TALK_BCKGR.jpg);		
				font-size:14px;	
				color:#7f7f7f;
				margin-top: 0px;
				margin-bottom: 0px;
				background-repeat: repeat-x;							
				}
a			 	{
				color:#006600;
				text-decoration:none;
				}
a:hover		 	{
				color:#006600;
				text-decoration:underline;
				}							
*				{
				outline:0px;
				}	
br 				{
				clear:left;
				}	
				
/* altered body, link, br styles */							
.tweet_app a			 	{
				color:#323232;
				text-decoration:none;
				}
.tweet_app a:hover		 	{
				color:#323232;
				text-decoration:underline;
				}	

/* div styles */
#container 		{
				width: 950px;
				margin-top: inherit;
				margin-left: auto;
				margin-right: auto;	
				}
#logo			{
				margin-bottom: 10px;
				width:950px;
				height:180px;
				}
#content_left	{
				float: left;
				width: 580px;
				}
		
#content_right	{	
				float: right;
				width: 350px;
				}
#block_right 	{
				background-color: #B1CBB1;		
				border: solid 1px #006600;
				margin-bottom: 10px;	
				-moz-border-radius-topleft: 5px;
				-webkit-border-top-left-radius: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-right-radius: 5px;		
				}
#block_right_top5 	{
				position:absolute;
				width:350px;
				float:left;
				background-color: #B1CBB1;		
				border: solid 1px #006600;
				margin-bottom: 10px;	
				-moz-border-radius-topleft: 5px;
				-webkit-border-top-left-radius: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-right-radius: 5px;		
				}
								
/* tweet styles */				
#tweet			{
				position:relative;
				float:left;
				width:560px;
				height:68px;
				padding:10px;
				margin-bottom:10px;
				background-color: #B1CBB1;		
				border:solid 1px #006600;
				-moz-border-radius-topleft: 5px;
				-webkit-border-top-left-radius: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-right-radius: 5px;						
				}

#links			{
				position:relative;
				float:left;
				width:930px;
				height:200px;
				text-align:center;
				font-size:16px;
				font-weight:bold;
				padding:10px;
				margin-bottom:10px;
				background-color: #B1CBB1;		
				border:solid 1px #006600;
				-moz-border-radius-topleft: 5px;
				-webkit-border-top-left-radius: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-right-radius: 5px;						
				}
				
#tweet_profile	{
				position:absolute;
				z-index:2;
				top:5px;
				left:5px;
				}
#tweet_photo	{
				position:absolute;
				float:left;
				width:68px;
				height:68px;			
				}
#tweet_photo img{
				padding:10px;
				width:48px;
				height:48px;				
				border:solid 1px #323232;				
				-moz-border-radius-topleft: 5px;
				-webkit-border-top-left-radius: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-right-radius: 5px;					
				}			
#tweet_photo_small {
				width:20px;
				height:20px;
				border:0px;
				}				
#tweet_content	{
				position:absolute;
				width:400px;
				left:88px;
				color:#7f7f7f;
				/* border:#FFFFFF 1px solid; */
				}
#tweet_function_holder {
				position:absolute;
				top:60px;
				left:25px;
				}				
#tweet_function_holder img {
				border:0;
				height:20px;
				width:20px;
				}
#tweet_pic_info_holder {
				float:right;
				width:70px;
				height:68px;
				/* border:#FFFFFF 1px solid; */
				}
#tweet_pic_attachment {
				position:absolute;
				float:right;
				top:8px;
				right:8px;
				z-index:2;				
				}
#tweet_pic_attachment img {
				border:0px;			
				}				
#tweet_pic_play {
				position:absolute;
				float:right;
				top:24px;
				right:24px;
				z-index:2;
				}	
#tweet_pic_play img {
				border:0px;
				}				
#tweet_pic		{
				position:absolute;		
				float:right;
				top:10px;
				right:10px;
				z-index:1;			
				}			
#tweet_pic img	{
				position:relative;				
				width:32px;
				height:32px;
				border:0;
				padding:5px;
				border: solid 1px #323232;					
				-moz-border-radius-topleft: 5px;
				-webkit-border-top-left-radius: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-right-radius: 5px;					
				}
#tweet_info		{
				position:absolute;
				right:10px;
				bottom:6px;
				text-align:right;
				}
																	
.tweet_name		{
				color: #006600;
				font-size:17px;
				}
.tweet_time		{
				color: #323232;
				font-size:11px;				
				font-style: italic;
				}				
.tweet_app		{
				color: #323232;
				font-size:9px;
				}
.tweet_info		{
				color: #323232;
				font-size:9px;			
				}
				
#pages			{
				position:relative;
				float:left;
				width:560px;
				text-align:center;
				font-size:17px;
				font-weight:bold;
				padding:10px;
				background-color: #B1CBB1;		
				border:solid 1px #006600;
				-moz-border-radius-bottomleft: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-right-radius: 5px;						
				}											
				
/* content styles */
h1				{
				color: #006600;
				font-size:19px;
				padding:0px;
				margin:0px;
				}
p				{
				margin:0px;
				margin-top:5px;
				padding:0px;
				}				

.copy			{	
				padding:10px;
				color:#7f7f7f;
				}

/* gmap styles */
#map_canvas		{
				width:336px;
				height:300px;
				margin:0px 0px 10px 10px;
				overflow:hidden;
				}