/*
 * styles.css
 *
 * Base style for the LoCo Team Portal. This is an implementation
 * of the ( at the time of this writing ) new Ubuntu branding.
 *
 *  Author: Michael Hall      ( mhall119 )
 *  Author: Paul Tagliamonte ( paultag  )
 *  Author: Adnane Belmadiaf ( daker  )
 */

* {
    outline: none;
}

 @font-face {
    font-family: 'EntypoRegular';
    src: url('../fonts/entypo-webfont.eot');
    src: url('../fonts/entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/entypo-webfont.woff') format('woff'),
         url('../fonts/entypo-webfont.ttf') format('truetype'),
         url('../fonts/entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1.centered {
    text-align: center;
}


th.form-item-label {
    vertical-align: top;
}

td.no-wrap {
    white-space: nowrap;
}

#main-content {
    margin-right:   20px;
}

li.col_left {
    float:          left;
    width:          45%;
    clear:          left;
}

li.col_right {
    float:          right;
    width:          45%;
    clear:          right;
}

li.float_list {
    float:   left;
    margin: 0px 0px 0px 25px;
    clear: left;
}

li.approved {
    list-style-image: url(../img/approved.png);   /* Colorful Ubuntu Logo */
    text-align: left;
}

li.unapproved {
    list-style-image: url(../img/unapproved.png); /* Grey Ubuntu Logo */
    text-align: left;
}

.relative {
    position: relative;
}

br.clear {
    clear:          left;
}

#main-content .object-detail {
    -moz-border-radius:    15px;
    -webkit-border-radius: 15px;

    border:         2px solid #ccc;
    border-bottom:  4px solid #bbb;
    border-right:   4px solid #bbb;
    border-top:     2px solid #ddd;
    min-height:     500px;
    text-align:     left;
}

#main-content .object-detail #options-left ul {
    position:       relative;
    left:           -60px;
}

#main-content .object-detail #options-right ul {
    position:       relative;
}

#main-content .object-detail #options-left li {
    float:          left;
    margin-left:    5px;
    display:        inline;
}

#main-content .object-detail #options-right li {
    float:          right;
    margin-right:   5px;
    text-align:     right;
    display:        inline;
}

#main-content .object-detail .option {
    width:           32px;
    height:          32px;
    display:         block;
    text-decoration: none;
}

#main-content .object-detail a.goback {
    background: transparent url('../img/goback.png')    no-repeat scroll top right;
}

#main-content .object-detail a.edit {
    background: transparent url('../img/edit.png')      no-repeat scroll top right;
}

#main-content .object-detail a.delete {
    background: transparent url('../img/delete.png')    no-repeat scroll top right;
}

#main-content .object-detail a.add-team-event {
    background: transparent url('../img/new_event.png') no-repeat scroll top right;
}

#main-content .object-detail a.add-comment {
    background: transparent url('../img/comment.png')   no-repeat scroll top right;
}

.resource {
    width:           32px;
    height:          32px;
    padding:         2px;
    margin-top:      4px;
    margin-bottom:   3px;
    float:           left;
    border:          1px white solid;
}

#main-content .resource:hover {
    border:          1px #eee solid;
}

#page-footer .container div.copyright {
    font-size:       0.75em;
    line-height:     1.5em;
}

#page-footer .container div.loggedin {
    font-size:       0.75em;
    line-height:     1.5em;
    float:           left;
    width:           400px;
    margin-bottom:   10px;
    margin-top:      5px;
}

#page-footer .container div.lang_switcher {
    font-size:       0.75em;
    line-height:     1.5em;
    float:           right;
    margin-bottom:   10px;
    margin-top:      5px;
    margin-right:    14px;
}

.team-event-nav {
    border-bottom:   1px gray solid;
    list-style:      none;
    padding:         1px 0px 1px 5px;
    margin:          5px 0px 5px 0px;
}

.team-event-nav li {
    list-style:      none;
    margin:          -1px 2px 0px 3px;
    padding:         0px;
    display:         inline;
}

/* UI Errors ( To yell at the user when they don't fill out a form ) */

