/*
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     The League of Moveable Type
 * @vendorurl:  http://www.theleagueofmoveabletype.com
 * @licenseurl: http://www.fontsquirrel.com/license/League-Gothic
 *
 *
 */

/* See http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax */

@font-face {
    font-family: 'League Gothic';
    src: url('../f/League_Gothic.eot');
    src: url('../f/League_Gothic.eot%3Fiefix') format('eot'),
         url('../f/League_Gothic.woff') format('woff'),
         url('../f/League_Gothic.ttf') format('truetype'),
         url('../f/League_Gothic.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ============== */
/* ! start here   */
/* ============== */

body {
    background: #fcfad9 url(../i/body.png) top left repeat fixed;    
	font: normal 13px/20px  "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	color: #301d1d;
}

/*
 * editors must notice that the page is a draft and so not accessibile by anonymous users
 */
body.draft {
    background-image: url(../i/flames.gif), url(../i/body.png);
    background-position: top left, top left;
    background-repeat: repeat-y, repeat;
}


/* Damn, Lucida (Grande) has no italics */
em, i {
    font-family: Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 24px/30px "League Gothic", "Arial Narrow", sans-serif;		
	text-transform: uppercase;
}



/*
A HaRd challenge - styling an HR element
http://www.robertnyman.com/2007/03/09/a-hard-challenge-styling-an-hr-element/
*/
hr {
  clear: both;
  width: 100%; 
    
  height: 1px;
  margin: 0 0 39px 0;
  
  /* IE 6-7 */
  *margin: -7px 0 32px 0; 
  
  border: none;   
  visibility: hidden;
}




/* ======== */
/* ! misc   */
/* ======== */

a {

	color: #0f2424;	
	text-decoration: none;	
	
	border-bottom: 1px solid #0f2424;
		
}

a:visited {
    border-bottom-style: dotted;
}

a:hover {
    -webkit-transition: color ease-out .2s;
}

.meta {
    font-size: 12px;
    color: #7d6f60;
}

.new {
    background: #4895A3;
    padding: 1px 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;    
    border-radius: 2px;
}

/* rasky */
h2 .new {
    font-size: 20px;
    margin-left: 0.5em;
}

.meta a {
    color: #7d6f60;    
    border-bottom-color: #7d6f60;
}

.darker a {
    color: #fcf8c0;
	border-bottom-color: #7d6f60;
}

.darker a:hover {
    color: #fff;
	border-bottom-color: #fff;
}


a.tag,
span.tag {
    background: #e3dfac;
    padding: 1px 2px;
        
    margin: 0 5px 5px 0;
	    
    display: inline-block;

    font-size: 12px;
    
    border: 1px solid #b0ab63;

    -moz-border-radius: 3px;    
    border-radius: 3px;
    
}

a.tag:hover {
    background-color:#fff;
}

a.tag.selected {
    background-color:#4895A3;
    color: #fff;
    border-color: #2f7c8a;
}

.button {
    text-align: center;
}


.pseudo-checkbox,
.pseudo-radio,
.button a {
    color: #fff;
	background: #4895a3 url(../i/button-b.png) center top repeat-x;
	padding: 5px 10px;		
    border: 1px solid #3d7e8a;		
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;		
	text-shadow: #316770 1px 1px 1px;	
    display: inline-block;    
    -webkit-box-shadow: 0 0 2px rgba(150,141,131,.8);
    -moz-box-shadow: 0 0 2px rgba(150,141,131,.8);
}

.button.mini a {
    padding: 2px 5px;
	background: #c4b9a5 url(../i/button-n.png) center top repeat-x;
	border-color: #aba18f;
    color: #301d1d; 
	text-shadow: rgba(100%, 100%, 100%, .55) 1px 1px 1px;       
    -webkit-box-shadow: 0 0 2px rgba(150,141,131,.8);
    -moz-box-shadow: 0 0 2px rgba(150,141,131,.8);
}


.pseudo-checkbox,
.pseudo-radio {
	background: #c4b9a5 url(../i/button-n.png) center top repeat-x;
	border-color: #aba18f;
    color: #301d1d; 
    text-shadow: 1px 1px 1px rgba(100%, 100%, 100%, .55);

    font-weight: bold;   
    margin-right: 5px;     
    cursor: pointer;
}

.pseudo-checkbox span,
.pseudo-radio span {
    padding-left: 18px;
    background: transparent url(../i/pseudo-radio.png) left center no-repeat;
}

/*
.pseudo-checkbox span {
    background-image: url(../i/presudo-checkbox.png);
}
*/

.pseudo-checkbox.checked,
.pseudo-radio.checked {
    color: #fff;
	background: #4895a3 url(../i/button-b.png) center top repeat-x;
    border: 1px solid #3d7e8a;	
	text-shadow: #316770 1px 1px 1px;
}

/* .pseudo-checkbox.checked span, */
.pseudo-radio.checked span {
	background-image: url(../i/pseudo-radio-checked.png);
}


.action a {
    text-transform: lowercase;
    border-bottom-color: #7d6f60;    
    color: #7d6f60;
    font-size: 24px;
}


/* ========== */
/* ! toggle   */
/* ========== */

.toggle, .tag-toggle {
    padding: 0 0 0 15px;
    cursor: pointer;
    background: transparent url(../i/icon-arr-down.png) left center no-repeat;
}

.toggle.trigger-expanded {
    background-image: url(../i/icon-arr-up.png);
}

dt.toggle {
    font-weight: bold;
    margin: 10px 0 0 0;
}

dt.toggle img {
    vertical-align: middle;
}

dt.toggle+dd {
    font-size: 12px;

    color: #63584d;    
    margin: 10px 0 0 20px;
    
}

/* ============= */
/* ! utilities   */
/* ============= */


.hidden { display: none;}
.block {display: block; }
.invisible { visibility: hidden !important; }
.clickable { cursor: pointer }

/* ================== */
/* ! please-upgrade   */
/* ================== */

.please-upgrade  {

	text-align: center;

	padding: 5px 0;
	
	color: #222d4d;
	background: #FFF9B2;
}

.please-upgrade  a {
    color: #222d4d;
}


/* ======= */
/* ! nav   */
/* ======= */

header {
}

header nav {
    background: #301d1d;		
    height: 40px;
}

header .user {

    text-align: right;
    
    font-size: 12px;
    line-height: 30px;
    
    color: #aba18f;    
        
    padding: 5px 0;

    white-space: nowrap;
    overflow: visible;
}

/*
header .user b {
    color: #aba18f;
}
*/

header nav ul {
    list-style: none;
    
/*     width: 750px; */
    margin: 0 auto;
    
/*     padding: 15px 0 0 210px; */
}

header nav li {

    text-transform: uppercase;
    
    font: normal 24px/30px "League Gothic", "Arial Narrow", sans-serif;    
	float: left;

/*     letter-spacing: 1px; */
	
    margin: 0 20px 0 0;
    
    padding: 5px 0;

	text-shadow: #170b0b 1px 1px 1px;


}

header nav.darker li a {
	border: none;	
}

header nav.darker li.current a {
    color: #9ae3f0;
	border: none;	    
}


/*

header #li-chat a {
    background: transparent url(../i/bg-li-chat.png) center center no-repeat;
    
    text-align: center;

	min-height: 40px;
	_height: 40px;
		    
    min-width: 55px;
    _width: 55px;
}


header #li-chat #habla_unavailable_div a {
    background-image: url(../i/bg-li-chat-nope.png);
    text-decoration: line-through;
    
    color: #B1C4C4;
    cursor: default;   
}

*/




.badge {

    text-align: center;

	background: #4895a3 url(../i/badge-b.png) center top repeat-x;
	padding: 5px 10px;	
	
    border: 1px solid #3d7e8a;
    
    -webkit-box-shadow: 0 0 2px rgba(150,141,131,.8);
    -moz-box-shadow: 0 0 2px rgba(150,141,131,.8);

    		
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	

/*     display: inline-block; */

    margin: 40px 0 0 0;
}

.badge a {
    border-bottom: none;	
 	text-shadow: #316770 1px 1px 1px;

    color: #fff;
     	   
/* 	text-shadow: rgba(100%, 100%, 100%, .7) 1px 1px 1px;	     */
    
}

/*
.badge a:hover {
    color: #fff;
}
*/

.badge span {
	text-shadow: rgba(100%, 100%, 100%, .6) 1px 1px 1px;	    

 	font: normal 24px/24px "League Gothic", "Arial Narrow", sans-serif;		
	text-transform: uppercase;

	color: #301d1d;	
	display: block;
}


.badge.chat {
	background: #aba190 url(../i/badge-n.png) center top repeat-x;
	border-color: #aba18f;
}

.badge.chat a {
 	text-shadow: #634646 1px 1px 1px;	
	
}

.badge.chat.unavailable {
    opacity: .7;
    filter: alpha(opacity=70);
}



/* ========== */
/* ! header   */
/* ========== */


.logo  {
/* 	font: normal 70px/48px "League Gothic", "Arial Narrow", sans-serif;     */
	

	margin: 20px 0 40px 0;
}

.logo a {
	border: none;	
}



/* ========== */
/* ! footer   */
/* ========== */


footer {
    color: #aba18f;

    padding: 40px 0;    

    border-top: 3px solid #aba18f;
    background: #301d1d url(../i/footer.jpg) top left;
    
/*     margin: 60px 0 0 0; */

/*     font-size: 12px; */
}



footer h5 {
    color: #9ae3f0;

    margin: 0 0 10px 0;
	text-shadow: #170b0b 1px 1px 1px;
	
	text-align: center;

}

footer h5 span {
    color: #aba18f;
}


footer ul {
 
}

footer p  {
    margin: 0 0 5px 0;
}



/*
footer li.sep {
    margin: 20px 0 0 0;
}
*/


/*
elsewhere img {
    vertical-align: middle;
    margin: 0 5px 0 0;
    
}
*/

/*
#newsletter-subscription {
    margin: 20px 0 0 0;
}

#newsletter-subscription input {
    border: 1px solid #222d4d; 
    color: #d7cef5;
    
    background: #384b80;
    _background: #384b80;
    
}
#newsletter-subscription input:focus {
    background: #fff;
    color: #222d4d;
}
*/


footer nav ul {
    list-style: none; 
}


footer nav li.sep {
    margin: 20px 0 0 0;
}

footer nav li img {
    vertical-align: middle;
}




.feeds {

}

.follow img,
.feeds img {
    vertical-align: middle;
}

.twitter li {
    margin: 0 0 10px 20px;
    
    list-style: outside disc url(../i/icon-bird.png);
}


.we-accept {
    text-align: center;
    
    margin: 10px 0 10px 0;
}


/* ========= */
/* ! page    */
/* ========= */


.page {
    margin: 0 0 60px 0;	    
}

.page.border {    

}

.page-summary {
	
	margin: 0 0 20px 0;
    
    font-size: 16px;
    line-height: 30px;
        
    color: #635443;

}

.page h1  {
	font: normal 36px/40px "League Gothic", "Arial Narrow", sans-serif;
	margin: 0 0 30px 0;
}

.page h1 span {
    color: #635443;
}

/* =================== */
/* ! speaker           */
/* =================== */


/* @@TODO: Move speaker styles into user profile  */

.speaker-talks dt {
    margin: 10px 0 0 0;
    color: #4895a3;
    font: normal 21px/30px "League Gothic", "Arial Narrow", sans-serif;        
    text-transform: uppercase;
}


.speaker-talks dd {
    margin: 0  0 10px 0;
}


.profile-user-data {
    background: #fff;
    margin: 0 0 20px 0;
    padding: 10px;
    color: #635443;	   
    border: 1px solid #ABA18F; 
}

.profile-user-data li {
    margin: 0 0 5px 0;
}

.profile-user-data h4 {
    margin: 0 0 10px 0; 
    font-size: 21px;
    text-align: center;
}


.profile-user-utility-links ul {
    border-top: 1px dotted #ABA18F;
/*     padding-top: 10px; */
}

.profile-user-utility-links li {
    border-bottom: 1px dotted #ABA18F;    
    padding: 10px 0 10px 20px;
}

.profile-user-utility-links li.tickets {
    background: transparent url(../i/icon-tickets.png)  left center no-repeat;
}

.profile-user-utility-links li.schedule {
    background: transparent url(../i/icon-personal-schedule.png) left center no-repeat;
}



.profile-user-data.web-accounts li {
    border-bottom: 1px dotted #ABA18F;
    padding-bottom: 5px;
}


.profile-user-data.web-accounts li img {
    float: right;
}

.profile-user-data.web-accounts ul {
    border-top: 1px dotted #ABA18F;
    padding-top: 5px;

    margin: 0 0 10px 0;
}

.profile-user-identity {
    background: #E1DBC5;
    padding: 10px;
/*     margin: 0 0 20px 0;     */
}

.profile-user-identity-data {
    margin-left: 130px;
}

.profile-user-identity-data .not-set {
    color: #635443;
}

.profile-user-identity h1 {
	text-shadow: rgba(100%, 100%, 100%, .55) 0 1px 1px;   
	margin: 0 0 10px 0;
}

.profile-user-identity dt {
	font: normal 21px/30px "League Gothic", "Arial Narrow", sans-serif;	
	text-transform: uppercase;
    color: #4895A3;	   	
	text-shadow: rgba(100%, 100%, 100%, .55) 1px 1px 1px;      
}

.profile-user-identity dd {
    font-size: 16px;
    margin: 0 0 10px 0;
}


.profile-user-picture {
    float: left;
    width: 100px;
}


.profile-user-picture img {
    border: 5px solid #aba18f;
    margin: 0 0 10px 0;
    
}

.profile-user-data.coupons .coupon.invalid b {
    text-decoration: line-through;
}

.profile-user-bio {
    background: #fff;
    padding: 10px;
    border: 1px solid #ABA18F;     
}

.profile-user-email .the-email span {
    font-size: 16px;
}

#profile-user-visibility .profile-closed {
	color: red;
}

#profile-user-visibility .profile-open {
	color: green;
}


