@import url("../css/reset.css");

body {
  margin: 24px 0 0 0;
  padding: 0;
  font: x-small/1.5em Verdana, sans-serif;
  text-align: center;
  color: #ffffff;
  background: #333333;
}

#wrapper {
  width: 657px;
  color: #dfd2b3;
  background-color: #dc241f;
  text-align: left;
  margin: 0 auto;
}

/* -------------------------------------
HEADER
------------------------------------- */

#header {
  background-color: #dfd2b3;
  position: relative;
  height: 116px;
}

img#logo {
  position: absolute;
  top: 33px;
  left: 69px;
}

ul.main-menu {
  position: absolute;
  bottom: 8px;
  left: 282px;
  font-size: 90%;
}

ul.main-menu li {
  display: inline;
  color: #dc241f;
}

ul.main-menu li a:link,
ul.main-menu li a:visited {
  display: inline;
  margin-left: 6px;
  padding-left: 10px;
  text-decoration: none;
  color: #dc241f;
  background: #dfd2b3 url(../images/bg_main_nav.png) no-repeat 0 50%;
}

ul.main-menu li a:hover {
  color: #7a6e67;
  background: #dfd2b3 url(../images/bg_main_nav_hover.png) no-repeat 0 50%;
}

/* -------------------------------------
PAGE TITLE
------------------------------------- */

#page-title {
  color: #ffffff;
  background-color: #dc241f;
  width: auto;
  padding: 30px 0 12px 69px;
}

#page-title h1 {
  font-size: 160%;
}

/* -------------------------------------
HOMEPAGE
------------------------------------- */

body#home #content {
  height: 360px;
  background: transparent url(../images/bg_home_content.jpg) no-repeat bottom right;
}

p#welcome {
  text-align: center;
  padding-top: 313px;
  font-size:115%;
}

/* -------------------------------------
CONTENT
------------------------------------- */

#content {
  clear: both;
}

#content h2, #content p {
  margin-bottom: 1em;
}

/* -------------------------------------
LAYOUT - ABOUT US
------------------------------------- */

body#about-us #content {
  color: #65523f;
  border-bottom: 12px solid #dc241f;
  background: #ede7d0 url(../images/bg_content_about_us.png) no-repeat bottom right;
}

body#about-us #primary {
  float: right;
  width: 340px;
  margin-right: 30px;
  padding: 16px 0;
}

body#about-us #content p {
  text-align: justify;
  font-size:110%;
}

body#about-us #content h2 {
  text-align: center;
  font-style: italic;
  font-size: 130%;
}

body#about-us #secondary {
  float: left;
  width: 266px;
}

/* -------------------------------------
LAYOUT - SERVICES
------------------------------------- */

body#services #content {
  color: #65523f;
  text-align: center;
  font-size: 120%;
  line-height: 150%;
}

body#services #primary {
  padding: 16px 30px;
  background-color: #ede7d0;
}

body#services #primary p {
  margin-top: 1.5em;
}

body#services #secondary {
  padding: 16px 30px;
  color: #ede7d0;
  background-color: #dc241f;
  font-size:102%;
}

/* -------------------------------------
LAYOUT - STAFF
------------------------------------- */

body#staff #content {
  padding-left: 91px;
  color: #000000;
  padding-bottom: 36px;
}

div.staff-info {
  width: 124px;
  float: left;
  margin-right: 60px;
  margin-top: 24px
}

div.staff-info p {
  color: #000000;
  font-size:105%;
}

div.staff-info h2 {
  color: #333333;
  margin-bottom: 0 !important;
}

div.staff-info h3 {
  color: #333333;
  margin-bottom: 1em;
  font-weight: normal;
  text-transform: uppercase;
}

body#staff #content hr {
  clear: both;
  visibility: hidden;
}

/* -------------------------------------
LAYOUT - CONTACT US
------------------------------------- */

body#contact-us #content {
  color: #ede7d0;
  background-color: #dc241f;
  border-bottom: 17px solid #ede7d0;
  font-size:111%;
}

body#contact-us #footer {
  border-top: 17px solid #dc241f;
}

body#contact-us #primary {
  float: left;
  width: 336px;
  margin-left: 64px;
  padding: 16px 0;
}

body#contact-us #primary h3 {
  font-size: 110%;
  font-weight: normal;
  color: #000000;
}

body#contact-us #secondary {
  float: right;
  width: 252px;
}

body#contact-us div.column-1 {
  float: left;
  width: 164px;
  margin-right: 16px;
}

body#contact-us div.column-2 {
  float: left;
  width: 146px;
}

body#contact-us #primary a:link {
  color: #ede7d0;
  background: transparent;
}

body#contact-us #primary a:visited {
  color: #ede7d0;
  background: transparent;
}

/* -------------------------------------
LAYOUT - OUR WORK
------------------------------------- */

body#our-work #content {
  color: #ede7d0;
  background: #dc241f url(../images/bg_content_our_work.png) no-repeat bottom left;
  padding-bottom: 24px;
}

body#our-work #primary {
  float: right;
  width: 391px;
  height: 332px;
  margin-right: 53px;
  margin-top: 16px;
  background: url(../images/bg_primary_our_work.png) no-repeat top left;
}

body#our-work #secondary {
  float: left;
  width: 156px;
  margin-left: 40px;
  padding: 16px 0;
}

ul.portfolio-index li {
  float: left;
}

ul.portfolio-index li a {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  width: 31px;
  height: 31px;
}

/* -------------------------------------
MISCELLANEOUS
------------------------------------- */

p.misc-link {
  text-align: right !important;
}

p.misc-link a:link,
p.misc-link a:visited {
  padding-left: 10px;
  text-decoration: none;
  color: #dc241f;
  background: transparent url(../images/bg_main_nav.png) no-repeat 0 50%;
}

p.misc-link a:hover {
  color: #7a6e67;
  background: transparent url(../images/bg_main_nav_hover.png) no-repeat 0 50%;
}

/* -------------------------------------
FOOTER
------------------------------------- */

#footer {
  clear: both;
  color: #948b78;
  background-color: #333333;
  text-align: right;
  padding: 1em 0;
  font-size: 90%;
}

#footer ul.main-menu {
  position: relative;
  bottom: auto;
  left: auto;
  font-size: 110%;
}

#footer ul.main-menu li {
  float: none;
  display: inline;
}

#footer ul.main-menu li a {
  float: none;
  display: inline;
  color: #948b78;
  border-right: 1px solid #948b78;
  margin-left: 0;
  padding-left: 0;
  margin-right: 1px;
  padding-right: 4px;
  background-image: none;
  background-color: transparent;
}

#footer ul.main-menu li a.last {
  border: none;
  margin: 0;
  padding: 0;
}

/* -------------------------------------
LINKS, IMAGES, AND OTHER
------------------------------------- */

a:link {
  color: #3366CC;
  background: transparent;
}

a:visited {
  color: #3366CC;
  background: transparent;
}

a:hover {
  color: #000000;
  background: transparent;
}

a:active {
  color: #3366CC;
  background: transparent;
}

img.right {
  float: right;
  display: inline;
  margin: 0 0 0 12px;
}

img.left {
  float: left;
  display: inline;
  margin: 0 12px 0 0;
}

img {
  border: none;
}

/* -------------------------------------
CLEAR STYLES
Clears floats without extra markup.
------------------------------------- */

#wrapper:after,
#content:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}