/*
ul.errorlist {
    margin:           0px;
    padding:          0px;
}

.errorlist li {
    color:            red;
    font-weight:      bold;
    display:          block;
    font-size:        1.1em;
    margin:           0px 0px 3px;
    padding:          4px 5px;
}
*/


/* Flickr Feed for Global Event */

.thumbs {
    margin:          0px;
    padding:         0px;
    overflow:        hidden;
}

.thumbs li {
    list-style:         none;
    float:              left;
    margin:             5px;
    padding:            3px;
    background:         #eee;
    -moz-box-shadow:    0px 0px 4px #444;
    -webkit-box-shadow: 0px 0px 2px #000;
}

.thumbs li a     { }
.thumbs li img   { display: block; }
.thumbs li a img { border: none;}

aside#top-nav {
    width:           980px;
}

header#page-header {
    width:           960px;
    margin:          0px auto;
    padding:         0px 10px;
    position:        relative;
}

footer#page-footer {
    width:           960px;
    margin:          0px auto;
    padding:         0px 10px;
    position:        relative;
}

#page-footer div.container { width: 940px; }



/* Venue */
.venues-list{
    overflow:auto;
}


.venues-list h3 {
    color: #333;
    padding: 10px 0px 10px 0;
    margin-bottom: 0;
}

.venues-list ul {
    display: block;
    list-style-image: none;
    list-style-type: none;
    padding: 4px 0px 5px 0;
    text-indent: 0px;
    margin: 0;
    margin-bottom: 10px;
}

.venues-list ul li {
    list-style-image: none;
    list-style-type: none;
    text-indent: 0px;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 12px;
    overflow: auto;
}

.venues-list ul li .venue-d {
    overflow: auto;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin-top: 20px;
}

.venues-list ul li .venue-d:first-child {
    margin-top: 0;
}

.venues-list ul li h3{
    margin: 0px;
    color: #333;
    padding: 4px 0px;
}

.venues-list ul li p a{
   border-bottom: 1px dotted #333;
   clear: both;
   display: block;
   padding: 5px 0px 3px;
}

.p {
    font-family: 'EntypoRegular';
    font-size: 90px;
    position: relative;
    color: #333;
    margin: 4px 5px 0 0;
    height: 20px;
    display: block;
    float: left;
    line-height: 48px;
    width: 67px;
    text-align: center;
}

.p:after { content: "0"; padding-left: 4px;}

#venue-map {
    height: 200px;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px;
    box-shadow: 0 1px 0px rgba(204,204,204,0.5);
    border-bottom: 1px solid #C7C9C9;
}

#venue-map div {
    margin-top: 0;
}

.f {
    float: left;
}

.f img {
    width: 61px;
    height: 55px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.f0 {
   float: none;
   display: block;
   margin-bottom: 5px;
}

.f0 img {
   width: 200px;
   height: 200px;
}


#site_search_form {
    width: auto;
}
#site_search_form input#id_q {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    height: 16px;
    margin: 7px 0 7px 9px;
    padding: 3px;
    width: 180px;
}

form[name="lang-switcher"] {
    width: auto;
}

select[name="lang"] {
    background: auto;
    border: auto;
    width: auto;
    height: auto;
    font-size: 1em;
    margin: 0;
}

#id_date_begin_0, #id_date_begin_1,
#id_date_end_0, #id_date_end_1,
#id_date_begin_1_0, #id_date_begin_1_1, #id_date_begin_1_2,
#id_date_end_1_0, #id_date_end_1_1, #id_date_end_1_2 {
    width: 100px;
    display: inline;
}

#id_date_begin_1_0, #id_date_begin_1_1, #id_date_begin_1_2,
#id_date_end_1_0, #id_date_end_1_1, #id_date_end_1_2 {
    width: 60px;
}

#id_name, #id_announce, #id_registration {
    width: 350px;
}

form.form {
    margin-bottom: 10px;
}

form.form div{
    margin-top: 10px;
    margin-bottom: 10px;
}

form.form div ul.errorlist + input,
form.form div ul.errorlist + select,
form.form div ul.errorlist + textarea {
    background-color: #fff6f6;
    border-color: #eec3c7;
}

form.form div label{
    font-size: 14px;
    margin-bottom: 5px;
    cursor:default;
}

