/*********************************************
   CSS for StopandWinSports.com
*********************************************/

/* GENERAL SETTINGS---------------------------------------------------------------------- */
body {
   background: #FFFFFF;
   margin: 8px;
   font-family: Verdana, arial, 'Roboto', sans-serif;
   font-size:16px;
   line-height: 16px;
   overflow-x: hidden;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: underline; 
}

.admin h2 {
    font-size: 24px;
    line-height: 30px;
}

.formerror {
   border: 2px solid red;
   padding: 10px;
   width: 300px;
   text-align: left;
   color: red;
   font-weight: normal;
   margin-bottom: 20px;
}

form input {
   width:200px;
}

.form-edit {
   text-align: left;
   margin: 0 auto;
   width: 400px;
}

.form-item {
   text-align: left;
   margin: 8px 0px;
}

.form-label {
   display: inline;
   text-align: left;
}

.form-input {
   display: inline;
   text-align: left;
}


.form-radio {
   text-align: left;
   display: inline;
}

.form-radio input {
   width: 10px;
   margin-left: 20px;
}

.form-item-stats input {
   width:30px;
}

.form-item-stats {
   display: inline-block;
   margin-bottom:10px;
}

.admin-submit {
    font-size: 20px;
    height: 60px;
    width: 300px;
}

.form-period {
   border: 1px solid gray;
   margin: 5px 0;
   padding: 5px;
   font-size: 12px;
}

/* TABLE SETTINGS---------------------------------------------------------------------- */
table {
   border: 1px solid black;
   border-collapse: collapse;
   text-align: left;
}

.head-row {
   background-color: yellow;
   border: 1px solid black;
   height:  40px;
}

.head-cell, 
.cell {
   border: 1px solid black;
   padding: 2px 10px 2px 10px;
   font-size: 14px;
}

.published .head-cell, 
.published .cell {
   font-size: 16px;
}

.row-units {
   float: right;
   margin-left: 10px;
}

/* BUTTONS---------------------------------------------------------------------- */
.carlbutton {
background-color: #aac160; 
background: linear-gradient(rgba(103, 174, 85, 1) 45%, rgba(87, 136, 67, 1)); 
background: -moz-linear-gradient(rgba(103, 174, 85, 1) 45%, rgba(87, 136, 67, 1)); 
background: -o-linear-gradient(rgba(103, 174, 85, 1) 45%, rgba(87, 136, 67, 1)); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, rgba(103, 174, 85, 1)), color-stop(1, rgba(87, 136, 67, 1))); 
-pie-background: linear-gradient(rgba(103, 174, 85, 1) 45%, rgba(87, 136, 67, 1)); 
        border-radius: 5px;
	border-style: solid; 
        border: 2px solid black;
	position: relative; 
	text-shadow: -1px -1px 0 #999;
	color:#fff;
        font-size: 1.3em;
        margin-bottom: 30px;
        padding: 0;
	width: auto; 
	line-height: 1.2; 
        display: inline-block;
	font-family: Arial; 
	font-style: normal; 
	font-weight: normal;
        outline: 0 none;
        vertical-align: baseline;
}

.carlbutton:hover { 
background-color: #a4cf21; 
background: linear-gradient(rgba(121, 188, 100, 1) 45%, rgba(87, 136, 67, 1)); 
background: -moz-linear-gradient(rgba(121, 188, 100, 1) 45%, rgba(87, 136, 67, 1)); 
background: -o-linear-gradient(rgba(121, 188, 100, 1) 45%, rgba(87, 136, 67, 1)); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, rgba(121, 188, 100, 1)), color-stop(1, rgba(87, 136, 67, 1))); 
-pie-background: linear-gradient(rgba(121, 188, 100, 1) 45%, rgba(87, 136, 67, 1)); 
	position: relative; 
	text-shadow: -1px -1px 0 #999;
	color:#fff;
} 

.carlbutton a{
        padding: 1em;
        display: block;
	text-decoration: none; 
	color: #ffffff; 
	text-align: center; 
        text-shadow: -1px -1px 0 #999;
}

.orange {
	background-color: #e39a3b; 
	background: linear-gradient(rgba(227, 154, 59, 1) 45%, rgba(204, 116, 0, 1)); 
	background: -moz-linear-gradient(rgba(227, 154, 59, 1) 45%, rgba(204, 116, 0, 1)); 
	background: -o-linear-gradient(rgba(227, 154, 59, 1) 45%, rgba(204, 116, 0, 1)); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, rgba(227, 154, 59, 1)), color-stop(1, rgba(204, 116, 0, 1))); 
	border-style: solid; 
	-pie-background: linear-gradient(rgba(208, 208, 208, 1) 45%, rgba(181, 181, 181, 1)); 
        font-size: 1.1em;
        line-height: 0.8;
        margin-top:30px;
}
.orange:hover {
	background-color: #faac46; 
	background: linear-gradient(rgba(250, 172, 70, 1) 45%, rgba(214, 125, 8, 1)); 
	background: -moz-linear-gradient(rgba(250, 172, 70, 1) 45%, rgba(214, 125, 8, 1)); 
	background: -o-linear-gradient(rgba(250, 172, 70, 1) 45%, rgba(214, 125, 8, 1)); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, rgba(250, 172, 70, 1)), color-stop(1, rgba(214, 125, 8, 1)));  
	-pie-background: linear-gradient(rgba(250, 172, 70, 1) 45%, rgba(214, 125, 8, 1)); 
}
.orange a{
        padding: 0.8em;
}