/* ========== */
/* ! People   */
/* ========== */



.person-card .person-card-picture {
    float: left;
    width: 80px;
    margin-right: 10px;
}

.person-card .person-card-picture img {
    border: 2px solid #aba18f;
}

.person-card .person-card-profile {
    margin-left: 90px;
}

/*
 * Nei nomi dei partecipanti ci sono un sacco di lettere non comprese nel font
 * standard
 */
.person-card .person-card-profile > h2 {
    font-family: "Arial Narrow";
    font-size: 18px;
}

/*
 * i link verso le homepage possono essere molto lunghi
 */
.person-card .person-card-profile a {
    word-wrap: break-word;
}

.person-card dd {
    margin: 0 0 10px 0;
}

.person-card .person-card-bio {
    margin-bottom: 10px;
}

.person-card {
    padding: 10px;
    position: relative;
}

.person-card .speaker {
    position: absolute;
    height: 0;
    width: 66px;
    line-height: 16px;
    border: 16px solid transparent;
    border-bottom: 16px solid #E3DFAC;
    font-variant: small-caps;
    color: #301D1D;
    text-align: center;
    letter-spacing: 0.13em;
    top: 0;
    right: 0;

    transform: translate(39px, 8px) rotate(45deg);
    -moz-transform: translate(39px, 8px) rotate(45deg);
    -webkit-transform: translate(39px, 8px) rotate(45deg);
    -o-transform: translate(39px, 8px) rotate(45deg);
    -ms-transform: translate(39px, 8px) rotate(45deg);
}

