


/*
|	Mark Chironna : Life Coaching
|	Subpage CSS File
|
|	Author: Erik Smith, erik@pdgcreative.com
|	Employed By: PDG+creative
|	Notes: Events & Articles use the same CSS
|	Date Created: June 14, 2007
*/



/* Header
/*--------------------------------- */	

	#header {
		width:771px; 
		height:141px;
		position:relative;
	}
	
		#mark {
			position:absolute;
			left:0px;
			bottom:0px;
		}
			
		#header ul {
			top:35px;
		}
		
			
			
/* Content
/*--------------------------------- */		
			
#content {
	border-top:20px solid #FFA800;
	width:771px;
	line-height:18px;
	color:#BCCEE6;
	font-size:12px;
	float:left;
	position:relative;
}	

	#left {
		width:450px;
		display:inline;
		float:left;
		padding:20px 0 40px 0;
	}
	

		
		#midline {
			width:30px;
			background: transparent url(../../images/dropcallout.png) repeat-y;
			position:absolute;
			right:255px;
			top:0px;
		}
	
	#right {
		width:256px;
		float:left;
		margin:0 0 0 40px;
		padding:20px 10px 30px 15px;
		display:inline;
		background:#213E68 url(../../images/sub-callout.jpg) repeat-x;
	}
	
		
/* Event & Article Blurbs | Callout
/*--------------------------------- */	

dl.eventBlurb {
	border-bottom:1px solid #47658F;
	padding-bottom:8px;
	padding-top:8px;
}
	dl.eventBlurb dd {
		color:#BCCEE6;
		font-size:11px;
		padding-top:8px;
	}

dl.eventBlurb dt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
	dl.eventBlurb dt a {
		text-decoration:none;
		display:block;
		float:left;
	}
	
dl.eventBlurb span {
	display:block;
	width:100px;
	color:#999;
	float:right;
}

/* -------------------------------------*/

dl.articleBlurb {
	border-bottom:1px solid #47658F;
	padding-bottom:8px;
	padding-top:8px;
}
	dl.articleBlurb dd {
		color:#BCCEE6;
		font-size:11px;
		padding-top:8px;
	}

dl.articleBlurb dt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
	dl.articleBlurb dt a {
		text-decoration:none;
		display:block;
		float:left;
	}
	
dl.articleBlurb span {
	display:block;
	width:100px;
	color:#999;
	float:right;
}
	
/* -------------------------------------*/

ul.archives {
	margin:0 0 0 15px;
}

ul.archives li {
	list-style-type:none;
}

ul.archives li a {
	font-size:12px;
	text-decoration:none;
}

div.Article h3 {
	clear:both;
}

	div.Article h3 a {
		color:#1C76FD;
		text-decoration:none;
		font-size:22px;
		color:#fff;
		margin:3px 0 6px 0;
		font-weight:normal;
		border-bottom:2px solid #374E6F;
		display:block;
	}
	
	div.Article h4 {
		float:left;
		font-style:italic;
		color:#506A8F;
		font-size:12px;
		font-weight:normal;
		width:300px;
	}
	
	div.Article h5 {
		color:#506A8F;
		font-weight:normal;
		float:right;
		font-size:18px;
		margin:-3px 0 0 0;
	}
	
	div.ArticleContent {
		margin:10px 0 30px 0;
		padding:10px 0 0 0;
		clear:both;
	}

