/*-------------------------------*/
/* General Setup                 */

	#skipLinks,
	#logo,
	#clientA,
	#logForm,
	#navigation,
	#department,
	#footer {
		display: none;
	}
	
	/* Logo */
	#wrapper:before {
		content: url("/a/img/global/logo4Print.gif");
	}
	
	#content {
		padding-top: 30px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family: helvetica, arial, verdana, sans-serif;
		page-break-after: avoid;
	}
	
	h1 {
		font-size: 16pt;
	}
	
	h2 {
		font-size: 14pt;
	}
		
		p, a {
			font-family: helvetica, arial, verdana, sans-serif;
			font-size: 10pt;
			color: #000000;
			line-height: 160%;
		}
		
		a {
			text-decoration: none;
		}
	
	img {
		border: none;
		display: block;
	}
	
	/*a:after {
		content: " (" attr(href) ") ";
		color: #666666;
		text-decoration: underline;
	}*/
	
	a[href^="/"]:after {
		content: " (http://www.mccannbristol.com" attr(href) ") ";
		color: #666666;
		text-decoration: underline;
	}
	
	object {
		width: 1px;
		height: 1px;
		overflow: hidden;
		display: none;
	}
	
	/*--------------------------------------------------*/
	/* Page breaks                                      */
	
		.feature.firstFeature {
			page-break-before: avoid;
		}
	
	/*--------------------------------------------------*/
	/* Section/Page specifics                           */
	
		/*--------------------------------------------------*/
		/* Home                                             */
	
		#news div {
			display: none;
		}
		
		#news div p {
			display: block;
		}
		
			/* Twitter */
			#twitterContainer {
				page-break-before: always;
				border: 1px solid #000000;
				padding: 10px 20px 0 20px;
				display: block;
			}
			
				#twitterHeader a {
					margin-left: 20px;
					font-size: 25pt;
				}
		
				/* Twitter avatar */
				#twitterContainer h2:before {
					content: url("http://s3.amazonaws.com/twitter_production/profile_images/73512480/mccanntwitter_lowres_bigger.jpg");
				}
				
				#twitterContainer .tweet {
					border-bottom: 1px solid #666666;
				}
				
					#twitterContainer .tweet strong {
						font-size: 14pt;
					}
					
					#twitterContainer .tweet span {
						font-style: italic;
						font-size: 10pt;
						color: #666666;
					}
		
		/*--------------------------------------------------*/
		/* Section Title Images                             */
		
		#departmentLogo {
			display: none;
		}