/* HTML5 */
  article, aside, figure, footer, header, hgroup,
  menu, nav, section { display: block; }


html {
  background: url("../img/bg_rain.jpg") #001;
  color: #eee;
  font-family: courier new, courier;
  text-align: center;
}

a {
	text-decoration:none;
	color:aqua;
}

a img {
	border: 0px;
}

a.body {
	text-decoration:none;
	color:white;
}
a.body:hover {
  border-bottom:2px solid #0F0;
}

a.inactive {
  color:#aaa;
  cursor:default;
}
a.inactive:hover {
  border-bottom:none;
}

h1 {
  background: white;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #222;
  color: black;
}

h2 {
  color: gray;
  font-size: 14pt;
  letter-spacing: 0.1em;
  margin-top: 0;
}

header{
  margin-bottom: 3em;
}
#main{
  margin:0 auto 3em;
  position: relative;
}
#main ul {
  line-height: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
li {

}
#main td {
  vertical-align: bottom;
  border : 2px solid transparent;
}
#main td.ui-state-active {
  border-color : yellow;
}
@media print {
  body { background:white; color:black; }
  #navigation { display:none; }
  div.tab { display:block ! important; }
}

#navigation {
  position:fixed;
  background-color: #F8F8FF;
  padding: 10px;
  left: 1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#navigation ul {
  padding : 0;
  margin : 0;
}
#menu li {
  list-style-type : none;
  text-align: left;
  font-family: tahoma;
  color : black;
  cursor: pointer;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding: 2px;
  font-size: 14px;
}
#menu li:hover {
  background-color: #eee;
}
#menu li + li {
  border-top:0;
}

#content {
  width: 665px;
  margin: 0 auto;
}
/*  PORTFOLIO AND REEL PAGE  */
.accordian #content > h3  {
  color: black;
  background-color: #9ac;
  margin-top: 2px;
  margin-bottom: 0;
  font-family:sans-serif;
  padding: 2px 1em;
  text-align: left;
  font-size:18px;
  cursor:pointer;
}
.accordian #content > h3 > a  {
  margin: 0;
  color: black;
}
.accordian #content  {
  background-color: white;
  color: #222;
  padding: 10px;
}
.accordian .skills {
  display:none;
}
.accordian .icon {
  float:left;
  width:16px;
  height:16px;
  display:block;
  text-indent:-1000px;
}
.accordian .greasemonkey {
  background : transparent url(/img/greasemonkey.png) no-repeat center center;
}
.accordian #content  h4  {
  margin: 0;
  padding-top:3px;
  font-family:sans-serif;
  border-top:1px solid #aba;
}
.accordian h4.date {
  color: #999;
  font-family: times;
  font-size: 20px;
  font-style:italic;
  margin:0 0 -6px 0;
  border : 0 !important;
  text-align:right;
}
.accordian p {
  font-size: 10pt;
  font-family: sans-serif;
  margin:4px 0;
}
.accordian #content a {
  color: Blue;
}
.accordian #content > div.tab {
  background-color: #eef;
  margin: 0;
  padding: 10px;
  border-left: 2px solid #CDF;
  border-top: 1px solid #779;
  border-right: 2px solid #CDF;
  border-bottom: 2px solid #CDF;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  text-align: left;
}


.accordian #content dl {
  font-family : sans-serif;
}

.accordian #content dt {
  float: left;
  font-weight: bold;
  clear: left;
  width: 7em;
}

.accordian #content dd {
  margin-left: 7em;
}
.na {
  color: LightSteelBlue;
  font-style:italic;
}


/* BEGIN JQUERY ACCORDIAN STYLING  */
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}



/* Towers of Hanoi Game */
.toh {
  display: none;
  border: 2px solid gray;
  float : left;
  height: 10em;
  margin: 1em 1em;
  position: relative;
  width : 200px;
}
.toh > ul {
  bottom: 0;
  margin : 0;
  padding: 0;
  position: absolute;
  width: 100%
}
.toh > ul > li {
  list-style: none;
  color: red;
}

