body {
  background: #fff url(../img/header.png) no-repeat center top;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #242527;
}
a:link, a:visited {
  color: #242527;
  text-decoration: none;
}
#wrapper {
  width: 960px;
  margin: 0 auto;
}

#alert {
  width: 100%;
  background: #ff0;
  position: absolute;
  top: 0;
}
#alert p {
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  font-style: italic;
  padding: 5px 0;
  width: 1009px;
  margin: 0 auto;
  display: block;
}
#alert p a:link, #alert p a:visited {
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
#alert p a:hover, #alert p a:active {
  border-bottom: 1px solid #000;
}


/* Header & Navgation
-----------------------------*/
hgroup {
  margin: 20px 0 0 0;
}
hgroup h1 a {
  width: 418px;
  height: 116px;
  display: block;
  margin: 0 auto;
  background: url(../img/logo.png) no-repeat 0 0;
}
hgroup h1 span {
  text-indent: -5000px;
  display: block;
}
header nav {
  width: 699px;
  height: 89px;
  background: url(../img/chalk.png) no-repeat 0 0;
  margin: 0 auto;
}
header nav a:link,
header nav a:visited {
  color: #fff;
  text-decoration: none;
}
header nav a {
  float: left;
  display: block
  height: 11px;
  margin: 20px 50px 0 0;
}
header nav #home-nav {
  background: url(../img/nav/home.png) no-repeat 0 0;
  width: 51px;
  margin: 20px 50px 0 50px;
}
header nav #issues-nav {
  background: url(../img/nav/issues.png) no-repeat 0 0;
  width: 64px;
}
header nav #features-nav {
  background: url(../img/nav/features.png) no-repeat 0 0;
  width: 96px;
}
header nav #authors-nav {
  background: url(../img/nav/authors.png) no-repeat 0 0;
  width: 89px;
}
header nav #weblog-nav {
  background: url(../img/nav/weblog.png) no-repeat 0 0;
  width: 79px;
}

header nav a span {
  text-indent: -5000px;
  display: block;
}
header nav a:hover,
header nav a:active {
  border-bottom: 2px solid #fff;
}




/* Scobel Photos
-----------------------------*/
#scobel {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  width: 480px;
  margin: 0 auto 40px auto;
}
#scobel img {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
  box-shadow: 0 0 5px rgba(0,0,0,.4);
  margin: 0;
}
#scobel span a {
  display: block;
  color: #b5b5b5;
  font-size: 10px;
  margin: 3px 0 0 0;
  text-decoration: none;
  background: none;
}




/* Article
-----------------------------*/
article {
  width: 600px;
  float: left;
  margin: 0 0 40px 0;
}
article header {
  width: 600px;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #d5d5d5;  
  margin: 0 0 15px 0;
}
article h1 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -1px; 
  display: inline;
}
article h2 {
  font-family: Georgia, sans-serif;
  font-size: 14px;
  font-style: italic;
  display: inline;
  color: #444;  
}
article h2 a {
  padding: 0 2px;
  background: none;
}
article h2 a:hover,
article h2 a:active {
  background: #ffff00;
}
article h3 {
  font-weight: bold;
  font-size: 13px;
  margin-top: 15px;
}
article p {
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 15px 0;
}
article ol, article ul {
  font-size: 12px;
  line-height: 19px;
  margin: 0 0 15px 15px;
  padding: 0 0 0 20px;
}
article ul li {
  list-style-type: disc;
  margin: 0 0 5px 0;
}
article ul li ul li {
  list-style-type: square;
}
article ul li.nested {
  list-style-type: none;
}
article ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
article img {
  margin: 0 auto 15px auto;
  display: block;
  border: 1px solid #222;
}
article p.bio {
  font-size: 12px;
  line-height: 17px;
  font-style: italic;
  color: #333333;
  border-top: 2px solid #111;
  padding: 4px 0 0 0;
}
article a {
  background: #ffff00;
}
article a:hover,
article a:active {
  text-decoration: underline;
}
article blockquote {
  padding: 0 0 0 16px;
  border-left: 1px solid #111;
  margin: 0 0 0 8px;  
}

