/* @group Core */

/* @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;
}
.ir {
  display: block;
  overflow: hidden;
  text-indent: -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: 10px; border-bottom:1px solid #fdff1d;}
#errorExplanation ul { margin: 0 0 0 15px;  }
#errorExplanation li, div#errorExplanation p  {  font-size: 1.3em; line-height: 1.7em; list-style-type: disc;}
#errorExplanation li.last { margin: 0; }
span.fieldWithErrors label { color: #b93954; }
p.errors { color: #bc0229; }
.fieldWithErrors input.text {
  background-color: #ffebef;
  background-image: none;
  border: 1px solid #ffaabc;
}
.highlight-white {
  border: 0;
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #FFF;
}
.comments .errorExplanation {
  border: 1px solid #ffaabc;
  background-color: #ffebef;
  width: 411px;
}
.comments #errorExplanation h2 {
  border-bottom: 1px solid #ffaabc;
}
.ratings #errorExplanation {
  color: #5C5C5C;
  background-color: #feffb8;
  border: 1px solid #e6e932;
  padding: 10px;
}
.ratings #errorExplanation h2 {
  font-size: 12px;
  line-height: 1.2em;
  border-bottom: none;
  padding: 0;
}
.ratings #errorExplanation p {
  display:  none;
}
.ratings #errorExplanation ul {
  margin-left: 10px;
}
.ratings #errorExplanation li {
  line-height: 1.2em;
}
.ratings .fieldWithErrors label {
  font-style: italic;
  font-weight: normal;
  color: #999999;
}
.ratings .fieldWithErrors input.text {
  background-color: #feffb8;
  border: 1px solid #e6e932;
  background-image: none;
}
.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, .blue-block{
  -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, 
.page-title .edit-profile,
#utility em, 
.rating-you label .feedback, 
.ui-autocomplete-results em, 
.additional-data, 
.meta-data, 
.meta-data em, 
.form-helper, 
.page-title .url, 
.dashboard .listing .meta {
  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;
}
form#new_comment fieldset { clear: left; }
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;
}
.comments fieldset {
  width: 457px;
}

.comments .form-big input.text {
  width: 375px;
  float: left;
  margin: 10px 0;
}
.comments .form-big label {
  clear: left;
  width: 60px;
  float:  left;
  margin: 10px 0;
}

/* @end */

/* @group Buttons */
.buttons {
  overflow: hidden;
  clear: both;
  padding: 6px 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 auto 12px;
}
.btn-copy-talk,
.btn-delete-talk {
  display: block;
  text-align: center;
  margin: 0 auto 12px;
}
.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 */

/* @end */

/* @group Structure */

/* @group Layout */

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


/* @end */

/* @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;
}
.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 {
  background-color: #edffce;
  border: 1px solid #d8fe98;
  border-bottom: 2px solid #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 */

/* @group Header */
#wrapper-header {
  background: #134193 url(/images/bg-header.png) repeat-x 0 100%;
  position: relative;
  z-index: 2;
}
#header{
  height: 96px;
  position: relative;
}
#header h1 a{
  background: url('/images/logo.png') no-repeat;
  bottom: 0;
  height:  88px;
  position: absolute;
  display: block;
  left:  18px;
  width:  229px;
}
#header h1 a:hover{
  background-position: bottom left;
}
#header h1 a img{
  position: absolute;
  left: -9999px;
}
#header form {
  position: absolute;
  right: 0;
  top: 15px;
}
#header a {
  color: #3184e5;
}
#header form input {
  background: #012158;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #001d51;
  -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
  color: #87c2ff;
  font-size: 12px;
  height: 20px;
  padding: 4px 30px 4px 10px;
  width: 138px;
}
#header .placeholder {
  font-style: italic;
}
#header input::-webkit-input-placeholder {
  color: #3783d2;
  font-style: italic;
}
#header input:-moz-input-placeholder {
  color: #3783d2;
  font-style: italic;
}
#header button {
  background: url(/images/home/ico-all.png) no-repeat 0 0;
  border: none;
  display: block;
  height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 18px;
}

/* @group Primary Nav */

#nav{
  margin: 0;
  position: absolute;
  bottom: 0;
  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-add-a-talk a{ width: 150px; background-position: -290px 0px; }
#link-add-a-talk.selected a{ background-position: -290px -111px; }
#link-add-a-talk a:hover{ background-position: -290px -37px; }
#link-add-a-talk a:active{ background-position: -290px -74px; }

