/***********************************
	Color Palette
************************************



*/

/***********************************
	Reset
***********************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
}
ol, ul { list-style: none; }
html { overflow-y: scroll; }

/***********************************
	Universals
***********************************/

.clearall { clear: both; }
.floatright { float: right; margin-left: 16px; }
.floatleft { float: left; margin-right: 16px; }
.alignleft {
	margin: 16px 16px 16px 0;
	float: left;
}
.alignright {
	margin: 16px 0 16px 16px;
	float: right;
}
small {	font-size: 10px; }

/***********************************
	Essentials
***********************************/

body {
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #001f2c;
	color: #444;
}
a {
	color: #fff;
	cursor: pointer;
}
p {	margin-bottom: 16px; line-height: 18px; }
h1, h2, h3, h4, h5 { margin-bottom: 16px; }
h1 { font-size: 23px; color: #0e4a64; }
h2 { font-size: 14px; color: #0e4a64; }

/***********************************
	Form Defaults
***********************************/

label {
	padding-top: 4px;
	width: 125px;
	display: block;
	float: left;
}
label span {
	color: #B22222;
	font-weight: bold;
}
input, select, textarea {
	padding: 6px;
	width: 200px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
}
select {
	width: 214px;
}
.btnHolder input {
	margin: 6px 0 0 125px;
	width: auto;
}
.btnHolder a {
	margin-left: 10px;
	font-size: 11px;
}
form p {
	margin-bottom: 6px;
}
select.date_month { width: 100px; }
select.date_day { width: 100px; }
select.date_year { width: 150px; }

/***********************************
	Warnings/Notices
***********************************/

span.warning {
	margin-bottom: 12px;
	padding: 10px;
	width: 317px;
	display: block;
	background-color: #f7edf0;
	border: 1px solid #c995a3;
	color: #871433;
	font-size: 11px;
}
span.notice {
	margin-bottom: 12px;
	padding: 10px;
	width: 317px;
	display: block;
	background-color: #e6f5e1;
	border: 1px solid #9ed88c;
	color: #4ba130;
	font-size: 11px;
}

/***********************************
	Wrappers
***********************************/

#pageWrapper {
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#contentWrapper {
	margin: 0 auto;
	width: 920px;
}

/***********************************
	Header
***********************************/

#header {
	height: 136px;
	position: relative;
}
#header #logo {
	width: 232px;
	height: 91px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 26px;
}
#header #logo a {
	height: 91px;
	display: block;
}
#header #topbar {
	width: 200px;
	height: 28px;
	line-height: 26px;
	position: absolute;
	right: 111px;
	text-align: center;
	color: #5696b1;
	font-size: 11px;
}
#header #topbar span {
	color: #fff;
	font-weight: bold;
}

/***********************************
	Nav
***********************************/

#nav {
	position: absolute;
	top: 62px;
	right: 0;
}
#nav ul li {
	margin-right: 16px;
	float: left;
}
#nav ul li a {
	display: block;
	padding: 11px 20px;
	color: #fff;
	text-decoration: none;
}
#nav ul li a:hover {
	
}
#nav ul li.sel a {
	color: #fff;
	background-color: #666;
}
/*
#nav ul li.marketCenter {
	background-image: url(../images/markets/subscribe_bg.jpg);
	background-repeat: repeat-x;
	text-shadow: 0 -1px 0 #c8580d;
}*/

/***********************************
	Footer
***********************************/

#footerWrapper {
	padding: 16px 0;
}
#footer {
	margin: 0 auto;
	width: 920px;
	font-size: 11px;
}
#footer ul#footerNav li {
	padding: 0 16px 2px;
	border-right: #30718b 1px solid;
	float: left;
}
#footer ul#footerNav li.last { border: 0; }
#footer ul#footerNav li a { text-decoration: none; }
#footer #copyright { float: right; color: #fff; }
#footer #copyright a { text-decoration: none; border-bottom: #30718b 1px solid; }

