/* =============================================================================
Stekkie - Global
============================================================================= */

/* General
============================================================================= */

html, body {height: 100%;}

html,body,div,p,ul,ol,li,h1,h2,h3,h4,pre,form,p,button,img {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #fff;
  font: normal 11px/16px Tahoma, Arial, sans-serif;
  color: #8d8d85;
}

ul,li {list-style-type: none;}
a {outline: none; text-decoration: none;}
a:hover {text-decoration: none; cursor: pointer;}
a span, button span, ul#navigation span, h2 span, h3 span {display: none;}

input, textarea {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  color: #3a3a35;
}

button {
  display: block;
  cursor: pointer;
}

div.clear {
	font-size: 1px;
  line-height: 1px;
  height: 1px;
  position: relative;
  clear: both;
}

#page_container {
  text-align: left;
  width: 920px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

#page_content {
  background: url(../img/content.gif) 0 0 repeat-y;
  width: 890px;
  margin: 40px 0 0 15px;
}

h4 {color: #6385a1;}

p a,
h4 a {
  color: #6385a1;
  border-bottom: 1px solid #d7e1e9;
}

p a:hover,
h4 a:hover {
  color: #80a1bb;
  border-bottom: 1px solid #fff;
}

p.link {padding: 0 0 0 19px;}

h3 {height: 12px;}

#left_column {
  width: 674px;
  float: left;
}

/* Header
============================================================================= */

#header {height: 100px;}

  #header #logo {
    width: 520px;
    height: 80px;
    padding: 10px 0 0 15px;
    float: left;
  }

  #header .stekkie {
    background: url(../img/stekkie.gif) 0 0 no-repeat;
    height: 80px;
  }
  
  #header .status {
    width: 215px;
    padding: 45px 0 0 0;
    float: right;
  }

    #header .status span {color: #5c5c56;}

/* Navigation
============================================================================= */

ul#navigation {height: 50px;}

  ul#navigation li {
    width: 230px;
    float: left;
  }

    ul#navigation li a {
    	display: block;
      height: 50px;
    	cursor: pointer;
    }

    ul#navigation li a#home {background: url(../img/home.gif) 0 0 no-repeat;}   
    ul#navigation li a#home_active {background: url(../img/home.gif) 0 -50px no-repeat;}
    ul#navigation li a#about {background: url(../img/about.gif) 0 0 no-repeat;}
    ul#navigation li a#about_active {background: url(../img/about.gif) 0 -50px no-repeat;}
    ul#navigation li a#stuff {background: url(../img/stuff.gif) 0 0 no-repeat;}
    ul#navigation li a#stuff_active {background: url(../img/stuff.gif) 0 -50px no-repeat;}
    ul#navigation li a#contact {background: url(../img/contact.gif) 0 0 no-repeat;}
    ul#navigation li a#contact_active {background: url(../img/contact.gif) 0 -50px no-repeat;}

    ul#navigation li a#home:hover,
    ul#navigation li a#about:hover,
    ul#navigation li a#stuff:hover,
    ul#navigation li a#contact:hover {
      background-position: 0 -50px;
    }

/* Right column
============================================================================= */

#right_column {
  width: 215px;
  float: right;
  padding: 0 0 27px 0;
}

  #right_column p {margin: 7px 0 0 15px;}
  #right_column p.link {margin: 16px 0 0 15px;}

  #right_column .section {
    padding: 0 0 24px 0;
    border-bottom: 1px solid #dcdcdc;
  }

#right_column h3 {margin: 0 0 12px 15px;}

/* Boxes
============================================================================= */

#boxes {
  width: 890px;
  margin: 0 0 0 15px;
  border-bottom: 1px solid #dcdcdc;
}

/* Footer
============================================================================= */

#footer {
  padding: 8px 0;
  margin: 0 0 0 15px;
}

  #footer ul,
  #footer li {float: left;}

    #footer li a {
      color: #6e6e66;
      border-bottom: 1px solid #e0e0e0;
    }

    #footer li a:hover {
      color: #8e8e86;
      border-bottom: 1px solid #fff;
    }

    #footer li span {color: #d0d0d0;}

  #footer p#copyright {
    width: 375px;
    float: right;
  }