/* @end */

/* @group user info in header */
#header .user {
  color: #fff;
  float: right;
  font-size: 12px;
  left: 494px;
  line-height: 28px;
  padding: 6px 30px 6px 6px;
  position: absolute;
  text-align: right;
  top: 10px;
  width: 250px;
}
#header .user .photo {
  border: 2px solid #2a60b9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 9px;
}
#header .user .greeting a {
  color: #fff;
  text-decoration: underline;
}
#header .user-action {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#header .user-action:hover {
  text-decoration: underline;

}
/* @end */

/* @group Utility NAv */

.greeting-name {
  text-decoration: underline;
}

#header .user-loggedin {
  background-image: url(/images/bg-user-loggedin.png);
  background-position: right 5px;
  background-repeat: no-repeat;
  -moz-transition:    height .15s linear;
  -webkit-transition: height .15s linear;
  transition:         height .15s linear;
  height: 20px;
  text-align: left;
  width: auto;
}

#header .user-loggedin-active {
  background-color: #3270d5;
  background-image: url(/images/bg-user-loggedin.png);
  background-image: 
    url(/images/bg-user-loggedin.png),
    -moz-linear-gradient(top, #3270d5, #1e45a0); 
  background-image: 
    url(/images/bg-user-loggedin.png),
   -webkit-gradient(linear, left top, left bottom, color-stop(0, #3270d5), color-stop(1, #1e45a0));
  background-image: 
    url(/images/bg-user-loggedin.png),
    gradient(linear, left top, left bottom, color-stop(0, #3270d5), color-stop(1, #1e45a0));
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  border-radius:         5px;
  -moz-box-shadow:    0px 1px 5px 0px rgba(0,0,0,0.2); 
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2); 
  box-shadow:         0px 1px 5px 0px rgba(0,0,0,0.2); 
  height: 172px;
}

.ie7 #header .user-loggedin-active {
  height: 185px;
}

.user-loggedin-active .greeting-name {
  text-decoration: none;
}

#nav-utility {
  display: none;
  margin: 5px 0 0;
}

#nav-utility li {
  list-style: none;
  position: relative;
  zoom: 1;
}

.ie6 #nav-utility li,
.ie7 #nav-utility li {
  width: 220px;
}

#nav-utility a {
  background: url(/images/bg-nav-utility-li.png) 6px 11px no-repeat;
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 28px;
  padding: 3px 0 3px 20px;
  text-decoration: none;
}

#nav-utility a:hover {
  color: #93d2fe;
}
/* @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 .url:hover {
  color: #819ED5;
  text-decoration: underline;
}
.page-title .edit-profile {
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}
.page-title .edit-profile:hover {
  text-decoration: underline;
}


/* @end */

/* @group Footer */
#footer {
  background: #c2ddec url(/images/home/bg-footer.png) repeat-x 50% 0;
  border-top: 1px solid #bedae8;
}
#footer ul {
  list-style: none;
  margin: 0;
}
#footer .container {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 35px;
  width: 930px;
}
  /* @group --primary */
  #footer .primary {
    float: left;
    padding: 22px 0 8px 0;
  }
  #footer .primary a {
    color: #1f4488;
    text-shadow: 1px 1px 1px #fff;
  }
  #footer .primary .hdr-connect-with-us {
    background: url(/images/home/hdr-all.png) no-repeat -35px 0;
    float: left;
    height: 12px;
    margin: 1px 7px 0 0;
    width: 146px;
  }
  #footer .primary .connect {
    float: left;
    margin: 0 0 10px;
  }
  #footer .primary .connect li {
    float: left;
    margin-right: 8px;
  }
  #footer .primary .connect a {
    background: url(/images/home/ico-all.png) no-repeat;
    height: 16px;
    width: 16px;
  }
  #footer .primary .connect .facebook {
    background-position: 0 -131px;
  }
  #footer .primary .connect .twitter {
    background-position: 0 -147px;
  }
  #footer .primary .connect .vimeo {
    background-position: 0 -163px;
  }
  #footer .primary .listing {
    clear: both;
    line-height: 16px;
    margin: 0;
  }
  #footer .primary .listing li {
    margin-bottom: 4px;
  }
  /* @end */

  /* @group --secondary */
  #footer .secondary {
    float: right;
    padding: 14px 0 15px 0;
  }
  #footer .secondary a {
    color: #3e6088;
    text-decoration: underline;
    text-shadow: 1px 1px 1px #fff;
  }
  #footer .secondary .logo-pointless {
    background: url(/images/home/logo-pointless.png);
    float: right;
    height: 45px;
    width: 113px;
  }
  #footer .secondary .copy {
    color: #496D98;
    clear: right;
    float: right;
    font-size: 10px;
    line-height: 16px;
    margin: 11px 0 5px;
    padding: 0 2px;
    text-shadow: 1px 1px 1px #fff;
  }
  #footer .secondary ul {
    clear: right;
    float: right;
    font-size: 10px;
    margin: 0;
  }
  #footer .secondary ul li {
    float: left;
    margin-left: 10px;
  }
  /* @end */
