/* @group Reset */

*{ margin:  0; padding: 0 }
a img, frameset, fieldset{ border: 0; }
* :focus { outline:none }

/* @end */
/* @group Utility */
img { -ms-interpolation-mode:bicubic; }
.dev-note {
	padding:10px;
	background-color: yellow;
	border: orange 3px solid;
}
.clear{
	height: 1px;
	clear: both;
	margin-top: -1px;
	overflow: hidden;
}
.clear-both {
  clear: both;
}
.row:after, .clearfix:after, #wrapper-container:after, form div:after, .page-title:after, #utility:after, form li:after, form div:after, .search-big:after, #container:after, .search-controls:after, .pagination:after, #talk-new-header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.add_top, #add_top{ margin-top: 15px; }
.add_bottom, #add_bottom{ margin-bottom: 15px; }
.no_bottom{ margin-bottom: 0; padding-bottom: 0; }
.no_top{ margin-top: 0; }
.no_border{ border: 0; }
.left{ float: left; margin-right: 20px;}
img.left{ margin: 0 15px 15px 0; }
a.left, button.left { margin: 10px 0 10px 0;}
.right{ float: right; margin-left: 20px;}
img.right{ margin: 0 0 15px 15px; }
a.right, button.right { margin: 0 0 10px 10px;}
.center { text-align: center; }
.text_right{ text-align: right; }
.hide{ display: none; }
.off-screen {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.highlight, .notice, .errorExplanation, div.error {
	border: 1px solid #ebed48;
	border-bottom: 2px solid #ebed48;
	background-color: #fdff90;
	padding: 10px 13px;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}
.highlight-logo {
    padding-left: 75px;
    margin-bottom: 35px;
}
.highlight-logo img {
    float: left;
    margin-left: -65px;
}
.notice .important {
  font-weight: bold;
  display: block;
  color: #0c2e6c;
  text-align: center;
  font-size: 1.26em;
  padding: 10px;
}
.error {
  font-weight: bold;
}
.errorExplanation {
  font-size: .8em;
  padding: 10px 13px 5px;
  line-height: 1.1em;
  margin-bottom: 20px;
}
#errorExplanation { padding: 20px; }
#errorExplanation h2 { padding-bottom: 10px; margin-bottom: 5px; border-bottom:1px solid #fdff1d;}
#errorExplanation ul { margin: 0 0 0 15px; list-style-type: square; }
#errorExplanation li, div#errorExplanation p  {  font-size: 1.3em; line-height: 1.7em;}
span.fieldWithErrors label { color: red; }
p.errors { color: red; }
.highlight-white {
	border: 0;
	padding: 20px 20px 15px 20px;
	border-bottom: 1px solid #e1e1e1;
	background-color: #FFF;
}
.highlight-space {
  margin: 10px;
}
.meta-data, .meta-data em {
	color:#999999;
	margin: 0 0 5px 0;
}
.user-list .meta-data {
  margin-bottom: 0;
}
.meta-data a  {
	color:#b2b2b2;
}
.additional-data strong {
	color: #252525;
	font-weight: normal;
}
code {
  display: block;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  border-left: #F6F6F6 8px solid;
  padding-left: 7px;
}
pre {
  padding:7px 15px 7px 7px;
  margin-bottom: 7px;
  font-size: 1.1em;
}
div.blockOverlay {
	background-color: #FFF;
	opacity: .8;
}


/* @end */

/* @group Consolidated Styles */

textarea, input.text, input.password, .callout-purple, .pic, .pic img, .ratings, .home-banner, .highlight, .notice, .errorExplanation, div.error  { 
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.form-big, .form-big .fieldset-highlight, .aside-upcoming, .search-big, .callout, a.rate-it, .search-controls li, .search-controls li a, .pagination a, .pagination span, button, a.button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

blockquote, .option-list li span, #utility em, .rating-you label .feedback, .ui-autocomplete-results em, #beta em, .additional-data, .meta-data, .meta-data em, .form-helper, .page-title .url {
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
}
textarea, body, input, button, a.button {
  font-family: Arial, Helvetica, Sans-Serif;
}
/*h2 {
  font-family: Futura,Function,Futura Std,"20th Century MT",Tw Cen MT,Century Gothic,Arial Black,Arial,sans-serif;
}*/
/* @end */

/* @group Standard Elements*/

h2, h3, h4, h5{ font-weight: 300;}
h2{ font-size: 1.60em; margin: 0 0 25px 0; color: #3C3D40; 
	font-weight: 700;
	}	
h3, legend{font-size: 1.3em; margin: 0 0 10px 0; color: #3c3d40; font-weight: bold;
	}
h4 { font-size: 1.12em; margin: 0 0 10px 0; color: #272727; font-weight: bold;}
h5{ font-weight: bold; margin: 0 0 0 0; font-size:1.12em;}
small{ font-size: 90%}
p+h3, p+h4, ul+h3, ul+h4, ol+h3, ol+h4 { margin-top:20px; }
p{ margin: 0 0 .5em 0}
ul, ol{ margin: 0 0 .5em 2em;}
blockquote { font-size: 1.21em; margin: 1em;}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
hr, div.hr{color:#ddd;clear:both;float:none;width:100%;height:2px;margin:10px 0 20px 0;border: 0;border-bottom:3px solid #cddfeb;}
div.hr hr{display:none}
hr.invisible, div.invisible{height: 1px;margin: 10px 0;background: none;border: 0;}
hr.invisible-tall, div.invisible-tall{height: 10px;margin: 15px 0;background: none;border: 0;}
hr.short, div.short{margin: 10px 0;}
abbr {border: 0px}
/* @end */

/* @group Forms */
legend {
	color: #a3bed1;
	padding: 5px 0 10px 0;
}
textarea { 
	font-size: 1em;
	display: block;
	height: 100px;
	width: auto;
	margin-bottom: 10px;
}
input.file {
	margin: 10px 10px 10px 0;
}
textarea, input.text, input.password { 
	border: 1px solid #c2c2c2;
	padding: 5px;
	font-size: 1.12em;
	color: #666;
  background: url(../images/bg-input-text.png) top center repeat-x #FFF;
}
.form-big textarea, .form-big input.text, .form-big input.password { width: 485px; }
.comments textarea { 
	width: 445px;
	margin-bottom: 10px;
}
textarea:focus, input.text:focus, input.text.focus, textarea.focus, input.password:focus { 
	border: 2px solid #a6a6a6;
	color: #000;
	padding: 4px;
}
textarea.text {
  height: 120px;
}
.form-big label {
	font-size: 1.16em;
	color: #516791;
	font-weight: bold;
	display: block;
	float: left;
	width: 154px;
	padding: 0px 10px 0 0;
}
.form-big .label-wide {
	float: none;
	width: auto;
	color: #666;	
	font-size: 1em;
	display: inline;
}
.form-big label em {
	font-style: normal;
	color: #666;	
}
form ul { margin: 0; }
form li {
	margin: 0 0 10px 0;
	border: 0;
	padding: 0;
	clear: both;
	position: relative;
	list-style-type: none;
}
form li li { position: static; }
form li div {
	float: left;
	width: 495px;
	margin: 0;
}
#sign-up .password label {
  padding-top: 5px;
  width: 200px;
}
.label-left input.text, .label-left input.password {
	width: 272px;
}
.label-left label {
	width: 100px;
	color: #666;	
	font-size: 1em;
}
.label-right label {
	color: #666;
	font-size: 1em;
	display: inline;
	float: none;
}
.form-vertical {
	margin-right: 20px;
}
.form-vertical .user-password {
  display: none;
}
.form-vertical label, .form-vertical input.text, .form-vertical input.password, .form-vertical textarea   {
	width: 100%;
	float: none;
	margin-top: 3px;
}
.form-vertical input.text, .form-vertical input.password, .form-vertical div {
	width: 100%;
}
form .helpful-text {
	display:none;
	font-style: italic;
	color: #9b9b9b;
	padding: 5px;
}
.form-wide .helpful-text{
	position: absolute;
	left:680px;
	padding: 10px 15px 15px;
	top: 0;
	width: 185px;
	background-color: white;
	border: 3px solid #E5E5E5;
}
.form-vertical input.input-inline, input.input-inline {
	width: auto;
	display: inline;
}
.option-list {
	padding: 10px 10px 5px 10px;
}
.option-list li span {
    color: #999999; 
}
.speaker-list li {
	list-style-type: disc;
	margin-left: 20px;
}
.form-big {
	background: #ddeff7;
	border: 1px solid #cddee6;
	border-bottom: 2px solid #e5e5e5;
	padding: 20px 20px 0px 20px;
	overflow: hidden;
	clear:both;
}
.form-big .create-object {
  margin-top: 10px;
  width: 457px;
}
.form-big .cancel-create {
  margin-left: 15px;
}
.form-big .create-object .text{	width: 250px; }
.form-big .create-object label{	width: 150px; }
.form-big .create-object li.no-label { padding-left: 160px; }
.form-big fieldset {
	padding: 0;
	margin:  10px 0 10px 0;
}
.form-big .fieldset-highlight {
	background-color: #FFF;
	padding: 10px 10px 10px 165px;
	margin: -12px 0 20px 0;
	border-bottom: #d0dee4 2px solid;
}
.form-big .fieldset-highlight label{
	float: none;
	width: auto;
	padding: 5px 0 15px 0;
}

/* @end */
/* @group Buttons */
.buttons {
	overflow: hidden;
	clear: both;
	padding: 0 10px 2px 0;
}
.buttons-pad {
	padding: 0 10px 10px 165px;
}
button::-moz-focus-inner { border: 0; }
button, a.button {
  text-shadow: 0 -1px 0 #343434;
	text-decoration:none;
	background-position: top left;
	background-color: #585858;
	background-image: url('/images/btn-gray.png');
	cursor: pointer;
	border:0;
	text-align: center;
	margin: 5px 10px 5px 0;
	outline: none;
	line-height: 19px !important;
	color: #FFF !important;
	font-size: 12px;
	height: 29px;
	font-weight: bold;
	border: 1px solid #3e3e3e;
	padding: 0px 10px 0;
	width:auto;
	overflow:visible;
}
a.button {
	height: 19px;
	padding: 5px 10px 5px;
	display: block;
}
.btn-green, a.btn-green  {
  text-shadow: 0 -1px 0 #85a54b;
	background-image: url('/images/btn-green.png');
	background-color: #92ba4f;
	border: 1px solid #709332;
}
button:hover, .button:hover {
	background-position: 0px -50px;
	text-decoration: underline;
	color: #FFF;
}
input.button:hover {
  opacity: .8;  
}
button:active, .button:active, .non-constructive:active {
	position: relative;
	top: 1px;
}

a.btn-speaker-linkedin {
	display: block;
	width: 96px;
	float: left;
	clear: right;
	text-indent: -9999px;
	height: 34px;
	margin: 2px;
	background: url('/images/btn-speaker-linkedin.png') 0 0 no-repeat;
}
a.btn-speaker-linkedin:hover {
	background: url('/images/btn-speaker-linkedin.png') 0 -34px no-repeat;
}

.button-validate-me:hover {
  opacity: .8;
}
.button-validate-me:active {
	position: relative;
	top: 1px;
}
.btn-submit-talk {
	display: block;
	width: 174px;
	height: 39px;
	text-indent: -9999px;
	background: url(/images/btn-submit-talk.png) top center no-repeat;
	margin: 10px 10px 10px 170px;
}
.btn-update-talk {
	display: block;
	width: 179px;
	height: 39px;
	text-indent: -9999px;
	background: url(/images/btn-update-talk.png) top center no-repeat;
	margin: 10px 10px 10px 170px;
}
.btn-edit-talk {
	display: block;
	width: 165px;
	height: 34px;
	text-indent: -9999px;
	background: url(/images/btn-edit-talk.png) top center no-repeat;
	margin: 0 12px 12px 15px;
}
.btn-edit-event {
	display: block;
	width: 165px;
	height: 34px;
	text-indent: -9999px;
	background: url(/images/btn-edit-event.png) top center no-repeat;
	margin: 0 12px 12px 15px;
}
.btn-edit-series {
	display: block;
	width: 165px;
	height: 34px;
	text-indent: -9999px;
	background: url(/images/btn-edit-series.png) top center no-repeat;
	margin: 0 12px 12px 15px;
}
a.btn-skip-step {
	display: block;
	width: 200px;
	height: 34px;
	text-indent: -9999px;
	background: url(/images/btn-skip-step.png) top center no-repeat;
	margin: 10px 10px 15px 20px;
}
.btn-submit-talk:hover,  .btn-update-talk:hover,  .btn-edit-talk:hover,  .btn-edit-event:hover,  .btn-edit-series:hover,  .btn-skip-step:hover  { background-position: center center; }
.btn-submit-talk:active, .btn-update-talk:active, .btn-edit-talk:active, .btn-edit-event:active, .btn-edit-series:active, .btn-skip-step:active { background-position: bottom center; }

/* @end */

/* @group Links */

a{ text-decoration: underline; outline: none; color:#19509a;}
a:visited{}
a:hover{ text-decoration: none; color: #1f4488;}
a:active{}
a[class], a[id]{outline:none}

/* @end */

/* @group Structure */

body{
	font-size: 62.5%;
	color: #666;
	background: #c1dceb url('/images/bg-body.png') repeat-x;
}
#wrapper-header{
	height: 82px;
}
#wrapper-container{
	background: #FFF;
	font-size: 1.2em;
	line-height: 1.5em;
	border-bottom: 1px solid #bedae8;
}
#header, #container, #utility, #footer{
	width: 944px;
	margin: 0 auto;
}
#wrapper-footer{clear: both; border-top: #FFF 1px solid; background: #c1dceb url('/images/bg-wrapper-footer.png') repeat-x top center;}


/* @end */

/* @group Header */

#header{
	position: relative;
	height: 90px;
}
#header h1 a{
	background: url('/images/logo.png') no-repeat;
	height:  83px;
	position: relative;
	display: block;
	top: 0px;
	left:  18px;
	width:  210px;
}
#header h1 a:hover{
	background-position: bottom left;
}
#header h1 a img{
	position: absolute;
	left: -9999px;
}

