/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
- green     #49B649
- light-grey#ebebeb
- dark-grey #999
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body{
    margin: 0px;
}

p{
    font-size: 12px;
}

.container{
    font-size: 12px;
}

.header {
    width:100%;
    background:#FFF;
    height: 20px;
    margin-bottom: 0px;
}

.header .container{
    margin-top: 0px;
}

.big-header{
    overflow: hidden;
    height: 340px;
    position: relative;
}

.big-header .playground{
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 99;
}

.login-button{
    background-color: #E3007B;
    float: right;
    padding: 2px 5px;
    cursor: pointer;
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
}

.login-box{
    position: absolute;
    right: 72px;
    z-index: 999;
    top: 17px;
    width: 200px;
    height: 28px;
    overflow: visible;
}

.login-box .login-panel{
    display: none;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #E30072;
    margin-top: 18px;
}

.login-panel button{
    
}

.login-box:hover .login-panel{
    display: block;
}

.black-box{
    background-color: #000;
    width: 78px;
    height: 70px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.normal-menu .black-box{
    background-color:#000000;
    height:68px !important;
    position:absolute;
    right:-7px !important;
    top:-5px !important;
    width:61px !important;
}

.normal-menu .menu{
    height:30px;
    margin-bottom:60px;
    padding-top:20px;
    position:relative;
}


.big-header-menu{
    position: absolute;
    left: 50px;
    top: 35px;
    width: 600px;
    z-index: 999;
    height: 30px;
}


.big-header-menu{
    opacity: 0.6;    
}

.big-header-menu .black-menu{
    left: 0px;
}

.three-step-intro{
    position: absolute;
    right: 0px;
    height: 32px;
    bottom: -1px;
    width: 700px;
    margin: 0px !important;
}

.three-step-intro li{
    list-style: none;
    background-color: #FFF;
    float: right;
    z-index: 99;
    height: 40px;
    cursor: pointer;
}

.network{
    background-image: url(../network.png);
    width: 201px;
}

.present{
    background-image: url(../present.png);
    width: 191px;
}

.create{
    background-image: url(../create.png);
    width: 171px;
}

#image-slider{
    position: absolute;
}
#image-slider img{
}

#image-slider #messages{
    position: absolute;
    top: 160px;
    left: 10px;
    width: 99999px;
    height: 200px;
}

#image-slider #messages p span{
    font-size: 18px;
    background-color: #000;
    vertical-align: baseline;
    color: #FFF;
    display: inline-block;
    line-height: 24px;
    padding: 1px 10px;
}


.errorlist{
    margin: 10px;
    padding: 0px;
}

.errorlist li{
    list-style: none;
    border: 1px solid #E3007B;
    padding: 10px;
    color: #E3007B;
}


.ui-state-highlight p{
    margin: 10px;
}

.network-text{
    position: absolute;
    left: 0px;
    width: 450px;
    top: 60px;
    height: 200px;
    background-image: url(../network_headl.gif);
    background-repeat: no-repeat;
}


.create-text{
    position: absolute;
    left: 940px;
    width: 670px;
    height: 250px;
    top: 60px;
    background-image: url(../create_headl.gif);
    background-repeat: no-repeat;
}


.present-text{
    position: absolute;
    left: 2010px;
    width: 500px;
    height: 400px;
    top: 70px;
    background-image: url(../present_headl.gif);
    background-repeat: no-repeat;
}


body{
    font-family: arial, sans-serif;
}


h1, h2, h3, h4{
    font-family: georgia,serif;
    font-weight: normal;
}

.container h1{
    font-size: 28px;
    line-height: 32px;
    margin-top: 5px;
}


/**************************************/
/*              HEADER                */
/**************************************/
.logo{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
}

.create-content{
    color: #FFFFFF;
    text-align: center;
    margin-left: 10px;
}

