/* 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: 85px;
}

.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: 1.35em;
}

#date strong {
	font-size: 1em;
	color: #F0EAB5;
}

#date em {
	font-size: 1em;
	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: 135px;
	right: 0;
	width: 428px;
	height: 304px;
}


/* NAVIGATION
====================================================================== */
ul#nav {
	list-style-type: none; 
	position: absolute;
	top: 120px;
	left: 15px;
}

#nav li {
	float: left;
	margin-right: 20px;
}

#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_kindle.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:257px; width:379px; margin: 28px 0 20px 0}
.newsslidercontent {position:absolute}

#wild_fires {
	background: url('../_images/h2_fireflys.jpg') no-repeat top left;
}

#be_ignited h3,
#wild_fires h3 {
	line-height: 1.5;
}

#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;
}

#section_press h2#videos {
	width: 577px;
	background: url('../_images/h2_video_testimonial.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') no-repeat 0 0; }
.Blue {background: url('../_images/speaker_bg_blue.jpg') no-repeat 0 0; }
.Orange {background: url('../_images/speaker_bg_orange.jpg') no-repeat 0 0; }

.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: .5;
	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: 12px;
	color: #FF8F00;
}

#wild_fires span.headline,
#wild_fires span.headline a,
 #wild_fires span.headline a:link,
  #wild_fires span.headline a:visited {
	color: #46B89D;
	font-size: 16px;
	font-weight: bold;

}

#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;
}

/* 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.gif') 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 {
	min-height: 120px;
	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.gif') 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.gif') no-repeat top left;
}


#section_about dl {
	margin-bottom: 30px;
	color: #FF7E00;
}

#section_about dt {
	font-style: italic;
}

.ListHeader {
	margin-top: 8px;
}

#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: 110px;
	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.gif') 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;
}
	
/* 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.gif') no-repeat top left;
}

#register {
	list-style: none;
	margin:15px 0;
}

#register li {
	margin-bottom: 5px;
}

#hp_callout a img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#hp_callout a:link,
#hp_callout a:visited {
	margin: 20px 20px 0 0;
	float: left;
	display: block;
	width: 210px;
	height: 113px;
	border: 3px solid #47b69e;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #47b69e;
}

#hp_callout a:hover,
#hp_callout a:active {
	border: 3px solid #c0c600;
	background: #c0c600;
}

a#register_button small {
	font-size: 11px;
	display: block;
	position: relative;
	top: 20px;
}

#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: 35px;
	padding: 0 0 0 0px;
	width: 476px;
	height: 150px;
}

#hp_callout p strong {
	font-size: 18px;
	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 .Partners a img,
body#section_friends .Partners img {
	vertical-align: top;
}

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;
}


#section_getting_there h1 {
	margin: 20px 0 0 0;
	width: 420px;
	height: 40px;
	background: url('../_images/banner_getting_there_kindle.gif') no-repeat top left;
}

body#section_getting_there h4 {
	color: #C1C700;
}

.Inn span {
	font-weight: bold;
}

body#section_getting_there .ListHeader {
	color: #46B89D;
	font-size: 16px;
	margin-top: 33px
}

body#section_getting_there .ThinColumn span {
	font-weight: bold;
	display: block;
}

#section_press h1 {
	margin: 20px 0 0 0;
	width: 420px;
	height: 40px;
	background: url('../_images/banner_press_kindle.gif') no-repeat top left;
}

#section_press h3 span {
	font-size: 12px;
	color: #da7800;
}

#section_press #video_section_wrapper{
	margin-bottom: 0px;
}

#section_press .YouTube {
	margin-top: 20px;
}

div.Logo {
	margin-top: 25px;
	float: left;
	text-align: center;
	width: 25%;
}

div.Logo img {
	vertical-align: baseline;
}

#section_press .FatColumn a:link span {
	color: #a9ae00;
}

#section_about #content ul ul {
	margin-top: 40px;
	background: none;
	padding: 0px;
	margin: 0 0 0 110px;
}

#section_about li p {
	display: block;
	margin-left: 110px;
	margin-bottom: 10px;
}

#section_about h3 span a {
	font-size: 50%;
}

li.Beaming {
	padding: 15px;
	position: relative;
	right: 15px;
	background: #261600 !important;
}

li.Beaming ul li  {
	margin-bottom: 10px !important;
}

.Activity {
	color: #EFD500;
}