/*------------------------------------------------
Black and White Style Sheet

Author:  Eddie McWhirter
Email:   eddiemac777@gmail.com
Website: www.eddiemc.com
------------------------------------------------*/

h1 {
  border-right: red 0px solid;
  border-top: red 1px solid;
  border-left: red 0px solid;
  border-bottom: red 1px solid;
  color: #FFC;
  background-color: #003;
}
h3{ color: black; }
h5 { color: black; }

cite.gmail {
  background: url(../images/gmail.png) no-repeat right bottom;
}
cite.website {
  background: url(../images/website_gmail.png) no-repeat right bottom;
}

#menu {
  color: inherit;
}
#menu a {
  background-color: #003;
  border-color: black;
}
#index #menu .index a, #about #menu .about a, #resume #menu .resume a, #map #menu .map a, #books #menu .books a,
#ultimate #menu .ultimate a, #workouts #menu .ultimate a, #videos #menu .ultimate a, #calendar #menu .ultimate a,
#drills #menu .ultimate a, #minigames #menu .ultimate a, #strangers #menu .ultimate a, #donate #menu .ultimate a,
#discgolf #menu .ultimate a {
  color: black;
  background-color: #F0F0F0;
}
#menu a:hover {
  background-color: #036;
}

#menu2 {
  color: inherit;
}
#menu2 a {
  background-color: #003;
  border-color: black;
}
#workouts #menu2 .workouts a, #videos #menu2 .videos a, #ultimate #menu2 .ultimate a, #calendar #menu2 .calendar a,
#drills #menu2 .drills a, #minigames #menu2 .minigames a, #strangers #menu2 .strangers a, #donate #menu2 .donate a,
#heartbeat #menu2 .index a, #thailand #menu2 .thailand a,
#discgolf #menu2 .discgolf a{
  color: black;
  background-color: #F0F0F0;
}
#menu2 a:hover {
  background-color: #036;
}

#resumelist {
  border: black 1px dotted;
}

.shadow {
  padding-right: 20px;
  padding-bottom: 20px;
  background-image: url("../images/shadow.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.bottom-right-corner {
  background: url("../images/rc.gif") bottom right no-repeat;
}

a[href^="http:"] {
  background: url(../images/external.gif) no-repeat right top;
}
a:link {
  color: #06C;
}
a:visited {
  color: #09C;
}

.odd {
  background-color: #B8B8B8;
}

.stripedlist tr:hover {
  background-color: #000033;
  color: #fff;
}
.stripedlist thead tr:hover {
  background-color: transparent;
  color: inherit;
}

body {
  color: #000;
  background-color: #F0F0F0;
}

li.rollup {
  border-left: black 1px solid;
}

.headerSortDown {
  background: #A6B8C2 url(../images/down_arrow.png) no-repeat 98% 7px;
}
.headerSortUp {
  background: #A6B8C2 url(../images/up_arrow.png) no-repeat 98% 5px;
}
