/*  
Theme Name: LeadsCon 2009
Theme URI: http://leadscon.com/
Description: Theme created exclusively for LeadsCon.
Version: 1.0
Author: Dan Poynor
Author URI: http://danpoynor.com/
*/

* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	background:#f1f8e7 url(images/body_bg.png) repeat-x;
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size:12px;
	text-align:center;
}
a {
	color:#036;
	text-decoration:none;
	outline:none;
}
a img {
	border:none;
}
hr {
	clear:both;
	margin:0 10px;
}

/* ############################################## */
#container {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:960px;
}
#header {
	height:120px;
}
#main_nav {
	font-size:14px;
	height:30px;
	left:330px;
	padding:0 10px;
	position:absolute;
	top:30px;
}
/*
#main_nav {
	position:absolute;
	left:330px;
	top:30px;
	padding:0 10px;
	height:30px;
	font-size:14px;
}
*/
#main_nav.navigation {
	height:30px;
	line-height:30px;
}
#main_nav.navigation li {
	display:block;
	float:left;
	position:relative;
}
.navigation a {
	display:block;
	float:left;
	padding:0 10px;
}
.navigation li ul {
	position:absolute;
	top:30px;
	z-index:500;
	display:none;
}
.navigation li:hover ul {
	display:block;
}

.navigation li ul li, 
.navigation li ul a, 
.navigation li ul a span {
	display:block;
	float:none;
}

.navigation li ul a {
	padding:0 10px;
}

#main_nav a {
	padding:0;
	padding-right:10px;
	margin-right:5px;
	background:url(images/nav_tab_bg.png) top right;	
}

#main_nav a span {
	display:block;
	padding-left:10px;
	background:url(images/nav_tab_bg.png) top left;
}

#main_nav li:hover a.parent, 
#main_nav a:hover {
	color:#ffcc66;
	background-position:center right;
}

#main_nav li:hover a.parent span, 
#main_nav a:hover span {
	background-position:center left;
}
#main_nav a.parent {
	padding-right:22px;
	background:url(images/nav_parent_tab_bg.png) top right;		
}
#main_nav a.parent span {
	background:url(images/nav_parent_tab_bg.png) top left;		
}
#main_nav a.parent:hover {
	background:url(images/nav_parent_tab_bg.png) center right;		
}
#main_nav a.parent:hover span {
	background:url(images/nav_parent_tab_bg.png) center left;		
}




/*
	SubMenus
*/
#main_nav li ul {
	background:#779c32 url(images/sub-menu_bg.png) repeat-x;
	width:200px;
}

#main_nav li ul a {
	color:#fff;
	background:none;
	padding:0 10px;
}

/*
	Active Navs
*/
#main_nav li.current_page_item a {
	color:#fff;
	background:url(images/nav_tab_bg.png) bottom right;	
}
#main_nav li.current_page_item span {	
	background:url(images/nav_tab_bg.png) bottom left;	
}

/*
	Home
*/

#header h1,
#header h1 a {
	display:block;
	width:390px;
	height:120px;
	text-indent:-9000px;
	background:url(images/logo.png) no-repeat;
}

#header h2.tagline {
	text-indent:-9000px;
	display:none;
}

/* ############################################## */
#banner {
	height:310px;
	width:750px;
/* 	position:relative; */
	background:url(images/banner4_bg.png) no-repeat;
	position: relative;
}
#banner-nyc,
#banner-vip-form-page {
	height:310px;
	width:750px;
	background:url(images/banner-nyc-bg.jpg) no-repeat;
	position: relative;
}
#banner-vip-form-page {
	/* 	Las Vegas version photo */
	background:url(images/banner4_bg.png) no-repeat;
}
#banner .details,
#banner-nyc .details,
#banner-vip-form-page .details {
	color:#fff;
	position: relative;
	left: 33px;
	top: 27px;
	width: 380px;
}
#banner h2,
#banner-nyc h2,
#banner-vip-form-page h2 {
	font-weight:normal;
	font-size:30px;
}
#banner h3,
#banner-nyc h3,
#banner-vip-form-page h3 {
	font-size:30px;
}
#banner .details h3,
#banner-nyc .details h3,
#banner-vip-form-page h3 {
	font-size:24px;
}
/* ############################################## */
#register {
	height:45px;
	float:right;
	width:300px;
	position: absolute;
	right: 13px;
	bottom: 8px;
}
#register a {
	right:10px;
	top:7px;
	display:block;
	width:300px;
	height:45px;
	background:url(images/register_btn_bg.png) no-repeat top left;
	line-height:40px;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
