/* CSS for summersong writing pages */
body
{
	background-color:#36648B;
	color: #000000;
	margin-top:8px;
	margin-bottom:20px;
	text-align:center;
}

div.container
{
	margin: 0px auto;
	width:890px;
	position:relative;
	text-align: left;
	margin-bottom:40px;
}


a:link {color: #054689; text-decoration:underline; font-weight:bold}     /* unvisited link */
a:visited {color: #054689; text-decoration:underline; font-weight:bold}  /* visited link */
a:hover {color: #220088; text-decoration: underline}   /* mouse over link */

.heading
{
	margin-left: 0px auto;
	margin-right: 0px auto;
	margin-top:2px;
	margin-bottom:1px;
	background-color:#9db4ce;
	padding: 8px 10px 4px 10px;
	
	position:relative;
	text-align:center;

	 background-image:url('pics/ArticleHeadingBack.gif');  
	background-repeat:repeat-x;
}
.bottomBackNext
{
	margin: 5px 0px 10px 0px;
}
.footerDescription
{
	padding:8px;
	background-color:#c6d7ea;
}
.footerDescriptionParagraph
{
	margin-top:8px;
}
.topBackNext
{
	margin: 10px 0px 5px 0px;
}
.title
{
	margin-top:12px;
}
.titleText
{
	font: 'Times';
	font-weight: bold;
	font-size:26px;
}
img.image
{
	border:0;
	margin-right:3px;
	position:relative;
	top:4px;
	margin-left:3px;
}
img.article
{
	border:0;
}
.summersongHome
{
	position:relative;
	display:inline;
	float:left;
	text-align:left;
	/* move to the left to compensate for the "Home" button */
	margin-right:-80px;
}
.email
{
	display:block;
	position:absolute;
	float:right;
	left:800px;
	top:40px;
}
div.copyright
{
	text-align: center;
	font-size:10pt;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}
.productName
{
	font-weight:bold;
}
div.soundClips
{
	margin:8px;
	text-align:left;
	font: 'Georgia' 'Times';
	font-size:18px;
}
div.clipsTitle
{
	font-weight:bold;
	text-align:center;
}
div.clipsSubTitle
{
	margin-top:3px;
	font-weight:normal;
	text-align:left;
}
.description
{
	font-size:14px;
	margin:10px 6px 10px 6px;
	padding:8px;	
	text-align:left;
	
	border-top:solid 1px #b6cbe4; 
	border-left:solid 1px #b6cbe4; 
	border-bottom:solid 1px #89a1be; 
	border-right:solid 1px #89a1be;
	
	background-color:#b4c9e1;
	background-image:url('pics/ArticleDescriptionBack.gif');  
	background-repeat:repeat-x;
}
.descriptionParagraph
{
	margin-top:5px;
}

/* adsense */
.adsense
{
	margin:5px 0px 5px 0px;
}
div.adsenseInside
{
	position:absolute;
	display:block;
	left:610px;
	top:425px;
	width:234;
	height:60;
}
html/**/div.adsenseInside /* IE only */
{
	left:170px;
}
div.adsenseInsideCreativityArticle
{
	position:absolute;
	display:block;
	left:350px;
	top:405px;
	width:468;
	height:60;
}
html/**/div.adsenseInsideCreativityArticle /* IE only */
{
	left:-80px;
}
div.adsenseInsideRecordingBrass2
{
	position:absolute;
	display:block;
	left:70px;
	top:460px;
	width:200px;
	height:200px;
}
html/**/div.adsenseInsideRecordingBrass2
{
	left:-370px;
}

/* Amazon gift certificate */
.giftCertificateSection
{
	background-color:#b3cfef;
	padding:8px;
	margin:0px 100px 10px 100px;
	text-align:center;
	font-size:15px;
}
.giftCertificateSectionEndOfArticle
{
	background-color:#b3cfef;
	padding:8px;
	margin:10px 65px 10px 65px;
	text-align:center;
	font-size:15px;
}
.giftCertificateParagraph
{
	margin-bottom:5px;
	text-align:left;
}
.giftCertificateHeading
{
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
}
.giftEmailInstructions
{
	font-weight:bold;
}

img
{
	border:0;
}
a
{
	outline:0;
}