﻿/* COLORS
======================================================================
	#FF8F00 : Light Orange
	#FF3D00 : Orange
	#46B89D : Blue
	#EFD500 : Yellow
	#C1C700 : Green
	#170E00 : Brown	
	#E9DDA1 : Tan		
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */


body#section_Home {
	background: #170E00 url('../images/html_bg.jpg') repeat-x center 163px;
}

body {
	background: #170E00 url('../images/html_bg_interior.jpg') repeat-x center 163px;
}

body, input, select, textarea {
	font-family: 'Lucida Grande','微软雅黑', 'Lucida Sans', sans-serif;
	font-size: 13px;
	color: #e7dda2;
}

h1 {
	/* good place to define a font-family */
	font-size: 1.95em;
	font-weight: normal;
}

h2 span, h1 span {
	display: none;
}

h3, h4, h5, h6 {
	margin: 25px 0 0 0;
}

h5, h6 {
	font-weight: normal
}

h3 {
	font-size: 24px;
	color: #bcc427;
}

p, address, dl, ul, ol, table, label {
	/* good place to define typical font-size, line-height and margins */
	margin-top: 10px;
	line-height: 1.9em;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0 0 0 15px;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, 'Bitstream Vera Serif', serif;
	font-size: 14px;
	color: #484b06;
}

blockquote p {
}

cite {
	text-align: right;
	display: block;
}

cite:before {
  content: "- ";
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	color: #FF8F00;
}

a:hover,
a:active {
	color: #FFA300;
}



/* FORMS
====================================================================== */
form {
	width: 540px;
	text-align: left;
}

form.FormRow {
	overflow: auto;
}

fieldset {
	position: relative; /* make legend move horizontally correct in IE */
	overflow: auto;
}

legend {
	position: relative;
	left: -7px; /* IE */
	padding: 1.5em 0 .85em 0;
	font-size: .75em;
	font-weight: bold;
}

fieldset>legend {
	left: 0; /* future proof */
}

fieldset span {
	color: #FC7300;
}

input, textarea, select {
	margin: 1px;
	padding: 3px;
	display: block;
	background-color: #261600;
	border: 1px solid #382100;
}

label {
	padding-bottom: .85em;
	width: 350px;
	line-height: 20px;
	display: block;
}

select,
label.FieldLarge,
label.FieldLarge input,
label.FieldLarge select,
label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select,
label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select,
input.InputRadio,
input.InputCheck {
	float: left;
}

label.FieldLarge {
	width: 316px;
}

label.FieldLarge input,
label.FieldLarge select {
	width: 310px;
}

label.FieldMedium {
	width: 216px;
}

label.FieldMedium input,
label.FieldMedium select {
	width: 210px;
}

textarea { width: 445px;}

label.FieldSmall { 
	width: 146px;
}

label.FieldSmall input,
label.FieldSmall select {
	width: 140px;
}

label.FieldLarge,
label.FieldMedium,
label.FieldSmall {
	margin-right: 20px;
}

label.LabelRadio,
label.LabelCheck {
	margin-left: 25px;
	padding-bottom: 15px;
}

input.InputRadio,
input.InputCheck {
	margin: 0;
}

input.FormButton {
	width: 75px;
	height: 25px;
	color: #170E00;
	border-width: 0;
	cursor: pointer;
	background: #BDC600;
}

input.FormButton:hover {
	background: #ECD500;
}

#honeypot {
	position: absolute;
	top: -4000px;
	height: 1px;
	width: 1px;
	visibility: hidden;
}



/* CONTAINERS
====================================================================== */

#header {
	margin: 0 auto; 
}

#wrapper1 {
	position: relative;
	margin: 0 auto; 
	width: 885px;
	padding: 0 35px;
}

#wrapper2 {
	position: relative;
	margin: 0 auto; 
	width: 885px;
	padding: 0 35px;
}

#video_section_wrapper{
	width: 100%;
	background: url('../images/bg_video.jpg') repeat-x 0 41px;
	clear: both;
	margin-bottom: 90px;
	padding-bottom: 20px;
}

#video_section{
	margin: 0 auto; 
	width: 885px;
	padding: 0 35px;
}

#section_Home #content {
	margin-top: 105px;
}

.FatColumn {
	padding: 30px 0 60px 0;
	width: 540px;
	float: left;
}

.ThinColumn {
	padding: 30px 0 60px 0;
	width: 275px;
	float: right;
}