form.form div span.h{
    color: #a1a1a1;
    font-size: 12px;
    font-style: italic;
    display: block;
    margin-bottom: 15px;
}

form.form input[type="text"], form.form textarea, form.form select {
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    margin-right: 10px;
}

form.form input[type="text"] {
    margin-right: 10px;
}

form.form input[type="checkbox"] {
    margin: 0px 0px 5px 0px;
}

form.form div span.required {
    font-size:20px;
    color: #b94a5c;
    margin-left: 5px;
    vertical-align: top;
    display: inline;
}

form.form textarea {
    height: 180px;
    width: 520px!important;
    max-width: 500px!important;
    min-width: auto!important;
}

form.form select:focus, form.form textarea:focus, form.form input:focus {
    border: 1px solid #900;
}

form.form input.btn {
    background: transparent url(../images/bg_btn.png) repeat-x top left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    outline: 0;
    padding: 7px 25px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

form.form input.btn:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

form.form ul.errorlist {
    margin: 0px;
    padding: 0px;
    color: #b94a5c;
    display: block;
}

form.form ul.errorlist li {
    font-weight: bold;
    display: block;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    background: transparent;
    width: auto;
}

h3.attendees-title {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    margin-top: 10px;
}

form fieldset {
    padding: 15px 20px 15px 20px !important;
}

ul.attendees {
    margin: 0;
    padding: 0;
}

.attendee-cell {
    height: 32px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.attendee-mugshot {
    cursor: pointer;
    float: left;
    height: 32px;
    margin-right: 10px;
    width: 32px;
}

.attendee-infos {
    height: 32px;
    float: left;
}

/* Meetings */

ul.agenda-list {
    list-style-type: none;
    margin: 0;
    border-top: 1px solid #ebeae6;
}

ul.agenda-list li{
    margin: 0;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 35px;
    color: #999DA0;
    display: block;
    overflow: auto;
    border-bottom: 1px solid #ebeae6;
}

ul.agenda-list li:hover * {
    color: #333
}

ul.agenda-list li + ul {
    border: 0;
}

ul.agenda-list li + ul li {
    margin-left: 20px;
    border-bottom: 0;
}

ul.agenda-list li + ul li + ul {
    border: 0;
}

ul.agenda-list li + ul li + ul li {
    margin-left: 40px;
    border-bottom: 0;
}

ul.agenda-list li:last-child {
    border-bottom: 0;
}

ul.agenda-list li:nth-child(2n) {
    background-color: #fafaf7;
}

ul.agenda-list .agenda-title {
    font-weight: bold;
}

ul.agenda-list .agenda-description {
    font-size: 0.9em;
    color: #75746f;
    padding-bottom: 10px;
}

ul.agenda-list .agenda-description p{
    margin-bottom: 0;
}

ul.agenda-list .agenda-description ul{
    list-style-type: disc;
    margin: 0;
}

ul.agenda-list .agenda-description ul li{
    list-style-type: disc;
    border: 0;
}

ul.agenda-list .agenda-description ul li:nth-child(2n) {
    background-color: transparent;
}

#webchat {
    display: none;
    width: 900px;
    margin: 0 auto;
}

#ircchat {
    display: block;
    width: 900px;
    margin: 0 auto;
}

#locobranding {
    width: 96px;
    height: 96px;
    margin: 0 10px 10px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

#locobranding img {
    width: 96px;
    height: 96px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#loco-name  {
    float: right;
    width: 545px;
}

#loco-location,
#loco-language,
#loco-support{
    display: inline-block ;
    font-size: 12px;
}

#loco-language  {
    display: inline-block ;
    margin-left: 10px;
}

#loco-support  {
    display: inline-block ;
    margin-left: 10px;
}

#loco-location span.value,
#loco-language span.value,
#loco-support span.value{
    position: relative;
    top: -5px;

}

span.ellipsis {
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   width: 170px;
   display: inline-block;
   line-height: 15px;
}

span.small-ellipsis {
    width: 100px!important;
}

span.medium-ellipsis {
    width: 165px!important;
}


.event-meetings {
    padding: 15px 48px 5px 15px;
    border-top: #CCC 1px dotted;
    display: block;
    text-decoration: none;
    color: black;
}

