html, body, * {

    font-weight:400;                                                             
} 
body{                                 
    font-family: 'Oswald', sans-serif; 
    background:url('../uploads/defaults/defaultBackground.jpg') center 0 repeat #010015;    
}
/* Preloader */

.btn
{
    font-family: 'FontAwesome', sans-serif;
}
.btn i
{
    font-style: normal;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:10000; /* makes sure it stays on top */
}


#loader {
    width:200px;
    height:200px;      
    position:absolute;                                   
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;                                       
    margin:-100px 0 0 -100px; /* is width and height divided by two */
    z-index:10001;
}
h1,h2,h3,h4,h5,h6
{
    margin:6px 0;
    padding:0;
}
.pointer
{
    cursor: pointer; cursor: hand;
}

a
{
    color:#091f44;
}
a:hover
{
    color: #cf2027;
}


.row{  
    margin-top:20px;
    margin-bottom:20px;
}
.content_block
{
    min-height:125px;
    background-color: #004bb5;
}

#header
{
    background:url("../img/big_header.jpg") no-repeat center center #000; 
    border-bottom:5px solid #39619c;
    color:#fff;
}

/* Global Announcements */

#globalAnnouncement
{

    height:132px;
    font-size:18px; 
    background-color: #ccc;
    line-height: 133px;
    text-align: center;
}
#globalAnnouncement .heading{}
#globalAnnouncement .content{}


/* Blocks */

.block 
{   
}

.block h3 
{ 
    margin: 0;  
}

.widget-carousel 
{
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.widget 
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden; 
    margin:15px 0;        
}

a.list-group-item.important
{
    background: url("../img/bluestripe.jpg") bottom center; 
    color:#fff; 
}
a.list-group-item.important h4
{
    color:#fff; 
}

a.list-group-item:hover, a.list-group-item:focus,
a.list-group-item.important:hover, a.list-group-item.important:focus
{
    /*background: url("../img/redstripe.jpg") top center;    */
    background: #cf2027;   
    color:#fff; 
}
a.list-group-item:hover h4, a.list-group-item:focus h4
{              
    color:#fff; 
}



/* Widget Buttons */

div.panel.buttons
{
    border:2px solid #ccc;    
    color: #fff;
    text-transform: uppercase;
    text-align: center; 
    text-decoration: none;
    font-size: 22px;
    cursor: pointer; cursor: hand;        
}

div.panel.buttons .btn_label
{
    background: url(" ../img/bluestripe.jpg") center center;   
    padding:2px;      
}
div:hover.panel.buttons 
{
    background: #cf2026;
}
div:hover.panel.buttons .btn_label 
{
    background: url("../img/redstripe.jpg") center center;
}

div.panel.buttons .btn_label.active 
{
    background: url("../img/redstripe.jpg") center center;
}

/* Widget League */

.widget.league
{
    background-color: #fff;
    text-transform: uppercase;
    text-align: center; 
    border:2px solid #ccc;     
}
.widget.league .pucklogo
{ 

}         
.widget.league .name
{ 
    background-color: #ccc;
    padding: 5px; 
    font-size: 18px;
    color:#666;          
}
.widget.league .subname
{ 
    background: url("../img/bluestripe.jpg") center center;  
    font-size: 28px;   
    color: #fff;
}

/* Widget Rink */

.widget.rink
{
    background-color:#fff; 
    text-transform: uppercase;
    text-align: center;
    border:2px solid #ccc;          
}
.widget.rink .pucklogo
{ 
    background:url("../img/031413arenahockey2.JPG") center center;
    height:100px;
}         
.widget.rink .name
{ 
    background-color: #ccc;
    padding: 5px 0;  
    font-size: 18px;
    color:#666;           
}
.widget.rink .subname
{ 
    background: url("../img/bluestripe.jpg") center center;      
    font-size: 28px; 
    color: #fff;
}

/* Widget Leaders */

