/****************************************
 * W1K Case Study Website
 * Main CSS Rules
 ****************************************/
 
/****************************************
 * General Formatting
 ****************************************/

body { 
  margin: 0; 
  padding: 0; 
  font-family: helvetica, arial, sans-serif; 
  font-size: 12px;
  line-height: 1.2em;
  color: #ccc; 
  background: #404040 url('http://clientassets.w1k.com/www.w1k.com/images/layout/content-bg.png') repeat top left;
}

#header {
  background: url('http://clientassets.w1k.com/www.w1k.com/images/layout/header-bg.png') repeat-x top left;
  height: 80px;
}

#headerNavigation {
  position: relative;
  float: left;
  right: 30px;
  top: 28px;
  width: 70%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#headerNavigation li {
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}

a {
  color: #9df;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #7eaec6;
}

img {
  border: 0px;
}

#headerNavigation a:visited {
  color: #9df;
}

#headerNavigation a.active {
  color: #ccc;
}

#headerNavigation a.active:hover {
  text-decoration: none;
}

#presentedBy {
  position: relative;
  right: -5px;
  top: 23px;
  float: left;
  width: 30%;
  height: 41px;
  text-align: right;
  color: #737373;
  font-size: 13px;
  font-style: italic;
}

#presentedBy img {
  position: relative;
  top: 4px;
  margin: 0 5px 0 6px;
}

#content {
  background: url('http://clientassets.w1k.com/www.w1k.com/images/layout/content-bg.png') repeat top left;
}

.wrapperOuter {
  float: left;
  width: 100%;
}
  
.wrapperInner {
  width: 950px;
  margin: 0 auto;
}

h1, h2, h3 {
  color: #e6ff66;
  font-weight: bold;
  margin: 0 0 0 0;
}

.banner {
  height: 150px;
  background: #373737 url('http://clientassets.w1k.com/www.w1k.com/images/layout/h1-bg.png') repeat top left;
  text-align: center;
}

h1 {
  font-size: 30px;
  line-height: 1.2em;
  position: relative;
  top: 55px;
}

.copy {
  position: relative;
  margin: 40px 0 29px 0;
}

h3 {
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 29px;
}

h3.top {
  margin-top: 0px;
}

p, li {
  font-size: 15px;
  line-height: 1.33em;
  margin: 0 0 21px 0;
}

.copy ul {
  list-style: none;
  margin: 0 0 0 6px;
  padding: 0;
}

.copy li {
  margin: 0;
  padding: 0 0 0 14px;
  background: url(http://clientassets.w1k.com/www.w1k.com/images/layout/bullet.png) no-repeat 0px 8px;
}

ul.stats {
  margin: 0 0 0 0;
}

ul.stats li {
  padding: 0 0 0 0;
  background: none;
}

.copy-main {
  float: left;
  width: 615px;
  margin: 0 35px 0 0;
}

.copy-secondary {
  float: left;
  width: 250px;
  padding: 22px 25px 15px 25px;
  background: url('http://clientassets.w1k.com/www.w1k.com/images/layout/sidebar-bg.png') repeat top left;
}

.copy-secondary a {
  font-size: 15px;
  font-weight: bold;
}

.copy-secondary p {
  margin-bottom: 6px;
  font-size: 13px;
}

.next {
  width: 950px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  font-weight: bold;
}

.next a {
  float: right;
  padding: 0 16px 0 0;
  background: url('http://clientassets.w1k.com/www.w1k.com/images/layout/next-arrow.png') no-repeat right 1px;
}

.images.divider {
  margin: 0 0 45px 0;
}

.divider .wrapperInner, .images.divider .wrapperInner {
  padding: 29px 0 0 0;
  background: url('http://clientassets.w1k.com/www.w1k.com/images/layout/horizontal-rule.png') repeat-x top left;
}

.images .wrapperInner {
  padding: 40px 0 0 0;
}

.images ul {
  float: left;
  width: 975px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.images li {
  float: left;
  width: 300px;
  margin: 0 25px 0 0;
  font-weight: bold;
  text-align: center;
}

.images .caption {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}

.images img {
  float: left;
}

.form {
  margin: 50px 0;
}

.form fieldset {
  width: 615px;
  margin: 0 0 5px 157px;
  padding: 4px 7px 9px 7px;
}

fieldset {
  border: 0px;
}

textarea {
  height: 230px;
  font-size: 15px;
  font-family: helvetica, arial, sans-serif; 
}

input.text {
  height: 30px;
  font-size: 22px;
}

textarea, input.text {
  width: 605px;
  padding: 5px;
  background: #262626;
  border: 1px solid #737373;
  color: #ccc;
  line-height: 1.33em;
}

label {
  float: left;
  width: 100%;
  margin: 0 0 7px 0;
  font-style: italic;
}

input.submit {
  float: right;
  margin: 10px 0 0 0;
}

#footer {
  text-align: center;
  font-size: 12px;
  color: #c5c7c0;
}

#footer .wrapperInner {
  padding: 45px 0 50px 0;
}

#footer .separator {
  margin: 0 3px 0 4px;
}

#footer a {
  color: #7eaec6;
}

/****************************************
 * Miscellaneous
 ****************************************/

#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
}