#register a:hover {
	background-position:left bottom;
}

#copy {
	width: 490px;
/*	padding-right:0; */	
}
#copy2 {
	margin:20px;
}
#copy h3 {
	margin:1em 0;
}

/* ############################################## */
#upcoming_events{
	width: 240px;
	padding:0;
}
#upcoming_events h3.section_title{
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	line-height:50px;
	color:#360;
	background:url(images/upcomings-events-title_bg.png) no-repeat;
}
#upcoming_events ul.navigation {
	margin:1em 0;
	list-style:none;
}
.event {
	padding:20px 20px 50px 20px;
	background:url(images/sidebar-events_separator.png) no-repeat bottom;
}
.event h3 {
	font-size:14px;
	color:#360;
	margin-bottom:10px;
}
.event h4.date,
.event h4.place {
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	line-height:7px;
}
.event p {
	margin:1em 0;
}
.event li {
	float:left;
}

.event li a {
	padding:0 2em 0 0;
}
/* ############################################## */
.module{
	padding:20px 30px;
}

.module h3{
	font-size:140%;
	margin-bottom:1em;
}

.module h3 span{
	color:#390;
}

.module h3 span.soldout{
	color:#900;
}

.module em{
	font-weight:normal;
	font-size:90%;
	font-style:normal;
}

.module ul{
	padding-left:10px;
	margin:10px;
}

.module li{
	padding-left:10px;
	list-style-type:square;
}

.disclaimer{
	background:#dee;
	padding:5px;
	margin-top:5px;
	font-size:90%;
}

#page .body{
	padding:30px;
}

form{
	padding:10px 0 0 0;
	background:#eee;
}

p.input, p.textarea{
	padding:0 10px;
}

p.input label{
	float:left;
	width:90px;
}

