@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY{
    background: #FFF url(images/bg.png) repeat-x top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #333;
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 16px;
}
A{
    color: #666;
    text-decoration: underline;
    cursor: pointer;
}
A:hover{
    color: #FF9933;
}
STRONG{
    font-weight: bold;
}
INPUT{
    vertical-align: middle;
}
#wrapper{
  width: 720px;
  margin: 0 auto;
}

/* Header
------------------------------------ */

#header{
  position: relative;
  height: 126px;
  background: url(images/header.jpg) top left no-repeat;
  width: 720px;
}
#header H1 A{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 296px;
    height: 38px;
    position: absolute;
    top: 60px;
    left: 0;
    background: url(images/logo.png) no-repeat;
}
#header UL{
    position: absolute;
    top: 107px;
    left:0;
}
#header LI{
  float: left;
  margin: 0 5px 0 0;
}
#header LI A{
  color: #333;
  font-size: 12px;
  padding: 0 5px 0 0;
  text-decoration: none;
  text-transform: lowercase;
}
#header LI A:hover{
    color: #FF9933;
    text-decoration: underline;
}


/* Main
------------------------------------ */

#main{
}
#content{
  width: 389px;
  min-height: 500px;
  float: left;
  padding: 15px 20px 20px 15px;
}
#sidebar{
  width: 296px;
  float: left;
  position: relative;
  top:-40px;
}
#sidebar.home{
  background: url(images/home.jpg) no-repeat;
  min-height: 500px;
}
#sidebar.about{
  background: url(images/about.jpg) no-repeat;
  min-height: 500px;
}
#sidebar.credits{
  background: url(images/credits.jpg) no-repeat;
  min-height: 500px;
}
#sidebar.links{
  background: url(images/links.jpg) no-repeat;
  min-height: 500px;
}
#sidebar.contact{
  background: url(images/contact.jpg) no-repeat;
  min-height: 500px;
}
.post H2{
  font-size: 18px;
  display: block;
  position: relative;
  left:-15px;
  color: #000;
  margin: 0 0 15px 0;
}
.post H3{
  font-size: 11px;
  display: block;
  position: relative;
  left:-15px;
  color: #FF9933;
  margin: 0 0 5px 0;
  font-weight: bold;
}
.post P{
  margin: 0 0 15px 0;
}
.post UL{
  margin: 0 0 15px 15px;
  list-style: disc;
}


/* Footer
------------------------------------ */

#footer{
  height: 40px;
  background: url(images/footer.jpg) bottom repeat-x;
  text-align: center;
  color: #FFF;
  padding: 10px 0 0 0;
}
.clear{
  clear: both;
}
#footer LI{
  display: inline;
  font-size: 11px;
  padding: 0 5px 0 0;
  text-transform: lowercase;
}
#footer A{
  color: #FFF;
}