#section_Home .ThinColumn {
	padding: 30px 0 60px 0;
	width: 390px;
	float: right;
}

#section_Home .FatColumn {
	padding: 30px 0 60px 0;
	width: 460px;
	float: left;
}


#footer_wrapper {
	clear: both;
	width: 100%;
	background: #261700;
}

#footer_wrapper p {
	margin: 0 auto;
	padding: 15px 0; 
	width: 885px;	
}

/* HEADER
====================================================================== */

#logo_container {
	position: relative;
	padding: 25px 0 0 288px;
	left: -290px;
	width: 360px;
	height: 139px; 	
	background: url('../images/logo_bg.jpg') no-repeat top left;
}

#date {
	position: absolute;
	top: 25px;
	right: 55px;
	text-align: right;
	color: #9a895b;
	font-size: 1em;
	line-height: 1.5em;
}

#date span {
	font-size: 15px;
	color:#FFFF00;
}

#date strong {
	font-size: 15px;
	color: #F0EAB5;
}

#date em {
	font-size: 15px;
	font-style: normal;
	color: #FF8F00;
}

.BioneerButton {
	position: absolute;
	top: 100px;
	right: 55px;
	z-index: 3;
}

#feature_text {
	margin-top: 20px;
	padding: 0 0 0 40px;
	width: 380px;
	height: 170px;
	background: url('../images/quote-marks.gif') no-repeat top left;
}

#feature_text cite {
	margin-right: 55px;
}

blockquote {
	padding-top: 15px;
}

blockquote.ShortQuote {
	padding-top: 35px;
}

blockquote.ShortQuote2 {
	padding-top: 25px;
}


#flash {
	position: absolute;
	top: 145px;
	right: 0;
	width: 428px;
	height: 264px;
}


/* NAVIGATION
====================================================================== */
ul#nav {
	list-style-type: none; 
	position: absolute;
	top: 120px;
	left: 15px;
	font-size: 12px;
}

#nav li {
	float: left;
	margin-right: 10px;
}

#nav li a:link,
#nav li a:visited {
	color: #e7dda2;
}

#nav li a:hover,
#nav li a:active {
	color: #FF8F00;
}

#nav li.Current a:link,
#nav li.Current a:visited {
	color: #BEC700;
}

/* HOME PAGE
====================================================================== */

#bioneers {
	background: url('../images/h2_bioneers.jpg') no-repeat top left;
}

#speakers {
	position: relative;
	overflow: hidden;	
	background: url('../images/h2_speakers.jpg') no-repeat top left;
}

.slider {position:relative; overflow:hidden; height:257px; margin-bottom:20px}
.slidercontent {position:absolute}
.section {padding:10px}
.newsslider {position:relative; overflow:hidden; height:280px; width:379px; margin: 28px 0 20px 0}
.newsslidercontent {position:absolute}

#wild_fires {
	background: url('../images/h2_wildfires.jpg') no-repeat top left;
}

#be_ignited {
	background: url('../images/h2_be_ignited.jpg') no-repeat top left;
}

h2#videos {
	width: 201px;
	height: 41px;
	background: url('../images/h2_videos.jpg') no-repeat top left;
}

.Speaker {
	cursor: pointer;
	position: relative;
	left: 0;	
	padding: 10px;
	width: 349px;
	height: 57px;
	font-size: 11px;
	line-height: 16px;
	color: #1E1000;
	margin: 0 0 12px 0;
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-transition: left .25s linear;	
}

.Speaker:hover {
	left: 5px;
	background-position: bottom left;
}

.Speaker:hover img {
	border-color: #fff;
}


.Speaker img { 
	float: left;
	margin: 0 10px 0 0;
}

.Speaker strong {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 12px;
	color: #1E1000;
}