/***********************************
	Xtras
***********************************/

#extrasWrapper {
	padding: 24px 0;
	background-color: #0c5878;
	background-image: url(../images/extras_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -10px;
}
#extras {
	margin: 0 auto;
	width: 920px;
	font-size: 12px;
	color: #fff;
}
/*** Sub pages ***/
#extrasNav, #contactInfo {
	padding: 42px 28px 0;
	float: left;
	line-height: 16px;
	height: 71px;
}
#extrasNav a, #contactInfo a {
	text-decoration: none;
	border-bottom: #80afc2 1px solid;
}
#extrasNav {
	margin-right: 44px;
	width: 469px;
	background-image: url(../images/extras_nav.png);
	position: relative;
}
#extrasNav #mainLinks {
	width: 108px;
	height: 77px;
	position: absolute;
	top: 16px;
	left: 31px;
}
#extrasNav #mainLinks a {
	margin-bottom: 9px;
	height: 20px;
	display: block;
	border: 0;
}
#extrasNav #servicesLinks {
	position: absolute;
	top: 42px;
	left: 237px;
}
#contactInfo {
	width: 294px;
	background-image: url(../images/extras_contact_info.png);
}
#contactInfo h2 {
	margin-bottom: 4px;
	font-size: 18px;
}

/***********************************
	Content
***********************************/

#content {
	position: relative;
}
#contentBody {
	padding: 26px 0 16px;
	position: relative;
	overflow: hidden;
}
#contentBody a {
	color: #6d0f11;
}

/***********************************
	Services
***********************************/

p.special {
	width: 410px;
	padding: 8px;
	border: #cae2ed 1px solid;
	background: #e8f4f9;
}
#serviceList {
	margin: 0 0 32px 32px;
	width: 500px;
	float: right;
	list-style-type: disc;
	padding-left: 16px;
	font-size: 11px;
}
#serviceList.narrow {
	width: 440px;
}
#serviceList li {
	margin-bottom: 8px;
}
#serviceList li.heading {
	margin-bottom: 12px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	left: -14px;
	color: #6d0f11;
}
/*** Services Nav ***/
#next, #previous {
	padding: 8px;
	border: #cae2ed 1px solid;
	background: #e8f4f9;
	color: #0e4a64;
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	bottom: 12px;
}
#next {
	right: 0;
}
#previous {
	left: 0;
}
#next a, #previous a {
	color: #0e4a64;
}
#next img, #previous img {
	display: block;
	float: left;
	margin-right: 5px;
}
/*** Presentation Schedule ***/
table#schedule {
	width: 100%;
	margin-bottom: 48px;
	border-collapse: collapse;
	clear: right;
	font-size: 11px;
	position: relative;
	top: -12px;
}
table#schedule td {
	padding: 10px 12px;
	border-top: 1px solid #cae2ed;
	border-bottom: 1px solid #cae2ed;
	background: #f4fafc;
}
table#schedule td.date { width: 130px; }
table#schedule td.time { width: 80px; }
table#schedule td.title { width: 260px; font-weight: bold; }
table#schedule td img.icon {
	position: relative;
	left: 19px;
}
table#schedule td span {
	display: block;
}

/***********************************
	About
***********************************/

#aboutBody {
	margin: 8px 32px 0;
	width: 350px;
	float: left;
}
ul.directors {
	margin: 0 0 19px;
	min-height: 1px;
	float: left;
}
ul.directors li {
	margin: 0 0 12px 0;
	width: 245px;
	font-size: 11px;
}
ul.directors li.last {  margin-right: 0; }
ul.directors li.heading {
	font-weight: bold;
	font-size: 16px;
}
ul.directors li h2 {
	margin: 0 0 8px;
	font-size: 16px;
}
ul.directors li .photo {
	margin-right: 12px;
	width: 120px;
	height: 120px;
	float: left;
	background: #777;
}
ul.directors li p {
	
}

/***********************************
	Home
***********************************/

