/*
family40_articles_screen.css
Copyright 2007, Focus on the Family
Created: 10/21/207
Version: 1.0
*/

/* overrides of main stylesheets */
.curvedBox
{
	width: 212px;
	float: left;
	background: url(/images/backgrounds/curvedbox_nav_bg.gif) repeat-y;
	padding: 0;
}
#leftNav
{
	width: 184px;
	float: none;
	background: none;
	overflow: hidden;
	margin: 0 0 0 11px;
}
#editorialWell
{
	float: right;
	clear: none;
	width: 648px;
	overflow: hidden;
	margin: 15px 18px 15px 0;
}

/* leftNav styles */
.curvedboxTop
{
	width: 212px;
	height: 14px;
	background: url(/images/backgrounds/curvedbox_nav_top.gif) no-repeat;
}
.curvedboxBottom
{
	width: 212px;
	height: 183px;
	background: url(/images/backgrounds/navbottom_green.gif) no-repeat;
}

/* editorialWell styles*/
#editorialWell h2.index
{
	height: 42px;
	width: 648px;
	background: url(/images/backgrounds/articletop_green.gif) no-repeat;
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	padding: 10px 0 0 12px;
	letter-spacing: -0.02em;
	margin: 0 0 10px 0;
}

#editorialWell h3 a
{
	color: #001a7c;
	text-decoration: none;
}

#editorialWell h3 a:hover
{
	text-decoration: underline;
}

#editorialWell h4
{
	color:#49352c;
}

.byline
{
	font-weight: bold;
	font-style: italic;
	margin: 20px 0;
	color: #666;
}

#editorialWell p, #editorialWell cite, #editorialWell blockquote
{
	line-height: 1.5;
}

#editorialWell a
{
	color: #001a7c;
	font-weight: bold;
}
#editorialWell a:hover
{
	text-decoration: none;
}
#editorialWell a.moreLink
{
	color: #a69142;
}

blockquote
{
	margin-left: 40px;
	margin-right: 40px;
}
cite
{
	text-align: right;
	font-style: italic;
	display: block;
	margin: 0 10px 0 0;
}

.footnotes, .authorBio
{
	border-top: 2px outset #999;
	padding: 5px 0;
	margin: 0 20px;
}
.authorBio
{
	font-style: italic;
}
