/* CSS stylesheet for enlighteningrelationships.org || 2009 Coby Heise - Creation By Design - www.cxdi.com */

/* NOTE: This 'print' stylesheet is not fully fleshed out, as it was an "extra" task, and project was terminated by cxdi before it was completed. */

body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.bg-fix {
  display: none;
}

/* styles for content */
p {
    margin: 5px 0 10px 0;
}

blockquote {
	padding: 0;
	margin: 5px 0 0 20px;
	line-height: 18px;
}

.content {
    text-align: justify;
    font: 1em Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 1em;
    margin: 15px 20px 15px 20px;
    height: 100%;
}

.content img.bodypic1 {
    margin: 0 0 20px 10px;
    float: right;
    border: none;
}

.content h1.home1 {
	text-indent:-3000px;
	background: url(images/header-ER.png) top left no-repeat #fff;
}

.subcontent h1.home2 {
	text-indent:-3000px;
	background: url(images/header-RN.png) top left no-repeat #e8f1f8;
}

.content-presenters h1.home3 {
	text-indent:-3000px;
	background: url(images/header-FP.png) top left no-repeat #dae8f3;
}

.subcontent h1.home4 {
	text-indent:-3000px;
	background: url(images/header-CS.png) top left no-repeat #e8f1f8;
}

.content h1.schedule {
	text-indent:-3000px;
	background: url(images/header-CS2.png) top left no-repeat #fff;
}

.content h1.plenary {
	text-indent:-3000px;
	background: url(images/header-PP.png) top left no-repeat #fff;
}

.content h1.groups {
	text-indent:-3000px;
	background: url(images/header-SG.png) top left no-repeat #fff;
}

.content h1.presBTS {
	text-indent:-3000px;
	background: url(images/header-BTS.png) top left no-repeat #fff;
}

.content h1.presPSP {
	text-indent:-3000px;
	background: url(images/header-PSP.png) top left no-repeat #fff;
}

.content h1.registration {
	text-indent:-3000px;
	background: url(images/header-CR.png) top left no-repeat #fff;
}

.content h1.ceu {
	text-indent:-3000px;
	background: url(images/header-CEU.png) top left no-repeat #fff;
}

.subcontent {
    text-align: left;
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #3b3b3b;
    line-height: 13px;
    margin: 15px 20px 15px 20px;
}

.copy {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #878787;
    text-decoration: none;
    font-size: 11px;
}

.copy a {
	text-decoration: none;
}

.copy strong {
	text-align: left;
}

.content-presenters {
	color: #292929;
	text-decoration: none;
	margin: 10px 12px 10px 12px;
}

.names {
    margin: 0;
    padding: 0;
}

.foot-links {
    color: #4A4A4A;
    text-decoration: underline;
}

a.foot-links:visited { }

a.foot-links:hover {
    color: #c54c9c;
    text-decoration: none;
}

.modal {
    text-align: left;
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #666;
    line-height: 16px;
    padding: 10px;
	background: #fff;
	margin: 0;
}

.modal h2 {
	font: normal 22px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	word-spacing: -2px;
	color: #333;
	text-align: left;
	padding: 0;
}

.modal img.img-border {
	border: solid 2px #333;
}

/* styles for layout decoration */
#center {
    margin: 40px auto;
    /*text-align: center;*/
    width: 750px;
}

.footline {
    display: none;
}

.border {
    border: 0px solid #c54c9c;
    width: 750px;
}

.sublogo {
    background: url(images/spacer-sublogo-2009.png) no-repeat #fff;
    height: 15px;
}

.heading {
    border: none;
    margin-bottom: 10px;
}

/* styles for link buttons */
.register a {
    margin: 0 10px 0 0;
    float: right;
    width: 85px;
    height: 25px;
    text-indent: -1000px;
    background: url(images/btn-register.png) left top no-repeat #f1f1f1;
}

.register a:hover {
    background: url(images/btn-register.png) left bottom no-repeat #f1f1f1;
}

/* styles for lists */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    line-height: 14px;
    list-style-position: outside;
    margin-bottom: 5px;
    padding-left: 7px;
}

ul.groups {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: transparent;
    margin: 5px 0 2px 5px;
    vertical-align: bottom;
}

ul.groups li {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    text-align: left;
}

ul.asterisk {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	margin: 5px 0 2px 3px;
    vertical-align: bottom;
}

ul.asterisk li {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    text-align: left;
}

/* styles for random text */
.white {
    color: #fff;
    text-decoration: none;
}

.dark-grey {
    color: #5F5F5F;
    text-decoration: none;
}

.dark-blue {
    color: #397CB2;
    text-decoration: none;
    font-size: 11px;
}

a.dark-blue:hover {
    color: #c54c9c;
    text-decoration: underline;
    font-size: 11px;
}

.blue {
    color: #397CB2;
    text-decoration: none;
}