#homeFeatures {
	height: 145px;
	position: relative;
}
#homeFeatures div {
	width: 930px;
	padding-left: 10px;
	height: 185px;
	background-image: url(../images/home_features.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -55px;
	left: -10px;
}
#homeFeatures a {
	margin-right: 44px;
	width: 277px;
	height: 176px;
	display: block;
	float: left;
}
#homeFeatures a.last {
	margin: 0;
}

/***********************************
	Home Banner
***********************************/

#homeBannerContainer {
	height: 293px;
	position: relative;
}
#homeBannerContainer #homeBanner {
	width: 920px;
	height: 303px;
	background-image: url(../images/home_banner.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
}

/***********************************
	Contact
***********************************/

#blockContact {
	float: right;
	width: 275px;
}
#blockContact p {
	margin-bottom: 16px;
	line-height: 16px;
}
#blockContact p span {
	color: #0e4a64;
	font-weight: bold;
}
#blockContact h2 {
	margin: 0;
	font-size: 18px;
	font-style: italic;
}
#contact {
	padding-bottom: 16px;
	display: block;
}
#contact .formField {
	margin-bottom: 6px;
	width: 315px;
	float: left;
	height: 30px;
}
#contact label {
	padding: 7px 0 0 0;
	width: 100px;
	display: block;
	float: left;
	font-size: 11px;
}
#contact label span {
	color: #ffc53d;
	font-weight: bold;
	display: inline;
}
#contact input,textarea {
	padding: 6px;
	width: 190px;
	border: #aaa 1px solid;
	color: #666 !important;
	font-size: 12px;
}
#contact select {
	padding: 6px;
	width: 204px;
	border: #aaa 1px solid;
	color: #666 !important;
	font-size: 12px;
}
#contact input.btn {
	width: auto;
}
#contact .btnHolder input {
	
}
/*** Textareas ***/
#contact .fieldWide {
	width: auto;
	height: auto;
}
#contact textarea {
	width: 505px;
	height: 125px;
}

/***********************************
	Webinars
***********************************/

ul#webinars li {
	padding-left: 80px;
	height: 100px;
	background-image: url(../images/icons/wmv.png);
	background-repeat: no-repeat;
}
ul#webinars li h2 {
	margin: 0;
	padding-top: 12px;
	font-size: 16px;
}
ul#webinars li div {
	margin-top: 2px;
}

/***********************************
	Seminars
***********************************/

.yourHost {
	margin-left: 20px;
	width: 250px;
	float: right;
}
.yourHost h2 {
	margin-bottom: 10px;
	font-size: 16px;
}
.yourHost img {
	float: left;
	height: 110px;
	margin: 0 16px 16px 0;
}
.yourHost form p {
	margin-bottom: 3px;
	overflow: hidden;
}
.yourHost form label {
	padding-top: 3px;
	width: 80px;
	display: block;
	float: left;
	font-size: 11px;
}
.yourHost form input, .yourHost form textarea {
	border: #aaa 1px solid;
	color: #666 !important;
	font-size: 12px;	
	width: 155px;
}
.yourHost form textarea {
	width: 156px;
}
.yourHost form p.btnHolder input {
	margin: 6px 0 0 80px;
	width: auto;
}
div.attn {
	margin-bottom: 16px;
	padding: 12px;
	width: 610px;
	background: #E8F4F9 none repeat scroll 0 0;
	border: 1px solid #CAE2ED;
	color: #0E4A64;
}
div.attn p {
	margin-bottom: 0;
}
ul.seminarFeats {
	margin-bottom: 16px;
	width: 634px;
	overflow: hidden;
}
ul.seminarFeats li {
	margin-right: 10px;
	width: 200px;
	float: left;
}
ul.seminarFeats li h2 {
	font-size: 16px;
}
ul.seminarFeats li ul {
	padding-left: 16px;
}
ul.seminarFeats li ul li {
	margin-bottom: 5px;
	float: none;
	width: auto;
	list-style-type: disc;
	list-style-position: outside;
}

