@charset "utf-8";

/*	-------------------------------------------------------------
	Marketing Week Style Sheet
	Boussias Communications
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		Simple styles
	Filename:			mw.simple.css
	Version:			1.0
	Date:				December 20, 2006
	------------------------------------------------------------- */
	
	

/*	Article Header
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#delta h3 { /* Main Title */
			float: left;
			display: block;
			background: url("../_images/h3redWide.gif") no-repeat left top;
			width: 734px;
			color: #fff;
			font-size: 12px;
			height: 25px;
			margin: 0px;
			padding: 5px 8px 0px 8px; }
			
		#delta h1 {
			color: #b50303;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 36px;
			line-height: 36px;
			margin: 0px;
			padding: 0px;
			font-weight: normal; }
		
		#delta span.date {
			font-weight: bold;
			background-image: url("../_images/separator.gif");
			background-position: right;
			background-repeat: no-repeat;
			padding: 0px 10px 0px 0px; }
		
		#delta span.author {
			background-image: url("../_images/separator.gif");
			background-position: right;
			background-repeat: no-repeat;
			padding: 0px 10px 0px 7px; }
		
		#delta span.author a {
			background-image: url("../_images/iconArticle.gif");
			background-position: right;
			background-repeat: no-repeat;
			padding: 0px 13px 0px 0px; }
		
		#delta span.topics {
			padding: 0px 0px 0px 7px; }



/*Article Body
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#articleBody {
			float: left;
			padding: 0px 10px 0px 0px;
			margin: 0px;
			width: 399px; }
	
		#articleBody div.options {
			display: block;
			background-color: #fff;
			border: 1px solid #cccccc;
			margin: 0px 0px 10px 0px;
			padding: 0px;
			width: 407px;
			clear: both;
			font-size:11px;
			float: left; }
		
		#articleBody div.options span {
			background: url("../_images/dots2.gif") repeat-y right;
			padding: 0px 3px 0px 3px;
			height: 25px;
			margin: 0px;
			display: block;
			float: left; }
		
		#articleBody div.options a {
			display: inline;
			float: left;
			height: 17px;
			margin: 4px;
			line-height: 14px; }
		
		#articleBody div.options a.print {
			background: url("../_images/iconPrint.gif") no-repeat left;
			padding: 0px 0px 0px 20px; }
		
		#articleBody div.options a.send {
			background: url("../_images/iconSend.gif") no-repeat left;
			padding: 0px 0px 0px 20px; }
		
		#articleBody div.options a.save {
			background: url("../_images/iconSave.gif") no-repeat left;
			padding: 0px 0px 0px 20px; }
		
		#articleBody div.options a.top { 
			background: url("../_images/iconTop.gif") no-repeat left;
			padding: 0px 0px 0px 15px; }
		
		#articleBody div.options a.fontSize {
			text-indent: -9999px;
			background: url("../_images/iconFontSize.gif") no-repeat left;
			width: 20px; }
		
		#articleBody div.options a.accessibility {
			text-indent: -9999px;
			background: url("../_images/iconFontAccess.gif") no-repeat left;
			width: 20px; }
		
		#articleBody div.options a.digg {
			text-indent: -9999px;
			background: url("../_images/iconDigg.gif") no-repeat left;
			width: 20px; }
		
		#articleBody div.options a.delicious {
			text-indent: -9999px;
			background: url("../_images/iconDelicious.gif") no-repeat left;
			width: 20px; }
			
		#articleBody p.intro {
			font-size: 1.1em;
			line-height: 1.3em;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold; }
	
		#articleBody p {
			font-size: 1.1em;
			line-height: 1.3em;
			margin: 10px 0px 0px 0px; }	
		
		#articleBody blockquote {
			font-size: 1.4em;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #921a1a;
			padding: 10px 20px 10px 30px;
			margin: 20px 30px 10px 30px;
			background: url("../_images/quotes.gif") #ffffff no-repeat left top; }
		
		
		#articleBody div.image {
			float: left;
			width: 180px;
			margin: 0px 10px 10px 0px;
			padding: 0px; }
		
		#articleBody div.image img {
			border: 1px solid black;
			padding: 0px;
			margin: 0px; }
		
		
		#articleBody div.image span {
			border-top: 1px solid #fff;
			padding: 8px;
			display: block;
			color: #484848;
			background-color: #f2f2f2;
			font-size: 11px;
			line-height: 13px; }
		
		#articleBody div.image span a {
			display: block;
			padding: 0 0 0 15px;
			margin: 5px 0px 0px 0px;
			background: url(../_images/iconGallery.gif) no-repeat left center;
			font-weight: bold; }
			

