/* LINKS */
a, a:link, a:visited, a:active {
	color: #081463;
	text-decoration: none;
}
a, a:hover  {
	color: #3263C9;
	text-decoration: underline;
}
.uppercase {
	text-transform: uppercase;
	font: 11px/1.2em "Lucida Grande", Tahoma, Verdana;
}
.uppercaseBig {
	text-transform: uppercase;
	font: 12px/1.3em "Lucida Grande", Tahoma, Verdana;
}
font.title {
	font-size:1.5em;
	font-weight: bold;
	font-family: Georgia, Times, serif;
}
font.notUploaded {
	color: #FD6D6D;
}

/* HR */
hr.separator {
	border: 1px solid #CECECE;
	border-width: 1px 0 0 0;
	width: 100%;
	visibility: visible;
	height: 1px;
	color: none;
	padding: 0 0 0 0;
	margin: 0 0 .55em 0;
}
hr.separator2 {
	border: 1px solid #CECECE;
	border-width: 1px 0 0 0;
	width: 100%;
	visibility: visible;
	height: 1px;
	color: none;
	padding: 0 0 0 0;
	margin: 0 0 .0 0;
}
/* image */
.left {
	border:1px solid #CECECE;
	padding: 1px;
	float: left;
	margin-right: 13px;
	margin-bottom: 1px;
}

.post {
	display: block;
}

.post .metadata p  {
	font: .92em/1.3em "Lucida Grande", Tahoma, Verdana, sans-serif;
	margin-left: 1.5em;
}

.post .excerpt p, ul, blockquote, ol  {
	line-height: 1.6em;
	color: #383131;
	font-size: 1.09em;
	font-family: "Lucida Grande",Tahoma,Verdana,times,serif;
	margin-right: 10px;
}

.post .disclaimer p  {
	line-height: 1.2em;
	color: #383131;
	font: 1.0em/1.1em "Lucida Grande", Tahoma, Verdana, sans-serif;
	margin-top: 2em;
}