/***********************************
	Markets Layout
***********************************/

#marketsWrapper {
	padding: 0 0 24px;
	background-color: #fff;
	background-image: url(../images/markets/bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#marketsContentWrapper {
	margin: 0 auto;
	width: 920px;
	position: relative;
}
#marketsContentWrapper a {
	color: #0B5A7B;
}
#marketsHeader {
	margin: 0 0 24px;
	height: 82px;
	position: relative;
}
#marketsLogo {
	width: 266px;
	height: 82px;
	background-image: url(../images/markets/logo.jpg);
	position: absolute;
	left: -32px;
}
#marketsLogo a {
	height: 82px;
	display: block;
}
#marketsHeader form {
	padding: 17px 0 0;
	float: right;
}
#marketsHeader form input {
	margin-right: 8px;
	padding: 6px;
	width: 150px;
	font-size: 11px;
	background-color: #fff;
	background-image: url(../images/markets/form_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #fff;
	float: left;
	-moz-border-radius: 4px;
	color: #999;
	font-style: italic;
}
#marketsHeader form input.sel {
	color: #444;
	font-style: normal;
}
#marketsHeader form input.btn {
	margin: 0;
	padding: 5px;
	width: auto;
	background-image: url(../images/markets/login_btn.jpg);
	background-repeat: repeat-x;
	background-position: 0 center;
	border: 1px solid #accad6;
	color: #fff;
	font-weight: bold;
	font-style: normal;
}
#welcome {
	padding: 23px 20px 0 0;
	float: right;
	color: #fff;
}
#welcome a {
	color: #fff;
}

/***********************************
	Markets Sidebar
***********************************/

#marketsSidebar {
	margin: 0 24px 16px 0;
	padding: 14px 12px;
	width: 178px;
	color: #0b5a7b;
	background-color: #E8F4F9;
	font-size: 11px;
	float: left;
}
#marketsSidebar p {
	margin-bottom: 10px;
}
#marketsSidebar a.btn {
	padding: 11px 0;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color: #de6718;
	color: #fff;
	background-image: url(../images/markets/subscribe_bg.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 6px;
	text-shadow: 0 -1px 0 #c8580d;
	border-bottom: 1px solid #c8580d;
	text-decoration: none;
}
#marketsSidebar span {
	margin-top: 4px;
	display: block;
	text-align: center;
}
#marketsSidebar.list {
	padding: 6px 8px;
	width: 186px;
}
#marketsSidebar li {
	border-bottom: 1px solid #b1c9d4;
	overflow: hidden;
}
#marketsSidebar li.last { border: 0; }
#marketsSidebar li img {
	margin: 0 6px 0 8px;
	padding-top: 5px;
	float: left;
}
#marketsSidebar li a {
	padding: 7px 0 7px 7px;
	display: block;
	text-decoration: none;
}

/***********************************
	Markets User Forms
***********************************/

#userAction label {
	
}

/***********************************
	Markets Content
***********************************/

.contents {
	overflow: hidden;
}
#marketsContentWrapper a.backBtn {
	padding: 8px;
	display: block;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	background-color: #de6718;
	color: #fff;
	background-image: url(../images/markets/subscribe_bg.jpg);
	background-repeat: repeat-x;
	/*-moz-border-radius: 4px;*/
	position: absolute;
	top: 100px;
	right: 0;
	text-shadow: 0 -1px 0 #c8580d;
	border-bottom: 1px solid #c8580d;
	z-index: 20;
}
#marketsContentWrapper a.backBtn span {
	text-decoration: underline;
}
#marketsList {
	overflow: hidden;
}
#marketsList li {
	margin: 0 10px 10px 0;
	width: 130px;
	height: 131px;
	float: left;
}
#marketsList li.last { margin-right: 0; }
#marketsList li img {
	margin-bottom: 3px;
	border: 1px solid #a5c3d0;
}
#marketsList li a {
	display: block;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