/* @group Primary Nav */

#nav{
	position: absolute;
	top: 46px;
	right: 0;
}
#nav li{
	float: left;
	margin-left: 1px;
	list-style-type: none;
}
#nav li a{
	display: block;
	height: 37px;
	color: #fff;
	text-indent: -9000px;
	background-image: url('/images/nav.png');
	background-color: #1e4fa7;
}
#link-talks a{ width: 85px; background-position: 0px 0px; }
#link-talks.selected a{ background-position: 0px -111px; }
#link-talks a:hover{ background-position: 0px -37px; }
#link-talks a:active{ background-position: 0px -74px; }

#link-speakers a{ width: 111px; background-position: -85px 0px; }
#link-speakers.selected a{ background-position: -85px -111px; }
#link-speakers a:hover{ background-position: -85px -37px; }
#link-speakers a:active{ background-position: -85px -74px; }

#link-events a{ width: 95px; background-position: -196px 0px; }
#link-events.selected a{ background-position: -196px -111px; }
#link-events a:hover{ background-position: -196px -37px; }
#link-events a:active{ background-position: -196px -74px; }

#link-create-a-talk a{ width: 150px; background-position: -290px 0px; }
#link-create-a-talk.selected a{ background-position: -290px -111px; }
#link-create-a-talk a:hover{ background-position: -290px -37px; }
#link-create-a-talk a:active{ background-position: -290px -74px; }