.black {
    color: #3C3C3C;
    text-decoration: none;
}

.grey {
    color: #727272;
    text-decoration: none;
}

.m {
    vertical-align: middle;
}

.sm {
    font-size: 10px;
}

.l {
    text-decoration: underline;
}

.n {
    text-decoration: none;
}

.t {
    text-transform: uppercase;
}

.big {
    font-size: 12px;
}

.list {
    line-height: 10px;
}

/* override styles for form elements */
.form {
    width: 500px;
    height: 21px;
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #878787;
    background: #fff;
    color: #5F5F5F;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
}

.textarea {
    width: 185px;
    height: 89px;
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid #878787;
    background: #fff;
    color: #5F5F5F;
    margin-left: 0px;
    margin-right: 0px;
}

.error {
    color: #cc0000;
    font-size: 11px;
}

/* styles for presenters on home page */
.featured {
    width: 100%;
    font: 11px Tahoma, Arial, sans-serif;
    vertical-align: top;
}

.featured a {
    text-decoration: none;
}

.featured a:visited {
    color: #9999ff;
}

.featured a:hover {
    text-decoration: underline;
    color: #c54c9c;
}

.featured a:active {
    color: #397CB2;
}

/* styles for headers */
h1 {
    font-size: 1.10em;
    font-weight: bold;
    color: #000;
    margin: 10px 0 10px 0;
}

h2 {
    font-size: 1.2em;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    margin: 20px 0 20px 0;
    line-height: 20px;
    font-weight: bold;
}

h3 {
    font-size: 0.95em;
    padding-bottom: 10px;
    margin-bottom: 0;
}

/* styles for sub-headers */
.topic {
    font: 12px "Times New Roman", Times, serif;
}

.subtopic {
    font: 11px "Times New Roman", Times, serif;
}

.small {
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

/* styles for presenters on teachers page */
.presenter {
    width: 345px;
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    line-height: 16px;
}

.presenter a {
    text-decoration: none;
}

.presenter a:visited {
    color: #316499;	
}

.presenter a:hover {
    text-decoration: underline;
    color: #c54c9c;
}

.presenter a:active {
    color: #397CB2;
}

.hidden {
    text-align: left;
    display: none;
    margin-bottom: 20px;
}

.hidden strong {
	font-weight:600;
}

/* styles for schedule page */
.timeblock {
    margin-bottom: 15px;
}

.timeblock .time {
    border-bottom: 1px solid #dd4c00;
    color: #dd4c00;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.timeblock .title {
    font-weight: bold;
    color: #333;
}

.timeblock .title .normal {
	font-weight: normal;
	text-decoration: none;
}

.title a {
    font-weight: bold;
    text-decoration: underline;
}

.title a:hover {
    color: #c54c9c;
    text-decoration: none;
}

.timeblock .desc {
    margin-left: 20px;
}

.timeblock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: transparent;
    margin: 10px 10px 10px 30px;
    vertical-align: bottom;
}

.timeblock li {
    margin: 0;
    padding: 5px 5px 5px 20px;
    border-bottom: 1px dotted #ddd;
    background: url(images/bullet_arrow16.gif) left top no-repeat;
}

/* primary form styles */
input, select, textarea {
    background: #fff;
}
#registration {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#registration input, #registration select, #registration textarea {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #404040;
    padding: 0px 2px;
}
#registration fieldset {
    border: 0;
    border-top: 2px solid #dd4c00;
    /*border-bottom: 1px solid #ccc;*/
    padding: 5px 20px 10px 20px;
    margin-top: 20px;
    background-color: #e8f1f8;
}
#registration .errors {
	border: 0;
	border-top: 2px solid #dd4c00;
	/*border-bottom: 1px solid #ccc;*/
	background-color: #def;
	color: #c00;
	font-weight: bold;
	padding: 5px 20px 10px 20px;
	margin-top: 20px;
}
#registration h2 {
    color: #dd4c00;
    font-size: 1.00em;
    font-weight: bold;
    padding: 0px;
    margin: 10px -15px 10px -15px;
}
#registration label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #606060;
    margin: 0;
    padding: 5px 0px 2px 0px;
}
#registration label.inline {
    display: inline;
    font-weight: normal;
    line-height: 1em;
}
#registration input[type=radio], #registration input[type=checkbox] {
    display: inline;
    vertical-align: bottom;
    line-height: 1em;
}
#registration .item {
    float: left;
    margin-right: 10px;
}
#registration .clear {
    clear: both;
    padding-top: 10px;
}
#registration .explanation {
    padding-bottom: 10px;
}
#registration .submitButton {
    color: #fff;
    cursor: pointer;
    background-color: #dd4c00;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 20px;
    padding: 5px;
    width: 300px;
}
#regTable {
    width: 100%;
}
#regTable th, #regTable td {
    text-align: left;
}

.clear {
    clear: both;
}