/* @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;
  position: relative;
  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;
}
.admin-delete-comment {
  position: absolute;
  bottom: 2px;
  right: 11px;
  font-weight: bold;
}
.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, .blue-block {
  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 .login-container label {
  font-size: 1em;
  padding-left: 6px;
  text-shadow: none;
}
.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, .login-container {
  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;
  float: left;
  display: block;
  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;
  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;
}
a.rate-cancel-login {
  display: none;
}
.ratings .login-container {
  background-color: #88aa4f;
  margin: -15px -10px;
  padding: 10px;
}
.ratings .login-container h4  {
  text-indent: -9999px;
  display: block;
  width: 116px;
  height: 22px;
  background: url(/images/h4-rating-info.png) 0 0 no-repeat;
  margin-bottom: 0;
  margin-top: 5px;
}

.ratings .login-container input.text {
  width: 145px;
}
.ratings .login-container a {
  color: #fff;
}
.ratings .login-container label {
  font-style: italic;
  font-weight: normal;
  color: #999999;
}

.ratings .user-rate-form p {
  padding-top: 5px;
}

.overlabel_apply {
  position: absolute !important;
  z-index: 1;
  margin-top: 5px;
}

/* @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 .page-title .right{
  float: right;
  padding: 5px 0 5px 0;
  margin-top: -60px;
  font-weight: bold;
  font-size: 12px;
}
.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 form input.text {
  width: 325px;
}
/* @end */

/* @group None Found */

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

/* @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 widget-preview */

#widget-preview-container{
  display: none;
  padding: 5px;
}
element.style {
display:block;
}
#widget-preview-container {
  display:none;
}

/* @end */

/* @end */

/* @group Pages */