.create-content a,
.create-content a:visited{
    color: #FFFFFF !important;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
.floatChildrenRight div{
    float: right !important;    
}

.main-menu{
   margin-top: 25px;
}

.footer{
    background-color: #EFEFEF;
    color: #444;
    padding: 20px 0;
}

.footer h1{
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #222;
    margin-top: 0px;
    line-height: 14px;
}

.footer a:visited,
.footer a{
    color: #333 !important;
}

.main-menu a:link,
.main-menu a{
    background-color: #7F97A0;
    color: #FFFFFF;
    padding: 4px;
    margin: 0px 3px;
    cursor: pointer;
    text-decoration: none;
}


.main-menu a:visited{
    text-decoration: none;
    color: #FFFFFF;
}

.button-bar{
    text-align: right;
    clear: both;
}

.home .home_menu,
.apply .apply_menu,
.doc .doc_menu,
.smith .smith_menu,
.project .project_menu,
.photo .photo_menu,
.audio .audio_menu,
.media_award .media_award_menu,
.schmag .schmag_menu,
.video .video_menu{
    background-color: #97B3BE;
    cursor: default;
}

.main-menu span:hover{
    background-color: #97B3BE;
}


div.more{
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    text-align: right;
    clear: both;
}

a:visited.more,
a.more{
    color: #E3007B !important;
    text-decoration: none !important;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: normal;
    font-style: italic;
}

.logged-in-bar{
    margin-right: 5px;
    text-align: right;
    font-size: 11px;
    color: #555 !important;
}

.logged-in-bar a{
    color: #555 !important;
}

.menu{
    margin-bottom: 40px;
    position: relative;
    height: 30px;
}

.addthisbar{
    float:left;
    width:300px;
}

.create-panel{
    background-repeat: repeat-x;
    background-position: bottom center;
    height: 175px;
    padding-top: 10px;
}

.create-panel h2{
    margin-top: 10px;
    color: #E3007B;
}


.message-body{
    border: 1px solid #DDD;
    background-color: #EFEFEF;
    padding: 10px;
}

.create-button{
    width: 100px;
    height: 100px;
    display: block;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center 19px;
    text-align: center;
    position: relative;
    border: 1px solid #E3007B;
    text-decoration: none !important;
}

.create-button:hover{
   border-color: #AAA; 
}

.create-button span{
    position: absolute;
    bottom: 15px;
    display: block;
    text-align: center;
    width: 100%;
    text-decoration: none !important;
    color: #000;
    font-weight: bold;
}

.create-button.wiki{
    background-image: url(../text.png);
}

.create-button.audio{
    background-image: url(../audio.png);
    background-position: center 26px;
}

.create-button.video{
    background-image: url(../video.png);
}

.create-button.blog{
    background-image: url(../blog.png);
    background-position: 22px 19px;
}

.create-button.photo{
    background-image: url(../photo.png);
}

.create-button.project{
    background-image: url(../project.png);
}


.video-wrapper{
    background-color: #FFFFFF;
    margin-top: 2px;
    border-top: 1px solid #000;
    text-align:center;
    padding: 10px 0px;
}

.photo-wrapper{
    background-color: #FFFFFF;
    text-align:center;
    padding: 10px 5px;
    margin-top: 2px;
    border-top: 1px solid #000;
}

.photo-caption{
    text-align: left;
}

.photo-profile-details h3{
    margin: 5px 0 3px 0;
}

ul.responses{
    background-color: transparent !important;
    margin-left: 0px;
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/

.cms-title h1{
    display: inline;
    color: #FFF;
    font-weight: normal;
    margin: 0px;
    background-color: #000;
    padding:4px 15px;
    font-size:24px;
    line-height:36px;
}

.cms-title{
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}

.maketoc {
    background:none repeat scroll 0 0 #F8F8F8;
    border-color:#CCC #EEEEEE #EEEEEE #CCC;
    border-style:solid;
    border-width:1px;
    clear:right;
    float:right;
    font-size:0.9em;
    line-height:normal;
    margin:0 0 1em 1em;
    padding:1em;
    width:35%;
}

.maketoc h3{
   margin-top: 2px;
}

.maketoc a{
}

.maketoc ul{
    margin-bottom: 0px !important;
    margin-left: 8px !important;
}

.maketoc li{
     padding: 3px !important;
}

.clearfix{
    clear: both;
}
.textilepreview{
   
}

#schmiedeDescription{
    line-height: 22px;    
}

#divStatus{
    padding: 5px 10px !important;
}