.last .person-card .speaker {
    transform: translate(27px, 8px) rotate(45deg);
    -moz-transform: translate(27px, 8px) rotate(45deg);
    -webkit-transform: translate(27px, 8px) rotate(45deg);
    -o-transform: translate(27px, 8px) rotate(45deg);
    -ms-transform: translate(27px, 8px) rotate(45deg);
}

.person-card .user-message {
    text-align: right;
}

.person-card .user-message img {
    cursor: pointer;
}
.person-card .user-message > div {
    display: none;
}
.person-card .user-message p {
    font-size: 11px;
    line-height: 12px;
}
.person-card .user-message form {
    text-align: left;
}
.person-card .user-message form input {
    display: block;
}

/*

#people-wrapper .tagline {
}
*/

#people-wrapper .row {
    background: #fff;
    
    margin: 0 0 42px 0;
}

#people-wrapper .row.even {
    background: transparent;
}

    
/* ======== */
/* ! talk   */
/* ======== */




.talk.details {

    margin: 0 0 30px 0;
	color: #383829;

}



.talk.details dt {
    font-weight: bold;
}



.talk.details dd {
    margin: 0 0 10px 0;
}


.talk.when {
    padding: 0 0 0 20px;
    background: transparent  url(../i/icon-clock.png) left center no-repeat;

    margin: 0 0 20px 0;
}
.talk.video {
    margin: 0 0 20px 0;
}