/* @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 Dashboard */
.dashboard .column-main {
  float: left;
  width: 584px;
}
  /* @group -welcome */
  .dashboard .welcome {
    background: url(/images/bg-welcome-options.png);
    color: #3c3d40;
    height: 253px;
    margin-bottom: 37px;
    position: relative;
    width: 100%;
  }
  .dashboard .welcome .find {
    left: 40px;
    overflow: hidden;
    padding-bottom: 5px;
    position: absolute;
    top: 150px;
    width: 227px;
  }
  .dashboard .welcome .find label {
    display: block;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
  }
  .dashboard .welcome .find input {
    border: 1px solid #c2c2c2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.35);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.35);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.35);
    color: #666;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 8px 10px 0;
    width: 170px;
  }
  .dashboard .welcome .find .placeholder {
    font-style: italic;
  }
  .dashboard .welcome .find ::-webkit-input-placeholder {
    color: #666;
    font-style: italic;
  }
  .lte7 .dashboard .welcome .find input {
    height: 24px;
    padding-top: 4px;
  }
  .dashboard .welcome .find .btn-search {
    background: url(/images/btn-all.png) no-repeat -208px 0;
    border: none;
    float: right;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 32px;
  }
  .dashboard .welcome .btn-add-talk {
    background: url(/images/btn-all.png) no-repeat 0 0;
    height: 56px;
    position: absolute;
    right: 50px;
    top: 151px;
    width: 208px;
  }
  /* @end */

  /* @group -recommend */
  .dashboard .recommend {
    border-bottom: 3px solid #cddfeb;
    color: #3c3d40;
    padding: 0 0 31px 35px;
    position: relative;
  }
  .dashboard .recommend .hdr-recommend {
    background: url(/images/hdr-all.png) no-repeat 0 0;
    height: 20px;
    margin: 0 0 6px;
    width: 208px;
  }
  .dashboard .recommend p {
    font-size: 1.1667em;
    line-height: 1.428571429em;
    margin-bottom: 8px;
  }
  .dashboard .recommend .gears {
    background: url(/images/icon-all.png) no-repeat 0 0;
    height: 48px;
    left: -35px;
    position: absolute;
    top: 12px;
    width: 43px;
  }
  .dashboard .recommend .btn-customize {
    background: #2473d5 url(/images/btn-blue-l.png) no-repeat;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 1.083em;
    line-height: 33px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #343434;
  }
  .dashboard .recommend .btn-customize span {
    background: url(/images/btn-blue-r.png) no-repeat 100% 0;
    display: inline-block;
    padding: 0 14px;
  }
  /* @end */

  /* @group -listings */
  .dashboard .listing {
    border-bottom: 3px solid #cddfeb;
    padding: 30px 0;
  }
  .dashboard .last-listing {
    border-bottom: none;
  }
  .dashboard .listing h2 {
    font-size: 1.333em;
    margin: 0 0 10px 12px;
  }
  .dashboard .listing ol,
  .dashboard .listing ul {
    list-style: none;
    margin: 0;
  }
  .dashboard .listing ol li,
  .dashboard .listing ul li {
    overflow: hidden;
  }
  .dashboard abbr.date {
    background: #dfecf2;
    border: 1px solid #cddee6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #819ed5;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    padding: 5px 0;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    text-transform: uppercase;
    width: 45px;
  }
  .dashboard abbr.date strong {
    display: block;
    font-size: 24px;
    line-height: 24px;
  }
  .dashboard .hover abbr.date {
    background: #2575d7;
    background: -moz-linear-gradient(0% 100% 90deg, #07346f, #2574d6);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2574d6), to(#07346f));
    border: 1px solid #2679ce;
    -moz-box-shadow: inset 0 -1px 3px rgba(0,0,0,0.48), 0 0 1px #2370cf;
    -webkit-box-shadow: inset 0 -1px 3px rgba(0,0,0,0.48), 0 0 1px #2370cf;
    box-shadow: inset 0 -1px 3px rgba(0,0,0,0.48), 0 0 1px #2370cf;
    color: #cde4ee;
    text-shadow: none;
  }
  .dashboard .hover abbr.date strong {
    color: #fff;
  }
  .dashboard .past abbr.date {
    background: #eaebeb;
    border-color: #d8d8d8;
    color: #ababab;
  }
  .dashboard .listing .content {
    color: #3c3d40;
    float: right;
    width: 497px;
  }
  .dashboard .listing h3 {
    font-size: 1.167em;
    line-height: 1.428571429em;
    margin-bottom: 4px;
  }
  .dashboard .listing h3 a {
    color: #1f4488;
    text-decoration: underline;
  }
  .dashboard .listing .meta {
    color: #b2b2b2;
    display: block;
    margin-bottom: 4px;
  }
  .dashboard .listing .meta a {
    color: #b2b2b2;
    text-decoration: underline;
  }
  .dashboard .listing .hover .meta,
  .dashboard .listing .hover .meta a {
    color: #838383;
  }
  .dashboard .listing .more {
    float: right;
    font-size: 13px;
    margin: 0;
  }
  .dashboard .listing .photo {
    background: #f5fafc;
    border: 3px solid #dfecf2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1px;
  }

    /* @group --talks */
    .dashboard .talks li {
      margin-bottom: 5px;
      padding: 9px 12px;
    }
    .dashboard .talks .hover {
      background: #ecf8fe;
    }
    .dashboard .talks .date {
      float: left;
    }
    .dashboard .talks .rsvp {
      -webkit-background-clip: padding-box;
      background: #f9f9f9;
      border: 1px solid #ebebeb;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      float: left;
      padding: 8px 11px 8px 8px;
    }
    .dashboard .talks .hover .rsvp {
      background-color: #d3f0ff;
      border-color: #c7e5f7;
    }
    .dashboard .talks .rsvp h4 {
      color: #999;
      float: left;
      font-size: 1em;
      font-weight: normal;
      line-height: 23px;
      margin: 0 8px 0 0;
    }
    .dashboard .talks .hover .rsvp h4 {
      color: #1f4488;
    }
    .dashboard .talks .rsvp ul {
      float: left;
      margin: 0;
      padding: 0;
    }
    .dashboard .talks .rsvp li {
      float: left;
      margin: 0 9px 0 0;
      padding: 0;
      clear: none;
    }
    .dashboard .talks .rsvp .last {
      margin-right: 0;
    }
    .dashboard .talks .rsvp button {
      -webkit-background-clip: padding-box;
      background: #fafafa;
      background: -moz-linear-gradient(0% 100% 90deg, #f2f3f1, #fafafa);
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#f2f3f1));
      border: 1px solid #bfbfbf;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.32);
      -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.32);
      box-shadow: inset 0 -2px 0 rgba(0,0,0,0.32);
      color: #5c5c5c !important;
      line-height: 21px;
      text-align: center;
      text-decoration: none;
      text-shadow: 0 -1px 1px #fff;
      width: 57px;
      position: static;
      display: inline;
      font-weight: normal;
      margin: 0px;
      height: auto;
    }
    .dashboard .talks .hover .rsvp button, .dashboard .talks .rsvp .selected button {
      color: #fff !important;
    }
    .dashboard .talks .hover .rsvp .selected button {
      color: #5c5c5c !important;
      background: #fafafa !important;
      background: -moz-linear-gradient(0% 100% 90deg, #f2f3f1, #fafafa) !important;
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#f2f3f1)) !important;
      border: 1px solid #bfbfbf !important;
      text-shadow: 0 -1px 1px #fff !important;
    }
    .dashboard .talks .hover .rsvp .yes button, .dashboard .talks .rsvp .yes.selected button {
      background: #55ceff;
      background: -moz-linear-gradient(0% 100% 90deg, #8ccc1f, #a5d874);
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5d874), to(#8ccc1f));
      border: 1px solid #7bb323;
      text-shadow: 0 -1px 1px #729a2e;
    }
    .dashboard .talks .hover .rsvp .maybe button, .dashboard .talks .rsvp .maybe.selected button {
      background: #8bcc1c;
      background: -moz-linear-gradient(0% 100% 90deg, #56ceff, #85d9fc);
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#85d9fc), to(#56ceff));
      border: 1px solid #52bdee;
      text-shadow: 0 -1px 1px #2fb6ee;
    }
    .dashboard .talks .hover .rsvp .no button, .dashboard .talks .rsvp .no.selected button {
      background: #fc8391;
      background: -moz-linear-gradient(0% 100% 90deg, #fc5267, #fc8391);
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc8391), to(#fc5267));
      border: 1px solid #f15c6c;
      text-shadow: 0 -1px 1px #fc5267;
    }
    /* @end */

    /* @group --speakers */
    .dashboard .speakers li {
      margin-bottom: 5px;
      padding: 9px 12px;
    }
    .dashboard .speakers .photo {
      float: left;
    }
    .dashboard .speakers .content {
      width: 492px;
    }
    /* @end */

    /* @group --events */
    .dashboard .events li {
      margin-bottom: 5px;
      padding: 9px 12px;
    }
    .dashboard .events .photo {
      float: left;
    }
    .dashboard .events .content {
      width: 390px;
    }
    .dashboard .events .meta {
      font-size: 1.083em;
    }
    .dashboard .events .date {
      color: #7b96c8;
    }
    /* @end */

  /* @end */

  /* @group -latest */
  .dashboard .latest {
    color: #3c3d40;
  }
  .dashboard .latest h2 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 13px;
  }
  .dashboard .latest .activity {
    list-style: none;
    margin: 0 0 45px;
  }
  .dashboard .latest .activity li {
    border-top: 1px solid #e5ebf7;
    overflow: hidden;
    padding: 13px 0;
    width: 100%;
  }
  .dashboard .latest .photo {
    border: 3px solid #dfecf2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
  }
  .dashboard .latest .content {
    float: right;
    width: 515px;
  }
  .dashboard .latest .activity a {
    font-weight: bold;
    text-decoration: none;
  }
  .dashboard .latest .activity .rated {
    color: #7b9f3d;
  }
  .dashboard .latest .activity .excerpt {
    font-style: italic;
  }
  .dashboard .latest .activity .button {
    float: left;
  }
  .dashboard .hdr-recommendations {
    font-size: 2em;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 13px;
  }
  /* @end */

.dashboard .column-aside {
  float: right;
  width: 300px;
}

img.featured-event {
  border: 4px solid #dfecf2;
  width:  150px;
}
  /* @group -user */
  .dashboard .user {
    border-bottom: 1px solid #e5ebf7;
    color: #5c5c5c;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
  }
  .dashboard .user .photo {
    border: 4px solid #dfecf2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-right: 15px;
  }
  .dashboard .user h3 {
    margin: 4px 0 2px;
  }
  .dashboard .user h3 a {
    text-decoration: none;
  }
  .dashboard .user .title,
  .dashboard .user .location {
    display: block;
  }
  .dashboard .user .badges {
    display: block;
    margin: 6px 0 8px;
    overflow: hidden;
  }
  .dashboard .user .rated {
    background: #f7f7f7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 0 1px rgba(148,148,148,0.29);
    -webkit-box-shadow: inset 0 0 1px rgba(148,148,148,0.29);
    box-shadow: inset 0 0 1px rgba(148,148,148,0.29);
    float: left;
    margin-right: 8px;
    width: 58px;
  }
  .dashboard .user .rated .amount {
    background: #80a245 url(/images/home/ico-rating.png) repeat-x;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    height: 18px;
    position: relative;
  }
  .dashboard .user .rated .label {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    position: absolute;
    right: 5px;
    top: 0;
  }
  .dashboard .user .stars {
    background: url(/images/icon-all.png) no-repeat 100% -94px;
    color: #90b5f9;
    float: left;
    font-weight: bold;
    padding-right: 10px;
  }
  /* @end */

  /* @group -your events */
  .dashboard .your-events h3 {
    font-size: 1.167em;
    margin-bottom: 18px;
  }
  .dashboard .your-events ol {
    list-style: none;
    margin: 0;
  }
  .dashboard .your-events li {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .dashboard .your-events h4 {
    font-size: 1em;
    margin-bottom: 2px;
  }
  .dashboard .your-events h4 a {
    text-decoration: none;
  }
  .dashboard .your-events .past h4 {
    margin-bottom: 10px;
  }
  .dashboard .your-events .content {
    color: #333;
    float: right;
    width: 235px;
  }
  .btn-rate-it {
    background: url(/images/btn-all.png) no-repeat -240px 0;
    height: 31px;
    width: 105px;
  }
  .dashboard .your-events .btn-rate-it {
    float: left;
    margin-right: 16px;
  }
  .dashboard .your-events .secondary-action {
    color: #999;
  }
  .dashboard .your-events .past .secondary-action {
    font-size: 1.083em;
    line-height: 31px;
  }
  /* @end */

  /* @group -invite */
  .dashboard .invite {
    background: #103876 url(/images/bg-invite-friend.png) no-repeat;
    height: 49px;
    margin-bottom: 42px;
    overflow: hidden;
    padding: 79px 21px 0 18px;
    position: relative;
    width: 260px;
  }
  .dashboard .invite label {
    height: 53px;
    left: 19px;
    position: absolute;
    top: 18px;
    width: 160px;
  }
  .dashboard .invite input {
    border: 1px solid #c2c2c2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.35);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.35);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.35);
    color: #666;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 8px 8px 0;
    width: 178px;
  }
  .dashboard .invite form > div:first-child {
    /* Fix for webkit bug */
    display: block !important;
  }
  .dashboard .invite .placeholder {
    font-style: italic;
  }
  .dashboard .invite ::-webkit-input-placeholder {
    color: #666;
    font-style: italic;
  }
  .lte7 .dashboard .invite input {
    height: 24px;
    padding-top: 4px;
  }
  .dashboard .invite .btn-send {
    background: url(/images/btn-all.png) no-repeat -345px 0;
    float: right;
    height: 30px;
    margin: 0;
    width: 59px;
  }
  /* @end */

  /* @group -blog */
  .dashboard .blog {
    border: none;
    padding-top: 0;
  }
  .dashboard .blog .hdr-blog {
    background: url(/images/hdr-all.png) no-repeat -208px 0;
    height: 51px;
    width: 207px;
  }
  .dashboard .blog ol li {
    margin-bottom: 10px;
  }
  .dashboard .blog ol a {
    display: block;
  }
  /* @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 404 */
#notfound {
  background: url(/images/404-seal.jpg) 0 0 no-repeat;
  height: 697px;
  margin-bottom: 55px;
  width: 942px;
}
#notfound .search-big {
  background: none;
  border: 0;
  position: relative;
  top: 560px;
}
#notfound .search-big label {
  width: 190px;
}
#notfound .search-big input.text {
  width: 567px;
}
/* @end 404 */

/* @end */

