/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =BASICS
  ------------------------------------------------------ */


body {
  background: #f7f7f7;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #e9e9e9 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
  margin: 10px 0;
}
a {
  color: #48a0e3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}

strong.caps {
  font-weight: normal;
  font-variant: small-caps;
}


/* =HEADINGS
  ------------------------------------------------------ */
h1 {
	font-size: 42px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ffffff;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ffffff;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ffffff;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ffffff;
}

/* =SPACING
  ------------------------------------------------------ */
ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
  margin: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  color:#2f2f2f;
	margin-bottom: 20px;
}

section {
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 20px 10%;
}
  section:last-child {
    border:0;
  }

/* =HELPERS
  ------------------------------------------------------ */
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }
  .no-margin {
    margin: 0;
  }
/*  =UNIVERSAL
  ------------------------------------------------------ */
div.full {
  clear:both;
  display: block;
  margin: 0;
  width: 100%;
}
.center {
  text-align: center;
}
.container {
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 500px;
}

/*  =NAV
  ------------------------------------------------------ */
div.nav {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  height: 80px;
}

.logo {
  background-image: url('http://storage.googleapis.com/ts_assets_prod-marketing_assets/Logogradientemail.png ');
  background-repeat: center left;
  background-position:center left;
  background-repeat:no-repeat;
  background-size:70%;
  height: 44px;
  padding:35px 0 0 0;
  text-indent: -9999px;
  width: 200px;
  filter:0;
}

/*  =MAIN
  ------------------------------------------------------ */
div.main-content {
  background: transparent;
  padding-top: 20px;
  padding-bottom: 60px;
}

.buckets {
  background: #ffffff url('/images/white-gradient.png') repeat-x;
  border: 1px solid #fff;
  /*display: block;*/
  padding-bottom: 30px;
  padding-top: 20px;
  /*SHADOW*/
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .25);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .25);
  /*RADIUS*/
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

div.bezel-box {
  background: rgba(153, 134, 117, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding-bottom: 30px;
  /*RADIUS*/
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /*INSET*/
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

div.bezel-box h3 {
  margin: 20px 20px 10px 20px;
}

/*  =AVAILABILITY
  ------------------------------------------------------ */
  .avail-container {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    /*display: block;*/
    /*SHADOW*/
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .05);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .05);
    /*RADIUS*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
   .avail-status {
      border-radius: 3px;
      color:#fff;
      float:left;
      margin-top: 5px;
      font-size: 1em;
      padding: 2.5%;
      text-align: center;
      width: 5%;
    }
    .accepted {
      background-color:#82c33f;
    }
    .declined {
      background-color:#e26362;
    }
    .maybe {
      background-color:#46657f;
    }
  .avail-details {
    float:left;
    margin-left: 5%;
    width: 85%;
  }
    .avail-details ul {
      margin: 0 0 15px 0;
    }
  .avail-confirmation {
    display: block;
    padding-bottom:20px;
}
  .avail-confirmation h3, .mobile-apps h3 {
    font-weight: bold;
    margin: 0;
  }
  .avail-confirmation p {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
  }
  .avail-confirmation textarea {
    border:1px solid #e9e9e9;
    border-radius: 3px;
    box-sizing:border-box;
    height: 100px;
    margin:0 0 10px 0;
    padding: 10px;
    width: 100%;
  }

dl.availability-confirmation dt, dl.team-player dt, dl.game-event dt {
  color: #939393;
}

dl.availability-confirmation dd.you-confirmed {
  display: block;
  font-size: 24px;
}

/*
dl.availability-confirmation dd#you-confirmed-yes { background: transparent url('/images/availability-yes.png') no-repeat 0 12px;}
dl.availability-confirmation dd#you-confirmed-no { background: transparent url('/images/availability-no.png') no-repeat 0 10px;}
dl.availability-confirmation dd#you-confirmed-maybe { background: transparent url('/images/availability-maybe.png') no-repeat 0 12px;}
*/
dl.team-player {
  background: transparent url('/images/icon-big-roster.png') no-repeat;
  border-bottom: 1px solid #cdcdcd;
  display: block;
  margin: 0px 30px 30px 30px;
  padding: 0 0 20px 60px;
}

dl.team-player dd {
  font-size: 16px;
}

dl.team-player dd.player-team, dl.game-event dd.game-event-title {
  font-size: 24px;
}

dl.game-event {
  background: transparent url('/images/icon-big-schedule.png') no-repeat;
  display: block;
  margin: 0px 30px 30px 30px;
  padding: 0 0 0 60px;
}

dl.game-event dd.game-event-time {
  font-size: 16px;
}

dl.game-event dd.game-event-location {
  font-size: 16px;
  margin-bottom: 10px;
}

dl.game-event dd.game-event-notes {
  background: #efefef;
  border: 1px solid #cdcdcd;
  padding: 16px;
}

dl.game-event strong, dl.team-player strong {
  color: #939393;
  font-weight: normal;
}

p.change-availability {
  background: #FFC;
  border: 1px solid #ece5c7;
  display: block;
  margin: 0px 30px;
  padding: 10px;
  text-align: center;
}

/*  =MOBILE APPS
  ------------------------------------------------------ */
.mobile-apps p {
  margin: 0 0 10px 0;
}

/*  =TABLES
  ------------------------------------------------------ */
table {
  width: 100%;
}
table td, table th {
  border-top:1px solid #e7e7e7;
  padding: 10px;
}
table th {
  width:30%;
}
.table-header {
  border-top:none;
}



/*  =FORMS
  ------------------------------------------------------ */
input {
  padding: 5px;
}


/*  =REFRESHMENTS
  ------------------------------------------------------ */
  .refreshment {
    overflow: hidden;
  }

  .refreshment_details {
    display: inline-block;
  }

  .refreshments ul {
    margin-bottom:20px;
  }

  .refreshments li {
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 3px;
    background: #fdfdfd;
  }
  


/*  =BUTTONS
  ------------------------------------------------------ */
.button{
    background: #48a0e3;
    border: 0;
    color: #fff;
    display: inline-block;
    font: bold 12px Helvetica, Arial, sans-serif;
    padding: 12px 5%;
    position: relative;
    text-align: center;
    text-decoration: none;
    /*TRANSITION*/
    -webkit-transition: background .218s;
    -moz-transition: background .218s;
    -o-transition: background .218s;
    transition: background .218s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.button:hover {
  background: #3e95d7;
  cursor: pointer;
  text-decoration: none;
}
.button-small {
  padding:5px;
}
input[type=submit].button {
  -webkit-appearance: none; /* Override webkits default styling on input["submit"] */
} 
.button-secondary {
  background:#fafafa;
  border:1px solid #e7e7e7;
  color:#1d1d1d;
}
.button-secondary:hover {
  background: #f3f3f3;
}


/*  =FOOTER
  ------------------------------------------------------ */
div#footer {
  background: #b3d6ff url('/images/double_lined.png') repeat;
  border-top: 1px solid #fff;
}