.talk.details {
    color: #635443;	    
	font-size: 12px;

}

.talk.details h4 {
    color: #4895a3;
    margin: 0 0 10px 0; 
    font-size: 21px;

}

.talk.preview {
    display: none;
    border: 2px solid #635443;
    margin: 5px 0;
    padding: 2px;
}

.talk.preview .title {
    text-align: center;
}

#talk-voting {

}

#talk-voting > li {
    margin: 0 0 30px 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #ABA18F;
}

#talk-voting h2 {
    text-transform: none;
}

#talk-voting form {
    margin: 10px 0 0 0;
}

#talk-voting .cms pre {
    width: auto;
}


/*



#talk-year-filter {
    background: #161e33;
    padding: 5px;
    
    margin: 0 0 20px 0; 
    
    color: #d7cef5;
}

.talk-list {
	list-style: none
	
}

.talk-list li {
	margin: 0 0 30px 0;

}

.talk-list h2 {
    font: bold 16px/20px  Museo, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.talk-list h2 a {
    color: #ece9f5;
}



.talk-list  h2 a:hover {
    color: #9dcc4f;
    border-bottom-color: #9dcc4f;
}



.talk-list .meta {
    color: #D7CEF5;	
	
    margin: 5px 0 5px 0;
    font-size: 13px;	
    
}

.tag-cloud {
    list-style: none;
}

.tag-cloud li {

    
}


.tag-cloud li.current a {
    background: #9dcc4f;
    color: #222d4d;
    opacity: 1;

}


.tag-cloud .weight-1 {
    opacity: .6;
}

.tag-cloud .weight-2 {
    font-size: 1.1em;
    line-height: 1.1;
    opacity: .7;
}

.tag-cloud .weight-3 {
    font-size: 1.2em;
    line-height: 1.2;
    opacity: .8;
}

.tag-cloud .weight-4 {
    font-size: 1.3em;
    line-height: 1.3;
    opacity: .9;
}

.tag-cloud .weight-5 {
    font-size: 1.4em;
    line-height: 1.4;
}

.tag-cloud .weight-6 {
    font-size: 1.5em;
    line-height: 1.5;
}

.tag-cloud .weight-7 {
    font-size: 1.6em;
    line-height: 1.6;
}

.tag-cloud .weight-8 {
    font-size: 1.7em;
    line-height: 1.7;
}

.tag-cloud a.tag:hover {
    opacity: 1;
}

*/