/* @end */

/* @group Utility NAv */

#nav-utility {
  position: absolute;
  right: 0;
  top: 0;
}

#nav-utility li {
  list-style: none;
  display: inline;
}

#nav-utility a {
  color: #96c2da;
  display: inline-block;
  font-size: 12px;
  padding: 15px 0 20px 10px;
  text-shadow: 0 -1px 0 #07338a;
  text-decoration: none;
}

#nav-utility a:hover {
  color: #fff;
}

/* @end */

/* @group Utility Header */

#utility{
	padding: 10px 0 7px 0;
	line-height: 26px;
	position: relative;
	margin: 0 auto 20px auto;
	border-top: 1px solid #f1f4fa;
}
#utility.home{
	margin: 0px;
	border-bottom: 0px;
}
#utility a{color: #7b96c8}
#utility p{
	font-weight: normal;
	color: #7b96c8;
	margin: 0;
}
#utility #announcements{
  height: 27px;
	width: 382px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
#utility #announcements p{text-align: right; width: 382px; display: none;}
#utility #announcements p:first-child{ display: block; }
#utility .user-info{
	width: 350px;
	float: left;
	position:relative;
	padding: 0 0 0 5px;
}
#utility .user-info a img{
	border-bottom: 1px solid #d9deea;
	float: left;
	position: relative;
	margin-right: 10px;
}
.search-short {
	float: left;
	width: 195px;
	height: 30px;
}
.search-short fieldset{ 
	margin: 0px;
	padding: 0;
}
.search-short .keywords {
	width: 153px;
	height: 19px;
	line-height: 18px;
	background-image: none;
	padding: 5px 5px 0px 5px;
	float: left;
	color: #bcc9e1;
	border-top: 1px solid #c4d3f0;
	border-left: 1px solid #c4d3f0;
	border-bottom: 1px solid #c4d3f0;
	font-size: 1.16em;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    background: url(../images/bg-input-text.png) top center repeat-x #FFF;
}
.callout .search-short  {
  margin: 15px 0;
}
.callout .search-short .keywords {
  width: 130px;
}
.search-short .keywords:focus, .search-short .focus {
	color: #385da0;
	padding: 5px 4px 0px 5px;
	border-top: 1px solid #b0c2e5;
	border-left: 1px solid #b0c2e5;
	border-bottom: 1px solid #b0c2e5;
}
.search-short button {
	border: 1px solid #c4d3f0;
	width: 26px;
	overflow: hidden;
	height: 26px;
	float: left;
	cursor: pointer;
	text-indent: -9999px;
	background: url('/images/btn-search.png');
	margin: 0 0 0 -2px;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
}

.search-short button:hover { background-position: 0 -24px}
.search-short button:active { background-position: 0 -48px;outline:none;}

/* @end */

/* @end */

/* @group Page Title */

