
/* Mandy Cresswell - Default CSS (November 2013) */

@charset "UTF-8";

html, body {
      margin: 0px;
      padding: 0px;
      height: 100%;
}
body {
      background: #b3b080;
      color: #f0efe6;
      font-family: Franklin Gothic Medium;
      font-size: 14px;
}

a {
      color: #666;
      text-decoration: underline;
}
a:hover {
      color: #b3b080;
      text-decoration: none;
}

.clear { clear: both; }

/* HEADER
---------------------------------------------*/
#header {
      width: 100%;
      background: #666;
      color: #f0efe6;
      margin-bottom: 40px;
}
#header .wrapper {
      margin: 0 auto;
      width: 1000px;
}
#header .headerNav {
      text-align: center;
}
#header ul.nav {
      text-transform: uppercase;
      font-size: 20px;
      letter-spacing: 2px;
      list-style-type: none;
      display: block;
}
#header ul.nav li {
      list-style: none;
      list-style-type: none;
      display: inline;
      margin: 0px 10px;
}
#header ul.nav li a {
      color: #b3b080;
      text-decoration: none;
      padding-bottom: 10px;
}
#header ul.nav li a:hover {
      color: #f0efe6;
      border-bottom: 2px solid #666;
}
#home #header li#nav1 a,
#about #header li#nav2 a,
#clients #header li#nav3 a,
#associates #header li#nav4 a,
#testimonials #header li#nav5 a,
#contact #header li#nav6 a {
      color: #f0efe6;
      border-bottom: #f0efe6 2px solid;
}

/* HOME
---------------------------------------------*/
#home #content {
      background: url('../images/mandycresswell-bg.png') no-repeat bottom left;
      min-height: 500px;
}

/* CONTENT
---------------------------------------------*/
#content {
      width: 940px;
      margin: 0 auto;
      background: #f0efe6;
      padding: 30px 30px 60px;
      color: #666;
}
#content h1 { font-size: 30px; margin: 0px; }
#content h2 { font-size: 18px; margin: 0px; }


/* ABOUT
---------------------------------------------*/
#about .box {
      border: 2px solid #b3b080;
      padding: 20px;
      width: 90%;
      margin: 20px auto;
      font-size: 16px;
}

#about .video {
      width: 70%;
      background: #666;
      margin: 20px auto;
      text-align: center;
      border: 1px solid #666;
      padding: 20px;
      color: #f0efe6;
}
#about .video h3 {
      font-size: 18px;
      margin: 0 0 15px 10px;
      text-align: left;
}

/* CLIENTS
---------------------------------------------*/
#clients #content .col1 { float: left; width: 32%; margin-right: 2%; }
#clients #content .col2 { float: left; width: 32%; margin-right: 2%; }
#clients #content .col3 { float: left; width: 32%; }

/* ASSOCIATES
---------------------------------------------*/

#associates .box {
      border: 2px solid #b3b080;
      padding: 20px;
      width: 90%;
      margin: 20px auto;
}
#associates .photo {
      float: left;
}
#associates .photo img {
      width: 200px;
      height: 200px;
      border: none;
}
#associates .name {
      float: left;
      font-size: 30px;
      margin-left: 20px;
      color: #b3b080;
      margin-top: 160px;
}
#associates .info {
      margin-top: 20px;
}

/* TESTIMONIALS
---------------------------------------------*/
#testimonials .video {
      width: 70%;
      background: #666;
      margin: 20px auto;
      text-align: center;
      border: 1px solid #666;
      padding: 20px;
      color: #f0efe6;
}
#testimonials .video h3 {
      font-size: 18px;
      margin: 0 0 15px 10px;
      text-align: left;
}
#testimonials h3 {
      color: #b3b080;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      margin: 0px;
}
#testimonials .item {
      border-bottom: 2px solid #b3b080;
      width: 90%;
      font-style: italic;
      margin: 20px auto;
      padding: 20px 0px;
}

#testimonials .item span {
      color: #b3b080;
      font-weight: bold;
      font-style: normal;
      font-size: 16px;
      width: 100%;
      text-align: right;
      display: block;
      margin-top: 10px;
}

/* CONTACT
---------------------------------------------*/

#contact #content {
      min-height: 500px;
}

#contact .col1 { float: left; width: 48%; margin-right: 4% }
#contact .col2 { float: left; width: 48%; }

/* FOOTER
---------------------------------------------*/
#footer {
      background: #666;
      width: 100%;
      margin-top: 20px;
      font-size: 12px;
      color: #b3b080;
      min-height: 200px;
}
#footer .wrapper {
      width: 1000px;
      margin: 0 auto;
      padding: 20px;
}
#footer .footerNav {
      text-align: left;
}
#footer ul.nav {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 2px;
      list-style-type: none;
      display: block;
      padding: 0px;
      margin-top: 0px;
}
#footer ul.nav li {
      list-style: none;
      list-style-type: none;
      display: inline;
      margin: 0px 10px;
}
#footer ul.nav li a {
      color: #f0efe6;
      text-decoration: none;
}
#footer ul.nav li a:hover {
      color: #b3b080;
}
#footer .col1 { float: left; width: 32%; margin-right: 2%; }
#footer .col2 { float: left; width: 32%; margin-right: 2%; }
#footer .col3 { float: left; width: 32%; }

/* SOCIAL MEDIA BUTTONS
---------------------------------------------*/
#social {
      text-align: right;
}
#social img {
      width: 25px;
      height: 25px;
      border: none;
      margin-left: 5px;
}
#social a { display: inline-block; opacity: .7; filter: alpha(opacity=70); }
#social a:hover { opacity: 1; filter: alpha(opacity=100); }