/* @group Common */
	
	* {
		border: none;
		font-family: inherit;
		font-size: inherit;
		font-style: inherit;
		font-weight: inherit;
		line-height: inherit;
		margin: 0;
		outline: none;
		padding: 0;
	}
	
	body {
		font-family: 'helvetica', 'arial', sans-serif;
		font-size: 14px;
		line-height: 26px;
	}


a#forward_fblike {
	width: 45px;
	padding-right: 13px;
	padding-left: 10px;
	overflow: hidden;
}


a#forward_tweet {
	width: 58px;
	padding-right: 3px;
	padding-top: 0px;
	z-index: 100;
}

.addthis_button img, .addthis_button span {
	vertical-align: middle;
}

	
	/* @group Copy */
		
		.copy a {
			color: #2c76a9;
			text-decoration: none;
		}
		.copy i,
		.copy em {
			font-style: italic;
		}
		.copy b,
		.copy strong {
			font-weight: bold;
		}
		
		.copy hr {
			border: none;
			border-top: 1px solid #dcdcdc;
			height: 1px;
			margin: 14px 0;
			text-align: left;
			width: 100%;
		}

		
		/* @group Images */
			
			.copy .image {
				clear: both;
				float: right;
				margin: 0 10px 20px 30px;
				max-width: 250px;
				width: 40%;
			}
			.copy .image img {
				width: 100%;
			}
			.copy .image .caption {
				background: #eeeeee;
				border-bottom: 1px solid #dddddd;
				border-top: 1px solid #ffffff;
				font-size: 10px;
				overflow: hidden;
				zoom: 1;
			}
			.copy .image .caption p {
				margin: 5px 10px;
			}
			
			.copy .blog-header-image {
				margin: 10px 0;
			}
			.copy .blog-header-image img {
				width: 100%;
			}
			
			.main-image img {
				display: block;
				float: none;
				vertical-align: bottom;
				width: 100%;
			}
			
			.copy embed,
			.copy object {
				display: block;
			}
			
		/* @end */
		
		/* @group Headers */
			
			.copy h1,
			.copy h2,
			.copy h3 {
				font-family: 'georgia', serif;
			}
			
			.copy h2 {
				background: #72acd5;
				color: #ffffff;
				font-family: 'helvetica', 'arial', sans-serif;
				font-weight: bold;
				padding: 5px;
				text-align: center;
				text-transform: uppercase;
			}
			.copy h2 a {
				color: #ffffff;
			}
			
			.copy h2.date {
				background: #000000;
				text-transform: none;
			}
			
			.copy h3,
			.copy h4 {
				font-family: 'georgia', serif;
			}
			
			.copy h3 {
				font-size: 22px;
				margin: 10px;
			}
			
			.copy h4 {
				color: #555555;
				font-size: 18px;
				font-style: italic;
				margin: 10px;
			}
			
			.copy h5 {
				font-weight: bold;
				margin: 10px;
			}
			
		/* @end */
		
		/* @group Paragraphs */
			
			.copy blockquote {
				margin: 0 0 0 30px;
			}
			
			.copy p {
				margin: 10px;
			}
			
			.copy p.author {
				font-weight: bold;
			}
			
			.copy p.date {
				color: #888888;
			}
			.copy p.date + h3 {
				margin-top: -10px;
			}
			
			.copy p.more {
				clear: both;
				margin: 0;
			}
			.copy p.more + p.more {
				clear: none;
			}
			.copy p.more a {
				background: #eff4f8;
				display: block;
				font-weight: bold;
				margin: 10px 0;
				padding: 10px;
			}
			.copy p.more a.secondary {
				background: #f6e3e2;
			}
			
		/* @end */
		
		/* @group Lists */
			
			.copy ul {
				list-style: disc;
				margin: 10px 10px 10px 40px;
			}
			
			.copy .headlines {
				margin: 0;
			}
			.copy .headlines li {
				border-bottom: 1px solid #cccccc;
			}
			.copy .headlines li a {
				display: block;
				font-family: 'georgia', serif;
				font-size: 22px;
				padding: 10px;
				text-decoration: none;
			}
			.copy .headlines li p {
				margin-top: -5px;
			}
			
		/* @end */
		
	/* @end */
	
	/* @group Header */
		
		#header {
			text-align: center;
		}
		#header a {
			color: #ffffff;
			text-decoration: none;
		}
		#header h1 {
			background: #0098ff;
		}
		#header h1 a {
			background: url('../../../workspace/images/logo.png') no-repeat center 15px;
			display: block;
			height: 67px;
			margin: 0 auto;
			text-indent: -1000em;
			width: 100%;
		}
		#header ul {
			background: #000000;
			font-size: 10px;
			padding: 8px 0;
		}
		#header ul li {
			color: #888888;
			display: inline;
		}
		#header ul li a {
			margin: 0 8px;
		}
		#header div {
			background: #3e403b;
			padding: 3px;
		}
		#header div img {
			vertical-align: bottom;
		}
		
	/* @end */
	
	/* @group Footer */
		
		#footer {
			background: #0d5485;
			color: #ffffff;
			font-size: 12px;
			padding: 10px 0;
			text-align: center;
		}
		#footer a {
			color: #ffffff;
			text-decoration: none;
		}
		
	/* @end */
	
/* @end */