.page-title{
	padding: 0 10px 5px 0;
	margin: 10px 0 10px 0;
	font-weight: bold;
	position: relative;
}
.page-title h2{
	margin: 0 250 5px 0;
	line-height:1.2em;
	padding: 5px 0 15px 0;
    border-bottom: 1px solid #e5ebf7;
}
.top-level h2 {
	width: 180px;
	padding: 2px 0;
}
.page-title h2 {
  padding-right: 230px;
}
.page-title h2.title-event { background: url(/images/icon-event-medium.png) 9px 2px no-repeat; padding-left: 50px;  }
.page-title h2.title-speaker { background: url(/images/icon-speaker-medium.png) 9px 2px no-repeat; padding-left: 50px;  }
.page-title h2.title-series { background: url(/images/icon-series-medium.png) 9px 2px no-repeat; padding-left: 50px;  }
.page-title h2.title-talk { background: url(/images/icon-talk-medium.png) 9px 2px no-repeat; padding-left: 50px;  }
.page-title .rating { color: #819ED5; }
.page-title-short {
	margin: 0;
	border-bottom: none;}
.page-title-short h2 {
	border-bottom: none;
	margin: 0 0 0 0;
	padding: 5px 0 10px 0;
}
.page-title .url {
  color: #CDDEE6;
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 5px;
  position: absolute;
  right: 0;
  text-decoration: none;  
  top: 0;
}
.page-title:hover .url {
  color: #819ED5;
}
.page-title .url:hover {
  text-decoration: underline;
}


/* @end */



/* @group Footer*/
#footer{
	color:  #496d98;
	height: 90px;
	padding: 10px 0 30px 0;
	line-height: 1.5em;
}
#who-done-it{
  text-shadow: 0 1px 0 #f1fbff;
	text-align: left;
	width: 300px;
	padding: 10px 0 0 0;
	float: left;
}
#pointless-corp {
  width: 163px;
  height: 66px;
  background: url(/images/logo-pointless-corp.png) 0 0 no-repeat; 
  display: block;
  float: right;
  text-indent: -9999px;
}
#nav-secondary{
	margin: 8px 0 0 0;
	float: left;
	text-align: right;
	width: 600px;
	list-style-type: none;
}
#nav-secondary a {
  display: block;
  float: left;
  background:#FFF none repeat;
  border: 5px solid #FFF;
  padding: 0 7px;
  text-decoration: none;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#nav-secondary a:hover {
  background: #7B96C8 none repeat;
  border: 5px solid #7B96C8;
}
#nav-secondary a:active {
  position: relative;
  top: 1px;
}
#nav-secondary li {
  display: block;
  float: left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 10px 0 0;  
  background-color: #aac0d2;
  border-top: 1px solid #aac0d2;
}
#nav-secondary li:hover {
  border-top: 1px solid #5a7ba8;
}
/* @end */



/* @group Page Structures */

/* @group Base */

#article{
	float: left;
	width: 705px;
	padding-bottom: 30px;
}
#article.wide{
	float: none;
	width: auto;
}
.community{
	width: 180px;
	float: left;
}
.body{
	width: 495px;
	float: right;
	color: #5c5c5c;
}
.rating, .rating-secondary{
	color: #819ed5;
	font-style: normal;
}
.rating:before, .rating-secondary:before{
    content: "(";
}
.rating:after, .rating-secondary:after{
    content: ")";
}
.aside{
	width: 204px;
	float: right;
	padding-bottom: 30px;
}
.aside h3, .community h3 {
	font-size: 1.12em;
	font-weight: bold;
}
.aside h5 {
	font-size: 1em;
}
.aside .pic img {
  border-color: #86a749;
}
.aside-upcoming {
	border: 1px solid #c7e398;
	border-bottom: 2px solid #c7e398;
	background-color: #d8fe98;
	padding: 10px 13px;
	overflow: hidden;
	display: block;
	margin: 0 0 10px;
  color: #687158;
}
.aside-upcoming a  {
  color: #566f28;
}
.aside-upcoming .rating {
  color: #8bb739;
}
.aside-upcoming .meta-data, .aside-upcoming .meta-data a {
  color: #839e54;
}
.aside-upcoming h4 {
	border-bottom: 1px solid #c7e398;
	padding-bottom: 8px;
}
.url-big {
	font-size: 1.16em;
	font-weight: bold;
}
#article.article-search {
	width: 550px;
}
.aside-search {	
	width: 250px; 
}

/* @end */


/* @end */



/* @group Pieces */

/* @group Validate Form */

form#validate div {

}
.validate-step {
  padding: 15px 450px 15px 80px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 20px 0;
  min-height: 140px;
}
.validate-step-1 {
	background-image: url(/images/bg-validate-step-1.png);
}
.validate-step-2 {
	background-image: url(/images/bg-validate-step-2.png);
    background-color: #e5ebf7;
}
.validate-step-3 {
	background-image: url(/images/bg-validate-step-3.png);
}
.validate-step-4 {
	background-image: url(/images/bg-validate-step-4.png);
    background-color: #e5ebf7;
}
.validate-step img {
    position: absolute;
    border: 3px solid #e1e6f0;
    left: 502px;
    top: 15px;
}
.validate-step-2 img, .validate-step-4 img {
	border: 3px solid #c9d2e3;
}

/* @end */


/* @group Feedback Link */
a.feedback {
	text-align: left;
	margin: 10px 0;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-top:1px solid #E5EBF7;
	padding: 10px 0px;
}
a.feedback:hover {
	text-decoration: underline;
}

/* @end */



/* @group Column Thirds */

.column-third {
	width: 292px;
	float: left;
	margin: 0 30px 0 0;
    padding-bottom:30px;
}
.column-half {
	width: 325px;
	float: left;
	margin: 0 30px 0 0;
}
.column-last {
	margin-right: 0px;
}
.column-third .listing, .column-half .listing {
	margin-bottom: 15px;
}
/* @end */





/* @group Big Search */
.search-big {
	padding: 15px 0 15px 0;
	margin: 0 0 35px 0;
	height: 36px;
	border: 1px solid #cddee6;
	border-bottom: 2px solid #e5e5e5;
    background: #c1dceb url('/images/bg-wrapper-footer.png') repeat-x top center;
}

.search-big {
	padding: 15px 0 15px 0;
	margin: 0 0 35px 0;
	height: 36px;
	background-color: #dfecf2;
	border: 1px solid #cddee6;
	border-bottom: 2px solid #e5e5e5;
    background: #c1dceb url('/images/bg-wrapper-footer.png') repeat-x top center;
}
.search-big label {
	font-weight: 500;
	font-size: 1.55em;
	width: 160px;
	font-weight: bold;
	float: left;
	padding: 9px 10px 0 20px;
}
.search-big input.text {
	height: 20px;
	width: 610px;
	padding: 8px;
	margin: 0 8px 0 0;
	font-size: 1.26em;
	float: left;
}
.page-search .search-big input.text {
	width: 370px;
}
.search-big input.text:focus, .search-big input.text.focus {
	padding: 7px;
}
.search-big .button {
	margin-bottom: 0px;
	float: left;
}
.search-big .description {
  width: 204px;
  padding: 5px 10px 0 10px;
  float: right;
  margin: 0;
	display: none;	
}
/* @end */

