/* defaults */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  text-decoration: none;
}
body {
  color: #272524;
  font-size: 75%;
  background: transparent url(./../img/background.png) repeat-x;
}
a {
  color: #272524;
  border-bottom: 1px solid #0074a8;
}
a:hover {
  color: #0074a8;
}
p {
  clear: both;
  text-align: justify;
}
/* end defaults */

/* main container */
#container {
  min-width: 850px;
  max-width: 1020px;
  margin: 0 auto;
}
/* end main container */
/* header */
#header {
  height: 205px;
  position: relative;
}
#globe {
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 120px;
  background: transparent url(./../img/globe.png) no-repeat;
}
#header h1 {
  float: left;
  margin-left: 80px;
  text-indent: -10000px;
  background: transparent url(./../img/logo.png) no-repeat;
  width: 600px;
  height: 200px;
}
/* end header */

/* navigation */
#navigation {
  position: absolute;
  top: 155px;
  left: 110px;
  height: 50px;
}
/* end navigation */

/*** deprecated navigation
#navigation li {
  float: left;
  margin-left: 10px;
}
#navigation span {
  display: block;
  line-height: 2.25em;
  padding-left: 1.5em;
} 
#navigation a {
  display: block;
  font-size: 110%;
  padding-right: 1.5em;
  border: 0;
}
#navigation a:hover {
  background: url(../img/navigation.png) right -30px no-repeat;
}
#navigation a:hover span {
  background: #fff url(../img/navigation.png) left -30px no-repeat;
}
#navigation .current a {
  font-weight: bold;
  color: #fff;
  background: url(../img/navigation.png) right top no-repeat;
}
#navigation .current span {
  background: #fff url(../img/navigation.png) left top no-repeat !important;
}
***/

/* content container */
#inner-container {
  overflow: auto;
  padding-top: 34px;
}
/* content */
#content, #inner-container h2 {
  width: 75%;
}
#content {
  float: left;
  background: #d9ecf4;
}
#content p {
  padding: 10px 20px;
}
/* content header */
#inner-container h2 {
  border-bottom: 1px dotted #0074a8;
  background-color: #d9ecf4;
  background-repeat: no-repeat;
  height: 60px;
  text-indent: -10000px;
  clear: both;
  margin: 0;
}
#inner-container h2.home { background-image: url(./../img/header-home.png); }
#inner-container h2.portfolio { background-image: url(./../img/header-portfolio.png); }
#inner-container h2.seo { background-image: url(./../img/header-seo.png); }
#inner-container h2.design { background-image: url(./../img/header-design.png); }
#inner-container h2.contact { background-image: url(./../img/header-contact.png); }
/* end content header */
/* end content */

/* side column */
#column {
  float: left;
  border-left: 1px dotted #0074a8;
  background-color: #d9ecf4;
  width: 24%;
  padding: 10px 0;
}
#column h3 {
  text-indent: -10000px;
  background: url(./../img/quote.png) no-repeat;
  width: 173px;
  height: 90px;
  margin: 0 auto;
}
#column a {
  color: #0074a8;
  text-decoration: underline;
  border: 0;
}
#column a:hover {
  color: #000;
}
#column p {
  color: #777;
  padding: 10px 20px;
  text-align: left;
}
#column .author {
  display: block;
  clear: both;
  padding-top: 5px;
  text-align: right;
}
#column .author em {
  display: block;
  clear: both;
}
/* end side column */
/* end content container */

/* footer */
#footer {
  position: relative;
  z-index: 2000; /* sticky footer puts #inner-container over top of #footer */
  clear: both;
  background: #272524;
  line-height: 50px;
  height: 50px;
  color: #ccc;
}
#footer p {
  padding: 0;
  min-width: 760px;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
#footer a {
  color: #d9ecf4;
  border-bottom: 1px solid #0074a8;
}
/* end footer */

/* corner stuff */
#content, #inner-container h2, #column {
  position: relative;
}
.corner {
  position: absolute;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.ctopright { background-image: url('../img/ctopright.png'); }
.ctopleft  { background-image: url('../img/ctopleft.png'); }
.cbotright { background-image: url('../img/cbotright.png'); }
.cbotleft  { background-image: url('../img/cbotleft.png'); }

.ctopleft, .cbotleft { left: 0; }
.ctopright, .cbotright { right: 0; }
.ctopleft, .ctopright { top: 0; }
.cbotleft, .cbotright { bottom: 0; }
/* end corner stuff */

/* sticky footer stuff */
html, body, #container {
  height: 100%;
}
#container {
  height: auto;
  min-height: 100%;
}
#inner-container {
  padding-bottom: 85px;
}
#footer {
  margin-top: -50px;
}
/* end sticky footer stuff */