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

	Licensed under GPL and MIT.
*/

/* =BASICS
  ------------------------------------------------------ */
.container_12 {
	/*background: transparent url('../img/12_col.gif') repeat-y;*/
}

body {
  background: #c7b299 url('/images/exclusive_paper.png') repeat;
	font: 14px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

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

p {
  margin: 20px;
}

a {
  color: #336ECC;
  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: normal;
	text-shadow: 0px 1px 0px #ffffff;
}

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

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

h4 {
	font-size: 14px;
	font-weight: normal;
	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:#111;
	margin-bottom: 20px;
}

/*  =UNIVERSAL
  ------------------------------------------------------ */
div.full {
  clear:both;
  display: block;
  margin: 0;
  width: 100%;
}

/*  =NAV
  ------------------------------------------------------ */
div.nav {
  background: skyblue url('/images/nav.png') repeat-x 0 -80px;
  border-bottom: 1px solid #fff;
  height: 80px;
  /*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);
}

div.nav h1.logo {
  background: transparent url('/images/logo.png') no-repeat 0 11px;
  height: 80px;
  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
  ------------------------------------------------------ */
dl.availability-confirmation {
  border-bottom: 1px solid #cdcdcd;
  display: block;
  margin: 10px 30px 30px 30px;
  padding: 0 0 20px 60px;
}

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

dl.availability-confirmation dd.you-confirmed {
  display: block;
  font-size: 36px;
  height: 46px;
  margin-left: -60px;
  margin-top: -20px;
  padding-left: 60px;
  padding-top: 15px;
}

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;
}

/*  =BUTTONS
  ------------------------------------------------------ */
a.sign-in {
    background: #f3f3f3;
    color: #6e6e6e;
    display: inline-block;
    font: bold 12px Helvetica, Arial, sans-serif;
    padding: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px -1px 0px #666;
    min-width: 120px;
    /*TRANSITION*/
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-right: 10px;
}
a.sign-in:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2)
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.sign-in:active {
    color: #000;
    border-color: #444;
}

a.big {
    font-size: 16px;
    padding: 15px;
}

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