/* ---[ good-tutorials + zach-holman ]------------------------------- */




/* Commonalities
 *******************************************/

body {
  font-family: 'Lucida Grande', Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
  margin: 0;
  background-color: #88BBDD;
  background-image: url('/images/cyan-blend.png');
  background-repeat: repeat-x;
}

a {
  color: #004577;
}
  a:hover {
    color: #00A2DE;
  }

h1,h2,h3,h4,h5,h6 {font-family: 'Helvetica'; padding: 0; margin: 0;}
h2 {
  margin: .5em 0 .5em 0;
  font-size: 1.25em;
  color: #004577;
}
h3 a {text-decoration: none;}
li {
  font-size: .8em;
}
img {border: 0;}
hr {
  height: 1px;
  background-color: #c0c0c0;
  color: #c0c0c0;
  border: none;
  padding: 0;
  margin: 1em 0;
}


/* Header
 *******************************************/

#top {
  width: 1000px;
	margin: 0px auto;
}
#header {
  background-color: #fff;
  border-top: 4px solid #fff;
}
#logo {
  float: left;
  padding: 5px 0;
  border-right: 1px solid #ccc;
}
#header .search {
  padding: 0;
  margin: 0;
  float: right;
  font-size: .75em;
}
  #header .search form {
    display: inline;
  }
  #header .search input {
    width: 150px;
    margin-right: 4px;
  }
  #header .search label {
    font-weight: bold;
    margin-right: 4px;
    display: inline;
    color: #000;
  }
#header ul {
  margin: 0;
  padding-top: 12px;
}
#header li {
  padding: 4px 5px;
  font-family: Helvetica;
  list-style-type: none;
  float: left;
  font-size: 11px;
  font-weight: bold;
  border-right: 1px solid #ccc;
}
  #header li.last { border: none; }
  #header a {
    text-decoration: none;
    color: #004577;
  }
  #header a:hover {
    color: #00A2DE;
  }
#topics {
  background-color: #c0c0c0;
  background-image: url('/images/grey-blend.png');
  background-repeat: repeat-x;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border: 3px solid #fff;
  padding: 0 10px;
  font-size: 11px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode';
}
  #topics ol {
    padding: 0;
    margin: 0;
    border-right: 10px solid #000;
  }
  #topics li {
    list-style: none;
    float: left;
    padding: 5px 0;
    font-size: 1em;
  }
    #topics li a {
      padding: 5px .5em;
      color: #004577;
      text-decoration: none;
    }
      #topics li a:hover {
        color: #00A2DE;
      }
#topics #upcoming {
  float: right;
  padding: 5px 0 5px 10px;
  border-left: 1px solid #ccc;
}
  #topics #upcoming a {
    color: #777;
    text-shadow: #fff 0px 1px 1px;
    font-weight: bold;
    text-decoration: none;
  }
  #topics #upcoming a:hover {color: #333;}
#quicklogin {
  position: absolute;
  z-index: 10;
  width: 950px;
  background-color: #c0c0c0;
  background-image: url('/images/grey-blend.png');
  background-repeat: repeat-x;
  padding-top: 3px;
  display: none;
}
  #quicklogin form, #quicklogin input {
    display: inline;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 1em;
    float: inherit;
  }
  #quicklogin input {
    margin-right: 10px;
    background-color: #999;
    text-align: center;
  }
  #quicklogin input[type="submit"] {
    border: 0;
    color: #fff;
    font-weight: normal;
    background-color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px 3px;
  }


/* Content
 *******************************************/


#wrapper {
  width: 1000px;
  margin: 0px auto;
  margin-top: 10px;
}