.Speaker a, .Speaker a:link, .Speaker a:visited, .Speaker a:hover {color: #1E1000;}

.Yellow {background: url('../images/speaker_bg_yellow.jpg'); }
.Blue {background: url('../images/speaker_bg_blue.jpg'); }
.Orange {background: url('../images/speaker_bg_orange.jpg'); }

.Yellow img {border: 4px solid #FDF188;}
.Blue img {border: 4px solid #A4E3D7;}
.Orange img {border: 4px solid #FFD08A;}

#wrapper2 h4, span.headline a, span.headline a:link, span.headline a:visited {
	font-size: 16px;
	color: #FF8200;
	font-weight: bold;
}

span.headline a:hover {
	color: #FFA300;
}

.Video {
	float: left;
	margin: 25px 20px 0 0;
	padding: 10px;
	width: 254px;
	height: 58px;
	background: url('../images/video_bg.jpg') no-repeat top left;
	color: #EEDF98;
	cursor: pointer;
}

.Video:hover {
	left: 5px;
	background-position: bottom left;
}

.Video img {
	opacity: .3;
	border: 4px solid #291F0E;
}

.Video:hover img {
	opacity: 1;
}

.Video img { 
	float: left;
	margin: 0 10px 0 0;
}

.Video strong {
	display:block;
	margin-bottom: 4px;
	font-weight: Bold;
	font-size: 14px;
	line-height: 16px;
	color: #FF8F00;
}

#wild_fires span.headline a, #wild_fires span.headline a:link, #wild_fires span.headline a:visited {
	color: #46B89D;
}

#wild_fires span.headline a:hover {color: #57F0CD;}

#wild_fires p.date {
	margin: 0;
}

a.ViewAll {
	float: right;
	margin-right: 20px;
}

#creditfooter { display: none;}

.feedburnerFeedBlock ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.feedburnerFeedBlock li {
	margin: 20px 0 0 0;
}

p.TimeStamp {
	color: #673700;
	margin: 0 0 20px 0;
}
p.headline {
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	color: #36b89d;
}


/* SPEAKERS PAGE
====================================================================== */	

#section_Speakers #content {
	margin-top: 26px;
}

#section_Speakers h1 {
	margin: 20px 0 0 0;
	width: 269px;
	height: 40px;
	background: url('../images/banner_speakers.png') no-repeat top left;
}

#section_Speakers h2 {
	margin: 60px 0 35px 0;
	font-size: 24px;
	font-weight: normal;
	color: #FF3D00;
}

#section_Speakers h2.First {
	margin: 0 0 35px 0;
}

#section_Speakers h3 {
	font-size: 17px;
	color: #00B89F;
	padding: 7px 0 0 35px;
	margin-bottom: 20px;
	background: url('../images/icon_beaming_lg.gif') no-repeat top left;
}

#section_Speakers h3.Local {
	font-size: 17px;
	color: #BBBC00;
	padding: 7px 0 0 35px;
	margin-bottom: 20px;
	background: url('../images/icon_local_lg.gif') no-repeat top left;
}

#section_Speakers .FatColumn img {
	float: left;
	position: relative;
	top: 7px;
	border: 4px solid #00B89F;
}

#section_Speakers .FatColumn img.LocalImage {
	float: left;
	border: 4px solid #BBBC00;
}

#section_Speakers .FatColumn p strong{
	color: #8A794D;
}

#section_Speakers .FatColumn p {
	margin-left: 125px;
}

ul#speaker_nav {
	list-style: none;
	padding: 0;
	margin-top: 69px;
}

ul#speaker_nav li {
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 15px;
}

ul#speaker_nav li a:link, ul#speaker_nav li a:visited {
	color: #E6DB9F;
}

ul#speaker_nav li:hover a, ul#speaker_nav li a:active {
	color: #FF7D00;
}

ul#speaker_nav li span {
	color: #00B89F;
	display: block;
	height: 12px;
	padding-left: 22px;
	margin-bottom: 5px;
	font-size: 12px;
	background: url('../images/icon_beaming_sm.gif') no-repeat bottom left;
}

ul#speaker_nav li.List_Local span {
	color: #BBBC00 !important;
	display: block;
	margin-bottom: 5px;
	background: url('../images/icon_local_sm.gif') no-repeat bottom left;
}

ul#speaker_nav li#legend {
	color: #FF7E00;
	margin: 12px 0 20px 0;
}


ul#speaker_nav li#legend img.House{
	margin-left: 20px;
}


/* About and Friends PAGE
====================================================================== */	

#section_About #content, #section_Friends #content, #section_Registrations #content {
	margin-top: 26px;
}

#section_About h1 {
	margin: 20px 0 0 0;
	width: 400px;
	height: 40px;
	background: url('../images/banner_about_kindle.png') no-repeat top left;
}

#section_About #content.Workshops {
	
}

#section_About #content.Workshops h2 {
	margin-top: 20px;
	font-size: 24px;
	font-weight: normal;
	color: #FF3D00;
}

#section_About #content.Workshops h3 {
	font-size: 20px;
	font-weight: normal;
	color: #EFD500;
}