article blockquote p {
  font-size: 11px;
  line-height: 17px;
  font-weight: normal;
  width: 450px;
}
article .question {
  font-weight: bold;
  font-style: italic;
}
article .caption {
  margin: -15px 0 15px 0;
  font-size: 11px;
  font-style: italic;
}
strong {
  font-weight: bold;
}

article .divider {
  width: 300px;
  height: 1px;
  border-bottom: 1px solid #242527;
  margin: 20px auto;
}
/* Table of Contents (Aside)
-----------------------------*/
aside {
  width: 300px;
  float: right;
  padding: 0 0 0 10px;
  border-left: 1px dotted #d5d5d5;
  margin: 40px 0 40px 0;

}
aside h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 0 15px 0;
}
aside h3 .issue {
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
aside h3 .date {
  display: block;
  font-size: 10px;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: normal;
  color: #444;
  margin: 0;
  letter-spacing: 0;
}
aside h3 a {
  display: block;
  padding: 10px;
}
aside h3 a:hover {
  background-color: #ffff00;
}

aside h3.section {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  margin: 25px 0 0 0;
  padding: 0 10px;
  float: left;
}
aside li {
  margin: 5px 0;
  display: block;
  float: left;
  width: 300px;
}
aside li a {
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  display: block; 
  padding: 10px;
}
aside li a span {
  display: block;
  font-family: Georgia, serif;
  font-size: 11px;
  line-height: 14px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
}
aside li:hover {
  background-color: #ffff00;
  cursor: pointer;
}
aside p {
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 15px 0;
  padding: 0 10px;
}



/* Footer
-----------------------------*/
html, body { height: 100%; }
footer {
  background: url(../img/footer.png) no-repeat center bottom;
  clear: both;
  height: 240px;
} 
#footer-wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
footer .column {
  width: 319px;
  height: 180px;
  float: left;
}

footer .column .link {
  clear:both;
  float: left;
  margin: 60px 0 0 0;
  width: 319px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
}
footer .column .link a {
  color: #fff;
  display: block;
}
footer .column .link a:hover {
  text-decoration: underline;
}
footer #facebook {
  background: url(../img/footer/facebook-icon.png) no-repeat left top;
  border-right: 1px dotted #111;
}
footer #facebook img {
  float: right;
  margin: 40px 20px 0 auto;
}
footer #twitter {
  background: url(../img/footer/twitter-icon.png) no-repeat 150px 13px;
  border-right: 1px dotted #111;
}
footer #twitter img {
  float: left;
  margin: 40px 0 0 20px;
}
footer #about {
  background: url(../img/footer/about-icon.png) no-repeat right top;
}
footer #about img {
  float: left;
  margin: 40px 0 0 20px;
}



/* Sections
-----------------------------*/
#author h1 {
  display: block;
  margin: 0 0 15px 0;
}
#section-index h3 {
  font-size: 16px;
}
#section-index h3 a {
  background: none;
}
#section-index h3 a:hover,
#section-index h3 a:active {
  background: #ffff00;
  text-decoration: none;
}

#section-index p {
  margin: 0 0 25px 0;
}



/* Mock Draft
------------------------------------------------------------------*/
#womensDraft {
  width: 920px;
  clear: both;
  margin-bottom: 20px;
}
#openDraft {
  width: 1100px;
  clear: both;
  margin: 0 auto 20px auto;
}
.draft th {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 6px;
  background: #242527;
  width: 93px;
  vertical-align: middle;
}
.draft th.round {
  width: 38px;
  height: 56px;
}
.draft td {
  border: 1px solid #fff;
  background: #fff;
  padding: 6px;
  color: #444;
  width: 93px;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
.draft td.alt {
  background: #f0f0f0;
}
.draft td span {
  display: inline;
  font-size:9px;
  vertical-align:top;
  float: none;
  padding: 0 0 0 2px;
  font-style: normal;
}
#openDraft td.trade {
  background-color: #ffff00;
}
.draft p {
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 15px 0;
}