/* @group Callouts */
.callout {
	padding: 20px 10px 10px;
	border-bottom:2px solid #E5E5E5;
	font-size: 1em;
	margin: 0 0 20px 0;
}
.callout ul {
	list-style-type: disc;
	margin-left: 10px;
}
.callout li {
	margin: 0 0 5px 15px;
}
.callout-purple {
	color: #626a71;
	background-color: #f2f5fb;
	border: 1px solid #cddee6;
	border-bottom: 2px solid #e5e5e5;
}
.callout-green {
	color: white;
	background-color: #9cb86c;
}
.callout-green h4 {
	color: #FFF;
}
#why-join {
	background: #9cb86c bottom center no-repeat url(/images/bg-why-join.png);
	border-bottom:1px solid #E5E5E5;
}
#why-join h4 {
	background: top center no-repeat url(/images/h4-why-join.png);
	text-indent: -9999px;
	height: 29px;
}
#didnt-find-it {
  background: top left no-repeat url(/images/hd-didnt-find-it.png);
  height: 20px;
  text-indent: -9999px;
  margin: 5px 0 15px 0;
}
/* @end */

/* @group Purple Callouts */
.callout-purple {
	margin: 0 0 20px 0;
	padding: 5px 0 10px 0;
	border-bottom: 2px solid #e5e5e5;
	background-color: #dfecf2;
	padding: 15px;
}
/* @end */



/* @group Pictures and Thumbs */
.pic {
	border: 3px solid #dfecf2;
    line-height:0;
    position: relative;
    background-color: #d7edfa;
}
.pic img {
  border: 1px solid #f5fafc;
  line-height:0;
  position:relative;
}
a.pic:hover {
	border: 3px solid #85a1d6;
}
.image_wrapper {
  float: right;
  width: 100px;
  overflow: hidden;
}
/* @end */




/* @group Primary Info */

.primary-info {
	font-size: 1.16em;
	font-weight: bold;
	color: #272727;
	display: block;
}
.details-event .primary-info{
	margin: 0 0 10px 0;
}

/* @end */


/* @group Links */

.links{
	padding: 0 0 10px 0;
}

/* @end */

/* @group Slideshare */