#section_About #content.Workshops h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #46B89D;
}


#section_About #content.Workshops p strong {
	font-size: 14px;
	font-weight: normal;
	color: #C1C700;
}

#section_Friends h1 {
	margin: 20px 0 0 0;
	width: 400px;
	height: 40px;
	background: url('../images/banner_friends.png') no-repeat top left;
}


#section_About dl {
	margin-bottom: 30px;
	color: #FF7E00;
}

#section_About dt {
	font-style: italic;
}

.ListHeader {
	margin-top: 8px;
}

.contactfont {
	font-size: 14px;
	font-weight: normal;
	color: #C1C700;
	font-family: 微软雅黑,宋体;
	line-height:23px

}


#section_About #content ul, #section_Friends #content ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#section_About #content ul li , #section_Friends #content ul li {
	margin-bottom: 15px;
}

#section_About #content ul li span, #section_Friends #content ul li span {
	color: #4AB29E;
	display: block;
}

#section_About #content ul li span.Time {
	color: #4AB29E;
	display: block;
	width: 470px;
	height: 30px;
	float: left;
}

ul li.CallOut {
	color: #ECD700;
}

#section_About #content ul ul {
	margin-top: 40px;
	background: #261600;
	padding: 20px;
}

#section_About #content ul ul li span {
	color: #FF8F00;
}

#section_About .ThinColumn, #section_Friends .ThinColumn {
	padding-top: 13px;
}


/* PARTNERSHIP PAGE
====================================================================== */	
#section_Partnership h1 {
	margin: 20px 0 0 0;
	width: 400px;
	height: 40px;
	background: url('../images/banner_about_kindle.png') no-repeat top left;
}

#section_Partnership #content {
	margin-top: 46px;
}

#section_Partnership h2 {
	font-size: 24px;
	padding-top: 30px;
}

#section_Partnership h3 {
	font-size: 24px;
}

#partner_steel h3 {
	color: #FF3D00;
}

#partner_steel h3 em {
	color: #E9DDA1;
	font-size: 14px;
	font-weight: normal;
}

#partner_spark h3 {
	color: #46B89D;
}

#partner_flint h3 {
	color: #EFD500;
}

#partner_tinder h3 {
	color: #FF8F00;	
}

#partner_steel, #partner_spark, #partner_flint, #partner_tinder {
	float: left;
	width: 405px;
}

#partner_steel, #partner_spark {
	margin-right: 40px;
}

#partner_steel ul {
	list-style-image: url('../images/bullet_orange.gif');
}

#partner_spark ul {
	list-style-image: url('../images/bullet_blue.gif');
}

#partner_flint ul {
	list-style-image: url('../images/bullet_yellow.gif');
}

#partner_tinder ul {
	list-style-image: url('../images/bullet_light_orange.gif');
}

div.Row {
	padding-bottom: 25px;
	margin-bottom: 25px;
	overflow: auto;
}

#section_Partnership #content ul li {
	margin-bottom: 8px;
}

#section_Partnership #content ul li strong {
	color: #BEC700;
}

.MoreInfo {
	text-align: center;
	padding: 20px;
	background: #261600;
}
.thebrowser {
	font-size: 11px;
	color: #826640;
}

	
/* FOOTER
====================================================================== */

#footer_wrapper p {
	margin: 0 auto;
	padding: 15px 0;
	width: 885px;
	font-size: 11px;
	color: #826640;
}

#footer_wrapper span.EmailLink {
	margin: 0 15px;
	padding: 0 15px;
	border: 1px solid #6B522E;
	border-width: 0 1px 0 1px;
}

#footer_wrapper,
#footer_wrapper p#cgcraft,
#footer_wrapper a:link,
#footer_wrapper a:visited {
	 color: #6B522E; 
}

#footer_wrapper a:hover {
	 color: #fff; 
}

#footer_wrapper a:hover span {
	 color: #a8d936; 
}

#footer_wrapper a:active {
	 color: #fff; 
}

#footer_wrapper span.cgLink {
	float: right;
}

/* CUSTOM CLASSES
====================================================================== */
.ClearBoth { clear: both;}

/* JORDAN'S CHANGES
====================================================================== */


#section_About #content ul li.EventName {
	color: #FF8F00;
	font-size: 18px;
}

#section_Registration .ListHeader {
	margin-top: 25px;
}

#section_Registration h1 {
	margin: 20px 0 0 0;
	width: 400px;
	height: 40px;
	background: url('../images/banner_registration.gif') no-repeat top left;
}

