/* Share Page(s) */
body#share {background:url(../img/body-bg-share.jpg) no-repeat top center #8F2410; margin:0 0 0 40px;}

#share #wrapper {
	width:910px;
	margin:auto;
	position:relative;
}

#share .column1 {
	float:left;
	width:200px;
	padding-top:75px;
	margin-left:10px;
}
#share .column2 {
	float:left;
	margin-left:20px;
	display:inline;
	width:500px;
}

#share .section p {
	line-height:1.4em;
	font-size:13px;
}	
#share div.scroller { 
		/* modify width and height of scrolling section if necessary	*/		
		width: 480px; 
		height: 350px;
		overflow: hidden;
}
#share div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:480px;
	height:350px;
	overflow:hidden;
	float:left;		
}
#share .scroller.poems div.content {
	width:10000px;
}

#share .column2 .where {
	background:url(../img/black-stitch.gif) repeat-y;
	padding:0 20px 0 30px;
	width:550px;
}
.column2 .where p {
	line-height:1.5em;
	font-weight:normal;
	font-size:11px;
	font-family:verdana;
}
.column2 .where p strong {
	font-size:12px;
}
ul.subnav li ul {
	list-style:none;
	line-height:1em;
}
ul.subnav li ul li a {
	color:#8F2410;
}
#share .column2 .response {
	background:url(../img/black-stitch.gif) repeat-y;
	padding:0 20px 0 30px;
	width:550px;
}
table.survey {
	width:450px;
	font-size:13px;
}
table.survey td {
	padding:10px 0 10px 0;
	border-bottom:solid 1px #333;
} 
table.survey textarea {
	background-color:#fff;
	border:solid 1px #333;
	padding:3px;
} 