#container {
  width: 646px;
  float: left;
  margin-right: 10px;
}
.teaser {
  background-color: #eee;
  padding: 7px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  font-family: 'Lucida Grande';
}
  .teaser ol {
    padding: 0;
    margin: 0;
  }
  .teaser li {
    width: 300px;
    font-size: 1em;
    float: left;
    list-style: none;
    padding: 2px 0;
  }
  .teaser a {color: #777; text-decoration: none; }
  .teaser a:hover {color: #c0c0c0;}
  .teaser strong {color: #333;}
.sort {
  background-color: #f8f8f8;
  padding: .1em .75em;
  font-size: .8em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
  color: #999;
  padding-right: 4px;
}
  .sort a {
    padding: 0 .25em;
    margin: 0 .25em;
    color: #999;
    text-decoration: none;
  }
  .sort a:hover {text-decoration: underline;}
  .sort strong {margin-right: .5em;}
  .sort img {float: right;}
  .sort a.active {
    color: #444;
    text-shadow: #fff 0px 1px 1px;
    background-color: #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
.content {
  background-color: #fff;
  margin-bottom: 4em;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border: 1px solid #fff;
  padding: 0 10px;
}
.follow{
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin: 10px 0;
}
.upcoming {
  margin: 1.75em 0 1em 0;
  padding: .75em .5em;
  font-size: .75em;
  color: #333;
  background-color: #eee;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
  .upcoming p {
    margin: 0;
    font-size: .9em;
  }
#advanced_search label {
  display: block;
  color: #111;
  font-weight: normal;
  padding: 0 .5em;
  font-size: .9em;
  font-weight: bold;
}
  #advanced_search .searchr {float: right;}
  #advanced_search .searchl {float: left;}
  #advanced_search .searchl input {margin-right: 3em;}
  #advanced_search #active {margin: .5em 0; margin-left: 3em;}
  #advanced_search #active_label {display: inline; font-weight: normal;}
  #advanced_search form {padding: 0;}


/* Tutorials
 *******************************************/

.tutorial {
  clear: both;
  padding: 8px 5px 0 5px;
  border-bottom: 1px solid #ccc;
}
  .tutorial h3 {
    font-size: 1em;
  }
  .tutorial h3 a {
    text-decoration: none;
    color: #222;
  }
    .tutorial h3 a:visited { color: #777;}
    .tutorial h3 a:hover { color: #004577;}
  .tutorial .thumbnail img {
    float: left;
    margin: 5px 5px 5px 0px;
    padding: 3px;
    border: 1px solid #ccc;
  }
  .tutorial .block {
    font-size: .75em;
    color: #555;
  }
    .tutorial .block span.status {
      color: #999;
      font-size: .75em;
    }
  .tutorial .description {
    font-size: .8em;
    margin: 3px 0 7px 0;
    line-height: 1.4em;
  }
  .tutorial .stats, .bio .stats {
    clear: both;
    font-size: .75em;
    padding-bottom: 2px;
  }
    /* jQuery.Rating Plugin CSS (modified) - http://www.fyneworks.com/jquery/star-rating/ */
    .rating{cursor:pointer;float:left;margin: 5px 0 0 0;padding-top: 2px;width:105px;padding: 0;}
    .rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
    li.cancel,li.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
    li.cancel,li.cancel a{background:url('/images/delete.gif') no-repeat 0 -16px}
    li.star,li.star a{background:url('/images/star.gif') no-repeat 0 0px;}
    li.cancel a,li.star a{display:block;width:16px;height:100%;background-position:0 0px;border:1 solid #FF0000}
    li.star_on a{background-position:0 -16px!important}
    li.star_hover a,li.star_live a:hover{background-position:0 -32px}
    /* Partial Star CSS */
    li.star{background:transparent!important;overflow:hidden!important}
    /* END jQuery.Rating Plugin CSS */
    .tutorial .author {float: right; margin-right: -11px; font-weight: bold; }
    .tutorial .data {
      float: left;
      margin-top: 5px;
    }
    .tutorial .stats a {
      margin-right: .5em;
      color: #666;
      text-decoration: none;
    }
    .tutorial .stats a:hover {
      color: #222;
    }
    .tutorial .stats img {
      vertical-align: middle;
      padding: 1px;
      border: 1px solid #ccc;
    }
    .tutorial .gravatar {
      border: 0 !important;
    }
    .sharing, .reporting {
      border-bottom: 1px solid #eee;
      padding: .25em .5em;
      font-size: .75em;
    }
    .sharing a, .reporting a {
      padding: 0 .5em;
    }

/* Comments
 *******************************************/

.comment {
  margin: .5em;
  margin-top: 0;
}
.comment .date {
  border-bottom: 1px solid #eee;
  color: #777;
  font-size: .9em;
  padding: .25em 0;
}
  .comment .date img {
    padding: 1px;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
  .comment .date a {
    margin-left: .5em;
    color: #555;
  }
  .comment .status {
    font-size: .75em;
    color: #222;
  }
  .comment .time {
    float: right;
    font-size: .75em;
    padding-top: 5px;
  }
.comment .body {
  padding: .5em;
  font-size: .8em;
  color: #333;
}
  .comment .body p {
    margin: 0 0 1em 0;
  }
  .comment .body .commentable {
    font-style: italic;
    margin: 1em 5px;
    font-size: .8em;
  }
.aside {
  font-size: .7em;
  padding: .5em 0;
  float: left;
}


/* Sidebar
 *******************************************/

#sidebar {
  float: left;
  margin-bottom: 2em;
  width: 344px;
}
  .sidechunk, .sidenote {
    padding: 4px;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    margin-bottom: 10px;
  }
  .sidechunk {
    text-align: center;
  }
    .sidechunk h5, .sidechunk p {
      text-align: left;
      padding: 0 3px;
    }
    .sidechunk h5 a {text-decoration: none;}
    .sidechunk p {
      margin: 0;
      text-transform: uppercase;
      font-size: .7em;
      color: #666;
      font-weight: bold;
    }
    .sidechunk .headline a {text-decoration: none;}
    .sidechunk .headline img {float: right; padding: 1px .1em;}
  .sidenote #skycolumn {
  }
    #skycolumn ul {
      padding: 0;
      margin: 0 0 5px 0;
    }
      #skycolumn li {
        list-style-type: none;
      }
      #skycolumn li.headline, .sidechunk .headline {
        font-family: Helvetica;
        font-size: 13px;
        font-weight: bold;
        text-shadow: 0px 1px 0px #fff;
        margin-bottom: 5px;
        padding: 4px 7px;
        color: #004577;
        text-transform: uppercase;
        background-color: #CFDBE6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        text-align: left;
      }
      #skycolumn li a {
        text-decoration: none;
        white-space: nowrap;
        color: #222;
        font-size: 12px;
        display: block;
        padding: .25em;
        padding-left: .5em;
      }
      #skycolumn li:hover a {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background-color: #eee;
      }
      #skycolumn .cube {
        margin: .5em 23px;
        padding: .5em 0;
        border-top: 1px solid #CFDBE6;
        text-align: center;
      }

