/* *************************************************** */
/*  THIS FILE CONTAINS CSS FOR THE ROTO LEAGUE WEBSITE */
/* *************************************************** */

html {
    height: auto;
}

body {
    font-family: 'IBM Plex Sans', Verdana, Helvetica, Arial, Tahoma, sans-serif;
    margin-left: 0px; 
    background: #ffffff;
    font-size: 1.0em;
    margin: 0px;
}

p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    font-family: 'IBM Plex Sans', Verdana, Helvetica, Arial, Tahoma, sans-serif;
    color: #222222;
    line-height: 100%;
}


tbody {
    vertical-align:middle;
}

th {
    font-weight: bold;
    font-size: 0.8em;
}

a {
    color: #00649d;
    text-decoration: none;
}

a:visited {
    color: #00649d;
}

a:hover {
    color: #05386b;
    text-decoration: underline; 
}

h1 {
    font-weight: 900;
    font-size: 1.4em;
    color: #6B1212;
    width: 40%;
}

.homeHeader {
    border-top: 3px solid #6B1212;
    border-bottom: 3px solid #6B1212;
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 2px;
}

.bannerTitle {
    font-weight: 700;
    color:#fafafa;
    margin-left:32px;
    font-size:1.3em;
    letter-spacing: 2px;
}

h2 {
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 15px;
    border-left: 10px solid #6B1212;
    font-weight: bold;
    font-size: 1.2em;
    color:#222;
}

h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.0em;
    color:#222;
}

/* TABLE STYLES */
table.sortable thead {
    background-color:#FFFFE0;
    cursor: default;
}

.standingsTableCell {
    color: DarkSlateGray;
    border: 1px solid #DCDCDC;
    border-collapse: collapse;
    padding-left: 5px;
    padding-right: 5px; 
    vertical-align: middle;
}

.standingsTableHeader {
    vertical-align: middle;
    font-weight: bold;
    font-family: 'IBM Plex Mono', Courier New, monospace;
}

.standingsCellText {
    font-size: 0.8em;
    text-align: left;
    font-family: 'IBM Plex Mono', Courier New, monospace;
}

.standingsStatus {
    border-style-right: none;
    border-right: 0px;
}

.standingsCellImage {
    font-size: 0.8em;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'IBM Plex Mono', Courier New, monospace;
}

.standingsCellNumber {
    font-size: 0.8em;
    text-align: right;
    font-family: 'IBM Plex Mono', Courier New, monospace;

}


#backgroundArea {
    background-color: #ffffff;
    height: auto;
    width: 100%; 
}

#backgroundContentArea {
    padding: 30px;
    border: solid 0px #222222;
}

.hideColumn {
    display: none; 
}

#pageTitleHeader {
    font-weight: bold;
    font-size: 175%;
    color:#0e75b6;
    letter-spacing: .1em;
    padding-top: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}

#topHeaderBar {
    height:50px;
    width:100%;
    margin-top:0px;
    padding-top:3px;
    padding-bottom:6px;
    background-color: #6B1212;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#222222));
    background: -moz-linear-gradient(top,  #777777,  #222222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#222222'); */
}


.homeBigLinks {
    font-size: 160%;
    font-weight: bold;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    letter-spacing: 3px;
    margin-left:20px;
    margin-right: 10px;
}

.homeBigLinks a {
    color: #ffffff;
    
}

.homeMoreText {
    font-size: 80%;
    color: #444444;
}


.homeSubTitle {
    font-size: 110%;
    font-style: italic;
    color: #003f69;
}

.homeBigSubTitle {
    font-size: 150%;
    color: #3b0256;
    letter-spacing: 1px;
}

/* *********************************************************************************************** */
/*           STYLES FOR DROPDOWN MENUS                                                             */
/* *********************************************************************************************** */

#nav {
    font-size: 0.75em;
    margin: 0;
    padding: 7px 6px 0;
    line-height: 100%;
    background: #8b8b8b; /* for non-css3 browsers */
    border: solid 1px #6d6d6d;
    border-bottom: solid 0px #6d6d6d;
}

#nav li {
    margin: 0 5px;
    padding: 0 0 0px;
    float: left;
    position: relative;
    list-style: none;
    letter-spacing: 1px;
}

/* main level link */
#nav a {
    font-weight: 600;
    letter-spacing: 1px;
    color: #fafafa;
    text-decoration: none;
    display: block;
    padding:  12px 20px;
    margin: 0;
}

/* main level link hover */
#nav .current a {
    background: #d1d1d1; /* for non-css3 browsers */
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ffffff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fafafa,  #ffffff); /* for firefox 3.6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff');
    color: #6B1212;
    border-top: solid 0px #ffffff;
    border-bottom: solid 0px #ffffff;
    z-index: 10;

}

#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 36px;
    background-image: url('../images/arrow_collapsed_black.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
    display: inline-block;
}

/* main level link hover */
#nav li:hover > a {
    background: #d1d1d1; /* for non-css3 browsers */
    background-color: #6B1212;
    color: #fafafa;
    border-top: solid 0px #222222;
    border-bottom: solid 0px #777777;
    z-index: 10;

}


/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
    background: none;
    border: solid 0px #222222;
    color: #666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 10;
}

#nav ul li:hover, #nav li:hover li {
    background: none;
    color: #666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 10;
}

#nav ul a:hover {
    background: #0399d4 !important; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
    color: #fff !important;
    z-index: 10;
}

/* level 2 list */
#nav ul {
    background: #ddd; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
    display: none;
    margin: 0;
    padding: 0;
    width: 300px;
    position: absolute;
    top: 36px;
    left: 0;
    border: solid 1px #b4b4b4;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    z-index: 10;
}

/* dropdown */
#nav li:hover > ul {
    display: block;
}

#nav ul a {
    font-weight: normal;
}

/* level 3+ list */
#nav ul ul {
    left: 200px;
    top: -3px;
    width: 300px;
}

#nav ul ul li {
    width: 300px;
}

/* rounded corners for first and last child */
#nav ul li:first-child > a {
}

#nav ul li:last-child > a {
}

/* clearfix */
#nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#nav {
    display: inline-block;
}

html[xmlns] #nav {
    display: block;
}

* html #nav {
    height: 1%;
}




