@import url("extrastyles.css");
/*
Theme Name: DesignWorks.
Theme URI: http://thedesignworks.net/
Description: a custom WordPress theme designed for DesignWorks.
Version: 1.0
Author: Justin Sternberg
Author URI: http://thedesignworks.net

*/
* {
  margin: 0px;
  padding: 0px;
}
html, body {
  height: 100%;
}
body {
  background: url(images/DWbg2.jpg) #282828 fixed top center no-repeat;
  font-family: "museo-sans-1", "museo-sans-2", Trebuchet MS, Geneva, Verdana, Helvetica, sans-serif;
  color: #fff;
  font-size: 22px;
}
a {
  color: #fff;
  text-decoration: none;
  font-family: "museo-1", "museo-2", serif;
}
div.placeholder a {
  color: #00aeef;
}
.placeholder {
  font-size: .7em;
  text-align: left;
  padding: 0 20px;
}
.updates {
  padding: 85px 0 0 50px;
}
p {
  font-family: "museo-sans-1", "museo-sans-2", Trebuchet MS, Geneva, Verdana, Helvetica, sans-serif;
  margin-bottom: 1.5em;
}
.home p {
  font-family: "museo-sans-1", "museo-sans-2", Trebuchet MS, Geneva, Verdana, Helvetica, sans-serif;
  margin-bottom: 5px;
}
a:hover {
  color: #00aeef;
  text-decoration: none;
}
h1 {
  font-size: 24px;
  font-weight: 100;
  font-family: "museo-1", "museo-2", serif;
  margin: 0 0 15px 0;
  font-weight: 500;
}
h1 a {
  color: #00aeef;
}
h1 a:hover {
  color: #fff;
}
h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: "museo-sans-1", "museo-sans-2", Trebuchet MS, Geneva, Verdana, Helvetica, sans-serif;
}
img {
  border: 0;
}
/* Wrapper */
#wrapper {
  width: 960px;
  margin: auto;
}
/* FORMS */
.home form {
  width: 220px;
  padding-top: 10px;
}
input {
  border: #777 solid 1px;
  background: transparent url(images/bgtile.png);
  color: #fff;
  padding: 5px;
  padding-left: 5px !important;
  margin: 2px 0;
  height: 20px;
}
#paypal {
  margin-left: 25px;
}
#paypal input {
  height: auto;
  background: none;
  border: none;
}
input[type="submit"] {
  height: auto;
}
.home input {
  width: 146px;
  float: right;
  height: auto;
}
.home input.wp-email-capture-submit {
  cursor: pointer;
  margin-top: 4px;
  height: auto;
  clear: both;
  width: auto;
}
.home input.wp-email-capture-submit:hover {
  cursor: pointer;
  text-decoration: underline;
}
textarea {
  border: #777 solid 1px;
  background: transparent url(images/bgtile.png);
  color: #fff;
  min-width: 99%;
}
label {
  font-size: 18px;
  display: block;
  padding-top: 5px;
}
.home label {
  font-size: 18px;
  display: block;
  padding-top: 5px;
  float: left;
}
/* Header */
#header {
  width: 940px;
  background: url(images/DESIGNWORKS.png);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 220px;
  padding-top: 150px;
  margin-left: auto;
  margin-right: auto;
}
/* Navigation */
#p7menubar {
  height: 40px;
  display: inline;
  position: relative;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 5px;
  line-height: 45px;
}
#p7menubar h1 {
  display: inline;
  width: 680px;
}
.clearit {
  clear: both;
  height: 0;
  line-height: 0.0;
  font-size: 0;
}
#p7menubar, #p7menubar ul {
  list-style: none;
}
#p7menubar a {
  display: block;
  text-decoration: none;
  width: 170px;
}
#p7menubar ul li {
  display: block;
  float: left;
  width: 170px;
}
#p7menubar li ul, #p7menubar ul li {
  width: 170px;
}
#p7menubar li {
  float: left;
}
#p7menubar ul li a:hover {
  height: 45px;
  display: block;
  background-color: #00aeef;
}
#p7menubar ul li a {
  padding: 3px 12px 3px 16px;
  color: #00aeef;
}
#p7menubar li ul {
  position: absolute;
  display: none;
  background-color: #00aeef;
}
#p7menubar li:hover a,
#p7menubar a:focus,
#p7menubar a:active,
#p7menubar li.p7hvr a {
  color: #00aeef;
  background-color: #000000;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
  display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
  color: #00aeef;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  height: 25px;
}
#p7menubar ul a:hover {
  background-color: #00aeef!important;
  color: #fff!important;
  font-size: 20px!important;
  text-align: left;
  line-height: 30px;
  height: 25px;
}
/* Content */
#content {
  clear: both;
  position: relative;
  margin-left: 25PX;
  margin-right: 25PX;
  padding-top: 5px;
  padding-bottom: 10px;
}
/* Footer */
#footerleft {
  width: 230px;
  margin-left: 50PX;
  position: relative;
  float: left;
}
#footerright {
  width: 630px;
  margin-right: 50PX;
  position: relative;
  float: right;
  text-align: right;
}
#footer {
  width: 960px;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: auto;
  clear: both;
}
p.footer {
  clear: both;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
}
hr {
  margin: 10px 0
}
.powered_by {
  text-indent:-9999px;
  *color: transparent;
  *font-size: 0;
  *line-height: 0;
  *text-transform: capitalize;
  display: block;
  width: 200px;
  height: 28px;
  background: transparent url(images/powered_wpengine.jpg);
  position: fixed;
  bottom: -1px;
  left: 0px;
  z-index: 2000000000;
}
.wpengine-promo {
  text-indent: -99999px;
  display: block;
}