/* ====== */
/* ! ad   */
/* ====== */

.ad a {
	display: block;    
    border: none;
}

.ad img {
	background: #fff;
}


.sponsors {
    padding: 5px 15px;
    width: 110px;    
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: 435px;         
    z-index: 1;        
    background: #E1DBC5;
}


.sponsors h5 {
    font-size: 18px;        
    color: #635443;
    text-align: center;    
    margin: 0 0 10px 0;
}

.sponsors .ad {    
    margin: 0  0 10px 0;
}

.sponsors .ad.last {    
    margin-right: 0;
}



/* ========= */
/* ! pager   */
/* ========= */


.pager {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    
/*     color: #D7CEF5;	 */
    
    font-size: 13px;
    
/*     background:  transparent  url(../i/bg-sep.png) top left repeat-x;     */
    
}

.pager span {
    text-align: center;


    display: inline-block;
    width: 38%;
}

.pager span.p {
    text-align: left;
    width: 30%;

}

.pager span.n {
    text-align: right;
    width: 30%;    
}



/* ======== */
/* ! home   */
/* ======== */


.intro {

	font: normal 18px/30px  "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	
	margin: 0 0 40px 0;
}

.home h2 {
    text-align: center;    
    
    margin: 0 0 10px 0;
    
}

section.teaser {
    padding: 20px 0 0 0;
    
}

.where p,
.europython-is p {    
    font-size: 16px;
    line-height: 30px;            
/*     color: #635443;     */
}

/*

.europython-is a {
    font-weight: bold;
}
*/

.quick-guide-backgound {
    background: transparent url(../i/background-quick-guide.jpg) top left repeat-x;
    padding: 30px 0 0 0;
    min-height: 260px;
}

section.quick-guide h2,
section.where h2,
section.teaser h2 {
    text-align: center;
    font: normal 36px/36px "League Gothic", "Arial Narrow", sans-serif;	
    margin: 0 0 20px 0;    
    letter-spacing: 1px;
}


section.quick-guide h3 {
  min-height: 100px; 
  background: transparent url(../i/arrow-right.png) 5px 30px no-repeat;
  
  font-size: 21px;
  color: #4895A3;
}


section.quick-guide {
    margin: 0 0 10px 0;
}

section.quick-guide dt {
    font-weight: bold;
    font-size: 14px;
}

section.quick-guide dd {
    margin: 0 0 10px 0;
    font-size: 12px;    
    line-height: 18px;
    color: #635443;
}




section.quick-guide h2 span,
section.where h2 span,
section.teaser h2 span {

    color: #4895a3;
}

section h2 {

      
/*     text-shadow: 1px 1px 1px rgba(100%, 100%, 100%, .85); */

}

section.teaser h2 img {
    vertical-align: top;
}



section.where,
section.teaser {
    margin: 0 0 40px 0;
}