#section_Contact h1 {
	margin: 20px 0 0 0;
	width: 400px;
	height: 40px;
	background: url('../images/banner_contact.png') no-repeat top left;
}

#register {
	list-style: none;
	margin:15px 0;
}

#register li {
	margin-bottom: 5px;
}

#register span {
	display: block;
	color: #46B89D;
}

.TagLine {
	color: #FF8F00;
}

#section_Registration #content .FatColumn span {
	color: #46B89D;
}

#section_Registration h4 {
	font-size: 16px;
	color: #bcc427;
}

#section_Registration h5 {
	color: #46B89D;
}

#section_Registration table {
	width: 538px;
	background-color: #261500;
}

#section_Registration td {
	text-align: center;
	padding: 0 0 5px 0;
}

#section_Registration td.First {
	padding: 0 0 0 10px;
	color: #FF8F00;
}

#section_Registration td.Bottom {
	padding: 0 0 15px 0;
}

#section_Registration th {
	color: #FF8F00;
	padding: 15px 0 0 0;
}

#footer_wrapper span.KaleidoscopeLink {
	margin: 0 15px;
	padding: 0 15px;
	border: 1px solid #6B522E;
	border-width: 0 0 0 1px;
}

#section_Registration th.EarlyBird {
	color: #46B89D;
}

#section_Registration span.Note {
	color: #bcc427 !important;
}

#section_Registration span.NOW {
	display: inline;
	color: #bcc427 !important;
}

#newsletter {
	font-size: 14px;
	white-space: nowrap;
}

#hp_callout {
	margin-top: 5px;
	padding: 0 0 0 0px;
	width: 380px;
	height: 150px;
}

#hp_callout p strong {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

#hp_callout p {
	font-size: 14px;
}

#hp_callout a:link,
#hp_callout a:visited {
	color: #EFD500;
}

#hp_callout a:hover,
#hp_callout a:active {
	color: #C1C700;
}

body#section_Friends .FatColumn {
	width: 675px;
}

body#section_Friends h3 span {
	font-size: 13px;
	color: #FF3D00;
}

body#section_Friends .FatColumn p {
	margin-bottom: 15px;
}

body#section_Friends h3 a:link,
body#section_Friends h3 a:visited {
	font-size: 10px;
	color: #EFD500;
}

body#section_Friends h3 a:hover,
body#section_Friends h3 a:active {
	color: #FF8F00;
}

body#section_Friends .FatColumn ul {
	float: left;
}

body#section_Friends .Sponsors li {
	line-height: 10px;
	width: 170px;
	white-space: nowrap;
}

ul.DreamCouncil {
	height: 150px;
}

body#section_Friends .FireFlys li,
body#section_Friends .DreamCouncil li {
	line-height: 18px;
	width: 225px;
}

body#section_Friends .ClearBoth {
	height: 60px;
}

body#section_Friends .FatColumn .Partners{
	margin: 30px 0 0 0;
}

body#section_Friends .FatColumn .Partners img {
	padding: 0 20px 55px 20px;
}

body#section_Friends .FatColumn .Partners img.First {
	padding: 0 20px 55px 0;
}


#section_Bioneers h1 {
	margin: 20px 0 0 0;
	width: 400px;
	height: 40px;
	background: url('../images/banner_bioneers_kindle.gif') no-repeat top left;
}

body#section_Bioneers .FatColumn h4 {
	color: #46B89D;
}

body#section_Bioneers .FatColumn strong {
	color: #EFD500;
}

img.PickupPal {
	margin-top: 15px;
}

.Titles {
	color: #C1C700;
}

.White {
	color: #EFD500;
	font-weight: normal;
}

.Student {
	color: #EFD500 !important;
}


a.RegisterNow:link, a.RegisterNow:visited {
	display: block;
	margin-top: 10px;
	text-align: center;
	width: 180px;
	color: #6F7000 !important;
	background: #C1C700;
	border: 1px solid #6F7000;
	padding: 5px;
}

a.RegisterNow:hover {
	background: #F4D500;
}

#flickr_photos {
	padding-top: 15px;
	overflow: auto;
}


#flickr_photos img {
	width: 50px;
	height: 50px;
	margin: 0 8px 8px 0;
	float: left;
	border: 2px solid #46B89D;
}

#flickr_photos img:hover {
	border: 2px solid #EFD500;
}