p.textarea label{
	float:none;
	line-height: 3em;
	font-size:120%;	
}
.cf_hidden {
	display:none;
}
.linklove {
	display:none;
}
fieldset.cf-fs1 {
	border:none;
	padding: 0.5em 1em 2em 1em;
}
fieldset.cf-fs1 legend {
	display:none;
}
fieldset.cf-fs1 ul li,
fieldset.cf-fs1 ol li {
	list-style: none;
}
.cform {
	background:#EEEEEE none repeat scroll 0 0;
	padding:10px 0 0;
}
.cform .cf-fs1 legend {
	display: none;
}
.cform ol.cf-ol {
	border-top:1px solid #F2F2F2;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.cform ol.cf-ol li	{
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0 10px;
	list-style:none!important;
	text-align:left;
	line-height:1.1em;
	min-height:40px;
}
.cform ol.cf-ol li label {
	float:left;
	width:140px;
	clear:both;
}
.cform li .reqtxt,
.cform li .emailreqtxt {
	color: #FF0000;
	margin-left: 0.5em;
	display:none;
}
.cform input,
.cform select {
	padding:3px;
	font:0.9em Trebuchet MS,sans-serif;
	vertical-align:top;
	width: 210px;
	margin-left: 0px;
	float: left;
}
.cform ol.cf-ol li#li--8 label {
	width:180px;
	display: block;
}
.cform ol.cf-ol li#li--8 textarea {
	padding:3px;
	width: 400px;
	display: block;
	margin-top: 4px;
	clear: left;
	float: left;
}
.cform ol.cf-ol li#li--8 .reqtxt {
	float: left;
	display:none;
}
.form .failure {
	margin:0em 2em 1em 2em;
	color:#f00;
}
.form .failure ol {
	padding:1em 2em;
}
.cform ol.cf-ol li ul.cf_li_text_err {
	clear:both;
	margin: 1em 0em 0em 0em;
	padding:0;
	color:#f00;
}
.cform ol.cf-ol li ul.cf_li_text_err li {
	margin:0;
	padding:0;
	min-height:1em;
}
.form  .success {
	font-weight:bold;
	font-size:1.8em;
	color:#f06024;
}
p.cf-sb {
	position:relative;
	height:60px;
	background:url(images/register_bg.gif) repeat-x;
}
p.cf-sb input {
	border:none;
	position:absolute;
	right:10px;
	top:7px;
	display:block;
	width:300px;
	height:45px;
	background:url(images/register_btn_bg.png) no-repeat top left;
	line-height:40px;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
p.cf-sb input:hover { 
		background-position:left bottom;
}
/* Post +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Post {	padding: 0px; position: relative; clear: left;}
.PostHead { }
.PostHead h1 { font-size: 19px; line-height: 19px; font-weight: normal; padding: 0px 0px 1px 0px; margin: 0px; color:#cc0000;}
.PostHead h1 a { color: #218dd1; text-decoration: none;}
.PostHead h1 a:visited { color: #218dd1; text-decoration: none;}
.PostHead h1 a:hover { color:#cc0000; text-decoration: none;}
.PostHead ul { padding:1em 0 0 0; margin: 0px;}
.PostHead li { list-style-type: none; }
.PostHead li a { color:#8a98a2; text-decoration: underline;}
.PostHead li a:visited { color:#8a98a2; text-decoration: underline;}
.PostHead li a:hover { color:#8a98a2; text-decoration: underline;}

.PostContent {
	margin:0 20px 20px 20px;
	padding: 0px 0px 20px 0px; 
	font-size: 12px; line-height: 
	17px; color:#444640; 
	border-bottom:1px dashed #ccc;
}
.single-article .PostContent {
	border-bottom:none;
	margin:0;	
}
.PostContent p { color:#444640; font-size: 12px; line-height: 17px; margin:0 0 1em 0;}
.PostContent p strong {}
.PostContent img {}
.PostContent ul { padding: 10px 0px; margin: 0px; }
.PostContent li { padding: 2px 0px 2px 15px; list-style-type: none; background: url(images/PostContentLiIco.png) no-repeat left top; font-size: 11px; line-height: 15px; color:#4c4c4c; }
.PostContent blockquote { padding: 2px 10px; background: #e9f8ff; margin: 0px; color:#336699; }
.PostContent blockquote p { font-size: 11px; padding: 5px 0px; margin: 5px 0px; line-height: 15px;}
.PostContent blockquote li { padding: 2px 0px 2px 15px; list-style-type: none; background: url(images/PostContentBlockLiIco.png) no-repeat left top; font-size: 11px; line-height: 15px; color:#336699; }
.PostContent blockquote a { color:#0080ca; }
.PostContent blockquote a:visited { color:#0080ca; }
.PostContent blockquote a:hover { color:#003399; }
.PostContent a { text-decoration: underline;}

.PostDet { padding-top: 10px; display:none;}
.PostDet ul { padding: 0px; margin: 0px;}
.PostDet li { padding: 2px 0px 5px 15px; margin: 0px 10px 0px 0px; list-style-type: none; display: inline; color:#336699; font-size: 10px; font-weight: bold; } 
.PostDet li a { text-decoration: underline; color:#218DD1;} 
.PostDet li a:visited { text-decoration: underline; color:#218DD1;} 
.PostDet li a:hover { text-decoration: underline; color:#cc0000;} 

.PostCom {}

.module2 .PostAuthor { padding: 1px 5px 1px 0px; margin: 0px 0px 0px 0px; font-size: 10px; color:#8a98a2; font-weight: bold;}
.module2 .PostCateg { padding: 1px 5px 1px 0px; margin: 0px 0px 5px 0px; font-size: 10px; color:#8a98a2; font-weight: bold;}

.module2 {padding:1em 4em 0em 4em;}
.module2 ul.metastuff {padding:0.5em 0 1em 0;}
.module2 ul.metastuff li {display:inline;margin:0 0px;padding:0 10px;border-left:1px solid #ccc;}
.module2 ul.metastuff li:first-child {border-left: none;padding-left:0;}
.module2 ul.metastuff .PostAuthor,
.module2 ul.metastuff .PostCateg,
.module2 ul.metastuff .PostTime,
.module2 ul.metastuff .PostComments { 
	font-size: 10px; 
	color:#8a98a2; 
	font-weight: bold;
}
.PostContent ul.Note {
	display:none;
}
.module-commentform {
	background:#fffee2;
	margin:20px auto;
	padding:2em 4em;
	width:492px;
}
.module-commentform .comment-area {
	background:none;
	margin:20px auto;
}
.module-commentform .comment-area form {
	background:none;
}
.module-commentform form#commentform textarea#comment {
	width:492px;
	margin:1em 0;
}
#respond {
	width:480px;
}
.module-commentform ol.commentlist {
	padding:2em 0 0.5em 0;
}
.module-commentform ol.commentlist li {
	margin:0 0 2em 0;
	padding:0 0 1em 0;
	border-bottom:1px dashed #ccc;
}
.module-commentform ol.commentlist li cite {
	font-style: normal;
	font-weight: bold;
}
.module-commentform ol.commentlist li .comment-content {
	padding:1em;
	margin-top:0.5em;
	border:1px solid #eee;
	background:#fff;
}
.module-commentform ol.commentlist li p {
	padding:0.5em 1em;
}

/* ################################## */
#footer {
	margin:0 0 0 60px;
	height:40px;
	line-height:30px;
	color:#eee;
	background:url(images/footer_bg.png) no-repeat bottom left;
	clear:left;
	width:750px;
}
#footer .footer-text {
	padding:0 30px;
}
ul#footer-links {
	list-style: none;
	text-align: left;
	margin:2px 0 20px 90px;
	width:720px;
}
ul#footer-links li {
	display:inline;
	margin: 0px;
	padding: 0px 10px;
	border-left: 1px solid #ccc;
}
ul#footer-links .pagenav { color:#666; }
ul#footer-links .page_item a { }
ul#footer-links .current_page_item a { color:#666; }
ul#footer-links li:first-child {
	border-left: none;
}
/* ################################## */
input:focus, * a:active, * a:focus {outline: none;}
img#wpstats{display:none}