section.teaser {
    background: transparent url(https://ep2013.europython.eu/static/p5/i/speakers.jpg)  center top repeat-x;    
    min-height: 300px;    
}

section.where p,
section.teaser p {
    margin: 0 0 10px 0;

}


.home .blog ul {
    list-style: outside disc url(../i/icon-post.png);
}

.home .blog li {
    margin: 0 0 10px 0;
}


.home .blog h3 {
    font: bold 13px/20px  "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;    
    text-transform: none;
}

hr.stars {
    visibility: visible;
    background: transparent url(../i/hr.png) center center repeat-x;

    height: 40px;
    margin: 0 0 40px 0;

    /* IE 6-7 */
    *margin: -7px 0 40px 0; 
}

hr.sep {
    visibility: visible;
    background: transparent url(../i/sep.png) center center repeat-x;

    height: 30px;
    margin: 0 0 30px 0;

    /* IE 6-7 */
    *margin: -7px 0 30px 0;
}

.home-notice a {
    border: none;
}

.home-notice img {
 margin: 0 auto;
}

.home-notice.archives {
	font-family: "League Gothic", "Arial Narrow", sans-serif;
}

.home-notice.archives h2 {
    font-size: 36px;
    line-height: 40px;
}

.home-notice.archives h2 span {
    color: #40ADBE;
}

.home-notice.archives ul {
    background-image: url(../i/archives.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 75px;
}

.home-notice.archives li {
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
}

.home-notice.archives li a {
    color: #7F6F5F;
}

.home-notice.archives li span {
    color: #40ADBE;
}

/* ======= */
/* ! cal   */
/* ======= */


.cal {

}

.cal h2 {

}

.cal h2 span {
    width: 50%;    
    display: inline-block;
    margin: 0 0 5px 0;
}

.cal h2 span.more {
    text-align: right;
	font: normal 13px/20px  "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    text-transform: none;
}


.cal.all-deadlines {
    margin: 0 0 40px 0;
}

.cal .deadline {
    padding: 5px 0;
    background: #e1dbc5;
    margin: 0 0 20px 0;
}

.cal h3 {
    width: 70px;
    float: left;
    color: #7D6F60;
    text-align: center;
    font-size: 24px !important; /* Override CMS styes */
    line-height: 30px !important;
    padding: 5px 0;    
    text-transform: uppercase !important;
}

.cal h3 span {
    color: #4895A3;            
}

.cal .deadline p {
    margin-left: 70px;
    line-height: 30px;
    padding: 5px 0; 
    margin: 0 0 0 0;    
}

.cal .deadline p:first-line {
    font-weight: bold;
}

.cal .deadline.expired {
    opacity: .4;
    filter: alpha(opacity=40);
}

.cal .deadline.expired p {
    text-decoration: line-through;
}




/* ========== */
/* ! ticket   */
/* ========== */


.ticket .preview {
    background: #fff;

    padding: 2px;
    margin: 20px 0;
    
    border: 1px solid #301d1d;
    
    border-radius: 2px;

    position: relative;
    min-height: 200px;

/*
    -webkit-box-shadow: 1px 2px 3px #7d6f60;
    -moz-box-shadow: 1px 2px 3px #7d6f60;
*/

    -webkit-box-shadow: 0 1px 2px rgba(150,141,131,.9);
    -moz-box-shadow: 0 1px 2px rgba(150,141,131,.9);
    box-shadow: 0 1px 2px rgba(150,141,131,.9);

/*     -webkit-transform:rotate(-.8deg); */
    
}



.ticket .preview h2 {
    padding: 5px 15px;
    color: #fff;
    font-size: 21px;
    letter-spacing: 1px;
    /*
     * background improbabile :) tutte le tariffe lo ridefiniscono, metto
     * comunque un default per quando aggiungiuamo un nuovo tipo di tariffa e
     * ci scordiamo di aggiornare il css
     */
    background: thistle;
}

.ticket.conference .preview h2 {
    background: #4895A3;
}

.ticket.partner .preview h2 {
    background: #301D1D;
}

.ticket[data-fare=SIM01] .preview h2 {
    background: #EC7324;
}

.ticket[data-fare=VOUPE01] .preview h2 {
    background: #194175;
}

.ticket[data-fare=VOUPE02] .preview h2 {
    background: #793f4b;
}

.ticket[data-fare=HB1] .preview h2,
.ticket[data-fare=HB2] .preview h2,
.ticket[data-fare=HB3] .preview h2,
.ticket[data-fare=HB4] .preview h2,
.ticket[data-fare=HR1] .preview h2,
.ticket[data-fare=HR2] .preview h2,
.ticket[data-fare=HR3] .preview h2,
.ticket[data-fare=HR4] .preview h2
{
    background: #BB78FF;
}

.ticket-additional-info {
}

.ticket-additional-info dt,
.ticket-additional-info dd {
    display: inline;
}

.ticket-additional-info dd {
    font-weight: bold;
}

.ticket-additional-info dt {
    color: #635443;
}


.ticket-status {
    padding: 5px 0;
    text-align: center;    
    border: 2px solid transparent;        
    font-size: 12px;
}


.ticket-status.inactive {            
    border-color: #d9415a;
    color: #d9415a;
    background: #fff;   
}

.ticket-status.active {
    border-color: #4895a3;
    color: #4895a3;
    background: #fff;   
}

.preview:hover .ticket-commands {
    opacity: .8;
    filter: alpha(opacity=80);
}

.ticket-commands {
    position: absolute;    
    top: 0;
    left: 0;
    z-index: 1;
    
    text-align: center;

    min-height: 100%;
    min-width: 100%;

    background: #fff;
    background: rgba(100%, 100%, 100%);    

    -webkit-transition: opacity .2s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ticket-commands p {
    margin: 90px 0 0 0;
    font-size: 16px;

    color: #635443;
}

.ticket-commands .refund {
    margin: 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.ticket-assigned-to.ticket-commands {
    opacity: .8;
    filter: alpha(opacity=80);
}

.ticket-name,
.ticket-tagline,
.ticket-python-experience,
.ticket-footer {
    padding: 0 15px;
}

.ticket-attendee-image {
    position: absolute;
    top: 90px;
    right: 10px;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.ticket-name {
    font: normal 30px/30px "League Gothic", "Arial Narrow", sans-serif;		
	text-transform: uppercase;	
	margin: 10px 0 40px 0;
}

.ticket-footer {
    font: normal 30px/30px "League Gothic", "Arial Narrow", sans-serif;		
	text-transform: uppercase;	
	margin: 0;
	position: absolute;
	bottom: 5px;
	right: 0;
}

.ticket-tagline {
    font: normal 24px/30px "League Gothic", "Arial Narrow", sans-serif;		
    color: #635443;
    
	text-transform: uppercase;	    
}

.ticket-python-experience img {
    vertical-align: middle;
}

.ticket-warning {
    color: #d9415a;
    font-weight: bold;
    padding: 0 15px;
}


/* ========== */
/* ! Extras   */
/* ========== */


.janrain-box {
    width: 400px;
    display: block;

    background: transparent url(../i/loading-janrain.png) center center no-repeat;
    
    min-height: 240px;

    /* Older IE */
    _height: 240;    
}



/*
 * questo id viene creato da un js, lo metto in posizione fixed cosÃ¬ sono
 * sicuro che sia sempre visibile.
 */
#feedback-js {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 25%;
    width: 50%;
}

.feedback {
    background: rgba(225, 219, 197, 0.85);
    text-align: center;
    line-height: 30px;
    font-weight: bold;
/*     color: black; */
}

section.notice {

	background-color: #fff;
	border:2px solid #635443;
	padding: 5px 10px;

	width: 70%;	

	text-align: left;
	font-size: 12px;

    margin: 10px auto 30px auto;
    
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #7d6f60;
	-webkit-box-shadow: 0 0 10px #7d6f60;
	box-shadow: 0 0 10px #7d6f60;

}


/* ========================= */
/* ! Overlay box (lighbox)   */
/* ========================= */


.overlay {
	display:none;
	
	z-index:10000;
	
	background: #f0ebd8;
	border: 5px solid #fff;
	padding: 10px;
	
	width:575px;	
	min-height:200px;
	
	-moz-box-shadow: 0 0 35px #7d6f60;
	-webkit-box-shadow: 0 0 55px #7d6f60;
	box-shadow: 0 0 55px #7d6f60;
}

.overlay .close {
    background: transparent url(../i/close.png) center center no-repeat;
    width: 36px;
    height: 36px;
    border: 0;
    position: absolute;
    top: -18px;
    right: -18px;
}


#global-overlay {
    padding: 20px;
}

#global-overlay .contentWrap {
    height: 450px;
    overflow-y: auto;
}

/* ====================== */
/* ! Cart                 */
/* ====================== */

#form-cart .hotel-reservation-type .ui-slider-range {
    background: #999999
}

#form-cart .hotel-reservation-type .ui-slider-handle {
    background: #DDDDDD
}


