@CHARSET "ISO-8859-1";

body.iframe{color:#111;background:#ffffff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
input,textarea{outline:none;} /* disables the browser border highlight on focus */
input{-webkit-appearance:none;-webkit-border-radius:0px;} /* suppresses ipad default button style */
textarea{resize:none;}
legend{color:#000;}
del,ins{text-decoration:none;}

body {
    font-family: Verdana, sans-serif;
    color: #000;
    font-size: 12px;
    background-color: rgb(250,250,250);
} 
    body.logged_out {
        overflow-x: hidden;
    }

a, a:visited, a:hover {
    text-decoration: none;
    color: rgb(255, 78, 75);
    -webkit-tap-highlight-color: rgba(255,255,255,0);    /* suppress highlight in touch browsers */
}

.comment_form .text_wrapper {
    border-left: dotted 1px rgb(238, 238, 238);
    border-bottom: dotted 1px rgb(238, 238, 238);
}
    .comment_form textarea {
        font-size: 11px;
        width: 100%;
        height: 16px;
        line-height: 16px; 
        overflow: hidden;
        background-color: rgb(250, 250, 250);
        border: none;
    }
    .comment_form input {
        display: block;
        font-size: 15px;
        color: rgb(255, 255, 255);
        background-color: rgb(0, 0, 0);
        border: none;
        font-family: LorimerNoTwoCondensed, sans-serif;
        padding: 10px; 
    }
        .comment_form input:focus, .comment_form input:hover {
            background-color: rgb(0, 255, 203);
            color: #000;
            cursor: pointer
        }

.content_panel {
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    padding-bottom: 40px;
}

.copy_url {
    display: inline-block;
    margin: 6px;
}
    .copy_url input {
        width: 175px;
        font-size: 10px;
        padding: 6px;
        position: relative;
        top: 2px;
        background-color: rgb(250, 250, 250);
        border: none;
    }

.error_message {
    color: #fff;
    font-weight: bold;
    min-height: 30px;
    font-family: Helvetica, Verdana, sans-serif;
    background-color: rgb(220, 104, 95);
    padding: 7px 10px 7px 40px;
    margin-bottom: 10px;
    line-height: 150%;
    position: relative;
}
    .error_message .icon {
        position: absolute;
        top: 6px;
        left: 12px;
        display: block;
        width: 17px;
        height: 18px;
        background: -392px -30px no-repeat url(/images/sprite.png);
    }
    .error_message a {
        color: #fff;
        text-decoration: underline;
    }

.facepalm {
    position: fixed;
    z-index: 11;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 50px 0px;
    background: rgb(255,78,75); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,78,75,1) 0%, rgba(214,47,54,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,78,75,1)), color-stop(100%,rgba(214,47,54,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,78,75,1) 0%,rgba(214,47,54,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,78,75,1) 0%,rgba(214,47,54,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,78,75,1) 0%,rgba(214,47,54,1) 100%); /* IE10+ */
    background: linear-gradient(left,  rgba(255,78,75,1) 0%,rgba(214,47,54,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e4b', endColorstr='#d62f36',GradientType=1 ); /* IE6-9 */
}
    .facepalm.gentle {
        background: rgb(85, 204, 255); /* Old browsers */
        /* rgb(85, 204, 255) */
        /* rgb(44, 173, 234) */
        background: -moz-linear-gradient(left,  rgba(85, 204, 255,1) 0%, rgba(44, 173, 234,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(85, 204, 255,1)), color-stop(100%,rgba(44, 173, 234,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(85, 204, 255,1) 0%,rgba(44, 173, 234,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(85, 204, 255,1) 0%,rgba(44, 173, 234,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(85, 204, 255,1) 0%,rgba(44, 173, 234,1) 100%); /* IE10+ */
        background: linear-gradient(left,  rgba(85, 204, 255,1) 0%,rgba(44, 173, 234,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55CCFF', endColorstr='#2CADEA',GradientType=1 ); /* IE6-9 */    
    }
    .facepalm_icon {
        margin: 40px auto;
        width: 116px;
        height: 119px;
        background: -539px -27px no-repeat url(/images/sprite.png);
    }
    .facepalm_title {
        margin: 40px auto;
        color: #fff;
        font-family: LorimerNoTwoCondensed, sans-serif;
        font-size: 40px;
        text-align: center;
    }
    .facepalm_message {
        margin: 40px auto;
        color: #fff;
        text-align: center;
        line-height: 180%;
    }
    .facepalm a {
        color: #fff;
        font-weight: bold;
    }
    
.first_time_video_mute {
    font-family: LorimerNoTwoCondensed, sans-serif;
    font-size: 40px;
    color: #000;
    opacity: 0.9;
    padding-top: 20px;
}
    .first_time_video_mute span:first-child {
        min-height: 72px;
        line-height: 65px;
        padding: 0px 30px;
        font-size: 60px;
    }
    .first_time_video_mute span {
        display: inline-block;
        min-height: 60px;
        line-height: 59px;
        padding: 0px 20px;
        background-color: #FF4D4B;
    }
    .first_time_video_mute span.icon {
        width: 86px;
        height: 86px;
        margin-top: 10px;
        padding: 0px;
        background: -334px -62px no-repeat url(/images/sprite.png);
    }
    .first_time_video_mute.second_message {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;    
    }
    
.hide_if_not_logged_in {
    display: none;
}    
    
/* Timestamps */        
span.date {
    cursor: pointer;
}

    span.date span.absolute_date {
        display: none;
    }        
        
div.feed_button {
    margin: 40px 0px;
    text-align: center;
    font-size: 30px
}

    div.feed_button a.feed_button, div.feed_button span.feed_button {
        display: inline-block;
        padding: 0px 10px;
        margin: 5px;
        line-height: 40px;
        font-size: 9px;
        font-weight: bold;
    }
    
    div.feed_button a.feed_button {
        color: rgb(51, 51, 51);    
        /*border: 1px dotted rgb(221, 221, 221);*/
        border: 1px dotted #F1D5DD;
    }
    
    div.feed_button a.feed_button:hover {
        border-color: rgb(204, 67, 105);
    }        
        
.feed_header {
    position: relative;
    z-index: 1;
    margin: 55px 0px;
    width: 100%;
}
    .feed_header .navigation_panel {
        position: relative;
    }
        .feed_header .navigation_panel .logo {
            display: block;
        }
        .feed_header .navigation_panel .nav_row {
            position: absolute;
            width: 37%;
        }
            body.single_column .feed_header .navigation_panel .nav_row {
                position: static;
                width: 100%;
                padding-top: 20px;
                text-align: center;
            }
        .feed_header .navigation_panel a {
            display: inline-block;
            color: #000;
        }
            .feed_header .navigation_panel a .label {
                display: block;
                padding: 10px 0px;
            }
            .feed_header .navigation_panel a.selected .selection_indicator {
                display: block;
                width: 20px;
                margin: 0 auto;
                border-bottom: 2px solid #000;
            }
        .feed_header .navigation_panel div.the_feed {
            top: 70px;
            left: 0px;
            text-align: right;        
        }
            .feed_header .navigation_panel a.the_feed .label {
                font-family: ChunkFive, Georgia, serif;
                font-size: 18px;
            }     
        .feed_header .navigation_panel div.wall, .feed_header .navigation_panel div.wall_profile_name {
            top: 62px;
            right: 0px;
            text-align: left;        
        }
            .feed_header .navigation_panel a.wall .label, .feed_header .navigation_panel a.wall_profile_name .label {
                font-family: CalgaryScriptOTRegular, Georgia, serif;
                font-size: 24px;
            }
    
div.feed_entry {
    position: relative;
    border-top: 1px solid rgb(204, 204, 204);
}
            
    div.feed_entry div.media_and_controls {
        position: relative; /* so that controls.top can be position: absolute */
        display: inline-block;    
        vertical-align: top;
        border-right: 1px solid rgb(204, 204, 204);
    }
        body.single_column div.feed_entry div.media {
            min-height: 0px;
        }
        div.feed_entry div.media {
            position: relative;    /* so that video control layer (child) can be position: absolute */
            overflow: hidden;
            min-height: 170px;
        }
            div.feed_entry div.media.placeholder {
                background-image: url(/images/stripes_EEE_FAFAFA.png);
            }
            
            div.feed_entry div.media.error { /* error loading image */
                height: 170px;    /* 170px + 130px = same height as minimum summary block height */
                padding-top: 130px;
                text-align: center;
            }
            
            div.feed_entry.video div.media, div.feed_entry.static_video div.media {
                text-align: center;
                background-color: #000;
            }
            div.feed_entry div.media a.soundcloud_activate {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                right: 0px;
            }           
                a.soundcloud_activate:hover .soundcloud_help_message {
                    display: block;
                }
                a.soundcloud_activate .soundcloud_help_message {
                    position: absolute;
                    display: none;
                    top: 50%;
                    height: 266px;
                    margin-top: -133px;
                    left: 50%;
                    width: 276px;
                    margin-left: -138px;
                    text-align: center;
                    color: #fff;
                    background-color: rgb(252, 100, 90);
                }
                    a.soundcloud_activate .soundcloud_help_message.mini {
                        height: 150px;
                        margin-top: -75px;
                    }
                    .soundcloud_help_message .message_text {
                        display: block;
                        height: 40px;
                        line-height: 40px;
                        font-family: LorimerNoTwoCondensed, sans-serif;
                        font-size: 40px;
                        margin-top: 56px;
                    }
                    .soundcloud_help_message .soundcloud_logo {
                        width: 96px;
                        height: 57px;
                        background: -662px -89px no-repeat url(/images/sprite.png);
                        margin: 57px auto 0px;
                    }
            
            .feed_entry div.media a.video_thumbnail_control {
                display: block;
                width: 100%;
                height: 100%;
            }            
                .feed_entry div.media a.video_thumbnail_control.not_displayed {
                    display: none;
                }
                .feed_entry div.media a.video_thumbnail_control img{
                    position: relative;
                    top: 50%;
                }
            div.feed_entry div.media a.video_control {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                right: 0px;
            }
                div.feed_entry div.media a.video_control.not_displayed {
                    display: none;
                }
                div.feed_entry div.media a.video_control.no_api_control {
                    background-color: rgb(51, 51, 51);
                    opacity: 0.7;
                }
                div.feed_entry div.media a.video_control .video_control_help_label {
                    display: none;
                    position: absolute;
                    top: 0px;
                    right: 40px;
                    height: 40px;
                    padding-left: 10px;
                    color: #fff;
                    opacity: 0.9;
                    background-color: #000;
                    font-family: LorimerNoTwoCondensed, sans-serif;
                    font-size: 17px;
                    line-height: 40px;
                }
                    div.feed_entry div.media a.video_control:hover .video_control_help_label {
                        display: block;
                    }
                div.feed_entry div.media a.video_control .video_control_help_icon_wrapper {
                    position: absolute;
                    top: 0px;
                    right: 0px;
                    height: 40px;
                    width: 40px;
                    color: #fff;
                    opacity: 0.9;
                    background-color: #000;
                }
                    div.feed_entry div.media a.video_control .video_control_help_icon {
                        margin-top: 13px;
                        margin-left: 11px;
                        width: 20px;
                        height: 13px;
                        background-image: url(/images/sprite.png);
                        background-position: -290px -7px;
                    }
                        div.feed_entry div.media a.video_control:hover .video_control_help_icon {
                            background-position: -290px -24px;
                        }
        .feed_entry .controls {
            text-align: right;
        }
            body.single_column .feed_entry .controls.bottom {
                text-align: center;
                margin-bottom: 20px;
            }
            .feed_entry.article .controls.bottom {
                text-align: left;
            }
            .feed_entry .controls.top {
                text-align: center;
            }
            .feed_entry .controls a.control, .feed_entry .controls span.stat {
                display: inline-block;
                vertical-align: top;
                height: 40px;
                line-height: 40px;
                padding: 0px 10px;
                font-family: LorimerNoTwoCondensed, sans-serif;
                font-size: 17px;
                color: #000;
            }         
                .feed_entry .controls.top a.control, .feed_entry .controls.top span.stat {
                    margin-bottom: 15px;
                }
                .feed_entry .controls.top a.control {
                    background-color: #000;
                    color: #fff;
                }
                    .feed_entry .controls.top a.control:hover {
                        background-color: rgb(0, 255, 203);
                        color: #000;
                    }
            .feed_entry .controls span.stat {
                color: inherit;
            }
            .feed_entry .controls .addthis_toolbox {
                display: inline-block;
                vertical-align: top;
                padding: 2px;
                width: 185px;
            }
                .feed_entry .controls .addthis_toolbox a {
                    padding: 10px;
                }
            .feed_entry .controls a.control .icon, .feed_entry .controls a.button .icon {
                display: inline-block;
                vertical-align: top;
                width: 34px;
                height: 34px;
                margin-top: 3px;                
            }
                .feed_entry .controls a.control.show_photo_album .icon {
                    background: -243px -49px no-repeat url(/images/sprite.png);
                }
                    .feed_entry .controls a.control.show_photo_album:hover .icon, .feed_entry .controls a.control.show_photo_album.activated .icon {
                        background-position: -282px -49px;
                    }
                    /*
                .feed_entry .controls a.control.make_playlist .icon {
                    background: -663px 1px no-repeat url(/images/sprite.png);
                }
                    .feed_entry .controls a.control.make_playlist:hover .icon, .feed_entry .controls a.control.make_playlist.activated .icon {
                        background-position: -663px -29px;
                    }
                    */
                .feed_entry .controls a.show_playlist .icon {
                    background: -663px 1px no-repeat url(/images/sprite.png);
                }
                    .feed_entry .controls a.show_playlist:hover .icon {
                        background-position: -663px -29px;
                    }
                .feed_entry .controls a.control.show_more_videos .icon {
                    background: -245px -85px no-repeat url(/images/sprite.png);
                }
                    .feed_entry .controls a.control.show_more_videos:hover .icon, .feed_entry .controls a.control.show_more_videos.activated .icon {
                        background-position: -284px -85px;
                    }
            .feed_entry .controls a.control.share, .feed_entry .controls .share_module {
                float: left;
            }
                body.single_column .feed_entry .controls a.control.share, body.single_column .feed_entry .controls .share_module {
                    float: none;
                }
                .feed_entry .controls a.control.share .icon {
                    background: -245px -116px no-repeat url(/images/sprite.png);
                }
                    .feed_entry .controls a.control.share:hover .icon, .feed_entry .controls a.control.share.activated .icon {
                        background-position: -284px -116px;
                    }
            .feed_entry .controls .error_message {
                display: inline-block;
                min-height: 40px;
                line-height: 40px;
                margin-bottom: 0px;
            }
                .feed_entry .controls .error_message .icon {
                    margin-top: 10px;
                }
    div.feed_entry.article {
        
    }
        div.feed_entry.article div.media {
            
        }
            div.feed_entry.article div.media a.pic_link {
                display: block;
                padding-top: 9px;
            }
                 body.single_column .content_panel div.feed_entry.article div.media a.pic_link {
                    padding-top: 8px;
                 }
        div.feed_entry.article div.column {
            display: inline-block;
            vertical-align: top;
            padding: 17px 25px 0px 25px;
        }
            div.feed_entry.article div.column.picture {
                padding-right: 0px;
            }
            div.feed_entry.article div.column.text {
                max-width: 400px;
                overflow-x: hidden;
            }
        body.single_column .content_panel div.feed_entry.article div.media_and_controls {
            display: block;
            width: 100%;
            overflow: hidden;
            border-right: none;
        }
            .feed_entry.article .column .section {
                margin-bottom: 10px;
            }
                .feed_entry.article a.link_name {
                    font-family: Georgia, serif;
                    font-size: 25px;
                    color: rgb(51, 51, 51);
                    line-height: 150%;
                }
                    .feed_entry.article a.link_name:hover {
                        color: rgb(255, 78, 75);
                    }
                    body.single_column .content_panel div.feed_entry.article a.link_name {
                        font-size: 20px;
                    }
                .feed_entry.article div.section.description {
                    color: rgb(51, 51, 51);
                    line-height: 150%;
                }
                .feed_entry.article a.hostname {
                    color: rgb(51, 51, 51);
                    line-height: 150%;
                    font-weight: bold;
                }
                    .feed_entry.article a.hostname:hover {
                        color: rgb(255, 78, 75);
                    }
                .feed_entry.article .copy_url {
                    margin-right: 19px;
                }
        div.feed_entry.status div.column {
            display: inline-block;
            vertical-align: top;
            padding: 17px 25px;
        }
            div.feed_entry.status div.column.picture {
                padding-right: 0px;
                padding-bottom: 0px;
            }
            div.feed_entry.status div.column.text {
                max-width: 400px;
                overflow-x: hidden;
            }
            div.feed_entry.status div.column .from {
                font-size: 10px;
                padding-top: 8px;
                color: #999;
            }
            body.single_column div.feed_entry.status div.column .from {
                display: none;
            }
            body.single_column .content_panel div.feed_entry.status div.media_and_controls {
                display: block;
                width: 100%;
                overflow: hidden;
                border-right: none;
            }
            div.feed_entry.status div.column img.profile_pic {
                padding-top: 9px;
            }
                body.single_column .content_panel div.feed_entry.status div.column img.profile_pic {
                    padding-top: 8px;
                }
            div.feed_entry.status div.column div.message {
                font-size: 25px;
                line-height: 150%;
                font-family: Georgia;
                font-style: italic;
            }
                body.single_column .content_panel div.feed_entry.status div.column div.message {
                    font-size: 20px;
                }

.gpu { 
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}
                    
.hidden {    /* Use to hide things that are not absolutely/relatively positioned and need to be visible for sizing calculations */
    position: absolute;
    left: -9999px;
}  

.invisible {    /* Use to hide things that should take up space inline but shouldn't be seen (e.g., image being sized/positioned) */
    opacity: 0;
    cursor: default;
}



.loader_bar {
    position: absolute;
    height: 5px;
    background-color: rgb(204, 67, 105);
    z-index: 111;
}

.loading_stripes {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
        
div#log {
    display: none;
    position: fixed;
    font-size: 12px;
    line-height: 150%;
    width: 600px;
    height: 600px;
    bottom: 0px;
    left: 0px;
    overflow: auto;
    border-top: 1px solid rgb(240,240,240);
    border-left: 1px solid rgb(240,240,240);
    background-color: rgb(250,250,250);
    z-index: 99999;
    padding-left: 5px;
    padding-top: 5px;
    -webkit-box-shadow:-1px 3px 6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:-1px 3px 6px rgba(0, 0, 0, 0.7);
    box-shadow:-1px 3px 6px rgba(0, 0, 0, 0.7);

}
    div#log div {
        max-height: 575px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
        div#log a.bug {
            position: absolute;
            left: 4px;
            bottom: 5px;
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url(/images/bug.png) no-repeat 0 0;
        }
        
    div#log.outoftheway {
        width: 21px;
        height: 21px;
        overflow: hidden;
    }
    
        div#log.outoftheway div {
            display: none;
        }
        
.logo {
    position: relative;
    width: 150px;
    height: 147px;
    margin: 0 auto;
    background: 0px -1px no-repeat url(/images/sprite.png);
}    
    .feed_header .navigation_panel a.logo_text {
        display: block;
    }
        .feed_header .navigation_panel .logo.activated a.logo_text {
            display: none;
        }
        .logo .logo_text div {
            margin: 0 auto;
            width: 64px;
            height: 147px;
            background: -161px -1px no-repeat url(/images/sprite.png);
        }
    .logo .logo_menu {
        display: none;
        position: absolute;
        top: -55px;
        left: 0px;
        width: 100%;
    }
        .logo.activated .logo_menu {
            display: block;
        }
        .feed_header .navigation_panel .logo a.logo_action {
            display: block;
            font-family: LorimerNoTwoCondensed, sans-serif;
            font-size: 18px;
            color: #fff;
            background-color: #000;
            text-align: center;
            margin-bottom: 1px;
        }
            .feed_header .navigation_panel .logo a.logo_action:hover {
                background-color: rgb(0, 255, 203);
                color: #000;
            }
            .logo_action.logo_home {
                height: 72px;
                line-height: 72px;
            }
            .logo_action.logo_fbpage {
                position: relative;
                height: 79px;
            }
                .logo_action.logo_fbpage div {
                    position: absolute;
                    line-height: 16px;
                    width: 100%;
                    height: 36px;
                    top: 50%;
                    margin-top: -18px;
                }
                .logo_action.logo_fbpage span {
                    font-family: Helvetica, Verdana, sans-serif;
                    font-size: 12px;
                }
            .logo_action.logo_hello {
                height: 40px;
                line-height: 40px;
            }
            .logo_action.close_menu {
                position: relative;
                height: 28px;
            }
                .logo .close_menu .icon {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-left: -5px;
                    margin-top: -5px;
                    width: 9px;
                    height: 11px;
                    background: -252px -26px no-repeat url(/images/sprite.png);
                    transform:rotate(270deg);
                    -ms-transform:rotate(270deg); /* IE 9 */
                    -moz-transform:rotate(270deg); /* Firefox */
                    -webkit-transform:rotate(270deg); /* Safari and Chrome */
                    -o-transform:rotate(270deg); /* Opera */
                }
                    .logo .close_menu:hover .icon {
                        background-position-x: -266px;
                    }

.mode_selectors {
    position: absolute;
    top: 0px;
    left: 8px;
    height: 30px;
    line-height: 30px;
    font-family: LorimerNoTwoCondensed, sans-serif;
    font-size: 17px;
    margin-left: 10px;
}
    .mode_selectors a.mode_selector {
        color: #999;
        padding: 5px;
    }
        .mode_selectors a.mode_selector.selected, .mode_selectors a.mode_selector:hover {
            color: #000;
        }
                    
.more_videos_panel {
    position: absolute;
    z-index: 99999;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}
    .more_videos_panel .control {
        display: block;
        color: #000;
        height: 40px;
        line-height: 40px;
        padding: 0px 15px;
        margin-bottom: 1px;
        font-size: 17px;
        color: rgb(255, 255, 255);
        background-color: rgb(0, 0, 0);
        font-family: LorimerNoTwoCondensed, sans-serif;
        text-align: center;
    }
        .more_videos_panel .control:hover {
            background-color: rgb(0, 255, 203);
            color: #000;
        }
        /* Callout triangle is in first menu item */
        .more_videos_triangle {
            position: absolute;
            margin-left: 50%;
            top: -7px;
            left: -7px;
            width: 0px;
            height: 0px;
            border-left: 7px solid transparent;
            border-bottom: 7px solid #000;
            border-right: 7px solid transparent;
        }     
            .more_videos_panel .control:first-child:hover .more_videos_triangle {
                border-bottom-color: rgb(0, 255, 203);
            }
        .more_videos_panel .control .action {
            
        }
        .more_videos_panel .control .description {
            padding-top: 5px;
            color: #ccc;
        }
        
.notifications_panel {
    position: absolute;
    z-index: 99999;
    right: 0px;
    background-color: rgb(250, 250, 250);
    font-family: Verdana, sans-serif;
    font-size: 12px;
    width: 370px;
    border: 1px solid rgb(204, 204, 204);
    border-right: none;
    padding-bottom: 50px;
}
    .notifications_panel.fixed_position {
        position: fixed;
        top: 30px;
    }
    .notifications_triangle {
        position: absolute;
        right: 9px;
        top: -1px;
        width: 0px;
        height: 0px;
        border-left: 7px solid transparent;
        border-top: 7px solid rgb(0, 255, 204);
        border-right: 7px solid transparent;
    }
    .notifications_panel_header {
        font-family: LorimerNoTwoCondensed, sans-serif;
        font-size: 40px;
        padding: 24px 23px 15px;
        border-bottom: 1px solid rgb(204, 204, 204);
    }
    .notifications_panel .error_message {
        margin: 0px;
    }
    .notification_links {
        overflow: hidden;
    }
        a.notification_link {
            display: block;
            line-height: 18px;
            color: #000;
            background-color: rgb(232, 232, 232);
            padding: 15px 20px;
            border-bottom: 1px solid rgb(204, 204, 204);
        }
            a.notification_link.unread {
                background-color: transparent;
            }
                a.notification_link:hover {
                    background-color: #CCC;
                }
            .notification_link .notification_from {
                font-weight: bold;
            }
            .notification_link .date {
                display: block;
                font-size: 10px;
                color: rgb(153, 153, 153);  
            }
    .notifications_panel a.meta.see_all_notifications {
        display: block;
        position: absolute;
        text-align: center;
        margin: 0px;
        width: 100%;
        bottom: 0px;
        padding: 0px;
        height: 50px;
        line-height: 50px;
    }
        a.see_all_notifications .globe {
            display: inline-block;
            vertical-align: top;
            margin-top: 16px;
            margin-left: 8px;
            width: 17px;
            height: 16px;
            background: -615px -4px no-repeat url(/images/sprite.png);
        }
            a.see_all_notifications:hover .globe {
                background: -638px -4px no-repeat url(/images/sprite.png);
            }
        .notifications_panel .fade {
            display: block;
            position: absolute;
            top: -19px;
            left: 0px;
            height: 19px;
            width: 100%;
            background: -moz-linear-gradient(top,  rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,0)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
            background: linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
        }
            .notifications_panel .fade.not_displayed {
                display: none;
            }

.not_displayed {    /* Use to hide things that are absolutely/fixed positioned and that do not have display property set */
    display: none;
}

.placeholder_block {
    min-height: 210px;
    background-image: url(/images/stripes_EEE_FAFAFA.png);
}

#promo_tools {
    position: absolute;
    top: 11px;
    right: 0px;
    z-index: 11;
    width: 69px;
    text-align: right;
}
    /*
    .awwwards_logo {
        display: block;
        position: absolute;
        top: 81px;
        right: 0px;
        background-image: url(/images/awwwards_nominee_b_right.png);
        width: 69px;
        height: 105px;
    }
        .awwwards_logo.not_displayed {
            display: none;
        }
    */
    
div.related_content {
    text-align: center;
    border-top: 1px solid rgb(204, 204, 204);
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
}
    div.related_content.album {
        min-height: 336px;
    }
    div.related_content.related_videos, div.related_content.uploaded_videos {
        min-height: 289px;
    }
    div.related_content div.header {
        font-family: LorimerNoTwoCondensed, sans-serif;
        font-size: 30px;
        line-height: 130%;
        padding-bottom: 15px;
    }
        div.related_content div.header span.title {
            font-style: italic;
        }
    div.related_content div.content {
        white-space: nowrap;
        overflow-y: auto;
    }
        /* custom scroll bars for horizontal scrolling on mouse&keyboard devices*/
        body.mouse_and_keyboard div.related_content div.content::-webkit-scrollbar {
            height: 20px;
        }
        body.mouse_and_keyboard div.related_content div.content::-webkit-scrollbar-thumb {
            background-color: #000;
            border-top: 9px solid #fff;
            border-bottom: 9px solid #fff;
        } 
            body.mouse_and_keyboard div.related_content div.content::-webkit-scrollbar-thumb:hover {
                background-color: rgb(0, 255, 204);
            }
        body.mouse_and_keyboard div.related_content div.content::-webkit-scrollbar-track {
            background-color: rgb(204, 153, 0);
            border-top: 9px solid #fff;
            border-bottom: 9px solid #fff;
        }
        /*
        ::-webkit-scrollbar-button       {  }
        ::-webkit-scrollbar-track        { }
        ::-webkit-scrollbar-track-piece  {  }
        ::-webkit-scrollbar-corner       {  }
        ::-webkit-resizer                {  }
        */
        
        /* div.related_content contains div.related_video and div.related_photo elements */
        div.related_content div.related_video {
            white-space: normal;    /* override white-space: nowrap from div.content */
            display: inline-block;
            width: 240px;
            overflow-x: hidden;
            margin: 10px;
            vertical-align: top;
            text-align: left;
        }
            div.related_content div.related_video span.emphasize {
                color: rgb(34, 34, 34);
            }

            div.related_content div.related_video div.stats {
                font-size: 10px;
                line-height: 100%;
                margin-bottom: 8px;
                color: rgb(153, 153, 153);
            }
                div.related_content div.related_video div.stats span.views {
                    float: right;
                }

            div.related_content div.related_video div.thumbnail {
                width: 240px;
                height: 135px;
                overflow: hidden;
            }
                div.related_content div.related_video div.thumbnail img.thumbnail {
                    position: relative;
                }
                
            div.related_content div.related_video div.title {
                font-size: 11px;
                line-height: 150%;
                margin-top: 6px;
                height: 32px;
                overflow: hidden;
            }
            
        div.related_content a.related_photo {
            display: inline-block;
            width: 180px;
            height: 240px;
            margin: 18px;
            overflow: hidden;
            vertical-align: top;
            background-position: center;
            background-repeat: no-repeat;
        }

a.reload_photo {
    display: block;
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 74px;
    left: 50%;
    margin-left: -49px;
    top: 50%;
    margin-top: -20px;
    padding: 0px 12px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    font-family: LorimerNoTwoCondensed, sans-serif;
    text-align: center;
}
    a.reload_photo.hidden {
        display: none;
    }

.refresh_panel {
    position: absolute;
    right: 0px;
    z-index: 11;
    height: 30px;
    background-color: rgb(0, 255, 204);
    font-family: LorimerNoTwoCondensed, sans-serif;
    font-size: 18px;
}
    .refresh_panel a, .refresh_panel .refresh_countdown {
        display: inline-block;
        color: #000;
        height: 100%;
        vertical-align: middle;
        line-height: 30px;
        height: 30px;
    }
    .refresh_panel .refresh_countdown {
        width: 25px;
        margin-right: 10px;
    }
    .refresh_panel .refresh_icon {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-top: -5px;
        margin-right: 5px;
        width: 11px;
        height: 18px;
        background: -426px -37px no-repeat url(/images/sprite.png);
    }
    .refresh_panel .refresh_label {
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        margin-right: 5px;
        line-height: 30px;
        height: 30px;
    }
    .refresh_panel.fixed_position {
        position: fixed;
        top: 0px;
    }
    .refresh_panel .triangle {
        position: absolute;
        top: 0px;
        left: -30px;
        width: 0px;
        height: 0px;
        border-left: 30px solid transparent;
        border-bottom: 30px solid rgb(0, 255, 204);
    }
        .refresh_panel.fixed_position .triangle {
            border-right: 30px solid rgb(0, 255, 204);
            border-bottom: 30px solid transparent;
            left: -60px;
        }
    .refresh_panel .show_new {
        margin-right: 10px;
    }
    .refresh_panel .show_notifications {
        position: relative;
        width: 31px;
        border-left: solid 2px #FAFAFA;
    }
        .refresh_panel .show_notifications .icon {
            position: absolute;
            top: 7px;
            left: 7px;
            display: block;
            width: 17px;
            height: 16px;
            background: -638px -4px no-repeat url(/images/sprite.png);
        }
        .refresh_panel .show_notifications .count {
            position: absolute;
            display: block;
            font-family: Arial, sans-serif;
            font-size: 10px;
            font-weight: bold;
            right: 0px;
            top: 4px;
            line-height: 11px;
            height: 11px;
            padding: 0px 2px;
            color: #fff;
            background-color: rgb(255, 78, 75);
        }
        
.shadow {
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}
.shadow_top_right {
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7); 
}

a.sm_icon.control {
    display: block;
    height: 16px;
    width: 16px;
    padding: 12px;
    background-color: rgb(250, 250, 250);
}
    a.sm_icon.control:hover {
        background-color: rgb(240, 240, 240);
    }
    a.sm_icon.control.inline {
        display: inline-block;
        vertical-align: top;
    }
    a.sm_icon.control span {
        display: block;
        width: 16px;
        height: 16px;
        background-image: url(/images/16px_icon_sprite.png);
    }
    a.sm_icon.control.close span {
        background-position: -80px -128px;
    }
    a.sm_icon.control.next span {
        background-position: -64px 0;
    }
    a.sm_icon.control.prev span {
        background-position: 0 0;
    }
    a.sm_icon.control.now_playing span {
        background-position: -224px -128px;
    }

div.status_log {
    position: fixed;
    z-index: 111;
    top: 0px;
    left: 50%;
    max-width: 600px;
    line-height: 150%;
    padding: 5px;
    font-size: 10px;
    color: #999;
    background-color: rgb(250, 250, 250);
    cursor: pointer;
}    
    
.summary_block {
    display: inline-block;
    position: relative;
    left: -1px; /* so that border overlaps with .media_and_control border */
    width: 500px;
    min-height: 210px;
    border-left: 1px solid rgb(204, 204, 204);
    vertical-align: top;
    overflow: hidden;
}
    /* single column UI styling */
    body.single_column .content_panel .summary_block {
        display: block;
        width: 100%;
        max-height: 170px;
        min-height: 50px;
        margin: 0px auto;
        border-left: none;
    }
        body.single_column .content_panel .summary_block.untruncated {
            max-height: none;
        }
    
    .summary_block .summary {
        margin-bottom: 20px;
    }
    .summary_block .summary:last-child {
        margin-bottom: 0px;
    }
    
    .summary_block .section {
        padding: 0px 20px 10px 40px;
        line-height: 150%;
        font-size: 11px;
    }
        body.single_column .summary_block .section {
            padding-left: 25px;
        }
        .summary_block .section.photo_tags {
            font-size: 10px;
            line-height: 225%;
        }
            .summary_block .section.photo_tags a {
                color: rgb(34, 34, 34);
                background-color: rgb(238, 238, 238);
                padding: 3px;
                white-space: nowrap;
            } 
        .summary_block .section.feedback_controls {
            margin: 20px 0px;
            white-space: nowrap;    /* for portrait phones */
        }
            
    .summary_block .eye_magnet {
        font-family: Georgia, serif;
        font-size: 20px;
        line-height: 150%;
    }
    
    .summary_block a.fade {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 19px;
        width: 100%;
        margin-bottom: 39px;
        background: -moz-linear-gradient(top,  rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,0)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
        background: linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
    }
        .summary_block a.fade span {
            color: rgb(34, 34, 34);
            padding-left: 40px;
            font-size: 17px;
            font-family: LorimerNoTwoCondensed, sans-serif;
            display: block;
            height: 40px;
            line-height: 40px;
            margin-top: 18px;
            background: rgb(232,232,232); /* Old browsers */
            background: -moz-linear-gradient(left, rgba(232,232,232,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left, rgba(232,232,232,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, rgba(232,232,232,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(left, rgba(232,232,232,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
            background: linear-gradient(left, rgba(232,232,232,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
        }
            body.single_column .summary_block a.fade span {
                padding-left: 25px;
            }
    
    .summary_block .message {
        font-style: italic;
    }


    a.meta, span.meta {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        line-height: 40px;
        margin: 0px 2px;
        padding: 0px 12px;
        font-size: 17px;
        color: rgb(255, 255, 255);
        background-color: rgb(0, 0, 0);
        font-family: LorimerNoTwoCondensed, sans-serif;
    }
        a.meta:first-child, span.meta:first-child {
            margin-left: 0px;
        }
        a.meta.like .icon, a.meta.unlike .icon {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-top: -5px;
            margin-right: 5px;
            width: 17px;
            height: 27px;
            background: -472px -5px no-repeat url(/images/sprite.png); 
        }
        a.meta.see_on_facebook {
            float: right;
        }
            body.portrait_phone a.meta.see_on_facebook {
                float: none;
            }
            a.meta.see_on_facebook.no_comments_or_likes {
                float: none;
            }
        a.meta .arrow {
            display: inline-block;
            vertical-align: top;
            width: 15px;
            height: 15px;
            margin-top: 11px;
            margin-left: 5px;
            background: -246px -23px no-repeat url(/images/sprite.png);
        }
            a.meta:hover .arrow {
                background-position-x: -260px;
            }
        a.meta .emphasize {
            color: rgb(0, 255, 204);
        }
        a.meta:hover, span.meta:hover {
            background-color: rgb(0, 255, 203);
            color: #000;
        }
        span.meta.date {
            float: right;
            font-family: inherit;
            text-transform: none;
            font-size: 10px;
            color: rgb(153, 153, 153);        
        }

    .summary_block .comment_header {
        background: rgb(232,232,232); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(232,232,232,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(232,232,232,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(232,232,232,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(232,232,232,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
        background: linear-gradient(left, rgba(232,232,232,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
    }
        .comment_header a.meta, .comment_header span.meta {
            color: rgb(0, 0, 0);
            background-color: inherit;
        }
            .comment_header span.meta.date {
                color: rgb(153, 153, 153);
                background-color: inherit;
            }
        .summary_block .comment_header .comment_delete {
            position: relative;
        }
            .summary_block .comment_header .comment_delete .icon {
                position: absolute;
                top: 10px;
                left: 0px;
                width: 20px;
                height: 20px;
                background: -246px 0px no-repeat url(/images/sprite.png);
            }
                .summary_block .comment_header .comment_delete:hover .icon {
                    top: -10px;
                    left: -20px;
                    width: 60px;
                    height: 60px;
                    background-position: -323px 0px;
                }
        .summary_block .comment_header .comment_like, .summary_block .comment_header .comment_unlike {
            position: relative;
        }
            .summary_block .comment_header .comment_like .label, .summary_block .comment_header .comment_unlike .label {
                margin-left: 15px;
            }
            .summary_block .comment_header .comment_like .icon, .summary_block .comment_header .comment_unlike .icon {
                position: absolute;
                top: 10px;
                left: 5px;
                display: block;
                width: 14px;
                height: 21px;
                background: no-repeat url(/images/sprite.png);    
            }
            .summary_block .comment_header .comment_like .icon {
                background-position: -447px -38px;
            }
            .summary_block .comment_header .comment_unlike .icon {
                background-position: -466px -38px;
            }
                .summary_block .comment_header .comment_like:hover .icon {
                    top: -9px;
                    left: -7px;
                    width: 38px;
                    height: 61px;
                    background-position: -491px -4px;
                }
                .summary_block .comment_header .comment_unlike:hover .icon {
                    background-position: -447px -38px;
                }
    .summary_block .comment_text {
        padding: 10px 10px 5px 10px;
    }
        
div.text_link_panel {
    position: absolute;
    right: 80px;
    top: 40px;
    text-align: right;
}
    
    div.text_link_panel a {
        display: inline-block;
        padding: 0px 10px;
        background-color: rgb(51, 51, 51);
        line-height: 40px;
        color: rgb(250, 250, 250);
        font-size: 9px;
        font-weight: bold;
    }
    
    div.text_link_panel a:hover {
        background-color: rgb(204, 67, 105);
    }

div.the_end {
    text-align: center;
    padding: 40px 0px 60px;
    font-family: Georgia, serif;
    font-size: 30px;
    font-style: italic;
}

.username_header {
    font-size: 10px;
    color: rgb(153,153,153);
    background-color: rgb(232, 232, 232);
    margin-bottom: 20px;
    padding: 40px 10px 14px 40px;
}
    body.single_column .summary:first-child .username_header.summary_header {
        display: none;
    }
    .username_header .header_label {
        margin-right: 20px;
        font-family: LorimerNoTwoCondensed, sans-serif;
        font-size: 40px;
    }
        .username_header .header_label span.to_with span.label {
            white-space: nowrap;
        }
        .username_header .header_label a {
            color: #000;
            white-space: nowrap;
            margin-right: 8px;
        }
            .username_header .header_label a:hover {
                color: rgb(255, 78, 75);
            }
        
    .username_header span.date {
        white-space: nowrap;
    }    

.username_header.divider_header {
    display: none;
}
.username_header.divider_header {
    margin-bottom: 0px;
}
.username_header.divider_header, body.single_column .username_header.summary_header {
    padding-left: 25px;
}
    /* show divider-header meta info for single column layout except for statuses, articles */
    body.single_column .username_header.divider_header {
        display: block;
    }
    
.utility_panel {
    position: absolute;
    z-index: 11;
    top: 25px;
    left: 25px;
    font-size: 11px;
    line-height: 20px;
    font-family: Verdana, sans-serif;
}
    body.single_column .utility_panel {
        top: 0px;
        left: 0px;
    }
    .utility_panel .account {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }
        .utility_panel .account .greeting a {
            color: #000;
            font-weight: bold;
        }
        .utility_panel .account .account_controls a {
            display: inline-block;
            height: 20px;
            color: rgb(153, 153, 153);
            font-style: italic;
            margin-right: 15px;
        }
    .utility_panel .profile_pic, .utility_panel .profile_pic_overlay {
        width: 40px;
        height: 40px;
    }
    .utility_panel .profile_pic_overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        background: -moz-linear-gradient(-45deg,  rgba(77,255,250,0.7) 0%, rgba(0,255,173,0.7) 64%, rgba(0,255,173,0.7) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(77,255,250,0.7)), color-stop(64%,rgba(0,255,173,0.7)), color-stop(100%,rgba(0,255,173,0.7))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(-45deg,  rgba(77,255,250,0.7) 0%,rgba(0,255,173,0.7) 64%,rgba(0,255,173,0.7) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-45deg,  rgba(77,255,250,0.7) 0%,rgba(0,255,173,0.7) 64%,rgba(0,255,173,0.7) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(-45deg,  rgba(77,255,250,0.7) 0%,rgba(0,255,173,0.7) 64%,rgba(0,255,173,0.7) 100%); /* IE10+ */
        background: linear-gradient(-45deg,  rgba(77,255,250,0.7) 0%,rgba(0,255,173,0.7) 64%,rgba(0,255,173,0.7) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b34dfffa', endColorstr='#b300ffad',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */    
    }
    
#welcome_message {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-family: Helvetica, Verdana, sans-serif;
    line-height: 150%;
}
    #welcome_message .hero {
        position: fixed;
        z-index: 1;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        overflow: hidden;
    }
        #welcome_message .hero img {
            position: absolute;
        }
    #welcome_message .logo:hover .logo_text {
        display: block;
    }
    #welcome_message .col {
        position: relative;
        z-index: 11;
        width: 180px;
        padding: 40px 60px;
    }
        #welcome_message .row {
            width: 180px;
            margin-bottom: 20px;
        }
            #welcome_message .login_link {
                text-align: center;
                width: 100%;
                padding: 0px;
            }
            #welcome_message .intro_headline {
                font-family: CalgaryScriptOTRegular, Georgia, serif;
                font-size: 24px;
                text-align: center;
                padding-top: 10px;
            }
                #welcome_message .intro_headline .short_underline {
                    display: block;
                    width: 20px;
                    margin: 0 auto;
                    padding-top: 20px;
                    border-bottom: 2px solid #000;
                }
            #welcome_message .intro_text {
                text-align: justify;
            }
                #welcome_message .mobile_friendly_msg {
                    text-align: center;
                    padding-top: 40px;
                    font-size: 10px;
                }
                    #welcome_message .mobile_friendly_icon {
                        display: inline-block;
                        width: 17px;
                        height: 32px;
                        margin: 0px 2px;
                        background: -426px -60px no-repeat url(/images/sprite.png);
                    }
                    #welcome_message .tablet_friendly_icon {
                        display: inline-block;
                        width: 39px;
                        height: 50px;
                        margin: 0px 2px;
                        background: -426px -95px no-repeat url(/images/sprite.png);
                    }
                #welcome_message .facepile {
                    position: relative;
                    padding-top: 40px;
                    /* Need these options to prevent weird scrollbar and sizing cases with fb plugin */
                    overflow: hidden;
                    width: 230px;
                }

/* @license
 * MyFonts Webfont Build ID 2292717, 2012-05-16T05:33:44-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Lorimer No 2 Condensed Medium by Dunwich Type Founders
 * URL: http://www.myfonts.com/fonts/dunwich/lorimer-no-2-condensed/med/
 * Copyright: Copyright (c) 2011 by James Puckett. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2292717
 * 
 * © 2012 Bitstream Inc
*/                    
                    
/* TEST CSS BELOW */

