@import url( fonts.css );
@import url(//fonts.googleapis.com/css?family=Roboto);
@import url( menu.css );

body {
	background-color: #760c05;
	background-image: url( ../images/background.png );
	background-repeat: repeat-x;
	background-position: top center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: 0px;
}

#content img {
	max-width: 940px;
}

a {
	color: #760c05;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #231F20;
	font-family: 'Roboto', serif;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 5px 0px 10px;
}

h1 {
	color: #760c05;
	font-size: 21pt;
}

h2 {
	color: #231f20;
	font-size: 18pt;
}

h3 {
	color: #231f20;
	font-size: 15pt;
}

h4 {
	color: #231f20;
	font-size: 13pt;
}

h5 {
	color: #231f20;
	font-size: 11pt;
}

h6 {
	color: #231f20;
	font-size: 10pt;
}

h2 u,
h3 u,
h4 u {
	border-bottom: 1px solid #edede9;
	display: block;
	text-decoration: none;
}

fieldset {
	border: 1px solid #edede9;
	padding: 15px;
}

fieldset legend {
	color: #231f20;
	font-family: 'Roboto', serif;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: 0px;
	padding: 0px 10px 0px 0px;
}

#content ul {
	list-style-image: url( ../images/bullet.png );
	padding: 0px 0px 0px 15px;
}

 ul li {
	padding: 3px 0px;
}

blockquote {
	border-left: 5px solid #e9e8e4;
	color: #686868;
	margin: 10px 20px;
	padding: 0px 10px;
	font-style: italic;
}

hr {
	background-color: #edede9;
	border: 0px;
	height: 1px;
}

/*--- MAIN WRAPPER ---*/

#wrapper {
	margin: 0px auto 10px;
	position: relative;
	text-align: left;
	width: 990px;
}

/*--- HEADER ---*/

#header {
	padding-top: 50px;
	position: relative;
	z-index: 200;
}

#header-left {
	float: left;
	height: 99px;
	width: 411px;
}

#header-right {
	margin-left: 415px;
	min-height: 99px;
	padding-top: 15px;
	position: relative;
	text-align: right;
	z-index: 200;
}

#search-form-container {
	display: inline-block;
	height: 43px;
	vertical-align: top;
}

#search-form-container input[type=text] {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e6dbdc;
	float: left;
	color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 41px;
	line-height: 41px;
	padding: 0px 55px 0px 20px;
	width: 140px;
}

#search-form-container input[type=image] {
	border: 0px;
	float: left;
	margin: 6px 0px 0px -40px;
}

#button-container {
	display: inline-block;
	height: 43px;
	vertical-align: top;
}

#button-container a {
	vertical-align: top;
}

.red-button {
	background: #cd2027; /* Old browsers */
	background: url( ../images/home/button_arrow.png ), -moz-linear-gradient(top,  #cd2027 1%, #a10f14 99%); /* FF3.6+ */
	background: url( ../images/home/button_arrow.png ), -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cd2027), color-stop(99%,#a10f14)); /* Chrome,Safari4+ */
	background: url( ../images/home/button_arrow.png ), -webkit-linear-gradient(top,  #cd2027 1%,#a10f14 99%); /* Chrome10+,Safari5.1+ */
	background: url( ../images/home/button_arrow.png ), -o-linear-gradient(top,  #cd2027 1%,#a10f14 99%); /* Opera 11.10+ */
	background: url( ../images/home/button_arrow.png ), -ms-linear-gradient(top,  #cd2027 1%,#a10f14 99%); /* IE10+ */
	background: url( ../images/home/button_arrow.png ), linear-gradient(to bottom,  #cd2027 1%,#a10f14 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd2027', endColorstr='#a10f14',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat, repeat;
	background-position: 12px center, left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #700a0e;
	cursor: pointer;
	display: inline-block;
	color: #f8f7f5;
	display: inline-block;
	font-family: 'BakerSignetBTRoman', serif;
	font-size: 14pt;
	height: 41px;
	line-height: 41px;
	padding: 0px 15px 0px 25px;
	text-transform: none;
}

.grey-button {
	background: #cd2027; /* Old browsers */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #888;
	cursor: pointer;
	display: inline-block;
	color: #484848;
	display: inline-block;
	font-family: 'BakerSignetBTRoman', serif;
	font-size: 14pt;
	height: 41px;
	line-height: 41px;
	padding: 0px 15px 0px 15px;
	text-transform: none;
}

/*--- NAVIGATION ---*/

#navigation {
	background: #272727; /* Old browsers */
	background: -moz-linear-gradient(top,  #646464 0%, #444444 48%, #333333 49%, #262626 88%, #1c1c1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646464), color-stop(48%,#444444), color-stop(49%,#333333), color-stop(88%,#262626), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #646464 0%,#444444 48%,#333333 49%,#262626 88%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #646464 0%,#444444 48%,#333333 49%,#262626 88%,#1c1c1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #646464 0%,#444444 48%,#333333 49%,#262626 88%,#1c1c1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #646464 0%,#444444 48%,#333333 49%,#262626 88%,#1c1c1c 100%); /* W3C */
	height: 50px;
	position: relative;
	text-align: center;
	z-index: 100;
}

/*--- CONTENT ---*/

body#home #contentContainer {
	padding: 10px;
}

#contentContainer {
	background-color: #ffffff;
	min-height: 300px;
	padding: 15px 25px 25px 25px;
	position: relative;
	z-index: 1;
}

#content {
	min-height: 300px;
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
}

#home-left {
	float: left;
	width: 700px;
}

#sidebar {
	background-color: #e9e8e4;
	margin-left: 710px;
}