/* ====================== */
/* ! Hovering help text   */
/* ====================== */


.tooltip,
.help-text {
	background-color: #fff;
	border:2px solid #635443;
	padding: 10px 15px;
	
	width: 200px;
	display: none;
/* 	color:#FCF8C0; */
	text-align: left;
	font-size: 12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #7d6f60;
	-webkit-box-shadow: 0 0 10px #7d6f60;
	box-shadow: 0 0 10px #7d6f60;
}

.tooltip {
    width: auto;
    /* otherwise not shown with an overlay window */
    z-index: 10000;
}

/* ======= */
/* ! ???   */
/* ======= */


#id_payment_cc {
    display: none;
    margin: 15px 0;
}

.vat-info {
    text-align: center;
    font-size: 1.1em;
}

.feedback-vote {
    display: none;
    color: #7D6F60;
    margin-left: 20px;
}

section.countdown {
    height: 30px;
    text-align: center;
    font-size: 1.2em;
    line-height: 30px;
    background: #FFCF08;
}

@keyframes assault {
    0% { width: 34px; }
    12% { width: 34px; }
    13% { width: 64px; }
    24% { width: 64px; }
    25% { width: 150px; }
    37% { width: 150px; }
    38% { width: 270px; }
    55% { width: 270px; }
    56% { width: 450px; }
    100% { width: 450px; }
}

