/* CSS layout */

/* Page style */

.leadimage	{
	margin-top: 20px;
	background-color:#cccccc; 
	width: 100%; 
	padding:1px;
}

.leadimage img	{
	border:1px #fff solid;
}

.leadimage p	{
	font-size: .8em;
	padding: 5px;
	vertical-align:middle;
}

/* ############  Team Member styles  ############# */

.team 	{
		margin-top: 10px;
}

.team img	{
	float:right;
	margin-top: 0;
}

.teamtitle	{
	font-size:1.2em;
	font-weight:bold;
	color:#4A759C;
}

.teamname	{
	font-size:1.3em;
	font-weight:bold;
	color:#4A759C;
}


/* ############  Quiz Box for home page  ############# */
.quizbox	{
	width: 191px;
}

.quizarea	{
	width: 169px;
	padding: 5px 10px 5px 10px;
	border-left:1px #8496a8 solid;
	border-right:1px #8496a8 solid;
}

.quizbottom	{
	width: 191px;
	height: 30px;
	background-image:url('/site/wp-content/themes/masterworks/files/img_quizbox_btm_bkgd.gif')
}


.eboxlabel {
display: inline;
margin-left: 10px;
line-height:10px;
margin-bottom: 10px;
}


/* ############  Right column ############# */

.content_box	{
	margin-top: 15px;
}

.content_box .scroll {
	overflow:auto;
	background:white;
}
.content_box .scroll ul {
	margin: 0 10px 10px 10px;
	padding: 0;
	font-size:90%;
}
.content_box .scroll ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
.right_col .content_box	{
	margin-left: 13px;
}
#scripturequote	{
	position:absolute;
	bottom: 0;
	right: 0;
	width: 203px;
	background-color: #738da7;
	padding-right: 14px;
	padding-left: 13px;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #ffffff;
	font-size:.9em;
	line-height: 1.5em;
}

#scripturequote	.right	{
	font-weight:bold;
	text-align:right;
}


.page_label {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 10px 0 10px;
	margin-bottom: 0;
}

/* ********************  Various list styles ******************* */
.attributes li	{
	font-weight:bold;
	color:#213442;
}

.normal	{
	font-weight: normal;
	color: #000000;
}

ul.teamlisting	{
	line-height:1.5em;
	list-style:none;	
	display: inline;
}

.teamlisting li	{
		display: block;
		width: 150px;
		margin-bottom:20px;
}

#icl_container	{    /*  this is the generic tag that Kintera uses */
	font-size: .8em;
}

#icl_container_news ul {
	list-style-type: none;
	padding: 10px 0px;
	margin: 0px;
}

.icl_title	{
	font-size: 1.2em;
	font-weight: bold;
	color:#4A759C;
	margin-bottom:5px;
}


/*  blog styles */
.NLtitle	{
	margin-top: 10px;
	font-size:1.2em;
	font-weight:bold;
	color:#4A759C;
}

.NLauthor	{
	font-size:1em;
	font-weight:bold;
	color:#4A759C;
}

.NLdate	{
	font-weight: bold;
}

.NLtoctitle	{
	font-weight: bold;
}
/* ********************  Various table styles ******************* */

#clientlist td	{
	padding-bottom: 20px;
		text-align:center;
		vertical-align:bottom;
}

.portfolio {
	text-align: left;
	font-size: 75%;
	font-family: verdana,helvetica, aria, sans-serif;
}
div.right_col table {margin: 13px 0 0 10px;}
div.right_col table strong {font-size: 1.4em; color: #FFF;}
div.right_col table table {margin:-10px 0 0 0;}
div.right_col table td a {display: block; margin-bottom: 0.5em;}
div.right_col ul.blog-posts {
 list-style: none;
 margin: 0;
 padding: 0 0 0 10px;;
}
div.right_col ul.blog-posts li {margin-bottom: 1em;}
div.right_col ul.blog-posts li a, div.right_col ul.blog-posts li a:hover {color: #FFF;}

div.blog-post div.entry {border-bottom: 1px solid #CCC;}
div.blog-post h2 {font-size: 1.4em; margin-bottom: 0em;}
div.blog-post h2 a {text-decoration: none;}
div.blog-post span.postmetadata {font-size: 0.8em;}
div.blog-post a.more-link {display: block; margin-top: 0.6em;}

p.postmetadata {
 border-top: 1px solid #CCC; 
 padding-top: 0.5em;
}
p.postmetadata, p.postfollow {
 font-size: 0.8em;
 line-height: 1.1em;
}
h3#respond {
 border-top: 2px solid #CCC; 
 padding-top: 0.5em;
}
form#commentform textarea#comment, form#commentform input {
 border: 1px solid #000;
 font-family: inherit;
 padding: 3px;
 font-size: 12px;
}
form#commentform textarea#comment {width: 400px}
form#commentform input#submit {
 background: #4F759C; 
 color: #fff; 
 padding: 5px; 
 border: 3px double #CCC;
 cursor: pointer;
 cursor: hand;
}
ol.commentlist {list-style: none; margin: 0; padding: 0;}
ol.commentlist li {
 background: #EEE;
 padding: 10px;
}
ol.commentlist li.alt {background: #FFF;}
ol.commentlist li img.avatar {
 float: left;
 margin-right: 7px;
}
ol.commentlist li span.commentmetadata {
 display: block;
 font-size: 1.2em;
 background: #444C5D;
 height: 25px;
 color: #FFF;
 padding-top: 7px;
}
ol.commentlist li span.commentmetadata cite {
 font-weight:bold;
 font-style:normal;
}
ol.commentlist li span.commentmetadata a {color: #FFF;}