.whiteInnerBox{
    padding: 10px 15px;
    background-color: #FFFFFF;
    border-top: 1px solid #333;
    margin-top: 2px;
}

.whiteInnerBox h1{
   margin-left: 0px !important;
    display: block !important;
    padding-left: 0px !important;
    background: none !important;
}

.tagResultBox h1,
.projectBox .whiteInnerBox h1,
.profileBox h1{
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    display: block;
    color: #000;
}

.profilesprofile {
    background: transparent  !important; 
}

.profile_info_tag {
    margin-bottom: 5px; 
}

.wiki_article , .discussion_topic{
    padding: 3px 10px 3px 10px;
    font-size: 12px;
}

.wiki_date, .discussion_created {
    font-size: 11px;
    float: right;
}

.bookmarks .project{
    padding: 10px;
}

.profile_key {
    color: #000;
}

.container table{
     border: 0px solid #FFFFFF;
}
.container th, .container td{
    border: 0px solid #FFFFFF;    
}

.greyBorderBox{
    padding: 5px 5px 5px 5px;
}

.mainTextRight{
    width: 337px;
    height: 282px;
    background-color: #D7D7D7;
    padding: 20px;
    font-size: 18px;
    line-height: 18px;
}

.mainTextRight h1{
    
}

.mainTextRight p{
    color: #464646;
}

.container{
    margin-top: 15px;
    margin-bottom: 15px;
}

.noMarginForm{
    margin: 0px !important;
}

.schmiede-action-module{
    position: relative;
    padding: 5px 5px 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
}

.module-padding{
    padding: 5px;
}

.grey-module-box .search{
    left:160px;
    position:absolute;
    top:30px;
}

.tagResultBox{
    margin-bottom:10px;    
}

.tagResultBox h1,
.projectBox h1,
.schmiede-action-module h1,
.grey-module-box h1{
    background-color:#000000;
    color:#FFFFFF;
    display:inline;
    font-size:22px;
    font-style:italic;
    font-weight:normal !important;
    line-height:30px;
    margin-bottom:0;
    margin-left:0px;
    padding:5px 12px;
}


.grey-module-box{
    position:relative;
    padding: 3px;
    margin-bottom: 20px;
}

.pink{
   background-color: #E3007B !important; 
}


#audioplayercover{
    width: 70px;
    height: 70px;
}


.highlighted-sidebox{
    padding: 30px 30px 20px;
    background-color: #E3007A;
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
}


.apply-now{
    font-size: 16px;
    margin: 10px 5px 0;
    display: block;
    text-decoration: none !important;
    color: #FFF !important;
}

.highlighted-sidebox h3{
    font-weight: normal;
    font-style: italic;
    margin: 15px 0 5px;
    font-size: 18px;
    line-height: 20px;
}

.highlighted-sidebox p{
    margin: 0px;
}

.profile-signature-image{
    line-height:24px !important;
    text-decoration: none;
    margin: 0px;
    vertical-align: middle;
}

.profile-signature-image img{
    position: relative;
    bottom: -6px;
    float: none !important;
    margin: 0px !important;
}

.profile-signature-link{
    line-height:24px !important;
    vertical-align: middle;
    margin: 0 0 0px 4px;
    padding: 0px !important;
}


