@charset "utf-8";

/* ---------------------------------------------

    * Filename:         webinar.css
    * Description:      Static Webinar CSS
    * Version:          2009-07-21
    * Author:           Arlin Schaffel

======== STRUCTURE: ============================

    * Page Width:       770px
    * Columns:          210px & 560px

======= COLOUR SWATCH: =========================

    * Pink: 		#FF0084;
    * White:		#FFFFFF;
    * Gray:			#818181;

----------------------------------------------*/



/* ------------------------------------------
   YUI Reset

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
source: http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css
modified by: Cory Jacobsen

--------------------------------------------- */

html{color:#000;background:inherit;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var,optgroup{font-style:inherit;font-weight:inherit;}
/*em,strong,*/
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

/* ------------------------------------------
   YUI Fonts Reset

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
source: http://yui.yahooapis.com/2.7.0/build/fonts/fonts-min.css

--------------------------------------------- */

body{font:15px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* ------------------------------------------
   General Styles
--------------------------------------------- */

html {
    color:#ccc;
    background-color:#000;
}

body {
    font:15px/24px helvetica,arial,clean,sans-serif;
    background-color:#000000;
    text-align:center;
    color:#ccc;
}

#main_pane {
    margin:0px auto;
    text-align:left;
    width:770px;
}

.clear {
    clear:both;
    height:0px;
    line-height:0px;
}

a {
    color:#fff;
    border-bottom:1px solid #ff0084;
    text-decoration:none;
}

a:hover {
    color:#ff0084;
    text-decoration:none;
    border-bottom:none;
}

p {
    margin-bottom:24px;
}

h1, h2, h3, h4, h5, h6 {
    color:#fff;
}

h1 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
}

h2 {
    font-size: 24px;
    line-height: 24px;
    color: #FF0084;
}

h3 {
    font-size: 20px;
    line-height: 70px;
    color: #fff;
	margin-top:-20px;
}

ul {
    margin-bottom: 24px;
    padding-left: 30px;
}

li {
    color: #ccc;
    list-style-type: disc;
}

/* ------------------------------------------
   Layout
--------------------------------------------- */
/* content positioning to center webinar video */
.content {
	position:relative;
	right:65px;
}

.column_left {
    float:left;
    width:210px;
}

.column_right {
    float:left;
    width:560px;
}

/* ------------------------------------------
   Presenter Images
--------------------------------------------- */

.presenter {
    float:left;
    margin-right:2em;
    margin-bottom:2em;
    font-size:80%;
    width:120px;
    line-height:14px;
}

.presenter-4 {
    float:left;
    margin-right:1.5em;
    margin-bottom:2em;
    font-size:80%;
    width:120px;
    line-height:14px;
}

.presenter-4 span {
    display: block;
}

.presenter span {
    display: block;
}

/* ------------------------------------------
   Details Table
--------------------------------------------- */

.details_table{
        margin-bottom: 30px;
}

.details_table td{
	padding:0px 10px 0 0px;
	vertical-align: top;
}

/* ------------------------------------------
   Registration Form
--------------------------------------------- */

.form_table{
        margin-top: 24px;
    color:#FFFFFF;
}

.form_table td{
	padding:0px 0px 10px 0px;
}

.form_table td label{
	display:block;
	text-align:right;
	width:85px;
}

.form_table td.invalid, .highlight{
	color:#FF0084;
}

.form_table td.required{
	color:#FF0084;
	text-align:center;
	width:15px;
}

.form_table input{
	width:250px;
}

.form_table #submit_button{
        width:100px;
       	background-color: #666;
	color: #000;
	font-weight: bold;
	border: 1px solid #666;
}

/* ------------------------------------------
   Other
--------------------------------------------- */

.logo a {
    text-decoration: none;
    border-bottom: none;
}

.fixed-width {
	width:480px;
}

a.arrow {
	padding-left: 15px;
	background:url('/live/wp-content/themes/zulive2009/library/images/arrow__10x9.gif') no-repeat 0% 60%;
	border-bottom: none;
	color:#999;
	border-bottom:none;
}

a.arrow:hover {
	color: #999;
}

.right {
	float:right;
}