.event-meetings p{
    color: black;
}

.events-meetings-wrapper {
    margin-top: 5px;
    border-bottom: 1px solid #E6E6E6;
}

.events-meetings-wrapper h3.title
{
    padding-left: 15px;
    float: left;
}

.event-meetings span.title
{
    display:block;
    font-size:16px;
    line-height:20px;
    color:#dd4814;
}

.event-meetings small
{
    display:block;
    margin-bottom:8px;
    color:#666;
}

.event-meetings:hover
{
    background: #f7f6f5 url('../images/search_arrow.png') no-repeat right center;
}

.no-results {
    font-size: 12px;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 20px 0;
    padding-top: 20px;
    border-top: 1px solid #E6E6E6;
    font-style: italic;
}

.team-planet-wrapper {
    margin-top: 5px;
}

.team-planet-wrapper h3.title {
    margin: 0;
    padding-left: 15px;
    padding-bottom: 5px;
}

.team-photos-wrapper {
    border-top: #CCC 1px dotted;
    padding-top: 10px;
    margin-bottom: 5px;
}

.team-photos-wrapper h3.title
{
    padding-left: 15px;
}

.team-actions {
    white-space: nowrap;
    vertical-align: middle;
    float: right;
    padding-right: 15px;
}

.team-actions a{
    height: 26px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    color: #333;
    border: 3px solid transparent;
    border-width: 3px 0;
    background: none;
    font-size: 12px;
    white-space: nowrap;
    word-wrap: normal;
    display: inline-block;
    text-transform: uppercase;
}

.team-actions a:hover{
    border-bottom-color: #DD4814;
}

.team-admins a {
    display: block;
    text-decoration: none;
    margin-bottom: 4px;
    padding: 2px;
    height: 51px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.team-admins img.mugshot {
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 50px;
}

.team-admins p {
    position: relative;
    top: -35px;
    margin: 0;
    font-size: 14px;
    width: 140px;
    left: 55px;

}

.team-social-wrapper {
    border-top: #CCC 1px dotted;
    overflow: auto;
}

.team-social-wrapper div.twitter-feed {
    border-right: #CCC 1px dotted;
}

.team-social-wrapper div.twitter-feed,
.team-social-wrapper div.gplus-feed {
    float: left;
    width: 330px;
    display: block;
}

.team-social-wrapper div.twitter-feed h3.title,
.team-social-wrapper div.gplus-feed h3.title {
    padding-left: 15px;
    padding-top: 10px;
}

.twidenash ul {
    margin: 0;
    padding-left: 15px;
}


.twidenash ul li {
    list-style-type: none;
    overflow: auto;
    padding: 3px;
    font-size:        0.75em;
}

.twidenash li .comment {
    overflow: hidden!important;
    margin-left: 5px;
    display: block;
}

.twidenash li img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0!important;
    margin-right: 10px;
}

.twidenash li .nick {
    font-weight: bold;
}

.twidenash li .time {
    font-size: 0.75em;
    color: #555;
}

.contact-button {
    background: transparent url(../images/bg_btn.png) repeat-x top left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    margin-left: 16px;
    height: 27px;
    line-height: 27px;
    outline: 0;
    padding: 0 10px;
    color: white!important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    top: -4px;
}

.contact-button:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}


.profil-teams-wrapper {
    display: block;
    overflow: auto;
}

.profil-teams-wrapper h2.title
{
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #DFDFDF;
    -webkit-box-shadow: 0 1px 0 #F8F8F8;
    -moz-box-shadow: 0 1px 0 #f8f8f8;
    box-shadow: 0 1px 0 #F8F8F8;
    -webkit-box-shadow: 0px 1px 2px 0 1px 0 #F8F8F8;
    -moz-box-shadow: 0px 1px 2px 0 1px 0 #f8f8f8;
    box-shadow: 0px 1px 2px 0 1px 0 #F8F8F8;
}