.slideshare, .slideshare object {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.slideshare{
	background: #f5f5f5;
	border: 1px solid #e9e9e9;
	border-top: 2px solid #e9e9e9;
	padding: 23px;
	overflow: hidden;
	clear:both;
	text-align: center;
}
.slideshare object {
  border: 10px solid #fff;
  display: block;
  margin: 0 auto;
}

/* @end */

/* @group Comments */

.comments { margin: 30px 0 10px; }
.comments .form-big, .testimonials .form-big {
  padding-bottom: 15px;
}
.comments form, .comment {margin: 0 0 10px 0}
.comments fieldset {
  margin-top: -10px;
  background-image: none;
}
.comment-text {
	border:#CDDEE6 1px solid;
	padding: 15px 15px 10px 15px;
	border-bottom: 2px solid #e2e2e2;
	border-top: 1px solid #bfccd2;
	background-color: #e7f1f5;
	overflow: hidden;
	clear: both;
	-moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}
.comment-details {
	border:#CDDEE6 1px solid;
	background-color: #dfecf2;
	font-weight: bold;
	padding: 15px 220px 7px 10px;
	border-bottom: 1px solid #e2eef3;
	position:relative;
	-moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
}
.comment-details .pic {
	float: left;
	margin: -5px 10px 0 0;
}
.comment-details .pic img {	border-color: #f6f6f6; }
.comment-speaker .comment-details {
  background-color: #c3e48e;
  border: 1px solid #bedd8c;
  border-bottom: 1px solid #cae999;
}
.comment-speaker .comment-text {
  background-color: #def9b2;
  border: 1px solid #cae999;
  border-top: 1px solid #bdde89; 
  border-bottom: 2px solid #e2e2e2;
}
.non-constructive {
	background-image: url('/images/btn-nonconstructive.png');
	width: 200px;
	height: 36px;
	position: absolute;
	top: 2px;
	right: 0;
	text-indent: -9999px;
	display: block;
}
 .marked-non-constructive {
	width: 210px;
	color: #8ca3ae;
	height: 36px;
	position: absolute;
	font-weight: normal;
	top: 2px;
	padding: 13px 0 0 0;
	right: 0;
	display: block;
	font-style: italic;
}
.non-constructive:hover {	background-position: 0 -36px; }
.non-constructive:active{
	position: absolute;
	top: 3px;
}
.delete-comment {
	position: absolute;
	top: 15px;
	right: 20px;
}
.edit-testimonial, .remove-testimonial {
	width: 200px;
	height: 36px;
	position: absolute;
	top: 15px;
	text-align: right;
	right: 10px;
	display: block;
}
.remove-testimonial a {
	background-image: url('/images/btn-removetestimonial.png');
	width: 200px;
	height: 36px;
	position: absolute;
	top: 2px;
	right: 0;
	text-indent: -9999px;
	display: block;
}
.remove-testimonial:hover a {	background-position: 0 -36px; }
.remove-testimonial:active a{
	position: absolute;
	top: 3px;
}
/* @end */


/* @group Speaker Thumbs */

.speakers-at-event a {
	width: 105px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 5px;
	float: left;
}
.speakers-at-event img {
	margin: 2px;
	border: 2px solid #eee;
}
.speakers-at-event span {
	display: block;
	padding: 5px 0 0 0;
	text-decoration: underline;
}
.speakers-at-event a:hover {
	background-color: #FFF;
	padding-bottom: 14px;
	border-bottom: 1px solid #e2e2e2;
}
.speakers-at-event a:hover span {
	text-decoration: none;
}
.speakers-at-event a:hover img {
	border: 2px solid #85a1d6;
}
/* @end */


/* @group Rating */
.ratings {
	margin: 0 0 20px 0;
	padding: 5px 0 10px 0;
	border: 1px solid #cddee6;
	border-bottom: 2px solid #e5e5e5;
	background-color: #dfecf2;
}
.saved label{
	background: url('/images/bg-slider-saved.png') 140px 2px no-repeat;
}
.saving label {
	background: url('/images/bg-slider-saving.gif') 140px 1px no-repeat;
}
.ratings h3 span {
  float: right;
}
.rating-others {
	padding: 5px 10px 0 10px;
	color: #f0f7fa;
  z-index: 10;
  text-shadow: 0 1px 0 #fff;
}
.rating-others p {
	font-weight: bold;
	color: #66799e;
	font-size: 1.12em;
	padding-left: 4px;
}
.rating-you {
	padding: 20px 10px 15px;
	background: #7da042 url('/images/bg-rating-you.png') repeat-x;
	color: #def9b2;
    z-index: 10;
    margin-top: 10px;
}
.rating-you label {
	font-size: 1.12em;
	color: #FFF;
	float: none;
  text-shadow: 0 -1px 0 #66872c;
  font-weight: 700;
	position: relative;
	padding: 0 0 0 4px;
	display: block;
}
.rating-you label .feedback{
	background: url('/images/bg-rating-feedback.png') no-repeat bottom center;
	position: absolute;
	width: 150px;
	height: 14px;
	line-height: 14px;
	padding: 5px;
	color: #def9ab;
	top: 50px;
	text-align: center;
	left: 0px;
    font-style: italic;
	font-weight: normal;
	font-size: 11px;
}
.rating-hide {
  position: absolute;
  left: -9999px;
  width: 180px;
}
.rating-submit {
  display: none;
}
.ratings-rated .rating-you {
	display: block;
}
.ratings h3 {
  height: 20px;
  padding: 0 1px 0 0;
  margin: 8px 0 20px 0;
}
.rating-you h3  { color: #def9b2; font-size: 18px;}
.rating-you h3 .title  { 
	text-indent: -9999px;
	display: block;
	float: left;
	width: 116px;
	height: 22px;
	background: url(/images/h3-rating-you.png) 0 0 no-repeat;
}

.rating-others h3  { color:#516791; font-size: 18px; }
.rating-others h3 .title  { 
	display: block;
	float: left;
	width: 110px;
	/*height: 22px;
	text-indent: -9999px;
	background: url(/images/h3-rating-others.png) 0 0 no-repeat;*/
}

.number {
	font-weight: 700;
}
.rating-links a {
  padding: 7px 10px 2px 10px;
  display: block;
  text-align: center;
  display: block;
  margin: 1px 20px;
  font-weight: bold;
}
a.rate-it {
	display: block;
	width: 160px;
	height: 60px;
	text-indent: -9999px;
	background: url(/images/btn-rateit.png) top center no-repeat;
	margin: 10px 10px 2px 10px;
	border-style:solid;
	border-width:1px;
	border-color:#b1cad6 #CDDEE6 #CDDEE6;
}
a.rate-it:hover {
	background-position: center center;
}
a.rate-it:active {
	background-position: bottom center;
}
a.rate-cancel {
  display: none;
}

/* @end */

/* @group Rating Slider */



.slider-container { 
	margin: 0 0 15px 0;
	padding: 0;
	width: 160px;
} 

.slider-bar-others {  height: 22px; width: 155px; position: relative;
background: url(/images/bg-slider-others.png) center center repeat-x; overflow: hidden;
} 
.slider-bar-others .slider-fill { background: url(/images/bg-slider-others-fill.png) 0 0 no-repeat; cursor: default; top: 0; width: 150px;position: absolute; height: 22px; }  

.ui-slider { position: relative; height: 22px; width: 155px; 
background: url(/images/bg-slider-you.png) center center repeat-x; 
} 
#slider-others-delivery {
	padding: 0 0 18px 0;
	background: url(/images/bg-rating-others-ridge.png) bottom center no-repeat; 
	margin-bottom: 9px;
}
#container-delivery {
	padding: 0 0 25px 0;
	background: url(/images/bg-rating-you-ridge.png) bottom center no-repeat; 
}
#container-content {
	padding: 0 0 20px 0;
}
/* @end */

/* @group Landing Page Listings */
.listings {
  list-style-type: none;
  margin: 0 0 20px 0;
}
.listing {
	list-style-type: none;
	clear:both;
	padding: 0 0 5px 0;
	overflow:hidden;
	margin-bottom: 5px;
}
.listings .listing-talk { background: url(/images/icon-talk-small.png) 0px 3px no-repeat; padding-left: 22px; }
.listings .listing-event { background: url(/images/icon-event-small.png) 0px 3px no-repeat; padding-left: 22px;  }
.listings .listing-series { background: url(/images/icon-series-small.png) 0px 3px no-repeat; padding-left: 22px;  }
.listings listing-noicon {
  padding-left: 22px;
}

.listing .pic {
	float: left;
}
.listing-thumb-large { padding-left: 116px; }
.listing-thumb-large .pic{ margin-left: -116px; }
.listing-thumb-medium { padding-left: 68px; }
.listing-thumb-medium .pic{ margin-left: -68px; }
.listing-thumb-small { padding-left: 39px; }
.listing-thumb-small .pic{ margin-left: -39px; }

.listing h3 { font-size: 1.25em; }
.listing h3 a { text-decoration: none }
.listing h3 em {
	color: #819ed5;
	font-style: normal;
}
.list-title {
	font-weight: bold;
	color: #8c8c8c;
}
.listing ul { padding: 0 0 5px 0; }
.listing .small {
	margin-bottom: 4px;
	font-weight: bold;
	color: #a1a1a1;
}
.listings-horiz h5, .listings-horiz p {
	display: inline;
	font-size: 1em;
}
.listings-horiz .meta-data { padding-left: 18px; background: url(/images/bg-listinghoriz-meta.png) 8px 3px no-repeat;}
.listings-single h5, .listings-single p{ font-size: 13px; }
.listings-single .meta-data a { display: block; }
ul.listings-other { 
	margin: 10px 0;
}
.listings-other li {
	margin: 0 0 5px 15px;
	overflow: visible;
}
.listings-testimonials .meta-data {
  margin-bottom: 0;
}
.listings-search { margin-bottom: 0 }
.listings-search .listing {
  padding: 13px 10px 10px 60px;
  border-bottom: 1px solid #e5ebf7;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 17px 13px;
}
.listings-search .listing-talk { background-image: url(/images/icon-talk-medium.png) }
.listings-search .listing-event { background-image: url(/images/icon-event-medium.png) }
.listings-search .listing-speaker { background-image: url(/images/icon-speaker-medium.png) }
.listings-search .listing-series { background-image: url(/images/icon-series-medium.png) }
.listings-search span.match { background-color: #FF6; padding: 2px; }
.listings-search .summary span.match { text-decoration: underline; padding: 2px 0; }
/* @end */

/* @group Log In */

#article.log-in {
	width: 100%;
	float: none;
	text-align: center;
}
.log-in .page-title{
	width: 505px;
	border: 0px;
	margin: 0 auto 5px;
	padding: 0;
	text-align: left;
}
.log-in .form-big {
	width: 445px;
	text-align: left;
	margin: 0 auto 5px;
	padding: 30px 30px 15px 30px;
}
.log-in label{
	width: 90px;
	padding: 3px 15px 0 0;
	text-align: right;
}
.log-in .context{
	float: right;
	padding: 5px 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}
.log-in form input.text {
	width: 300px;
}


/* @end */

/* @group None Found */

.none-found {
	font-style: italic;
	color: #c8c8c8;
}

/* @end */

/* @group Icons */
.icon-unvalidated{
	text-decoration: none;
}
.icon-unvalidated:hover img{
	opacity: .8;
}
span.unvalidated{
	display: block;
	margin: 10px 0 0 0;
	text-decoration: none;
	font-weight: 300;
	color:#666;
	display: none;
	padding: 0;
	width: 200px;
	position: absolute;
	left: -230px;
	top: 10px;
	padding: 10px 15px 15px;
	top: 0;
	z-index: 50;
	width: 185px;
	background-color: white;
	border: 3px solid #E5E5E5;
}
.icon-unvalidated span em{
	font-weight: 700;
}


/* @end */

/* @group Autocomplete */

.ui-autocomplete-results { color: #19509A; background-color: #A6A6A6; font-size: 1.2em; 
  border: 1px solid #A6A6A6;  margin-left: 1px; cursor: pointer; }
 .ui-autocomplete-results ul { margin: 0; } 
.ui-autocomplete-results li { padding: 5px; cursor: pointer;}
.ui-autocomplete-even { background-color: #F6F6F6; }
.ui-autocomplete-odd { background-color: #FFF; }
.ui-autocomplete-results span strong {
    font-weight: normal;
}
.ui-autocomplete-even em, .ui-autocomplete-odd em  { color: #888; }
.ui-autocomplete-results li.ui-autocomplete-over { background-color: #cee0ff; text-decoration: underline; border-top: 1px solid #FFF; border-bottom: 1px solid #FFF; padding: 4px 5px;}

/* @end */

/* @group UI Sliders */

.ui-slider  {
	text-decoration: none !important;
	position: relative;
	height: 31px;
	overflow: visible;
}
.ui-slider-tooltip { display: none }
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	top: 4px;
	height: 26px; 
	width: 13px;
	background: transparent url(/images/slider-handle.png) no-repeat scroll right top;
}
.ui-slider-handle-active .ui-slider-tooltip {
	display: block;
	position: relative;
	top: -25px;
	text-align: center;
	padding: .2em;
	font-size: .9em;
	width: 8em;
	margin-left: -4em;
	text-decoration: none !important;
}
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 31px;
	overflow: visible;
}
.ui-slider ol, .ui-slider dl {
	position: relative;
	height: 31px;
	width: 155px;
	background: url(/images/bg-slider-you.png) 0px 5px no-repeat;
}
.ui-slider dt {
	top: 1.5em;
	position: absolute;
	padding-top: .2em;
	text-align: center;
	height: .7em;
	color: #999;
}
.ui-slider dt span {
	background: #fff;
	padding: 0 .5em;
	display: none;
}
.ui-slider li, .ui-slider dd {
	position: absolute;
	overflow: visible;
	color: #666;
}
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label { display: none }
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show { display: block }
.ui-slider span.ui-slider-tic {
	position: absolute;
	left: 0;
	height: .8em;
	top: -1.3em;
	display: none;
}
.ui-slider li span.ui-component-content, .ui-slider dd span.ui-component-content {
	border-right: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top: 0;
	border-bottom: 0;
}
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {	display: none }

/* @group User List */

.user-list li {
	padding: 5px 0 5px 50px;
	clear: both;
}
.user-list .user-last {
	border-bottom:none;
}
/*.user-list .user-thumb {
	padding-left: 34px;
}
.user-list .user-thumb img {
	margin: 0 10px 10px -34px;
}*/
.user-list .pic {
	margin: 0px 0 10px -44px;
	float: left;
}
/* @end */


/* @end */

/* @group Search Page */

.search-controls {
	background-color: #f2f5fb;
	font-size: 1em;
	font-weight: bold;  
	margin: 0;
	list-style-type: none;
	padding: 7px 5px;
	border-bottom: 1px solid #e5ebf7;
}
.search-controls li {
  display: block;
  float: left;
  margin-right: 10px;
}
.search-controls a {
  display: block;
  float: left;
  border-bottom: 2px solid #D9DFEB;
  background-color:#FFF;
  background-repeat: no-repeat;
  background-position: 6px 6px;
  text-decoration: none;
  font-weight: bold;
  padding: 6px;
  line-height: 1.2em;
  padding-left: 26px;
}
.search-controls a.selected {
  border: none;
  background-color:transparent;
}
.search-controls  a:hover {
  background-color:#7B96C8;
}
.search-controls  a:active {
  position: relative;
  top: 1px;
}
.search-controls .all { padding-left: 6px; }
.search-controls .talks { background-image: url(/images/icon-talk-small.png) }
.search-controls .speakers { background-image: url(/images/icon-speaker-small.png) }
.search-controls .events { background-image: url(/images/icon-event-small.png) }
.search-controls .series { background-image: url(/images/icon-series-small.png) }

.search-controls li.sort-by {
  width: 60px;
  text-align: center;
  padding: 4px;
  color: #b4c0d9;
  border: 0px;
}
.pagination {
  background-color: #F2F5FB;
  padding:7px 12px;
}
.pagination a, .pagination span {
  display: block;
  float: left;
  text-decoration: none;
  font-weight: bold;
  padding: 6px;
  line-height: 1.2em;
  margin-right: 10px;
}
.pagination a {
  background-color:#FFF;
  border-bottom: 2px solid #D9DFEB;
}

/* @end */

/* @group Beta Tag */

#wrapperbeta {
	background-color:#0e0e0e;
	border-top: #000000 1px solid;
	opacity: .85;
	bottom:0;
	left:0;
	overflow:hidden;
	position:fixed; 
	width:100%;
	z-index: 1500;
	height: 34px;
	color: #FFF;
}
#beta {
  text-shadow: 0 -1px 0 #000;
	width: 925px;
	background: url(/images/icon-beta.png) 30px 5px no-repeat;
	z-index:100;
	padding: 11px 20px 12px 75px;
	height: 10px;
	z-index: 1500;
	margin: 0 auto;
	overflow: hidden;
	font-size: 12px;
}
#beta a{ color: #bbdeef; }
/* @end */

/* @end */

/* @group Home */

.home-banner {
	height: 264px;
	background: url(/images/bg-home-banner.jpg) 0 0 no-repeat #021e51;
	margin: -10px 0 20px 0;
	position:relative;

}
.home-banner h2 {
	width: 313px;
	height: 89px;
	text-indent: -9999px;
	background: url(/images/h2-home.png) 0 0 no-repeat;
	left: 320px;
	top: 24px;
	position:absolute;
}
.home-banner p {
	color:#a0bcf1;
	width: 313px;
	left: 322px;
	top: 114px;
	line-height: 1.5em;
	font-size: 1.16em;
	position:absolute;
}
.home-banner p strong {	color: #FFF; }
.column-home p a { color: #666; }
.column-home { position: relative; z-index: 1;}
.home-btn {
  position: absolute;
  left: 675px;
  text-indent: -9999px;
}
.home-btn-join {
	top: 34px;
	width: 218px;
	height: 73px;
	background: url(/images/btn-home-join.png) 0 0 no-repeat;
}
.home-btn-join:hover {	background-position: 0 -73px; }
.home-btn-join:active {	background-position: 0 -146px; }
.home-btn-create {
	top: 34px;
	width: 218px;
	height: 73px;
	background: url(/images/btn-home-create.png) 0 0 no-repeat;
}
.home-btn-create:hover {	background-position: 0 -73px; }
.home-btn-create:active {	background-position: 0 -146px; }
.home-btn-login {
	left: 692px;
	top: 124px;
	width: 185px;
	height: 50px;
	background: url(/images/btn-home-login.png) 0 0 no-repeat;
}
.home-btn-login:hover {	background-position: 0 -50px; }
.home-btn-login:active { background-position: 0 -100px; }
.home-btn-validate {
	left: 692px;
	top: 124px;
	width: 185px;
	height: 50px;
	background: url(/images/btn-home-validate.png) 0 0 no-repeat;
}
.home-btn-validate:hover {	background-position: 0 -50px; }
.home-btn-validate:active { background-position: 0 -100px; }
.home-btn-profile {
	left: 692px;
	top: 124px;
	width: 185px;
	height: 50px;
	background: url(/images/btn-home-profile.png) 0 0 no-repeat;
}
.home-btn-profile:hover {	background-position: 0 -50px; }
.home-btn-profile:active { background-position: 0 -100px; }

.show-link {
  font-size: 11px;
  padding: 5px;
  font-weight: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #e9e9e9;
  display: none;
}
.column-feature {
  width: 272px;
  padding-left: 20px;
  border-left: 1px solid #d3d9e5;
}
.home-link {
  border-top: 1px solid #d3d9e5;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  font-weight: bold;
  display: block;
  color: #666666;
}



/* @end */

/* @group Create A Talk New */
#talk-new {
  background-color: #dfecf2;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}
#talk-new input.text {
	background: url(/images/bg-text-createatalk.png) 0 0 no-repeat;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-top: #eef7fb 1px solid;
    border-bottom: #eef7fb 1px solid;
    border-left: #eef7fb 1px solid;
    border-right: 1px solid #879ca5;
    padding: 7px;
}
#talk-new-header {
  background: #062763 url(/images/bg-talk-new-header.jpg) 0 0 no-repeat;
  padding: 0 90px;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  position: relative;
  z-index: 500;
  height: 132px;
}
#talk-new-header h2 {
  text-align: center;
  color: #FFF;
  text-indent: -9999px;
  height: 66px;
  margin: 0;
  background: url(/images/talk-new-header-h2.png) 125px 20px no-repeat;
}
#talk-new-header h2 em {
  color: #FFF;
  font-style: normal;
}
#talk-new-header ul {
  list-style-type: none;
  margin: 0 0 0 2px;
  position: relative;
  top: 1px;
  z-index: 500;
}
#talk-new-header ul a {
  display:block;
  width: 380px;
  float: left;
  height: 66px;
  background-color: #2b60ba;
  text-indent: -9999px;
  background-image: url(/images/bg-talk-new-tabs.png);
}
#tab-event-info { background-position: top left; }
#tab-event-info:hover { background-position: center left; }
.current #tab-event-info, .current #tab-event-info:hover { background-position: bottom left; }
#tab-whenwhere-info {  background-position: top right; }
#tab-whenwhere-info:hover {  background-position: center right; }
.current #tab-whenwhere-info, .current #tab-whenwhere-info:hover { background-position: bottom right; }
#talk-new {
  padding: 30px 90px;
  border-top: 1px solid #FFF;
  position: relative;
  z-index: 100;
}
#talk-new label {
  float: none;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 700;
}
#talk-new .required {
  background: url(/images/icon-required.png) top right no-repeat;
}
#talk-new .section-header {
  font-size: 18px;
  margin-bottom: 10px;
}
#talk-new label em {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}
#talk-new .section {
  background-color: #FFF;
  margin: 0 0 15px 0;
  border: 1px solid #b8d0db;
  border-bottom:  2px solid #b8d0db;
}
#talk-new .section-sub {
  padding: 0 80px;
  margin: 0;
}
#talk-new .section-sub-first { padding-top: 20px; }
#talk-new .section-sub-last { padding-bottom: 20px; }
#talk-new .section-inner {
  background-color: #c4dfeb;
  margin: 20px 0;
}
#talk-new .section-inner .section-inner {
  background-color: #eaeaea;
}
#talk-new #object-series {
  margin: 0;
}
#talk-speakers li {
  padding: 10px 10px 10px 60px;
}
#talk-speakers li em {
  display: block;
}