/* Footer
 *******************************************/

#footer {
  background-color: #004577;
  background: -webkit-gradient(linear, left top, left bottom, from(#010855), to(#004577), color-stop(0.05,#004577));
  border-top: 1px solid #fff;
  padding: 1em;
  clear: both;
  color: #555;
  font-family: Helvetica, sans-serif;
}
  #footer a {
    color: #eee;
  }
  #footer h6{
    float: left;
    margin: 10px 25px;
    font-size: 1.3em;
    font-weight: bold;
    color: #888;
    text-shadow: -1px -1px 0 #222;
    font-weight: normal;
  }
  #footer h6 a{
    text-decoration: none;
  }
  #footer p{
    margin-top: 15px;
    font-size: .75em;
    text-shadow: -1px -1px 0 #111;
    color: #8ACEFF;
  }


/* User Pages
 *******************************************/

.bio {
  padding-top: 10px;
}
  .bio h2 {
    margin: 0;
    color: #222;
    font-size: 1.25em;
    font-weight: normal;
  }
  .bio h3 {
    color: #555;
    font-size: 1em;
    font-weight: normal;
    padding: .25em 0;
    margin-top: 1em;
  }
  .bio img {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    padding: 3px;
  }
  .bio span {
    font-size: .9em;
  }
  #feed {
    margin-bottom: 1em;
    border-top: 1px solid #ccc;
    font-size: .8em;
  }
  #feed .item {
    padding: .25em;
    border-bottom: 1px solid #eee;
  }
    #feed .item a { text-decoration: none; }
  #feed span {
    color: #555;
  }
  .bio .stats {
    border-bottom: 1px solid #ccc;
    color: #666;
  }