.news h2 a,
.news h2{
   color: #222 !important;
   font-size: 26px;
   font-weight: 100 !important;
   margin-top: 35px;
   margin-bottom: 1px;
   padding-top: 0px;
   line-height: 30px;
   text-decoration: none !important;
   overflow: hidden;
}

.news-wrapper .title{
    margin-bottom: 9px;
}

.subtitle,
.subtitle a,
.subtitle a:hover,
.subtitle a:visited{
    color: #AAA !important; 
    font-size: 10px;
}

.subtitle{
    margin-left:1px;
    margin-top:-3px;
    font-style: italic;
}

.tease p,
.tease{
    font-size: 15px !important;
    line-height: 20px !important;
}

.tease{
    margin-bottom: 15px;
}

.news{
    color:#444444;
    font-size:12px;
    line-height:18px;
    margin:0;
}

#tabs.application-tabs li{
    padding: 3px !important;
}

#tabs.application-tabs li a{
    padding: 6px 3px !important;
    font-size: 16px !important;
}

.application-tabs textarea{
    height: 200px;
    width: 600px;
    display: block;
}
.news-wrapper ul li{
    color:#333;
    margin: 0px 0px 2px 0px;
    list-style:none;
    border-bottom: 1px solid #333;
}



.news-wrapper ul{
    padding: 1px 1px 1px 1px;
    list-style:none;
    margin: 0px;
}

.news-wrapper{
    background-color:#FFFFFF;
    border-top:1px solid #333333;
    margin-top:3px;
    padding:1px;
}


.project-entry-teaser,
.blog-entry-teaser{
    background-color: #FFFFFF;
    margin: 0px 0 10px 0;
    clear: both;
    list-style: none;
    padding: 10px;
}

.project-entry-teaser dd{
    font-size:12px;
    line-height:16px;
}

.project-entry-teaser img,
.blog-entry-teaser img{
    float: left;
    margin-right: 20px;
}
.project-entry-teaser p,
.blog-entry-teaser p{
    margin: 0px;
    color: #949494;
    font-size: 11px;
    clear: none;
}
.project-entry-teaser h2,
.blog-entry-teaser h2{
   color: #000;
   background-color: #FFFFFF;
   font-size: 18px;
   font-weight: normal;
   margin-top: 5px;
}
.project-entry-teaser h2 a,
.blog-entry-teaser h2 a{
   color: #000 !important;
   background-color: #FFFFFF;
   font-size: 18px;
   font-weight: normal;
   text-decoration: none !important;
}


.project-wrapper{
    background-color: #F4F4F4;
    float: left;
    margin: 0 -10px;
    padding: 10px;
}

.project-title{
    background-color: #F4F4F4;
    margin: 0 0 0 10px !important;
    font-size: 20px;
    padding: 4px 10px;
    display: inline;
    color: #AAA;
}

.project-name{
    
    text-decoration: none !important;
}

.blog-image {
    margin-left:10px;
}

.tab-actions{
    text-align: right;
    font-size: 11px;
    font-weight: bold;
}

.tab-actions a{
   color: #000000 !important;
}


.photo-page{
    padding: 5px 5px 5px 5px;
}


.black-menu .hovermenu{
    background-color: #000;
    padding: 3px 10px;
    font-weight: normal;
}

.black-menu > .hovermenu{
    margin-left: 5px;
}

.black-menu .hovermenu a{
    color: #FFF !important;
    text-decoration: none !important;
}

.hovermenu:hover .top-level-element {
    padding-bottom: 9px;
}

.submenu{
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: #000;
    min-width: 100px;
    text-align: left;
    z-index: 9999;
    padding: 5px;  
}

.submenu .submenu{
    display: none !important;    
}

.black-menu{
    position: absolute;
    width: 700px;
    left: 198px;
    bottom: 0px;
}

.submenu div{
    border-bottom: 1px dotted #FFF;
    cursor: pointer;
    display: block !important;
    padding: 0px 15px;
}

.submenu div:hover{
  background-color: #555;
}

.submenu div a{
    background: transparent !important;
}

