/*
CONTENT SECTION
*/
#content {
	width: 657px;
	margin: 0;
	padding: 40px 40px 40px 35px;
	float: right;
	font-size: 13px;
}

#content p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

#content a {
	color: #00027d;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a {
	color: inherit;
}

#content h1 {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #9c2a00;
	border-bottom: 2px solid #9c2a00;
	padding: 0;
	margin: 1em 0 0.1em -15px;
}

#content h2 {
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	color: #9c2a00;
	padding: 0;
	margin: 0.5em 0 0.1em -15px;
}

#content h3 {
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #00027d;
	padding: 0;
	margin: 0 0 0.1em 0;
}

#content h4 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #00027d;
	padding: 0;
	margin: 0 0 0.1em 0;
}

#content ul, #content ol {
	margin: 1em 0 1em 40px;
	padding: 0;
}

#content li {
	margin: 0.5em 0;
	padding: 0;
	line-height: 1.3em;
}

/* POST STYLES */
#content .post {
	border: 1px solid #9c2a00;
	margin-bottom: 30px;
	position: relative;
}

#content .post h2 {
	margin: 0 !important;
	background-color: #9c2a00 !important;
	border-bottom: 1px solid #9c2a00;
	color: #fff !important;
	font-size: 1.2em !important;
	padding: 0.2em 1em !important;
}

#content .post_date {
	float: left;
	width: 45px;
	height: 55px;
	padding: 0;
	margin: 15px;
	overflow: hidden;
	background: url('img/cal.png') no-repeat 0 0;
	position: relative;
}

#content .post_month {
	position: absolute;
	width: 40px;
	height: 17px;
	left: 3px;
	top: 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#content .post_day {
	position: absolute;
	width: 38px;
	height: 30px;
	left: 4px;
	top: 22px;
	font-size: 22px;
	font-weight: bold;
	color: #444;
	text-align: center;
}

#content .post_meta {
	margin: 1.5em 1em 1em 0;
	padding: 0;
}

#content .post_meta p {
	padding: 0 !important;
	margin: 0 !important;
	line-height: normal !important;
}

#content .post_content {
	margin: 1em;
	padding: 0 0 20px 0;
}

#content .post .more-link {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #9c2a00;
	color: #fff !important;
	padding: 0.4em;
}

#content .post .more-link:hover {
	text-decoration: underline;
}

#content .coda-slider, .coda-slider .panel { width: 549px } 
#content .coda-slider { float: left; }
#content .coda-slider .panel-topsection {
	background-color: #fff2f2;
	border: 1px solid #9c2a00;
	width: 547px;
	height: 198px;
	position: relative;
}

#content .coda-slider .panel-topsection img {
	position: absolute;
	top: 0;
	left: 0;
}

#content #coda-nav-left-1, #coda-nav-right-1 {
	padding: 0;
	width: 52px;
	height: 52px;
	text-indent: -999em;
}
#content #coda-nav-left-1 a, #coda-nav-right-1 a {
	display: block;
	height: 100%;
	width: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content #coda-nav-left-1 a:hover, #coda-nav-right-1 a:hover { background-position: 0 -52px; }
#content #coda-nav-left-1 { margin: 99px 2px 0 0; float: left; }
#content #coda-nav-right-1 { margin: 99px 0 0 2px; float: right; }
#content #coda-nav-left-1 a { background-image: url('img/panel-left-arrow.gif'); }
#content #coda-nav-right-1 a { background-image: url('img/panel-right-arrow.gif'); }

#content .coda-slider .panel-list {
	margin: 20px 20px 0 270px;
	list-style: none;
	padding: 0;
}

#content .coda-slider .panel-list li {
	margin: 7px 0;
	padding: 0 0 0 25px;
	background: url('img/panel-bullet.gif') no-repeat left center;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	font-size: 17px;
	color: #9c2a00;
}

#content .coda-slider .panel-companyname {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #9c2a00;
	height: 25px;
}

#content .coda-slider p {
	margin: 1em 0 0 0;
	line-height: 1.3em;
}

#content .coda-slider .panel-links {
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
}
#content .coda-slider .panel-links li {
	margin: 5px 0;
	padding: 0 0 0 40px;
	height: 20px;
	line-height: 20px;
}

#content .coda-slider .panel-links li a {
	display: block;
	height: 100%;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #9c2a00;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
}
#content .coda-slider .panel-links li a:hover { text-decoration: underline; }

#content .coda-slider .panel-links li.pow-ol { background: url('img/ol-small.gif') no-repeat left center; }

#content .coda-slider .panel-links li.facebook a { background-image: url('img/sm-panel/facebook.png'); }
#content .coda-slider .panel-links li.linkedin a { background-image: url('img/sm-panel/linkedin.png'); }
#content .coda-slider .panel-links li.website a { background-image: url('img/sm-panel/feed.png'); }
#content .coda-slider .panel-links li.twitter a { background-image: url('img/sm-panel/twitter.png'); }
#content .coda-slider .panel-links li.youtube a { background-image: url('img/sm-panel/youtube.png'); }

#content .coda-slider-wrapper { overflow: auto }
#content .coda-slider { float: left; overflow: hidden; position: relative }
#content .coda-slider .panel { display: block; float: left }
#content .coda-slider .panel-container { position: relative }