/* Ads
 *******************************************/
.graph {
  margin: 0 -10px;
  background-color: #004577;
}
.ads {

}
  .ads .col {
    margin-bottom: 2em;
  }
  .ads h2 {
    font-size: 1em;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    margin-bottom: 0;
  }
  .ads ul {
    margin: 0;
    padding: 0;
  }
    .ads li {
      list-style-type: none;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #eee;
      padding: .25em;
      line-height: 1.75em;
    }
    .ads li div {
      color: #000;
      text-transform: uppercase;
      background-color: #CFDBE6;
      font-size: .75em;
      padding: 2px;
      display: inline;
      font-weight: bold;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
    }
    .ads li span {
      color: #666;
      display: block;
      float: right;
      font-size: .75em;
    }
  .ads .more {font-size: .75em;}
/* General
 *******************************************/

.clear {
  clear: both;
}

.cap {
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border: 1px solid #eee;
  background-color: #CFDBE6;
  color: #193878;
  font-weight: bold;
  padding: .5em .5em .25em .5em;
  text-shadow: 1px 1px 1px #fff;
  border-bottom: 1px solid #ccc;
}
  .cap h1 {
    font-size: 1.25em;
    font-weight: normal;
  }

form {
  margin-top: 10px;
}
fieldset {
	border: 0;
	border-top: 4px solid #eee;
	padding: 1em;
}
	legend {
		color: #999;
		margin-left: -1.25em;
		padding: .25em;
	}
form label {
	font-weight: bold;
	display: block;
	font-size: 10pt;
	color: #004577;
}
form input, textarea {
	margin-bottom: 1em;
}
form select {
  margin-bottom: 1em;
}
input[type="submit"] {
	width: inherit ! important;
	float: right;
}
  form.descriptive input {
    width: 350px;
  }

p {
	font-size: 10pt;
	line-height: 1.5em;
}
.administrative {
  border-top: 1px solid #fff;
  background-color: #000;
  background-image: url('/images/black-blend.png');
  background-repeat: repeat-x;
  color: #eee;
  padding: 5px 10px;
  font-size: 10pt;
}
  .administrative a {color: #eee; text-decoration: none;}
  .administrative a:hover {text-decoration: underline;}
.flash {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  font-size: .8em;
  padding: .75em .5em;
  margin-bottom: 10px;
}
	.warning {
		background-color: #850707;
		border: 1px solid #850707;
		color: #fff;
	}
	.notice {
    border: 1px solid #e3f04b;
		background-color: #e3f04b;
		color: #555;
	}
  	.notice h2 {
      font-weight: normal;
      margin: 0;
    }
    .notice li  {
      font-size: 1em;
    }
.pagination {
  padding: 1em;
  font-size: .75em;
  text-align: center;
}
  .pagination .disabled {
    color: #999;
  }
  .pagination a, .pagination span {
    border: 1px solid #ccc;
    padding: .25em .5em;
    text-decoration: none;
  }
  .pagination a:hover {
    background-color: #eee;
  }
  .pagination .current {
    color: #333;
    font-weight: bold;
  }
table {
  padding: 0;
  margin: 0;
  font-size: .9em;
  width: 100%;
}
  th {
    border-bottom: 1px solid #ccc;
    padding: 0 .5em;
    color: #333;
  }
  td {
    padding: .5em 0;
    border-bottom: 1px solid #eee;
  }
  td span {
    font-size: .8em;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
  }
  td.numbers { text-align: right; padding-right: .5em;}
  td.sum {
    text-align: right;
    font-weight: bold;
    }
