@charset "utf-8";
/* CSS Document */

#colTwoLayout {
	width: 810px;
	font-family: Georgia,'Times New Roman',Times,serif;
	color: #000000;
	}
	
/* ===== Header ===== */
	
#colTwoHeader {
	height: 100px;
	border-bottom: #F4F4F4 solid 1px;
	margin-bottom: 20px;
	}
	
.phtHeadLeft {
	float: left;
	padding-right: 120px;
	text-align: right;
	}
	
.phtTitle {
	font-size: 30px;
	color: #000000;
	margin:0;
	padding:0;
	}
	
.phtDate {
	color: #999999;
	font-size:14px;
	font-weight: bold;
	margin-top: 5px;
	}
	
.phtCoverCol {
	float: left;
	width: 340px;
	}
	
.phtIntroCol {
	float: left;
	width: 460px;
	}
	
.phtIntroCol p {
	font-size: 16px;
	line-height: 19px;	
}

.wp-caption.alignright {
	float:right;
	margin: 20px;
	
}

.wp-caption.alignleft {
	float:left;
	margin: 20px;
	
}
.wp-caption.alignleft p {
	font-size: 14px !important;
	color: #000000;
	padding: 10px 0 10px 0;
	line-height: 20px !important;
	font-family:Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-weight:bold;
}


.entry-title.post-title {
	margin-top: 20px;
	width: 810px;
	border-bottom: #F4F4F4 solid 1px;
	margin-bottom: 20px;
	font-size:20px;
}

.wp-caption.alignright p {
	font-size: 14px !important;
	color: #000000;
	padding: 10px 0 10px 0;
	line-height: 20px !important;
	font-family:Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-weight:bold;
}

.phtArticle H3 {
	margin-bottom: 20px !important;
	font-size:15px !important;
	color: #1d507b;
	font-size:18px !important;
}
/* ===== Links ===== */
	
.phtLinks {
    margin-left: 20px;
	margin-top: 5px;
    padding: 0;
}

.phtLinks li {
    margin: 0;
    padding:0;
	margin-bottom: 10px;
}

.phtLinks li a:link, .phtLinks li a:visited {
    color: #1f5f7f;
    text-decoration: none;
	font-size: 16px;
	font-family: Georgia,'Times New Roman',Times,serif;

}

.phtLinks li a:hover, .phtLinks li a:active {
    color: #1f7d71;
    text-decoration: underline;
}

/* ===== Contents ===== */

.phpContentsHead {
	font-size: 20px;
	color: #000000;
	margin:0;
	padding:0;
	}

.phtContents {
	border-top: #F4F4F4 solid 1px;
	margin-top: 20px;
	padding-top: 40px;
	width: 810px;
	border-bottom: #F4F4F4 solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.phtContents p {
	color: #000000;
	font-size: 16px;	
}

.phtNews {
	background: #6ac7d1;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 3px;
	padding: 5px;
	}
	
a.phtNewsLink:link, a.phtNewsLink:visited{
	color: #1f5f7f;
	text-decoration: none;
	font-size: 15px;
}


a.phtNewsLink:hover, a.phtNewsLink:active {
	color: #1f7d71;
	text-decoration: underline;
}

/* ===== Article ===== */

.phtArticle {
	line-height: 20px;
	margin-top: 20px;
	width: 810px;
	border-bottom: #F4F4F4 solid 1px;
	margin-bottom: 20px;
	font-family: Georgia,'Times New Roman',Times,serif;

}

.phtArticle li {
	line-height: 20px;
	font-size: 16px;
	color: #000000;
	font-family: Georgia,'Times New Roman',Times,serif;

}

.phtArticle p {
	line-height: 17px;
	font-size: 16px;
	color: #000000;
}

#phtArticleNav {
	width: 780px;
	border: 1px solid #F4F4F4;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 15px;
	font-size:15px;
	}

.phtArticleTitle {
	font-size: 20px;
	color: #000000;
	margin:0;
	padding:0;
	}

.phtsidebar {
	background: #F4F4F4;
	border-left: dotted 4px #0574B5;
	float: right;
	width: 280px;
	padding: 10px;
	margin-left: 15px;
	}
	
.phtsidebar p {
	font-size: 11px;
}

.phtsidebar h3{
	color: #E4A014;
	padding: 0;
	margin: 0;
	font-size: 20px;
}
	
.phtsidebar h4{
	color: #0574B5;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
	
/* ===== Footer ===== */
	
#colTwoFooter {
	width: 810px;
	height: 100px;
	}


/* ===== Misc ===== */

.clear {
	clear: both;	
}