.column {
	float:left;
	padding:0 0 0 10px;
}
/* ################################## */
.sponsor-title {
	text-align:center;
}
.sponsor-row {
	width:680px;
	text-align:center;
	margin: 10px auto 40px auto;
}
.sponsor-row div.sponsor-name {
	margin: 40px;
	display:inline;
}
.sponsor-row img {
	margin:0 20px 0 20px;
}
.sponsor-row table {
	margin-left:auto;
	margin-right:auto;
}
#sponsors{
	width: 130px;
	padding:0;
	margin-top:10px;
	text-align:center;
	float:right;
	clear:left;
	padding:0 0 0 10px;
}
#sponsors h4{
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	color:#360;
	padding-bottom:10px;
	border-bottom:2px solid #fff;
}
#sponsors-125x125 {
	width: 130px;
	padding:0;
	margin-top:10px;
	text-align:center;
	float:right;
	clear:left;
	padding:0 0 0 10px;
}
#sponsors-125x125 p {
	padding: 0px 0 10px 0;
}
/* ################################## */
#page{
	background:url(images/content-with-no-sidebar_bg.gif) repeat-y;
	padding:0px 0px 0px 60px;
	width: 750px;
}
#page-hp{
	background: transparent url(images/content-with-right-sidebar_bg.png) repeat-y scroll 0 0;
	padding-left:60px;
	width: 750px;
}
#page h2.page-title{
	font-size:25px;
	padding:0 30px;
	line-height:76px;
	color:#fff;
	background:url(images/page_title_bg.png) repeat-y;	
	height:65px;	
}
#excerpt-hp {
	font-size:24px;
	color:#2a3037;
	background:#cfe8ff url(images/copy_excerpt_bg.png) repeat-x;
	border:1px solid #c0e0ff;
	padding:10px 20px;
}
#page #excerpt {
	font-size:24px;
	color:#2a3037;
	background:#cfe8ff url(images/copy_excerpt_bg.png) repeat-x;
	border:1px solid #c0e0ff;
	width:688px;
	margin-left:10px;
	padding:0.5em 20px;
}
ul#registration-schedule {
	margin:10px 0px 10px 20px;
	padding:0px;
}
ul#registration-schedule li {
	margin:0 0 10px 0;
	padding:0px;
}
/* ################################## */
.module2 {
	padding:0px 30px;
	margin:0 0 20px 0;
}
.module2 h2 {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	padding-top:0em;
	color: #000;
	font-weight:bold;
}
.module2 h3 {
	font-size: 1.6em;
	margin: 1em 0 0.1em 0;
	padding: 0em 0 0 0;
	color:#f06024;
}
.module2 h3.head-link a {
	margin: 1em 0 0.1em 0;
	padding: 0em 0 0 0;
	color:#f06024;
	text-decoration:none;
}
.module2 h3.bordertop {
	border-top:1px dashed #000;
	padding:1em 0 0 0;
}
.module2 h4 {
	font-size: 1.2em;
	margin: 1.5em 0em 0.5em 0em;
	color: #000;
}
.module2 h4 .paren {
    font-weight: normal;
}
.module2 h4 .amt {
    color: #f4642c;
}
.module2 h4 .sold {
    color: #b32a31;
}
.module2 ul.sponsor-menu {
	padding: 0px 0px 0px 20px;
}
.module2 ul.sponsor-menu-last {
	margin-bottom:20px;
	padding: 0px 0px 20px 20px;
	border-bottom:1px dashed #000;
}
.module2 ul.sponsor-menu-last li {
	margin:0 0 0px 0;
	padding:0px;
}
.module2 ul.sponsor-menu li {
	margin:0 0 0px 0;
	padding:0px;
}
.module2 ul {
	padding:10px 0 0 30px;
}
.module2 ul li {
	margin:0 0 10px 0;
	padding:0px;
}
.module2 .inset {
	margin:20px;
}
.module2 .inset p {
	margin-bottom:1em;
}
.module2 p.top {
	text-align:right;
	width:98%;
}
/* ################################## */
.list-table {
	margin:1em auto 1.5em auto;
	padding:0;
	width:600px;
	text-align:left;
}
.list-table p {
	margin-top:1em;
}
.list-table td {
	line-height:1.2em;
}
address {
	font-style: normal;
	line-height:1.2em;
	margin: 0 0 1em 0;
}
table.schedule {
	margin:1em auto 1.5em auto;
	padding:0;
	width:680px;
	text-align:left;
}
table.schedule tr td,
table.schedule tr th {
	margin:0.5em;
	padding:1em
}
table.schedule tr th {
	background-color:#fff;
}
table.schedule tr.altrow {
	background:#e0f0ff;	
}
table.schedule td.time {
	width: 127px;
	background:#f6f6f6;
	white-space:nowrap;
}
table.schedule tr.altrow td.time {
	width: 127px;
	background:#c9e9ff;
	white-space:nowrap;
}
table.schedule tr.sectionrow {
	font-weight: bold;
}
table.schedule h3 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	color:#f06024;
}
table.schedule-inner {
	margin: 0px auto;
	font-weight: bold;
	width: 680px;
}
table.schedule-inner tr td.time {
	background: #F6F6F6;
	width: 125px;
	white-space:nowrap;
}
table.schedule-inner tr td.rightcol,
table.schedule-inner tr td.rightcol2,
table.schedule-inner tr th {
	padding: 1em;
	margin: 0;
}
table.schedule-inner tr.lastrow td {
}
table.schedule-inner tr th {
	background: none;
}
table.schedule-inner tr td.rightcol {
	width: 266px;
	background: #ffffff url(images/bg-schedgrad.png) repeat-x !important;
}
table.schedule-inner tr td.rightcol2 {
	background: #ffffff url(images/bg-schedgrad.png) repeat-x !important;
}
.mirage-table {
	margin:1em auto 1.5em auto;
	padding:0;
	width:600px;
	text-align:left;
}
.mirage-table p {
	margin-top:1em;
}
.mirage-table td {
	line-height:1.2em;
	padding:10px;
}
.schedule .highlight-area {
	font-style: italic;
	padding-top: 1.2em;
	padding-bottom: 1.2px;
	color: #FF6600;
	text-align: center;
}
.schedule .moderators {
	font-variant: normal;
	padding-top: 1.2em;
	font-weight: normal;
}
.schedule .hostedby {
	font-style: italic;
	color: #666666;
}