/* END BUTTONS---------------------------------------------------------------------- */

/* TABLE SETTINGS---------------------------------------------------------------------- */
    .Table
    {
        display: table;
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .Heading
    {
        d/isplay: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Row
    {
        display: table-row;
    }
    .Cell
    {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding: 10px 10px 10px 10px;
        vertical-align: top;
    }




/* NAVIGATION---------------------------------------------------------------------- */
#nav {
  font-family: Arial; 
}

#nav .nav-links {
  font-size: 14px; 
}

#nav .nav-links li{
  display: inline; 
  padding-right: 10px; 
}

/* HEADER---------------------------------------------------------------------- */
#header {
    font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
    background: white;
}

h1.logo {
    f/loat: left;
    font-size: 66px;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    margin: 5px 0px 20px 10px;
    padding: 0;
    color: #ed1e24;
    font-variant: small-caps;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    width: 480px;
    display: inline-block;
}

h1.logo .headline {
  color: #44a1fb;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 4px;
    line-height: 24px;
    margin: 0 0 0 60px;
    padding: 0.2em 0 0.2em 0.8em;
    font-variant: none;
    text-shadow: 0 0 0 #000;
}

.header-right{
    display: inline-block;
    float:right;
  color: #44a1fb;
  border:1px solid #999;
  margin:0;
  padding:10px 10px 10px 10px;
  font-weight:normal;
  font-size:18px;
  line-height:22px;
  letter-spacing:1px;
  width: 300px;
}

/* FOOTER---------------------------------------------------------------------- */

#footer {
  clear: both;
  f/ont-family: Arial; 
  font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  font-style: normal; 
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  c/olor: red;
  margin: 40px 0 20px 0;
  background: #ddd none repeat scroll 0 0;
}

#footer #copyright {
    border-top: 1px solid #ddd;
    display: block;
    l/ine-height: 150%;
    padding: 1em 2em;
    text-align: center;
}

/* CONTENT---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------- */
/* LIVE PAGE SETTINGS---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */


body.published {
   b/ackground: gray;
   background: black;
   margin: 8px;
   font-family: Verdana, arial, 'Roboto', sans-serif;
   font-size:16px;
   color: white;
   line-height: 16px;
   overflow-x: hidden;
}

.hdr-stat {
   font-family: Verdana, arial, 'Roboto', sans-serif;
   font-size:30px;
   line-height: 40px;
   color: red;
   font-weight: normal;
   max-width: 600px;
}

.hdr-date {
   font-size:40px;
   line-height: 50px;
   color: #ffc000;
   font-weight: normal;
   margin-bottom:10px;
}

.hdr-date-updated {
   font-size: 30px;
   line-height: 40px;
   color: #0070c0;
   font-weight: normal;
   background: yellow;
}

.hdr-free-selections {
   font-size: 30px;
   line-height: 35px;
   color: red;
   font-weight: normal;
   margin-bottom: 20px;
   b/ackground: yellow;
}

.hdr-busted {
   font-size: 25px;
   line-height: 30px;
   color: green;
   font-weight: normal;
   margin-bottom: 20px;
   background: yellow;
   padding: 10px;
}

.hdr-free {
   font-size: 30px;
   line-height: 35px;
   c/olor: green;
   font-weight: normal;
   margin-bottom: 20px;
   b/ackground: yellow;
   padding: 10px;
   border: 1px solid yellow;
}

.hdr-congrats {
   font-size: 30px;
   line-height: 40px;
   c/olor: green;
   font-weight: normal;
   margin-bottom: 20px;
   background: yellow;
   padding: 10px;
   border: 1px solid yellow;
}

.hdr-congrats-name {
   font-size: 34px;
   margin: 20px 0;
}

.hdr-point-spread {
   font-size: 25px;
   line-height: 35px;
   color: white;
   font-weight: normal;
   margin-bottom: 20px;
   b/ackground: yellow;
   padding: 10px;
   border: 1px solid yellow;
}

.hdr-main-title {
   font-size: 40px;
   line-height: 50px;
   color: red;
   font-weight: normal;
   margin-bottom: 20px;
   b/ackground: yellow;
   padding: 10px;
   b/order: 1px solid yellow;
}



.published table {
    font-family: arial;
    font-size: 16px;
    background: black;
    border: 1px solid white;
    border-collapse: collapse;
    text-align: left;
}

.published .head-row {
   background-color: black;
   color: #0070c0;
   border: 1px solid white;
   height:  40px;
}

.published .head-cell, 
.published .cell {
   border: 1px solid white;
   padding: 5px 6px 5px 4px;
}

.published .cell-name {
   border: 1px solid black;
  background-color: white;
  color: black;
}

.cell-selection, 
.cell-gameday {
  color: #ffc000;
}

.cell-sport {
  color: #ffc000;
}

.cell-thisweek,
.cell-lastweek,
.cell-overall {
  color: red;
  color: green;
}




/* ----------------------------------------------------------------------------------------- */
/* RESPONSIVE SETTINGS---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

@media screen and (max-width: 980px) {
	body {
	}

}

@media screen and (max-width: 850px) {
	body {
	}


}

@media screen and (max-width: 650px) {
	body {
	}


}

@media screen and (max-width: 480px) {
	body {
	}


}

@media screen and (max-width: 320px) {
	body {
	}

}

@media screen and (max-width: 240px) {
	body {
	}

}