body.default_sidebar #sidebar {
	margin-top: 95px;
}

.sub-menu,
.facebook-container,
.twitter-container {
	padding: 10px;
}

.twitter-timeline,
.fb-like-box {
	background-color: #fff;
}

/*--- FOOTER ---*/

#footer {
	margin: 0px auto 0px auto;
}

div.footer-column {
	display: inline-block;
	margin-left: 35px;
	min-height: 130px;
	padding-top: 10px;
	vertical-align: top;
	width: 145px;
}

div.footer-column.contact {
	margin-left: 0px;
}

div.footer-column.resources {
	width: 290px;
}

div.footer-column.newsletter {
	background-color: #E9E8E4;
	margin-left: 48px;
	padding: 10px 10px 0px;
	width: 210px;
}

body.home div.footer-column.newsletter {
	width: 240px;
}

div.footer-column.social-media {
	color: #a5a3a0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-left: 0px;
	min-height: 25px;
	text-align: right;
	width: 696px;
}

div.footer-column.social-media a {
	color: #a5a3a0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

div.footer-column.social-media img {
	margin: 0px 5px 0px 15px;
	vertical-align: middle;
}

div.footer-column.copyright {
	background-color: #E9E8E4;
	color: #a5a3a0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-left: 10px;
	min-height: 25px;
	padding: 10px 10px 0px;
	width: 210px;
}

body.home div.footer-column.copyright {
	width: 240px;
}

div.footer-column.newsletter input[type=text] {
	background-color: #f6f6f6;
	border: 1px solid #bdbdbd;
	color: #231f20;
	float: left;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
}

div.footer-column.newsletter input[type=submit] {
	background: #b50000; /* Old browsers */
	background: -moz-linear-gradient(top,  #b50000 0%, #970000 52%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b50000), color-stop(52%,#970000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b50000 0%,#970000 52%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b50000 0%,#970000 52%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b50000 0%,#970000 52%); /* IE10+ */
	background: linear-gradient(to bottom,  #b50000 0%,#970000 52%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#970000',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bdbdbd;
	color: #ffffff;
	float: left;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 27px;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
}

div.footer-column h6 {
	color: #4d4c4c;
	font-family: 'galatia_silregular', serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0px 0px 5px;
	text-transform: uppercase;
}

/*--- OTHER ---*/

div.msg-error, 
div.msg-success, 
div.msg-warning, 
div.msg-information,
div.msg-question {
	background-repeat: no-repeat;
	height: auto !important;
	height: 40px;
	margin-bottom: 10px;
	min-height: 40px;
	padding-top: 17px;
	padding-left: 57px;
	padding-bottom: 10px;
	text-align: left;
}

div.msg-error {
	background-image: url( '../images/message-error-bg.jpg' );
	background-color: #FFC4C4;
	border: 1px solid #BB0000;
	color: #A10000;
}

div.msg-error a {
	color: #A10000;
	text-decoration: underline;
}

div.msg-error a:hover {
	text-decoration: none;
}

div.msg-success {
	background-image: url( '../images/message-success-bg.jpg' );
	background-color: #CAFA9F;
	border: 1px solid #6CAA07;
	color: #437100;
}

div.msg-success a {
	color: #437100;
	text-decoration: underline;
}

div.msg-success a:hover {
	text-decoration: none;
}

div.msg-warning {
	background-image: url( '../images/message-warning-bg.jpg' );
	background-color: #FFEB8C;
	border: 1px solid #A68943;
	color: #B25000;
}

div.msg-warning a {
	color: #B25000;
	text-decoration: underline;
}

div.msg-warning a:hover {
	text-decoration: none;
}

div.msg-information {
	background-image: url( '../images/message-info-bg.jpg' );
}

div.msg-question {
	background-image: url( '../images/message-question-bg.jpg' );
}

div.msg-information,
div.msg-question {
	background-color: #CAE4FF;
	border: 1px solid #2477d9;
	color: #004D99;
}

div.msg-information a,
div.msg-question a {
	text-decoration: underline;
	color: #004D99;
}

div.msg-information a:hover,
div.msg-question a:hover {
	text-decoration: none;
}

span.input-error {
	color: #C20000;
	display: block;
	margin: 5px;
}

.clear {
	clear: both;
}

.red_button_arrow {
	background: #dc343b; /* Old browsers */
	background: url( ../images/red_button_arrow.png ), -moz-linear-gradient(top,  #dc343b 0%, #c51d24 12%, #c51d24 47%, #a41016 50%, #a41016 84%, #920a0f 99%); /* FF3.6+ */
	background: url( ../images/red_button_arrow.png ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc343b), color-stop(12%,#c51d24), color-stop(47%,#c51d24), color-stop(50%,#a41016), color-stop(84%,#a41016), color-stop(99%,#920a0f)); /* Chrome,Safari4+ */
	background: url( ../images/red_button_arrow.png ), -webkit-linear-gradient(top,  #dc343b 0%,#c51d24 12%,#c51d24 47%,#a41016 50%,#a41016 84%,#920a0f 99%); /* Chrome10+,Safari5.1+ */
	background: url( ../images/red_button_arrow.png ), -o-linear-gradient(top,  #dc343b 0%,#c51d24 12%,#c51d24 47%,#a41016 50%,#a41016 84%,#920a0f 99%); /* Opera 11.10+ */
	background: url( ../images/red_button_arrow.png ), -ms-linear-gradient(top,  #dc343b 0%,#c51d24 12%,#c51d24 47%,#a41016 50%,#a41016 84%,#920a0f 99%); /* IE10+ */
	background: url( ../images/red_button_arrow.png ), linear-gradient(to bottom,  #dc343b 0%,#c51d24 12%,#c51d24 47%,#a41016 50%,#a41016 84%,#920a0f 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc343b', endColorstr='#920a0f',GradientType=0 ); /* IE6-9 */
	background-position: 10px center, left;
	background-repeat: no-repeat, repeat;
	color: #ffffff;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	font-family: 'Roboto', serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
	min-width: 90px;
}

.red_button {
	background: #dc343b; /* Old browsers */
	background: -moz-linear-gradient(top,  #dc343b 0%, #c51d24 12%, #c51d24 47%, #a41016 50%, #a41016 84%, #920a0f 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc343b), color-stop(12%,#c51d24), color-stop(47%,#c51d24), color-stop(50%,#a41016), color-stop(84%,#a41016), color-stop(99%,#920a0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dc343b 0%,#c51d24 12%,#c51d24 47%,#a41016 50%,#a41016 84%,#920a0f 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dc343b 0%,#c51d24 12%,#c51d24 47%,#a41016 50%,#a41016 84%,#920a0f 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dc343b 0%,#c51d24 12%,#c51d24 47%,#a41016 50%,#a41016 84%,#920a0f 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #dc343b 0%,#c51d24 12%,#c51d24 47%,#a41016 50%,#a41016 84%,#920a0f 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc343b', endColorstr='#920a0f',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	display: inline-block;
	padding: 10px 15px;
	font-family: 'Roboto', serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 3px 0px;
	text-align: center;
	text-decoration: none;
	width: 155px;
}

.red_button em {
	font-size: .8em;
	font-style: normal;
}

/* elections home page */

table.elections-table {
	background-color: #E9E8E4;
	border-collapse: collapse;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 0px;
	width: 100%;
}

table.elections-table td {
	border: 0px;
	padding: 15px;
}

/* breadcrumb style */

div.bread-crumb-container {
	color: #cfcecb;
	font-size: 10pt;
	margin-bottom: 20px;
}

body.default_sidebar .bread-crumb-container {
	width: 940px;
}

div.bread-crumb-container a {
	color: #cfcecb;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline
}

div.bread-crumb-container a.current_page {
	text-decoration: none;
}

/*  table style */

table.webinar {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table.webinar thead th {
	background-color: #cfcecb;
	font-size: 10pt;
	font-weight: normal;
	padding: 8px 5px;
	vertical-align: bottom;
}

table.webinar tbody td {
	background-color: #e9e8e4;
	font-size: 9pt;
	padding: 5px;
	vertical-align: top;
}

table.webinar tbody tr:nth-child(odd) td {
	background-color: #eee;
	font-size: 9pt;
	padding: 5px;
	vertical-align: top;
}

/*  mfl style */

table.mfl-sponsors,
table.mfl-buses {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table.mfl-sponsors thead th,
table.mfl-buses thead th {
	background-color: #cfcecb;
	font-size: 10pt;
	font-weight: normal;
	padding: 8px 5px;
	vertical-align: bottom;
}

table.mfl-sponsors tbody td,
table.mfl-buses tbody td {
	background-color: #e9e8e4;
	font-size: 9pt;
	padding: 5px;
	vertical-align: top;
}

table.mfl-sponsors tbody tr:nth-child(odd) td,
table.mfl-buses tbody tr:nth-child(odd) td {
	background-color: #eee;
	font-size: 9pt;
	padding: 5px;
	vertical-align: top;
}

/* pre natal table */

table.prenatal-development{
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table.prenatal-development thead th {
	background-color: #cfcecb;
	font-size: 10pt;
	font-weight: normal;
	padding: 8px 5px;
	vertical-align: bottom;
}

table.prenatal-development tbody td {
	background-color: #fff;
	font-size: 9pt;
	padding: 10px;
	vertical-align: top;
}

table.prenatal-development tbody tr:nth-child(odd) td {
	background-color: #eee;
	font-size: 9pt;
	padding: 10px;
	vertical-align: top;
}

table.prenatal-development tbody td img {
	cursor: zoom-in;
}

/* chronology table */

table.chronology-of-laws {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table.chronology-of-laws thead th {
	background-color: #cfcecb;
	font-size: 10pt;
	font-weight: normal;
	padding: 8px 5px;
	vertical-align: bottom;
}

table.chronology-of-laws tbody td {
	background-color: #fff;
	font-size: 9pt;
	padding: 10px;
	vertical-align: top;
}

table.chronology-of-laws tbody tr:nth-child(odd) td {
	background-color: #eee;
	font-size: 9pt;
	padding: 10px;
	vertical-align: top;
}

/* tyranny table */

table.tyranny {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table.tyranny thead th {
	background-color: #cfcecb;
	font-size: 10pt;
	font-weight: normal;
	padding: 8px 5px;
	vertical-align: bottom;
}

table.tyranny tbody td {
	background-color: #fff;
	font-size: 9pt;
	padding: 10px;
	vertical-align: top;
}

table.tyranny tbody tr:nth-child(odd) td {
	background-color: #eee;
	font-size: 9pt;
	padding: 10px;
	vertical-align: top;
}

/* TCDSB  table */

table.tcdsb  {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table.tcdsb thead th {
	background-color: #cfcecb;
	font-size: 10pt;
	font-weight: normal;
	padding: 8px 5px;
	vertical-align: bottom;
}

table.tcdsb tbody td {
	background-color: #fff;
	font-size: 9pt;
	padding: 10px;
	vertical-align: top;
}

table.tcdsb tbody tr:nth-child(odd) td {
	background-color: #eee;
	font-size: 9pt;
	padding: 10px;
	vertical-align: top;
}

/* stem cell table */

table.stem-cell {
	border-collapse: collapse;
	border: 0px;
}

table.stem-cell thead th {
	background-color: #cfcecb;
	font-size: 10pt;
	font-weight: normal;
	padding: 8px 5px;
	vertical-align: bottom;
}

table.stem-cell tbody td {
	background-color: #e9e8e4;
	font-size: 9pt;
	padding: 10px;
	vertical-align: top;
}

table.stem-cell tbody tr:nth-child(odd) td {
	background-color: #eee;
	font-size: 9pt;
	padding: 10px;
	vertical-align: top;
}

/* marriage table */

table.marriage {
	border-collapse: collapse;
	border: 0px;
}

table.marriage thead th {
	background-color: #cfcecb;
	font-size: 10pt;
	font-weight: normal;
	padding: 8px 5px;
	vertical-align: bottom;
}

table.marriage tbody td {
	background-color: #e9e8e4;
	font-size: 9pt;
	padding: 10px;
}

table.marriage tbody tr:nth-child(odd) td {
	background-color: #eee;
	font-size: 9pt;
	padding: 10px;
}

/* margin for life main page */

table#march-for-life-container td {
	color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}


td.march-for-life-paper {
	background-image: url( /shared/media/editor/image/marchfl2013/marchBg.jpg ); 
	background-position: center bottom; 
	background-repeat: no-repeat; 
	padding: 30px 40px 415px;
	padding-bottom: 415px;
}

td.march-for-life-paper h2 {
	color: #8c0c04;
	font-family: 'cFive', Calibri, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: normal;
	margin: -20px 0px 20px;
	line-height: 18pt;
}

td.march-for-life-grey {
	padding: 10px 40px 5px;
}

table#march-for-life-container td.march-for-life-grey strong {
	font-size: 10pt;
}

td.main-event h2 {
	color: #8c0c04;
	font-family: 'cFive', Calibri, Arial, Helvetica, sans-serif;
	font-size: 19pt;
	font-weight: normal;
	margin: 0px;
	line-height: 18pt;
	text-transform: uppercase;
}

td.main-event h3 {
	border: 0px;
	color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	line-height: 13pt;
	text-transform: uppercase;
}


 table#march-for-life-container td.main-event-text {
	font-size: 10pt;
}

td.march-for-life-gendercide {
	background-image: url( /shared/media/editor/image/marchfl2013/this-years-theme.jpg ); 
	background-position: center top; 
	background-repeat: no-repeat;
	padding: 40px 40px 0px;
}

td.march-for-life-gendercide h2 {
	color: #8c0c04;
	font-family: 'cFive', Calibri, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: normal;
	margin: 20px 0px 10px;
	line-height: 18pt;
}

td.march-for-life-gendercide h2.end-female {
	margin: 0px 0px 100px;
}

td.march-for-life-gendercide h3 a,
td.march-for-life-gendercide h3 {
	border: 0px;
	color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	line-height: 13pt;
	text-transform: uppercase;
}

td.march-for-life-gendercide h4 {
	border: 0px;
	color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0px;
	line-height: 12pt;
	text-transform: uppercase;
}

/* social media container */

div.social-button-container {
	float: right;
	position: relative;
	z-index: 20;
}


body.default_sidebar div.social-button-container {
	margin-right: -240px;
}

/* plain page */

img.left {
	float: left;
	margin: 0px 20px 20px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 20px 20px;
}

/* abortion photos */

div.abortionphotos {
	display: inline-block;
	margin: 6px;
	vertical-align: top;
	width: 140px;
}

div.abortiontitle {
	font-weight: bold;
	text-align: center;
}

div.page-title h1 {
	margin: 0px 0px 20px;
}

/* speaker form */

table.speaker-form {
	background-color: #E9E8E4;
	border-collapse: collapse;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 100%;
}

table.speaker-form td {
	padding: 8px;
}

table.speaker-form td img {
	vertical-align: middle;
}

table.speaker-form td input[type=text] {
	background-color: #f6f6f6;
	border: 1px solid #bdbdbd;
	color: #231f20;
	float: left;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 25px;
	line-height: 25px;
	margin: 0px 2px 0px;
	padding: 0px 5px;
}
label.error {
	color: #760C05;
	display: block;
}

div#previous-video-container {
	font-size: 0;
}

div#previous-video-container div.mini-video-container {
	font-size: 10pt;
	margin: 10px 0px !important;
}

div#previous-video-container div.mini-video-container:nth-child(odd) {
	margin-right: 28px !important;
}

div.rally-popup a {
	color: #760C05;
	text-decoration: underline;
}