.widget.leaders
{
    background-color:#fff; 
    text-transform: uppercase;
    text-align: center;
    border:2px solid #ccc;   
}
.widget.leaders .header
{ 
    background: url("../img/bluestripe.jpg") center center;  
    font-size: 28px;   
    color: #fff;    
}         
.widget.leaders .name_number
{ 
    background-color: #ccc;
    padding: 5px 0;
    font-size: 18px;
    color:#666;                    
}
.widget.leaders .leaderswrapper
{ 
    position: relative;
    padding: 10px 0;
    overflow:hidden;
    height: 130px;                    
}
.widget.leaders .points
{ 
    font-size: 70px;
    color:#0a2045;
    position: relative;    
    left:20px;
    font-weight: 600;

}
.widget.leaders .pts
{ 
    font-size: 18px; 
    color:#0a2045; 
    position: relative;
    top: -60px;                   
    left: -80px;                   
}
.widget.leaders .photo
{
    position: relative;
    top: -30px;
    left:15px;
}
.widget.leaders .logo
{
    position: relative;
    top:0;
    left: -10px;
}
.widget.leaders .team_name
{
    font-size: 24px;
    color: #0a2045;
    font-weight: 400;
}
.widget.leaders .tier_name
{
    font-size: 18px;
    color: #0a2045;
    padding-bottom: 10px;
}
.widget.leaders hr
{
    color: #0a2045;
    background-color: #0a2045;
    height: 1px;
    width: 144px;
    position: relative;
    top: -52px;
    left: 60px;
}
.clear { clear: both;}

/* Widget Leaders Sub */

.widget.leaders .sub_name
{ 
    padding-right: 10px;
    font-size: 18px;
    font-weight: 100;                  
}
.widget.leaders .sub_number
{ 
    font-size: 24px;
    font-weight: 600;                   
}
.widget.leaders .sub_leaderswrapper
{ 
    position: relative;
    padding: 10px 0;
    overflow:hidden;
    height: 54px;
    color:#0a2045;                    
}
.widget.leaders .sub_points
{ 
    font-size: 24px;
    font-weight: 600;                  
}
.widget.leaders sup
{ 
    font-size: 10px;             
}
.widget.leaders .sub_rank
{
    font-size: 24px;
}
.widget.leaders .sub_photo
{
}
.widget.leaders img
{
    -moz-border-radius: 2px;
    border-radius: 2px;    
}
.clear { clear: both;}

/* Widget Games */