.hovermenu{
   display: inline;
   position: relative;
}

.hovermenu .submenu{
    display: none;
}

.hovermenu:hover .submenu{
    display: block;
}




.span-8 .featured-image-list{
    padding: 20px;
}

.span-8 .featured-image-list li{
    margin: 0 13px 0 13px !important;
}

.span-10 .featured-image-list{
    padding: 20px;
}


.span-10 .featured-image-list li{
    margin: 0 5px 0 5px !important;
}


.action-wrapper{
   background-color: #FFFFFF;
   padding: 10px 15px;
   margin-top: 2px;
   border-top: 1px solid #333;
}

.action-wrapper ul{
  margin: 0px; 
}

.action-wrapper li{
   list-style: none;
   margin: 2px 0px 0px 0px !important;
}

.action-wrapper form{
    margin: 0px;
}


.comment-wrapper{
   background-color: #FFF;
   padding: 15px 10px 10px 10px;
}

.comment-wrapper h3{
    margin-top: 0px;
}

.blog .blog-wrapper{
}

.blog .blog-body{
   background-color: #FFFFFF;
   padding: 10px;
   margin-bottom: 1px;
}


.blog .blog-body .blog-text h1{
    font-size: 16px;
    color: #222 !important;
    margin: 12px 0 6px 0;
    font-weight: bold;
    display: block;
}

.blog .blog-body .blog-text h2{
    font-size: 14px;
     color: #222 !important;
     margin: 12px 0 4px 0;
    font-weight: bold;
    display: block;
}

.blog .blog-body .blog-text h3{
    font-size: 12px;
    color: #222 !important;
    margin: 12px 0 2px 0;
    font-weight: bold;
    display: block;
}

.blog .blog-body h1{
    font-size: 28px;
    padding: 0px;
    display: block;
    background-color: #FFF;
    color: #000;
}

.blog .blog-body .blog-text ul{
    margin-left: 2.13em;
    margin-bottom: 1.30em;
}

.blog .blog-body .blog-text ul li{
    list-style-type: disc;
    list-style-position:outside;
    margin: 0px;
}

.blog-text img{
    max-width: 200px;
    max-height: 250px;
}



.bulk .body{
   margin-bottom: 10px;     
}

.post-comment{
   background-color: #FFFFFF;
}

.post-comment textarea{
    background-color: #EFEFEF;
    width: 97%;
}

textarea{
    border-color: #AAAAAA #DDDDDD #DDDDDD #AAA;
    border-width: 1px;
    border-style: solid;
}

.blog .blog-meta{
    text-align: right;
    margin-top: 30px;
    clear: both;
    margin-top: 10px;
    border-top: 1px solid #DDD;
}

.blog-wrapper #basic-form{
    margin: 0px;
    text-align: right;
}

.blog-wrapper #basic-form .button{
    margin: 3px 0px;
    float: none;
}

.comment-wrapper h3{
    color: #E3007B;
    font-weight: normal;
    margin: 20px 0 2px 7px;
}

.responses .meta{
    width: 50px;
}

.responses .bulk{
    margin-left: 60px;
}

.responses .details{
    margin: 5px 10px 5px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
}



.news img{
    float: right;
    margin: 5px 4px 0 10px;
    max-width: 200px;
    max-height: 250px;
}

ul.featured-project-list{
    padding: 2px !important;
    background-color: #000 !important;
}

ul.featured-project-list li{
    margin-bottom: 2px !important;
}

.featured{
    padding: 3px;
}

.featured ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #000;
}

.featured ul li{
    list-style: none;
    margin: 0px 0px 0px 0px;
}

.featured li a:visited {
    color: #000;
}

.featured li div{
    position: relative;
    height: 78px;
}

.featured .addonText{
    background-color: #000;
    padding-left: 10px;
    height: 20px;
    overflow: hidden;
    color: #FFF;
}

.featured .addonText a{
    color: #000;
}


