/** ..:: BodyMindLife - Teacher Training | Home ::.. **/

/* General */
body { background: black url(/Resources/BML/Sites/TeacherTraining/Layout/bg-03.jpg) no-repeat center top; }
#page-container { background: none; position: relative; z-index: 2; }
#body .body-container { display: none; }
#body { padding: 0; }

/* Byline */
#byline { padding: 20px 0; text-align: center; }
#byline h2 { font-size: 64px; font-family: 'Dancing Script', Comic Sans, sans-serif; color: white; text-shadow: 0 1px 5px black; padding: 0; margin: 0; }
#byline h2 small { font-size: 48px; }

/* Columns */
#columns { color: white; font-size: 12px; overflow: hidden; }
#columns h3 { color: white; }
#columns .column { position: relative; float: left; width: 279px; height: 272px; padding: 30px 20px; margin: 0 0 1px 1px; background: rgba(0,0,0,0.7); }
.is_ie #columns .column { background: transparent url(/Resources/BML/Sites/TeacherTraining/Images/Backgrounds/black-60.png) repeat; }

/* Column Buttons */
#columns .column.button { height: 40px; color: white; padding: 35px 20px; }
#columns a.button:hover { background-color: rgba(0,0,0,0.8); text-decoration: none; }
.is_ie #columns a.button:hover { background-color: black; }
#columns .column.button h3, #columns .column.button .title { margin-bottom: 0; font-weight: bold; font-size: 24px; }
#columns .column.button .sub { display: block; }
#columns .column.button.disabled, #columns .column.button.disabled h3 { color: #999; }

/* Why BML */
#columns .why-bml p { font-size: 13px; line-height: 1.6em; }
#columns .why-bml p strong { font-size: 16px; font-weight: normal; }

/* Next Course */
#columns .next-course { text-align: center; }
#columns .next-course .number { font-family: Baskerville; font-size: 108px; font-weight: bold; }
#columns .next-course .number em { font-size: 24px; font-weight: normal; }
#columns .next-course .month { font-size: 24px; text-transform: uppercase; }
#columns .next-course .days-left { padding: 20px; font-size: 16px; color: rgba(255,255,255,0.6); }

#columns .next-course .buttons { position: relative; text-align: center; }
#columns .next-course .buttons a { display: inline-block; padding: 15px 27px; color: black; text-transform: uppercase; text-shadow: 0 1px 0 white; background: #ddd; background: rgba(255,255,255,0.85); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#columns .next-course .buttons a:hover { background: white; text-decoration: none; }

/* Social Networking */
#social-networking { overflow: hidden; font-size: 18px; }
#social-networking .section { display: block; float: left; overflow: hidden; padding: 30px 20px; width: 280px; color: white; background: rgba(0,0,0,0.7); }
.is_ie #social-networking .section { background: transparent url(/Resources/BML/Sites/TeacherTraining/Images/Backgrounds/black-60.png) repeat; }
#social-networking a.section:hover { background-color: rgba(0,0,0,0.8); text-decoration: none; }
.is_ie #social-networking a.section:hover { background: black; }
#social-networking .icon { display: block; float: left; width: 30px; height: 30px; margin: -6px 10px 0 0; background: url(/Resources/BML/Sites/TeacherTraining/Images/Icons/social-networking.png) top left no-repeat; }
#social-networking .twitter .icon { background-position: left -30px; }
#social-networking .facebook .icon { background-position: left -60px; }

/* Newsletter form */
#subscribe-popup { width: 300px; }
#em_subscribe_form { overflow: hidden; font-size: 12px; }
#em_subscribe_form .field-label { padding: 7px 0; width: 90px; }
#em_subscribe_form .field { width: 160px; margin: 0 0 5px 0; }

#em_subscribe_form .buttons { overflow: hidden; float: left; clear: left; padding: 5px 0 0 90px; }
#em_subscribe_form .buttons a:hover { color: #666; }
#em_subscribe_form .buttons input { float: left; display: block; cursor: pointer; padding: 5px 20px; color: black; text-transform: uppercase; text-shadow: 0 1px 0 white; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
