/* CSS Document */

/*#######################################*/
/*##            Article CSS            ##*/
/*#######################################*/

/*#### Styles for Article Home page #####*/
#articlehome h1, #articlehome h2, #articlehome h3, #articlehome h4, #articlehome h5, #articlehome h6
{
	padding-bottom:5px;
	margin:0 0 5px 0;
	text-align:right;
	color:#CCCCCC;
	border-bottom:dotted 1px gray;
}
#articlehome
{
	float:left;	
	width:100%; /*Needed for IE not to overlap its container as a result of the float. Thanks Microsoft.*/
	padding-bottom:5px;
	border-bottom:dotted 1px gray;
}
#articlehome #articlehomelogo
{
	margin:0 10px 0 0;
}
#articlehome .articlesummary
{
	margin-bottom:0;
}
#articlehome .articlesummary a
{
	font-weight:bold;
}
#articlehome .articleattribution
{
	margin-top:0;
	color:gray;
	font-style:italic;
}
#articlehome .articlethumb
{
	float:left;
	margin:5px 10px 5px 10px;
}
#articlehome .articlepreview
{
	margin:5px 0 5px 0;
	clear:left;
}

#articlehome .pageadregion
{
	padding:0;
	margin:10px;
	text-align:left;
}
/*#### Styles for individual Article pages ####*/
#article h1, #article h2, #article h3, #article h4, #article h5, #article h6
{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#article #articleheader h1
{
	border-top:dotted 1px gray;
	padding-top:10px;
	margin-top:10px;
}

#article
{
	float:left;
	width:100%; /*Needed for IE not to overlap its container as a result of the float. Thanks Microsoft.*/
}

/*justify paragraph text*/
#article #articlebody>p, #article #articleheader>p /*target only first-level p elements in article*/
{
	text-align:justify;
}
#article #articleheader img
{
	padding:0;
	margin:0 15px 5px 0;
	float:left;
}
#article #articleheader p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;	
}
#article #articleheader #articleattribution
{
	clear:left; /*clears the logo regardless of the length of leader paragraph*/
	padding-bottom:5px;
	text-align:right;
	border-bottom:dotted 1px gray;
	color:Gray;
}
#article #articlebody
{
	padding-bottom:10px;
	border-bottom:dotted 1px gray;
	margin-bottom:10px;
}
#article #articlebody .captionedimg
{
	padding:5px;
	margin:5px 10px 5px 10px;
	text-align:center;
	overflow:hidden;
	border:dotted 1px gray;
}
#article #articlebody .captionedimg p
{
	margin:0;
	padding:5px 2px 5px 2px;
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
}
#article #articlebody .captionedimg a img
{
	border:0;
	margin-bottom:3px;
}

#article #articlebody .captionedimg .imageattribution
{
	margin:0;
	padding:0;
	line-height:110%;
	color:Gray;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
}

/*#### Styles for ads apprearing in Article pages ####*/
#article .adartr, #article .adartl
{
	text-align:center;	
	margin:5px 10px 5px 10px;
	padding:5px; 
	width:250px; 
	border:solid 2px #660099;
	background-color:#FFCCFF;
}
#article .adartr
{
	float:right;
}
#article .adartl
{
	float:left;
}
#article .adartr h3, #article .adartl h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
}
#article .adartr a, #article .adartl a
{
	font-weight:bold;
	font-size:1.2em;
	color:#660099;
}
#article .adartr p, #article .adartl p
{
	line-height:120%;
}

/*#### Styles specific to product reviews apprearing in Article pages ####*/
#article dl
{
	margin:10px;
	padding:0 5px 5px 5px;
	font-size:1.1em;
	border:solid 2px #999999; 
}
#article dt
{
	margin-top:5px;
	font-weight:bold;
}
#article dd
{
	margin:0;
}

/*#######################################*/