.featured li div h2{
    position: absolute;
    left: 15px;
    top: 50px;
    background-color: #FFFFFF;
    font-size: 13px;
    display: inline;
    padding: 0 6px;
    margin: 0px;
}

.member {
    float: left;
    margin: 10px;
}

.alignRight{
    text-align: right;
}

.alignRight button{
    margin-right: 0px;
}

.applyTable th{
    vertical-align:top;
    text-align: right;
    padding-top: 8px;
    padding-right: 20px;
}

input, textarea, select {
    margin:1px 0;
}

.applyTable th {
    padding-right:20px;
    padding-top:8px;
    text-align:right;
    vertical-align:top;
}

.applyTable td{
    margin: 0px;
    padding: 0px;
}

.applyTable input[type="checkbox"] {
    margin:8px;
}



.video-teaser{
    width: 122px;
    padding: 5px !important;
    background-color: #FFFFFF;
}

.video-teaser a:link,
.video-teaser a:hover,
.video-teaser a{
   display: block;
   text-decoration: none !important;
   padding: 0px;
}

.image-link{
    background-image: none !important;
    padding: 0px !important;
}

.video-teaser p{
    display: block;
    width: 120px;
    height: 80px;
    border: 1px solid #DDDDDD;
    background-image: url(../video.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0px;
    overflow: hidden;
}

.video-teaser h2{
    margin: 2px 0 0 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
     margin-top:5px;
    
    background-color: transparent !important;
    height: 20px;
    overflow: hidden;
}

.gallery-photo-thumb{
    float: left;
    margin: 10px;
}

.main-video-list{
    background-color: #FFF !important;
    border-top: 1px solid #000 !important;
    margin-top: 2px !important;
}

.video-list{
    background-color: #000;
}

.featured .video-list{
      padding: 5px 0 5px 10px;
}

.featured .video-list .video-teaser{
     margin: 5px 0 5px 24px;
}


.video-teaser{
    float: left;
    margin: 8px;
    border: 1px solid #FFFFFF;
}


.video-teaser:hover{
    background-color: #FFFFFF;
    border: 1px solid #E300F2;
}

.video-teaser .creator:visited,
.video-teaser .creator:hover,
.video-teaser .creator{
    color:#333333;
    font-size:11px;
    margin-left: 4px;
    line-height: 11px;
}

.ui-tabs .ui-tabs-panel {
    padding: 5px 10px 5px 10px !important;
    font-size: 13px;
    line-height: 20px;
}

.ui-tabs .ui-tabs-panel p{
    margin-bottom: 4px;
    margin-top: 4px;
}


.ui-tabs .ui-tabs-panel {
    background-color: #FFF !important;
    margin-top: 0px !important;
    border-top: 1px solid #000 !important;
}

.ui-tabs .ui-tabs-nav{
    font-style: italic !important;
    font-weight: 100  !important;
    font-size: 16px  !important;
    color: #000  !important;
}

.ui-tabs .ui-tabs-nav li a{
    font-size: 18px !important;
    color: #FFF !important;
    font-weight: normal !important;
}

.ui-tabs .ui-tabs-nav li{
    padding: 3px 10px !important;
    background-color: #E0E0E0;
    background-image: none;
    text-transform: none !important;
    line-height: 15px !important;
}

.ui-tabs .ui-tabs-nav li:hover{
    border: 1px solid #E3007B !important;
    border-bottom: 0px solid #fff !important;
}

.ui-tabs .ui-tabs-nav li.ui-state-active,
.ui-tabs .ui-tabs-nav li.ui-state-active a{
    background-color: #E3007B !important;
    color: #FFF  !important;
    background-image: none !important;
}

.ui-tabs{
    border: 0px solid #FFF;
     border-bottom: 1px dotted #888;
}


.wiki_info h1{
    font-size: 18px;
    margin: 10px 0;
}

.ctrlHolder{
    float:left;
    clear: both;
}
.ctrlHolder label {
    display:block;
    float:left;
    width:200px;
    margin-right: 20px;
    text-align: right;
}

.ctrlHolder p{
    clear: both;
    margin-left: 220px;
}

.uniform_buttons{
    clear: both;
    margin-left: 220px;
}

#basic-form{
}