table tr td.midtabletd {
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}

td.sessiondescription {
	font-weight:normal;
}

#banner-vip-form-page {
	height:247px;
	width:500px;
}
#vip-form-column {
	width: 250px;
	float: right;
}
#vip-colum-content-top {
	padding: 20px 12px 12px 14px;
	background: url(images/vip-form-column-bg.jpg) no-repeat top right;
}
#vip-colum-content-top h3 {
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
}
#vip-colum-content-top p {
	color: #d6eba5;
	padding-top: 0;
	width:215px;
}
#vip-colum-content-bottom {
	width:213px;
	padding: 0px 15px 12px 15px;
}
#vip-colum-content-bottom h4 {
	color: #96ae1b;
	font-size: 14px;
	margin-bottom:2px;
}

#vip-form-column #vip-colum-content-bottom .module,
#vip-form-column #vip-colum-content-bottom .form {
	margin:0px;
	padding:0px;
}
#vip-form-column #vip-colum-content-bottom .form .failure {
	margin: 10px 0 0 0;
}
#vip-form-column #vip-colum-content-bottom .module .cform {
	background:none;
	padding:0px;
}
#vip-form-column #vip-colum-content-bottom .module .cform fieldset.cf-fs1 {
	margin:0px;
	padding:0px;	
}
#vip-form-column #vip-colum-content-bottom .module .cform fieldset.cf-fs1 li {
	padding:0px;
}
#vip-form-column #vip-colum-content-bottom .module .cform ol.cf-ol {
	border:none;
}
#vip-form-column #vip-colum-content-bottom .module li {
	margin-left:0;
	padding-left:0;
	width:200px;
}
#vip-form-column #vip-colum-content-bottom .module .cform fieldset,
#vip-form-column #vip-colum-content-bottom .cform input, 
#vip-form-column #vip-colum-content-bottom .cform select,
#vip-form-column #vip-colum-content-bottom .cform ol.cf-ol,
#vip-form-column #vip-colum-content-bottom .cform ol.cf-ol li label {
	width:200px;
	margin-left:0;
	padding-left:0;
}
#vip-form-column #vip-colum-content-bottom .cform ol.cf-ol li label {
	margin-bottom:1px;
}
#vip-form-column #vip-colum-content-bottom .module .cform p.cf-sb {
	background:none;
	margin-top:0.5em;
	margin-left:0;
	padding-left:0;
}
#vip-form-column #vip-colum-content-bottom .module .cform p.cf-sb input {
	left:2px;
	display:block;
	width:206px;
	height:45px;
	background:url(images/btn-qualify-now.gif) no-repeat top left;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