.profil-team-wrapper
{
    overflow: auto;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #D8D8D8;
    -webkit-box-shadow: 0 1px 0 #F8F8F8;
    -moz-box-shadow: 0 1px 0 #f8f8f8;
    box-shadow: 0 1px 0 #F8F8F8;
    -webkit-box-shadow: 0px 1px 2px 0 1px 0 #F8F8F8;
    -moz-box-shadow: 0px 1px 2px 0 1px 0 #f8f8f8;
    box-shadow: 0px 1px 2px 0 1px 0 #F8F8F8;
}

.profil-team-wrapper .mugshot-wrapper::after {
    content: "";
    display: block;
    height: 140px;
    width: 1px;
    background-color: white;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#DDD), to(white));
    background-image: -moz-linear-gradient(top, #DDD, white);
    background-image: -ms-linear-gradient(top, #DDD, white);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDD), color-stop(100%, white));
    background-image: -webkit-linear-gradient(top, #DDD, white);
    background-image: -o-linear-gradient(top, #DDD, white);
    background-image: linear-gradient(top, #DDD, white);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
    position: relative;
    left: 110px;
    top: -105px;
}

.profil-team-wrapper .mugshot-wrapper {
    float: left;
    height: 140px;
}

.profil-team-wrapper img.mugshot
{
    width: 96px;
    height: 96px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}

.profil-team-wrapper a.link2
{
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.8;
    overflow: auto;
}

.profil-team-meeting-wrapper {
    float: left;
    display: block;
    overflow: auto;
    width: 535px;
    margin-left: 20px;
}

.profil-team-meeting-wrapper h4.title {
    font-size: 16px;
    font-style: italic;
}

ul.indent {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #D2D3D3;
    border-bottom-color: #B9BABC;
    border-top-color: #DFDFDF;
    border-bottom: 1px solid #D8D8D8;
    -webkit-box-shadow: 0px 1px 2px 0 1px 0 #F8F8F8;
    -moz-box-shadow: 0px 1px 2px 0 1px 0 #f8f8f8;
    box-shadow: 0px 1px 2px 0 1px 0 #F8F8F8;
    background: white;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px;
}

ul.indent li {
    margin: 0;
    line-height: 18px;
    color: #59636D;
    border-bottom: 1px dotted #DDD;
}

ul.indent li.nothing {
    font-style: italic;
    padding: 10px;
}

ul.indent li:first-child {
    border-top: 0;
}

ul.indent li:last-child {
    border-bottom: 0;
}

ul.indent li:first-child a{
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

ul.indent li:last-child a{
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

ul.indent li a {
    display: block;
    padding: 10px;
    color: #333;
}

ul.indent li a:hover {
    background-color: #FBFBFB;
}

div.profil-inner img.mugshot {
    display: block;
    width: 200px;
    height: 200px;
}

div.profil-inner h2 {
    display: block;
    margin: 0;
    margin-top: 5px;
}

.new {
    background: transparent url(../images/bg_btn.png) repeat-x top left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    margin-left: 16px;
    height: 27px;
    line-height: 27px;
    outline: 0;
    padding: 0 10px;
    color: white!important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.new:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* My Teams style */
h2.dynamic-width {
    display: inline-block;
    margin-bottom: 0;
}

.resources {
    font-size: 0.75em;
    float: right;
    margin-top: 21px;
}

.resources a {
    margin-left: 8px;
}

.photo a {
    display: inline-block;
    padding: 7px;
}

.photo img {
    width: 75px;
}

hr.no-top {
    margin: 0 0;
}

img.bottom {
    vertical-align: bottom;
}


.teams-legend {
    width:200px;
    padding:5px 0;
    margin:5px 40% 0;
    float:right;
    text-align:right;
    background-color:#F7F7F7;
    box-shadow:0 1px 1px  #DFDFDF;
    border-radius:8px;
}

/* Team photos feed */
div#flickr, div#picasa, div#pixie {
    margin-left: 15px;
    display: block;
}

div#flickr a.lightbox img {
    border: 2px solid #333;
    margin-right: 18px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 75px;
    height: 75px;
}

div#picasa a.lightbox img {
    border: 5px solid #b3aaa4;
    margin-left: 5px;
    margin-right: 5px;
}

div#pixie a.lightbox img {
    border: 5px solid #b3aaa4;
    margin-left: 5px;
    margin-right: 5px;

}

.double-side-content {
    float: left;
    margin: 5px 10px;
    padding: 10px;
    width: 600px;
}

.double-side-column {
    float: left;
    width: 600px;
}

.single-side-column {
    float: left;
    width: 300px;
}

/* Blog Styling */
article.blog-entry  {
    border: 1px solid #DFDCD9;
    background: white;
    margin-right: 20px;
    overflow: hidden;
    height: 1%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-right: 0;
    position: relative;
}

article.team-blog-entry  {
    border-top: 1px dotted #DFDCD9;
    overflow: hidden;
    padding: 15px 20px;
    margin: 0;
    position: relative;
}

.blog-entry-image {
    float: left;
    margin: 0 10px 0 0;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.blog-entry-title {
    margin-bottom: 0px;
}

.blog-entry-author {
    font-size: 0.75em;
}

.blog-entry-author a.post-team {
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.7;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    overflow: hidden;
}

.blog-entry-author a.post-user {
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.7;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    overflow: hidden;
}

.blog-entry-text p {
    text-align:justify;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
}

.blog-entry-text p.more{
    margin-bottom: 0px;
}

.blog-entry-text ol, .blog-entry-text ul {
    text-align:justify;
    font-size: 13px;
    line-height: 1.4;
}

.blog-entry-text img {
    max-width: 658px;
}


.rsvp-link {
    margin: 0 auto;
    margin-top: 10px!important;
    width: 185px;
}

table.side-table {
    width: 280px;
}


/* Comments */

h3.comments-nbr {
    margin: 0 0 10px 20px;
}
ol.comments {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

ol.comments::after {
    content: ''!important;
}

ol.comments li {
  position: relative;
  overflow: auto;
}

ol.comments li.response {
  float: none;
  width: auto;
  margin: 0;
  padding: 20px 20px 0 20px;
  font-size: 1em;
  line-height: 1.4em;
  color: #555;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
}

ol.comments li:last-child {
  border-bottom: none;
}

ol.comments li div.mugshot {
    float: left;
    width: 50px;
}

ol.comments li div.mugshot img {
  float: left;
  width: 50px;
  margin: 3px 10px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

ol.comments li div.mugshot a:hover img {
    opacity: .8;
}

ol.comments li div.comment-body {
    width: 595px;
    margin: 0;
    margin-left: 10px;
    overflow: hidden;
    font-size: 12px;
    float: left;
}

ol.comments li div.comment-body div {
    margin: 0;
    padding: 0;
}

ol.comments li form {
    width: 515px;
}

ol.comments li div.comment-error{
    padding: 5px!important;
    background-color:#ffebe8;
    border:1px solid #dd3c10
}

ol.comments li form textarea.edit {
    width: 490px;
    max-width: 490px;
    margin-right: 0;
}

ol.comments li div.comment-comment a.save {
    background: url('../images/bg_btn.png') center 0 repeat-x #DD4814;
    padding: 5px 10px 7px 10px;
    color: white !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    text-shadow: none;
}

ol.comments li a.posted:hover {
    text-decoration: none;
    color: #777777;

}

ol.comments li p.comment-meta {
    margin: 10px 0 15px 0;
    padding: 0;
    line-height: 1;
    color: #ccc;
}

ol.comments li p.comment-meta a {
    color: #999999;
    font-size: 12px;
    font-style: italic;
}

ol.comments li p.comment-meta a:hover {
    color: #666;
}

ol.comments li p.comment-meta span.sep {
    margin: 0 3px;
}

.comment-form {
    overflow: auto;
    margin: 0 20px 20px 20px;
}

.comment-form div.mugshot {
    float: left;
    width: 50px;
}

.comment-form div.mugshot img {
  float: left;
  width: 50px;
  margin: 5px 10px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.comment-form div.mugshot a:hover img {
    opacity: .8;
}

.comment-form form {
    width: 597px;
    margin: 4px 0 0 10px;
    overflow: hidden;
    font-size: 12px;
    float: left;
}


#id_comment {
    width: 450px!important;
    max-width: 600px!important;
}

.submit-button {
    background: transparent url(../images/bg_btn.png) repeat-x top left !important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 4px!important;
    font-size: 14px!important;
    text-align: center;
    white-space: nowrap;
    margin-right: 16px;
    margin-top: 0;
    height: 27px;
    line-height: 27px;
    min-width: 54px;
    outline: 0;
    padding: 0 8px!important;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    color: white!important;
    display: block;
}


.message {
    background-color: #FFE99A;
    color: #A28348;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #F1D982;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 10px;
}

/* Event detail */

.pagelet h3{
    margin-bottom: 0;
}

.event-partofglobal-event {
    line-height: 22px;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px;
}

.map {
    border: 1px solid #dedede;
    background: #fafafa;
    padding: 5px;
    margin: 0 20px 0 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.map_img {
    width: 642px;
    border: 1px solid #dedede;
}

.box_content {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    padding: 0;
    background: white;
}

.sidebar-inner {
    padding: 10px;
}

.pagelet {
    padding: 17px 20px 5px 20px;
    position: relative;
    overflow: auto;
}

.event-venue {
    padding: 5px 20px 5px 20px;
}

.event-venue .event-venue-name {
    line-height: 22px;
}


.event-venue .event-venue-city {
    line-height: 22px;
}

.event-venue .event-venue-adress {
    line-height: 22px;
}

.event-infos {
    padding: 5px 20px 5px 20px;
    width: 350px;
    float: left;
}

/* Pictos */

.pictogram {
    font-family: 'EntypoRegular';
    font-size: 35px!important;
    position: relative;
    color: #333;
    margin: 4px 5px 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: -10px;
}

.pictogram-l {
    position: relative;
    top: -3px;
}

.pictogram-t {
    line-height: 15px;
}

.team:after { content: ","; }
.link:after { content: ";"; }
.calendar:after { content: "N"; }
.rss:after { content: "S"; }
.tags:after { content: "C"; }
.comments:after { content: "9"; }
.place:after { content: "0"; padding-left: 4px;}
.personne:after { content: "+"; }
.announcement:after { content: "K"}
.geo:after { content: "2"; font-size: 75px;}
.language:after { content: "O"; padding-left: 2px;}
.support:after { content: "b"; }
.wiki:after { content: "2";}
.ml:after { content: "%";}
.forums:after { content: "9";}
.ical:before { content: "P"; }
.website:after { content: "5"; margin-top: 10px;}
.log:after { content: "M"; position: relative; top: -8px; left: 4px;}


.log {
    width: 29px;
    height: 25px;
    border: 1px solid #EBEAE6;
    border-radius: 3px;
    top: 20px;
    left: 20px;
}

.action {
    top: 3px!important;
    height: 26px!important;
    line-height: 1px;
}


.share .fb-like {
    position: relative;
    top: -2px;
}

.highlight{
    background: #FFE99A;
}

.copyright {
   font-size:  0.8em;
}


/* CALENDAR STYLES */
.ui-datepicker-calendar thead{
    display:none;
}

#ui-datepicker-div{
    font-size:13px;
    line-height:1.8em;
    z-index:10000 !important;
    border:5px solid #455868;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top:6px;
    margin-left:-60px;
    padding-bottom:10px;
}

.ui-datepicker{
    padding:0 !important;
    padding-bottom: 3px !important;
    width:auto !important;
}

.ui-datepicker table{
    margin:0 !important;
    width:auto !important;
}

.ui-datepicker td{
    padding:0 !important;
    border:1px solid #ECECEC !important;
    width:29px;
    height:29px;
}

.ui-datepicker td a {
    text-align: center!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 0 none !important;
    background:none !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    border: 0 none !important;
    background: #909DA7 !important;
    color:#FFFFFF !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    color:#FFFFFF !important;
    background: #909DA7 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 0 none !important;
}

.ui-datepicker-prev.ui-state-hover, .ui-datepicker-next.ui-state-hover {
    background:none !important;
}

.ui-widget-header {
    background: #dd4814 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
}

#lc {
    padding: 15px;
    border-top: 1px solid #E6E6E6;
}

#lc ul {
    padding-left: 10px;
    margin-bottom: 0;
}

#lc ul li {
    font-size: 1em;
}

#lc ul li:last-child {
    margin-bottom: 0;
}


table.basic {
    max-width: 100%;
}