/* Video
------------------------------------------------------------------*/
div.movie {
  width: 450px;
  height: 300px;
  margin: 32px auto;
  border: 2px #333333 solid;
}

#video li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 2px 0px;
  list-style-type: none;
  float: left;
  width: 340px;
  font-size: 12px;
  line-height: 19px;
}

#video .bravo,
#video .sockeye,
#video .tie {
  padding: 2px 0px 2px 8px;
  text-transform: none;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  color: #fff;
  display: block;
}
.bravo {
  background-color: #802228;
}
.bravo:hover {
  background-color: #a7686c;
}
.sockeye {
  background-color: #222;
}
.sockeye:hover {
  background-color: #444;
}
.tie {
  background-color: #bbb;
}
.tie:hover {
  background-color: #ddd;
}
.uv {
  margin:-4px auto 0 auto;
}
.uv p {
  font-size: 10px;
  text-align: center;
  margin: 0;
}
.uv a {
  display: block;
  border:  none;
  margin: 0px auto;
  width: 151px;
}
.uv img {
  border: 0;
}





/* Board of Directors
------------------------------------------------------------------*/
.huddle {
  background-color: #242527;
  color: #fff;
  padding: 12px;
  margin-top: 24px;
}

.bodMovie {
  display: block;
}



/* Weblog
------------------------------------------------------------------*/
#weblog time {
  font-size: 10px;
  font-style: italic;
  display: block;
  margin: 0 0 5px 0;
}
#weblog article h1 a {
  background: none;
}
#weblog article h1 a:hover,
#weblog article h1 a:active {
  background: #ffff00;
}
#weblog article .seperator {
  border-top: 1px dotted #d5d5d5;
  margin-bottom: 15px;
}
#weblog aside ul {
  clear: both;
}
#weblog aside ul li {
  list-style-type: disc;
  font-size: 11px;
  line-height: 17px;
  width: 225px;
  margin: 2px 0;
}
#weblog aside ul li a {
  font-size: 11px;
  line-height: 17px;
  padding: 0 0 0 10px;
  font-weight: normal;
  display: inline;  
}
#weblog .next a,
#weblog .previous a {
  font-size: 16px;
  font-weight: bold;
  background: none;
  padding: 10px 0;
  border-top: 1px dotted #d5d5d5;
  width: 180px;
}
#weblog .previous a {
  float: left;
}
#weblog .next a {
  float: right;
  text-align: right;
}
#weblog .next a:hover, #weblog .next a:active,
#weblog .previous a:hover, #weblog .previous a:active {
  background: #ffff00;
  text-decoration: none;
}
#weblog #wucc2010 p a {
  background: #ffff00;
}
#weblog #wucc2010 p a:hover,
#weblog #wucc2010 p a:active {
  text-decoration: underline;
}
#selection {
  width: 600px;
  margin: 40px 0 40px 0;
}
#selection th {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px;
  background: #242527;
  width: 100px;
  vertical-align: middle;
  text-align: left;
}
#selection th[scope=col] {
  text-align: center;
}
#selection th[scope=row] {
  width: 150px;
}
#selection td {
  border: 1px solid #fff;
  background: #fff;
  padding: 6px;
  color: #444;
  width: 100px;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
#selection tr.sum th {
  background: #f00;
}
#selection tr.sum td {
  color: #f00;
  font-weight: bold;
}


/* Espanol
------------------------------------------------------------------*/
#espanol header {
  margin-bottom: 75px;
}
#espanol article header {
  margin-bottom: 20px;
}