#talk-new .text, #talk-new textarea {
  width: 565px;
  margin: 0 0 12px 0;
}




/* @group Icons */
#talk-new fieldset, #series-create, #speaker-create, #event-create {
  background-repeat: no-repeat;
  background-position: 13px 13px;
}
#whenwhere-info { background-image: url(/images/icon-whenwhere-form-info.png); }
#whenwhere-object { background-image: url(/images/icon-whenwhere-form.png); }
#event-info { background-image: url(/images/icon-event-form-info.png); }
#event-create { background-image: url(/images/icon-event-form-create.png); }
#event-object { background-image: url(/images/icon-event-form.png); }
#series-info { background-image: url(/images/icon-series-form-info.png); }
#series-create { background-image: url(/images/icon-series-form-create.png); }
#series-object { background-image: url(/images/icon-series-form.png); }
#talk-info { background-image: url(/images/icon-talk-form-info.png); }
#talk-object { background-image: url(/images/icon-talk-form.png); }
#speakers-info { background-image: url(/images/icon-speakers-form-info.png); }
#speakers-info.chosen { background-image: url(/images/icon-speakers-form.png); }
#speaker-create { background-image: url(/images/icon-speaker-form-create.png); }

/* @end */




/* @end */

/* @group Beta Notice */

.beta-notice button{
  margin: 0;
}
.beta-notice input.text {
  float: left;
}
.beta-notice label {
  float: none;
  display: block;
  margin: 10px 0 5px 0;
  width: auto;
  text-align: left;
}

/* @end */






