/* defaults */
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #000;
}
body {
  font-size: 14px;
  background: #3d3d3d url(../img/body.png) repeat-x;
}
/* end defaults */

/* header */
.head {
  border-bottom: 1px solid #ff9900;
}
.banner {
  overflow: auto;
  margin: 0 auto;
  min-width: 800px;
  max-width: 1020px;
}
h1 {
  background: url(../img/header.png);
  text-indent: -1000px;
  float: right;
  width: 355px;
  height: 100px;
}
h2 {
  background: url(../img/flash-php-small.png) no-repeat;
  float: left;
  width: 350px;
  height: 60px;
  margin: 20px 0 0 0px;
  text-indent: -1000px;
}
/* end header */

/* menu */
.menu {
  overflow: hidden;
  clear: both;
  width: 715px;
  margin: 0 auto;
}
.menu li {
  float: left;
  margin-right: 15px;
}
.menu a {
  color: #af7b2d;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 15px;
  text-transform: lowercase;
}
.menu a span {
  color: inherit;
}
.menu a:hover {
  color: #ff9900;
}
.menu a:after {
  color: #aaa;
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.menu a:hover:after {
  color: #fff;
}
.this a span {
  color: #ff9900;
  text-decoration: underline;
}
.this a:after {
  color: #fff;
}
.link-home a:after { content: "About me"; }
.link-services a:after { content: "What I can provide"; }
.link-php a:after { content: "PHP 5 / MySQL"; }
.link-flash a:after { content: "Flash / ActionScript 3"; }
.link-contact a:after { content: "E-mail me"; }
.menu .space {
  height: 30px;
  border-right: 1px dotted #666;
  padding-left: 5px;
  margin-top: 15px;
}
/* end menu */

/* body container */
.body {
  clear: both;
  padding: 30px 0 81px 0; /* sticky footer */
  background: url(../img/body-shadow.png) repeat-x;
}
/* end body container */

/* content and content's shadow */
.content, .shadow {
  min-width: 800px;
  max-width: 1020px;
  margin: 0 auto;
}

/* content */
.body .shadow {
  background: url(../img/content-shadow.png) bottom right no-repeat;
}
.body .content {
  /* for shadow */
  position: relative;
  top: -8px;
  left: -8px;
  /* --- */
  background: #ccc;
  overflow: auto;
}
.body .content>h3 {
  font-size: 1.5em;
  padding: 15px 20px;
}
.body .content>h4 {
  padding: 0 20px 5px 20px;
}
.body .content>p {
  padding: 0 20px 20px 20px;
  text-align: justify;
  color: #2c2c2c;
}
/* end content */

/* footer */
html, body, #container { /* sticky footer - http://cssstickyfooter.com */
  height: 100%;
}
body>#container {
  min-height: 100%;
  height: auto;
}
.clearfix:after {
  content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.footer {
  position: relative;
  margin-top: -51px; /* 1px extra for border */
  height: 50px;
  border-top: 1px solid #ff9900;
  background: #000;
  clear: both;
}
.footer .content {
  font-size: 12px;
}
.footer .content p {
  line-height: 50px;
  color: #aaa;
  padding: 0 30px;
}
.footer a {
  color: #aaa;
  border-bottom: 1px dotted #ff9900;
}
.footer a:hover {
  color: #fff;
  border-style: solid;
}
.dev {
  float: left;
}
.rights {
  float: right;
}
/* end footer */

/* recent work */
.work {
  position: relative;
  width: 400px;
  float: right;
  margin: 10px 20px 20px 20px;
}
.work ul {
  border: 1px solid #aaa;
  border-top: 2px solid #ff9900;
  padding: 5px 10px;
}
.work li {
  width: 180px;
  border-top: 1px solid #aaa;
  padding: 10px 0;
}
.work li.top {
  clear: none !important;
  border: 0;
}
.work .left { /* for left column */
  clear: left;
  float: left;
}
.work .right { /* for right column */
  clear: right;
  float: right;
}
.work .break { /* for "more recent work" link */
  width: 380px;
  clear: both;
  padding: 0;
}
.work h3 {
  padding-left: 10px;
  line-height: 1.5em;
}
.work img {
  width: 160px;
  height: 50px;
  display: block;
  margin: 0 auto 10px auto;
  border: 1px solid #aaa;
}
.work p {
  text-align: left;
  font-size: 11px;
  color: #2c2c2c;
}
.work h4 {
  line-height: 1.5em;
}
.work h4 a  {
  border-bottom: 1px solid #ff9900;
}
.work li>a {
  display: block;
  line-height: 30px;
  font-size: 11px;
  text-align: center;
}
.work li>a span {
  border-bottom: 1px solid #ff9900;
}
/* end recent work */