@-webkit-keyframes assault {
    0% { width: 34px; }
    12% { width: 34px; }
    13% { width: 64px; }
    24% { width: 64px; }
    25% { width: 150px; }
    37% { width: 150px; }
    38% { width: 270px; }
    55% { width: 270px; }
    56% { width: 450px; }
    100% { width: 450px; }
}

@-moz-keyframes assault {
    0% { width: 34px; }
    12% { width: 34px; }
    13% { width: 64px; }
    24% { width: 64px; }
    25% { width: 150px; }
    37% { width: 150px; }
    38% { width: 270px; }
    55% { width: 270px; }
    56% { width: 450px; }
    100% { width: 450px; }
}

section.countdown {
    position: relative;
}
section.countdown .baron {
    display: none;
}
section.countdown:hover .baron {
    display: block;
    background: #FFCF08;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    width: 34px;
    animation: assault 20s ease 1s infinite normal;
    -webkit-animation: assault 20s ease 1s infinite normal;
    -moz-animation: assault 20s ease 1s infinite normal;
    background-image: url(../../../p5/i/baron.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.sprints > div {
    margin-bottom: 60px;
}

.sprints ol {
    margin: 10px 0;
}
.sprints .user-attend {
    color: green;
}

#sim-report .frozen td {
    color: green;
}

.scrollable {
    overflow: hidden;
    position: relative;
}

.scrollable .items {
    position: absolute;
    width: 20000em;
}

.scrollable .items > div {
    float: left;
}

#on-air .scrollable {
    height: 420px;
}

#on-air .event {
    height: 420px;
}

#on-air .speaker-picture {
    width: 80px;
    margin: 0 0 20px 0;
}

#whos-coming > h2 {
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: none;
}

#whos-coming .twitter a {
    font: 11px/18px 'Helvetica Neue',Arial,sans-serif;
    font-weight: bold;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#DEDEDE));
    background-image: -o-linear-gradient(center top , #FFFFFF, #DEDEDE);
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 3px;
}

#whos-coming .twitter a img{
    vertical-align: middle;
}

.after-ellipsis {
    display: none;
}

.partner-program .event h3 {
    margin-bottom: 10px;
}
.partner-program h2 {
    text-transform: none;
    font-size: 21px;
    color: #301d1d !important;
}
.partner-program h2.name {
    text-transform: uppercase;
    margin: 40px 0 20px 0;
}

.partner-program h2.name a {
    color: #4895a3;
}

.archive h3 {
    float: left;
    margin-right: 10px;
}

.archive h3 a {
    color: #635443;
}

.archive .talk {
    margin-bottom: 30px;
    padding: 15px;
}

.archive .talk:nth-child(even) {
    background: white;
}

.archive .talk .abstract a {
    white-space: nowrap;
}

.archive .speaker {
    float: left;
    margin-right: 5px;
    max-width: 85px;
}

.archive .speaker a {
    border: 0;
}
.archive .speaker span {
    display: block;
    font-size: 85%;
}

.archive .dates {
	font: normal 20px/24px "League Gothic", "Arial Narrow", sans-serif;		
	text-transform: uppercase;
}

.archive .dates:after {
    content: " ";
    clear: both;
	display: block;
	margin-bottom: 10px;
}

.archive .dates span, .archive .dates a {
    color: #4895a3;
    margin-right: 6px;
}

.archive .dates a {
    border: 0;
    background-image: url(../i/tv.png);
    background-repeat: no-repeat;
    padding-left: 26px;
}