#vip-form-column #vip-colum-content-bottom .module .cform p.cf-sb input:hover {
	background-position:left bottom;
}
#vip-form-column #vip-colum-content-bottom .module .cform input, 
#vip-form-column #vip-colum-content-bottom .module .cform select {
	padding:1px;
}
#vip-form-column #vip-colum-content-bottom .module .cform ol.cf-ol li {
	margin:2px 0 !important;
}
#vip-form-column #vip-colum-content-bottom .cform #cf8_field_14 {
	width:110px;
}
table.schedule td p,
#page p,
#copy p {
	margin-top:1em;
	margin-bottom:1em;
}
#excerpt {
	padding-top:0.5em;
	padding-top:0.5em;
}
#excerpt p {
	margin-top:0;
	margin-bottom:0;
}
#cforms3form ol.cf-ol li#li-3-14 {
	padding-top:8px;
}
.trackname {
	background: #F06024;
	padding: 2px 6px 3px 6px;
	font-weight: bold;
	color: #FFFFFF;
}
.trackname2 {
	background: #87c23f;
	padding: 2px 6px 3px 6px;
	font-weight: bold;
	color: #FFFFFF;
}
.trackname3 {
    background: #4A004A;
    padding: 2px 6px 3px 6px;
    font-weight: bold;
    color: #FFFFFF;

}
.past-events-year-divider {
	border-bottom:1px solid #caeca6;
	color:#caeca6;
	padding:0 0 0 10px;
	font-weight:normal;
	font-size:16px;
	width:90%;
	margin:20px auto 10px auto;
	clear:both;
}
.past-event {
	width:270px;
	float:left;
	margin:10px 0px 20px 20px;
}
.past-event h3 {
	margin:0;
}
p.past-event-date {
	font-weight:bold;
	font-size:14px;
	margin:0 !important;
}
.module2 ul.past-event-menu {
	padding:10px 0 0 0;
	font-size:14px;
}
.module2 ul.past-event-menu li {
	list-style-type: none;
	margin-bottom:5px;
}
.past-event-left-padded {
	padding-left:100px;
}
#copy2 ul {
	padding-left:2.5em;
}
#copy2 ul li {
	margin-bottom:.5em;
}