/*** Reports List ***/
#reportsList {
	overflow: hidden;
}
#reportsList li {
	margin: 0 0 1px 0;
	padding: 11px 11px 11px 36px;
	background-color: #E8F4F9;
	background-image: url(../images/icons/document.png);
	background-repeat: no-repeat;
	background-position: 11px center;
}
#reportsList.admin li {
	background-image: url(../images/icons/document_excel.png);
}
#reportsList li:hover {
	background-color: #deeef4;
}
#reportsList li a.btn {
	float: right;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
}
#reportsList li a.btn img {
	margin-right: 3px;
	float: left;
}
#reportsList li span.float {
	float: right;
	color: #679ab0;
	font-size: 11px;
	font-style: italic;
}
#marketsDropdown {
	padding: 8px 12px 12px;
	width: 150px;
	min-height: 250px;
	position: absolute;
	top: 129px;
	right: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topright: 0;
	background-color: #c8580d;
	z-index: 10;
	color: #fff;
}
#marketsDropdown li {
	padding: 6px 0;
	border-bottom: 1px solid #de732c;
	font-size: 11px;
}

/***********************************
	Markets Free Stuff
***********************************/

#freeStuff {
	margin-top: 20px;
	min-height: 200px;
	clear: both;
	color: #0b5a7b;
}
#freeStuff li {
	margin: 0 12px 12px 0;
	width: 294px;
	min-height: 233px;
	background-color: #E8F4F9;
	float: left;
}
#freeStuff li.futuresApplet {
	background-color: #d0e6c0;
	clear: both;
}
#freeStuff .group {
	float: right;
}
#freeStuff li.last { margin-right: 0;  }
#freeStuff li h3 {
	margin: 0;
	padding: 14px 12px;
	background-image: url(../images/markets/heading_bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
}
#freeStuff li h3 a {
	padding: 4px 6px;
	font-weight: normal;
	font-size: 10px;
	display: block;
	float: right;
	position: relative;
	top: -3px;
	background-color: #fff;
	-moz-border-radius: 4px;
	text-decoration: none;
}
#freeStuff li h3 a:hover { text-decoration: underline; }
#freeStuff li div {
	padding: 12px 12px 0;
	font-size: 11px;
}
#freeStuff li h4 {
	margin-bottom: 8px;
}
#freeStuff li img {
	display: none;
}
/*** Upcoming Events ***/
#freeStuff li.special {
	
}
#freeStuff li.special h3 {
	margin: 0;
	padding: 14px 12px;
	background-image: url(../images/markets/subscribe_bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
}
#freeStuff li.special h3 a {
	color: #DE6718;
}
#freeStuff li.special h4 {
	margin-bottom: 12px;
}
#freeStuff li.special h4 img {
	margin-right: 6px;
	display: inline;
	float: left;
}

/***********************************
	Markets News
***********************************/

#marketNews {
	margin-top: 20px;
	width: 906px;
	min-height: 200px;
	clear: both;
	color: #0b5a7b;
	background-color: #E8F4F9;
	overflow: hidden;
}
#marketNews li {
	padding: 12px;
	width: 195px;
	float: left;
	overflow: hidden;
}
#marketNews li.heading {
	margin: 0;
	padding: 14px 12px;
	width: auto;
	background-image: url(../images/markets/heading_bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
	float: none;
	font-weight: bold;
}
#marketNews li.heading img {
	margin-right: 6px;
	float: left;
}
#marketNews li p {
	font-size: 11px;
}

/***********************************
	Markets Reports
***********************************/

h1.reportView {
	margin-bottom: 2px;
}
span.reportView {
	margin-bottom: 16px;
	display: block;
	font-size: 11px;
	font-style: italic;
}
#wcrData {
	margin-left: 1px;
	border-collapse: collapse;
	display: block;
	font-size: 11px;
}
#wcrData th {
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #E8F4F9;
	color: #0b5a7b;
	font-weight: bold;
	text-align: left;
}
#wcrData td {
	padding: 8px;
	border: 1px solid #ccc;
}
#wcrData td img {
	margin-right: 6px;
	float: left;
}

