@charset "UTF-8";

/* Classes defined first so overrides will work */

.comments {
	min-height: 100px;
}

/* Tags defined */

h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}
h5 {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 14pt;
	font-variant: small-caps;
}
ul {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #fff000;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
	max-width: 300px;
}
lh {
	font-weight: bold;
}
li {
	margin-left: 20px;
}
blockquote {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/ldquote_y.png), url(../images/rdquote_y.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	font-size: 14pt;
	font-style: italic;
	color: #0f034e;
}
#shareLinks {
	margin-bottom: 10px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#shareLinks a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* IDs and Compound styles */

.vStyleWin div.articleBody {
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.articleBody .photoAndCaption {
	float: left;
	border: 2px solid #0f034e;
	width: 250px;
	position: relative;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.articleBody .caption {
	color:#000;
	font-size: 10pt;
	text-align: center;
	background: rgba(255, 255, 255, .7);
	position: absolute;
	bottom: 0px;
	width: 90%;
	padding-top: 2px;
	padding-right: 5%;
	padding-bottom: 4px;
	padding-left: 5%;
	line-height: 12pt;
}
.articleBody .calContainer {
	float: left;
	width: 60px;
	margin-right: 20px;
	margin-left: 10px;
}
.calContainer #month {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	font-size: 10pt;
	color: #000;
	background-color: #fff000;
	text-align: center;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.calContainer #date {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-size: 18pt;
	font-weight: bolder;
	color: #0f034e;
	background-color: #FFF;
	text-align: center;
	padding: 3px;
}
.calContainer #numComments {
	height: 20px;
	width: inherit;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/commentBalloon.png);
	padding-top: 5px;
}