.standard-form{
    width: 620px;
}
form th{
    vertical-align: top;
}

#videoImportPreview{
    margin: 20px;
}

.featured-image-listitem{
    float: left !important;
    width: auto;
    height: auto;
    padding: 2px;
    margin: 0 10px 10px 0 !important;
    clear: none !important;
}

.featured-image-listitem:hover{
}

.featured-image-list{
    background-color: #000;
    padding: 15px 10px 15px 15px;
}

.span-14 .featured-image-list{
   padding: 25px 0 10px 48px !important;
}

.profile-badge-list{
    border-top: 1px solid #000;
    margin-top: 2px;
}

.profile-badge-list ul{
    margin: 0px;
}

.profile-badge{
    float: left;
    width: 250px;
    clear: none !important;
    margin: 10px !important;
    border: 1px solid #EFEFEF;
    list-style-type: none;
    width: 225px;
    padding: 10px;
}

.RichTextEditable{
    border: 1px solid #AAA;
    width: 680px;
}

.help-text{
    background-color: #EFEFEF;
    border: 1px solid #DDD;
    padding: 10px;
    margin-top: 5px;
}
.featured-post-listitem{
    padding: 5px;
    margin: 0px !important;
    list-style: none;
    overflow: hidden;
    height: 23px;
    border-bottom: 1px solid #EBEBEB;
}

.featured-post-listitem img,
.featured-post-listitem a{
    vertical-align: middle;
}

.featured-post-list{
    background-color: #000;
    padding: 0px !important;
    margin: 0px !important;
}


.program .header{
    padding: 10px 0 0 0;
    background: none;
    background-image: none;
}

.program .titles td{
    padding: 2px 10px;
}
.program .titles{
    background-color: #F1F1F1; 
}

.program h3{
    background-color:#EFEFEF;
    margin-bottom:0;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    border: 1px solid #CCC;
}

.program .odd{
   background-color: #FFF;
}

.program .even{
   background-color: #F4F4F4;
}


label.dijit{
    width: auto !important;
    margin-right: 5px;
    float: none;
    display: inline;
}

.nihilo .dijitToolbar{
    background-image: none;
}

.dijitToolbar{
    background-color: #DDD;    
}

.dijitToolbar div,
.dijitInputField{
    margin-bottom: 0px !important;
}

.profile_preview_avatar_box{
    float: left;
    height: 75px;
    width: 75px;
    background-color: #EFEFEF;
    padding: 5px;
}
.profile_preview_box{
  margin-bottom: 10px;   
}

.html-text-field{
    font-size: 10px;
}

.blog-paginate {
    position:absolute;
    right:8px;
    top:11px;
    width:530px;
}

.blog-paginate .previous{
    float: right;
    color: #333 !important;
}

.blog-paginate .next{
    float: left;
    color: #333 !important;
}

.pagination{
    text-align: center;
}

.pagination .prev,
.pagination .page,
.pagination .next{
    padding: 3px;
    text-decoration: none !important;
}

.create-description-box{
    margin: 30px 20px 50px 30px;
}

.responses li{
    margin-left: 0px !important;
}


.main-video-list{
    padding: 5px 0 5px 10px;
}

.main-video-list .video-teaser{
    margin-left: 17px;
}


.programm{

}

.programm h3{
    margin: 30px 0 0 0;
}

.profilesprofile ul li a{
    font-size: 12px !important;
}

.playlist{
    background-color: #FFF !important;
}
/**************************************/
/*               FOOTER               */
/**************************************/
.footer{
    margin-bottom: 20px;
    clear: both;
}