/***********************************
	Login
***********************************/

#loginRegister {
	padding: 20px;
	width: 450px;
	float: right;
	background-color: #E8F4F9;
}

/***********************************
	Payment
***********************************/

form#payment label {
	width: 163px;
}
form#payment .btnHolder input {
	margin-left: 163px;
}
form#payment p small {
	margin-left: 4px;
	font-style: italic;
	color: #0B5A7B;
}
form#payment .checkbox {
	margin-right: 4px;
	padding: 0;
	width: auto;
	height: 21px;
	border: 0;
	background: none;
	position: relative;
	top: 5px;
}
form#payment a {
	text-decoration: underline;
}

/***********************************
	Advertisements
***********************************/

.ad {
	background-color: #f7edf0;
	background-repeat: no-repeat;
	color: #871433;
	font-size: 11px;
	clear: left;
	text-align: center;
	text-indent: -9999px;
}
.side {
	margin: 0 24px 0 0;
	padding: 0;
	width: 202px;
	height: 253px;
	float: left;
	background-image: url(../images/ads/01.jpg);
}
.side a {
	height: 253px;
	display: block;
}
.wide {
	margin: 16px 0 0 0;
	padding: 70px 0;
}
.stack {
	margin: 14px 12px 0 0;
	padding: 0;
	width: 553px;
	height: 153px;
	float: left;
	clear: left;
	background-image: url(../images/ads/02.jpg);
}
.stack a {
	height: 153px;
	display: block;
}
.stack.last {
	clear: none;
	margin-right: 0;
	background-image: url(../images/ads/03.jpg);
	width: 340px;
}

/***********************************
	Markets Sidebar
***********************************/

#marketsSidebar.admin a.btn {
	margin-bottom: 4px;
	padding: 12px 0;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #de6718;
	color: #fff;
	background-image: url(../images/markets/subscribe_bg.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 6px;
	text-shadow: 0 -1px 0 #c8580d;
	border-bottom: 1px solid #c8580d;
	text-decoration: none;
}
#marketsSidebar.admin a.alt {
	background-image: url(../images/markets/btns/blue_bg.jpg);
	text-shadow: 0 -1px 0 #06445e;
	border-bottom: 1px solid #06445e;
}
#marketsSidebar.admin a.last {
	margin-bottom: 0;
}
#marketsSidebar.admin input.button-primary {
	margin-bottom: 4px;
	padding: 12px 0;
	width: 178px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #de6718;
	color: #fff;
	background-image: url(../images/markets/subscribe_bg.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 6px;
	text-shadow: 0 -1px 0 #c8580d;
	border: 0;
	border-bottom: 1px solid #c8580d;
	cursor: pointer;
	line-height: 14px;
}
#marketsSidebar li {
	border-bottom: 1px solid #b1c9d4;
	overflow: hidden;
}
#marketsSidebar li.last { border: 0; }
#marketsSidebar li img {
	margin: 0 6px 0 8px;
	padding-top: 5px;
	float: left;
}
#marketsSidebar li a {
	padding: 7px 0 7px 7px;
	display: block;
	text-decoration: none;
}

/***********************************
	Posts
***********************************/

h2.postTitle {
	width: 450px;
	font-size: 24px;
}
h2.postTitle span {
	margin-top: 2px;
	display: block;
	font-size: 11px;
	font-weight: normal;
}
p.postmetadata {
	margin-bottom: 19px;
	padding: 8px;
	background-color: #E8F4F9;
	color: #0B5A7B;
	line-height: normal;
	-moz-border-radius: 5px;
	font-size: 11px;
	border: 1px solid #cee1e9;
	clear: left;
}
p.postmetadata img {
	margin-right: 6px;
	float: left;
}
h3.archive {
	margin-bottom: 8px;
	font-size: 14px;
}