.widget.games
{
    background-color:#fff; 
    text-transform: uppercase;
    text-align: center;
    border:2px solid #ccc;   
}
.widget.games img
{
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.widget.games .header
{ 
    background: url("../img/bluestripe.jpg") center center;  
    font-size: 28px;   
    color: #fff;    
}         
.panel .team_names
{ 
    background-color: #ccc;
    padding: 5px 0;
    font-size: 18px;
    color:#666;                    
}
.panel .gameswrapper
{ 
    position: relative;
    padding: 10px 0;
    max-width:450px;
    margin:0 auto 0 auto                   
}
.panel .vs
{ 
    font-size: 60px;
    color:#0a2045; 
    font-weight: 600;                  
}
.panel .games_date
{
    font-size: 20px;
    color: #0a2045;
    font-weight: 400;
}
.panel .tier_name
{
    font-size: 18px;
    color: #0a2045;
    padding-bottom: 10px;
}
.panel .logo
{
    -moz-border-radius: 2px;
    border-radius: 2px; 
    margin-top: 10px;
    padding-left: 10px;  
    padding-right: 10px;
}

.clear { clear: both;}

/* Widget Team */

.panel.team
{
 
}
.panel.team .header
{ 
    background: url("../img/bluestripe.jpg") center center;  
    font-size: 28px;   
    color: #fff;    
}         
.panel.team .tier_name
{ 
    background-color: #ccc;
    padding: 5px 0;
    font-size: 18px;
    color:#666;                    
}
.panel.team .teamwrapper
{ 
    padding:12px; 
    border:1px solid #efefef;
    color: #0a2045;                  
}
.panel.team .teamwrapper:hover 
{ 
    background: #cf2027;
    color: #fff;              
}

.panel.team .logo
{      
    margin-bottom: 10px;
    text-align:center;
}

.panel.team .team_name
{
    font-size: 18px;
    font-weight: 400;
    text-align:center;
}
.odd
{

}
.clear { clear: both;}

/* Widget Player */

.widget.player
{
    background-color:#fff; 
    text-transform: uppercase;
    text-align: center;
    border:2px solid #ccc;   
}
.widget.player img
{
    -moz-border-radius: 2px;
    border-radius: 2px;    
}
.widget.player .header
{ 
    background: url("../img/bluestripe.jpg") center center;  
    font-size: 48px;   
    color: #fff;    
}         
.widget.player .team_names
{ 
    background-color: #ccc;
    padding: 5px 0;
    font-size: 18px;
    color:#666;                    
}
.widget.player .playerwrapper
{ 
    position: relative;
    padding: 10px 0;
    overflow:hidden;                   
}
.widget.player .number
{ 
    font-size: 120px;
    color:#0a2045; 
    font-weight: 600;                 
}
.widget.player .player_date
{
    font-size: 24px;
    color: #0a2045;
    font-weight: 400;
}
.widget.player .tier_name
{
    font-size: 18px;
    color: #0a2045;
    padding-bottom: 10px;
}

.widget-player-bg
{
   background-color: #e9e7e7;   
}

.widget-player-h1
{
   font-size: 40px;
   color: #0e3473;   
}
.widget-player-h2
{
   font-size: 40px; 
   color: #f1222c;   
}
.clear { clear: both;}

/* Widget Player Stat */

.widget.playerstat
{
    background-color:#fff; 
    text-transform: uppercase;
    text-align: center;
    border:2px solid #ccc;   
}
.widget.playerstat .header
{ 
    /*acronym*/
    background: url("../img/bluestripe.jpg") center center;  
    font-size: 36px;   
    color: #fff;    
}         
.widget.playerstat .name
{ 

    /*label*/
    background-color: #ccc;
    padding: 5px 0;
    font-size: 12px;
    color:#666;           
}
.widget.playerstat .value
{
    /*value*/
    font-size: 48px;
    color:#091f44;
}

/* Widget Article */

.widget.article
{
    background-color:#fff;
    text-align: center;
    border:2px solid #ccc;   
}
.widget.article .title
{ 
    background: url("../img/bluestripe.jpg") center center;  
    font-size: 28px;   
    color: #fff;    
}         
.widget.article .date
{ 
    background-color: #ccc;
    padding: 5px 0;
    font-size: 18px;
    color:#666;                    
}
.widget.article .articlewrapper
{ 
    text-align: left;
    padding: 10px 0;
    max-width:100%;
    margin:0 auto 0 auto                   
}
.widget.article .heading
{ 
    margin: 6px 20px;
    font-size: 24px;
    color:#0a2045;                    
}
.widget.article .sub_heading
{ 
    margin: 2px 20px;
    font-size: 18px;
    color:#0a2045;                    
}
.widget.article .content 
{ 
    margin-left: 20px;
    font:15px "Times New Roman", Times, serif ;
    color:#666;
    padding:0 25px;
    font-weight:normal;
    line-height: 1.5em;
} 
.widget.article .content b, 
.widget.article .content strong
{ 
    font-family:"Times New Roman", Times, serif ;
    font-weight:bold; 
} 
.widget.article .content i
{ 
    font-style:italic;
}
.widget.article .content li
{ 
    color:#666; 
}
.widget.article .imgnews
{
    float: left;
    margin: 12px 20px;    
} 

.clear { clear: both;}

/* Widget Related News Article */

.widget.relatedArticle
{
    background-color:#fff;
    text-align: left;
    border:2px solid #ccc;   
}
.widget.relatedArticle .title
{ 
    background: url("../img/bluestripe.jpg") center center;  
    font-size: 28px;   
    color: #fff;    
}         
.widget.relatedArticle .rink
{ 
    background-color: #ccc;
    padding: 5px 0;
    font-size: 18px;
    color:#666;
    text-align: center;                    
}
.widget.relatedArticle .relatedArticlewrapper
{ 
    text-align: left;
    padding: 10px 0;
    max-width:100%;
    margin:0 auto 0 auto                   
}
.widget.relatedArticle .heading
{ 
    margin: 3px 10px;
    font-size: 24px;
    color:#0a2045;                    
}
.widget.relatedArticle .content 
{ 
    margin-left: 10px;
    font:15px "Times New Roman", Times, serif ;
    color:#666;
    padding:0 1px;
    font-weight:normal;
    line-height: 1.5em;
} 
.widget.relatedArticle .content b, 
.widget.relatedArticle .content strong
{ 
    font-family:"Times New Roman", Times, serif ;
    font-weight:bold; 
} 
.widget.relatedArticle .imgnews
{
    float: left;
    margin: 6px 10px;    
} 

.clear { clear: both;}


/* Widget Content */

.widget.content{}

.widget.content .body{}

/* Widget Game */

.widget.game{}
.wdiget.game .datetimewrapper{}
.widget.game .datetimewrapper .date{}
.widget.game .datetimewrapper .location{}
.widget.game .teamwrapper{} 
.widget.game .teamwrapper .hometeam{}                  
.widget.game .teamwrapper .awayteam{} 
.widget.game .teamwrapper .hometeam .logo, 
.widget.game .teamwrapper .awayteam .logo{}                 
.widget.game .teamwrapper .score{}                                   
.widget.game .teamwrapper .winner{}                                   
.widget.game .teamwrapper .loser{}   

/* Widget News */

.widget.news
{}                                
.widget.news .date
{
    color: #999;
    font-weight: bold;
}
.widget.news .title
{     
    margin-bottom:10px;
}
.widget.news .content
{
    margin-bottom:15px;
}
.widget.news hr
{}
.widget.news button
{}

/* Breadcrum */

#breadcrum{}                                
#breadcrum .name{}                                
#breadcrum a, #breadcrum a:visited, #breadcrum a:active{color: green;}                              
#breadcrum a:hover{}  

/* Header */

#header{}                                
#header h1
{    
    font-size:32px; 
    font-weight: bolder;   
    padding:0;
    margin:0;

}                                                              
#header h2
{    
    font-size:24px;
    font-weight: bold;   
    padding:0;
    margin:0;
}                                                              
#header h3
{    
    font-size:18px;
    font-weight: normal;  
    padding:0;
    margin:0;
}                                                              

.panel .panel-heading
{ 
    background: url("../img/bluestripe.jpg") center center;  
    font-size: 22px;   
    color: #fff;  
    text-align: center;  
}
.panel .panel-heading-sub
{     
    text-align: center;  
}

a.list-group-item .list-group-item-heading {
    font-size: 15px;
    color: #cf2027;
    line-height: 1.35em;
}

a.list-group-item:hover .list-group-item-heading {
    color: #fff;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.5em;
    font:13px "Times New Roman", Times, serif ;
}

/* news content text and tags*/

.news_content
{
    margin-left: 10px;
    margin-right: 10px; 
}
.news_content h1{}
.news_content h2{}
.news_content h3{}
.news_content h4{}
.news_content h5{}
.news_content h6{}
.news_content strong, .news_content b
{    
    font-family:"Times New Roman", Times, serif ;
    font-weight:bold;
}
.news_content i 
{
    font-family:"Times New Roman", Times, serif ;
}
.news_content u
{ 
    font-family:"Times New Roman", Times, serif ;
}
.news_content p
{

    font:15px "Times New Roman", Times, serif ;
    color:#666;
    font-weight:normal;
    line-height: 1.2em;
}

.news_content blockquote  
{
    padding:25px 40px 25px 40px;

    font:20px "Times New Roman", Times, serif ;
    font-style: italic;
    border:none; 
    background-color:#efefef;
    text-align: center;     

}
.news_content blockquote * 
{
    quotes: '';  
}
.news_content blockquote:before 
{ 
    content: '\201C';
    font-size:66px;
    position: absolute;  
    margin-top:-25px;
    margin-left:-40px; 
} 
.news_content blockquote:after 
{ 
    content: '\201D';
    font-size:66px; 
    position: absolute;
    margin-top:0px;
    margin-left:-5px;
}

.news_content a
{ 
    font-family:"Times New Roman", Times, serif ;
    text-decoration: underline; 
}

.news_content a
{ 
    font-family:"Times New Roman", Times, serif ;
    text-decoration: underline; 
}


/*class site_heading*/

.site_heading
{
    margin-left: 10px;
    margin-right: 10px; 
}
.site_heading h1
{
    text-transform:uppercase;
    font-weight:bold;
    color: #ffffff;
}
.site_heading h2
{
    margin-bottom: 10px;
    color: #ffffff;
}
.site_heading h3{}
.site_heading h4
{
    color: #eae988;
    line-height: 1.4em;   
}
.site_heading h5{}
.site_heading h6{}

/*class join*/

.join{}  
.join ,span
{
    /*float: right;
    font-size:56px;
    color: aqua; */
}

.panel.leaders
{
    background-color:#fff; 
    text-transform: uppercase;
    text-align: center;
    border:2px solid #ccc;   
}
.panel.leaders .header
{ 
    background: url("../img/bluestripe.jpg") center center;  
    font-size: 22px;   
    color: #fff;    
}         
.panel.leaders .name_number
{ 
    background-color: #ccc;
    padding: 5px 0;
    font-size: 18px;
    color:#666;                    
}
.panel.leaders .leaderswrapper
{ 
    position: relative;
    padding: 10px 0;                 
}

.panel.leaders .photo
{
    float: left;
}
.panel.leaders .points
{ 
    float: left; 
    font-size: 50px;
    color:#0a2045;
    font-weight: 600;
    position: relative;
    left:5px;
}
.panel.leaders .pts
{ 
    position: absolute;
    font-size: 18px; 
    color:#0a2045; 
    left:0px;
    bottom:-10px;                
}

.panel.leaders .logo
{ 
}

.panel.leaders .team_name
{
    font-size: 24px;
    color: #0a2045;
    font-weight: 400;
}
.panel.leaders .tier_name
{
    font-size: 18px;
    color: #0a2045;
    padding-bottom: 10px;
}
.panel.leaders hr
{
    color: #0a2045;
    background-color: #0a2045;
    height: 1px;
    width: 144px;
    position: relative;
    top: -52px;
    left: 60px;
}

.panel.leaders .sub_name
{ 
    padding-right: 10px;
    font-size: 18px;
    font-weight: 100;                  
}
.panel.leaders .sub_number
{ 
    font-size: 24px;
    font-weight: 600;                   
}
.panel.leaders .sub_leaderswrapper
{ 
    position: relative;
    padding: 10px 0;
    overflow:hidden;
    height: 54px;
    color:#0a2045;                    
}
.panel.leaders .sub_points
{ 
    font-size: 24px;
    font-weight: 600;                  
}
.panel.leaders sup
{ 
    font-size: 10px;             
}
.panel.leaders .sub_rank
{
    font-size: 24px;
}
.panel.leaders .sub_photo
{
}
.panel.leaders img
{
    -moz-border-radius: 2px;
    border-radius: 2px;    
}

/* alert boxes */

.chl-alert-info
{
    font-size: 20px;
    color: #091f44;
    background-color: #ffffff;
    border-color: #091f44;
    border-style:solid;
    border-width:2px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
.chl-alert-info h2
{
    font-size: 16px;
    color: #091f44;
    line-height: 1.4em;    
}
.chl-alert-info hr
{
    border-top-color: #091f44;    
}

.chl-alert-warning
{
    font-size: 20px;
    color: #dd9435;
    background-color: #ffffff;
    border-color: #dd9435;
    border-style:solid;
    border-width:2px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
.chl-alert-warning h2
{
    font-size: 16px;
    color: #dd9435;
    line-height: 1.4em;    
}
.chl-alert-warning hr
{
    border-top-color: #dd9435;    
}

.chl-alert-danger
{
    font-size: 20px;
    color: #f1222c;
    background-color: #ffffff;
    border-color: #f1222c;
    border-style:solid;
    border-width:2px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
.chl-alert-danger h2
{
    font-size: 16px;
    color: #f1222c;
    line-height: 1.4em;    
}
.chl-alert-danger hr
{
    border-top-color: #f1222c;    
}

.chl-alert-success
{
    font-size: 20px;
    color: #249d17;
    background-color: #ffffff;
    border-color: #249d17;
    border-style:solid;
    border-width:2px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
.chl-alert-success h2
{
    font-size: 16px;
    color: #249d17;
    line-height: 1.4em;    
}
.chl-alert-success hr
{
    border-top-color: #249d17;    
}

.close
{
    color: #000000;
    font-size: 60px;    
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -24px;
    right: -21px;
    color: inherit;
}

/* bread crum */

.bread a
{
    color: #cf2027;
}
.bread a:hover
{
    color:#091f44;
}
.bread
{
    font-size: 16px;
    color: #091f44;
    background-color: #ffffff;
    border-color: #091f44;
    border-style:solid;
    border-width:2px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
}
.bread .active
{
    color: #091f44; 
}


.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 2px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.stat_value
{
    font-size: 48px;
    color:#091f44;
    background-color: #ffffff;
    text-align: center;
}
.team_logo
{               
}
.thumbnail
{
    border:none;
}
.winner{    
    background-color: #daeed2;
    /*background: url("../img/greenstripe.jpg") center center;*/
}
.loser{    
    background-color: #f2dede;
}
.tie{    
    background-color: #f9f9cb;
}

.leftToPlay span
{
    font-size:44px;   
}
.wins span
{
    font-size:44px;
    color: #87c070;    
}
.losses span
{
    font-size:44px;
    color: #cf2027;    
}
.ties span
{
    font-size:44px;
    color: #d0cf55;    
}

.wins,
.losses,
.ties,
.leftToPlay
{
    font-size:18px;                  
}

/* social media */
.social
{
    padding: 1px;
    background: #e9e7e7;      
}
.socialwrap
{
    padding:3px;
}
.socialwrap p
{
    color: #0e3473;
    margin-bottom: 4px;
}
.socialwrap .btn
{
    font-size: 24px;
    margin-bottom: 8px;
    margin-left: 1px;
    margin-right: 5px;
    line-height: 1.1em;
}

.socialwrap hr
{
    color: #0e3473;
    background-color: #0e3473;
    height: 1px;
    margin-top: 1px;
    margin-bottom: 8px;
}

.cork
{
    background: url("../img/cork_backing.jpg") center center;    
     border-style: solid; border-width: 39px 34px 36px 39px;
     -moz-border-image: url("../img/cork_border.png") 39 34 36 39 stretch;
     -webkit-border-image: url("../img/cork_border.png") 39 34 36 39 stretch;
     -o-border-image: url("../img/cork_border.png") 39 34 36 39 stretch;
     border-image: url("../img/cork_border.png") 39 34 36 39 fill stretch; 
}

.creditcard
{
   background: url("../img/chl_logo.png") no-repeat right; 
   padding-top: 3px;
   padding-left: 12px;
   background-color: #e9e7e7;   
}

.creditcard-h1
{
   font-size: 24px;      
}

.join
{
   background: url("../img/chl_player_logo.png") no-repeat right; 
   padding-top: 3px;
   padding-left: 12px;
   background-color: #e9e7e7;   
}

.join-h1
{
   font-size: 20px;      
}

footer
{
  color:#ffffff;
}
