body {
  padding: 0;
  margin: 0;
  background-color: #dae1e2;
  color: #111111;
  font-family: Arial, sans-serif;
}

img {
  border: 0;
}

h1, h2, h3 {
  text-transform: uppercase;
  font-weight: normal;
}

h1 {
  font-size: 24pt;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 20px;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  color: #e75a2f;
  margin-bottom: 0
} 

h3 {
  font-size: 12pt;
  font-weight: bold;
  color: #e75a2f;
  margin-bottom: 0;
}

p, label, li {
  font-size: 11pt;
}

p {
  margin-top: 4px;
  line-height: 18pt;
}

a, a:active, a:hover, a:visited {
  color: #4076ff;
}

p a, li a {
  font-weight: bold;
}

ul {
  margin-top: 0;
}

div.stacked {
  clear: both;
}

div.content {
  width: 960px;
  margin: 0 auto;
  height: 100%;
}

div#header {
  height: 120px;
  background-color: #454847;
  background-image: url(/static/images/organic/header-background.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

div#header img {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}

div#header div.content {
  position: relative;
}

/*** nav ***/
div#header ul {
  position: absolute;
  bottom: 4px;
  right: 0;
  
  width: 500px;
  
  margin: 0;
  padding: 0;
  
  list-style: none;
}

div#header ul li {
  float: left;
  margin-left: 2px;
}

div#header ul li a {
  display: block;
  width: 111px;
  height: 29px;
  
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  
  background-image: url(/static/images/organic/nav-background.png);
  background-position: bottom;
  
  font-weight: bold;
  color: #595959;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 8pt;
}

div#header ul li a:hover {
  background-position: top;
  color: white;
}

/*** end nav ***/

/********** breadcrumbs ************/

ul#breadcrumbs {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
}

ul#breadcrumbs li {
  float: left;
  margin-right: 5px;
}

/********** end breadcrumbs ************/

div#leader {
  background-color: #dae1e2;
  background-image: url(/static/images/organic/leader-background.png);
  background-repeat: repeat-x;
  background-position: bottom;
  
  min-height: 400px;
  
  position: relative;
}

div#leader div.content {
  padding-top: 15px;
}

/****** left column *******/

div#quick {
  float: left;
  position: relative;
  
  width: 310px;
  margin-right: 20px;
}

div#quick h2, div#quick label, div#quick p {
  color: white;
}

div#quick h2 {
  padding-top: 20px;
  margin-bottom: 10px;  
  margin-top: 0;
}

div#searchbox, div#jump-to {
  width: 250px;
  padding: 0 30px;
}

div#searchbox {
  height: 240px;

  margin-bottom: 30px;
  
  background-image: url(/static/images/organic/searchbox-background.png);
  background-repeat: no-repeat;
}

/******** searchbox form stuff ****************/

div#searchbox input#driver-query {
  display: block;
  
  width: 224px;
  height: 19px;
  
  padding: 6px;
  margin-bottom: 10px;
  border: 4px solid #434344;  
}

div#searchbox input#search-this, div#searchbox input#search-all {
}

div#searchbox input#driver-search {
  display: block;
  
  width: 170px;
  height: 50px;
  
  padding: 5px;
  margin-top: 15px;
  
  border: 4px solid #dae1e2;
  text-transform: uppercase;  
  cursor: pointer;
}

/******** end searchbox form stuff ****************/

div#searchbox p {
  display: block;
  
  font-size: 10pt;
  font-weight: bold;
}

div#jump-to {
  width: 310px;
  height: 125px;
  
  background-image: url(/static/images/organic/jump-to-background.png);
  background-repeat: no-repeat;
  
  position: absolute;
  bottom: 0;
}

div#jump-to h2 {
  color: white;
}

div#jump-to ul {
  padding: 0;
  margin-left: 0;
  margin-top: 10px;
  list-style: none;
}

div#jump-to ul li {
  float: left;
  font-size: 8pt;
  margin-right: 15px;
}

div#jump-to ul li a {
  display: block;
  height: 50px;
  padding: 5px 15px;
  background-color: #ffffff;
  border: 1px solid grey;
  text-align: center;
}

div#jump-to ul li a img {
  display: block;
  width: 32px;
  margin: 0 auto;
}

/****** end left column *******/

/****** right column *******/

div#intro {
  width: 620px;
  float: right;
}

img#category-logo {
  float:left;
  border: 4px solid #434344;
  background-color: #ffffff;
  margin-bottom: 15px;
  margin-right: 20px;
  padding: 5px;
}

div#intro h2, div#intro p {
  clear: both;
}

h2.recent {
  clear: both;

  background-image: url(/static/images/organic/post.png);
  background-repeat: no-repeat;
  
  padding-left: 28px;
}

p.recent {
  margin-bottom: 30px;
  margin-left: 30px;
  padding-left: 10px;
  border-left: 3px solid #434344;
}

/****** end right column *******/


div#main {
  background-color: #ffffff;
}

div#main h2 {
  clear: both;
  margin-top: 0;
  padding-top: 30px;
}

/************* stuff for categories ***************/

div#main ul.categories {
  margin-bottom: 20px;
}

div#main ul.categories, div#main ul.categories ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;

}

div#main ul.categories li {
  width: 280px;
  height: 50px;
  
  display: block;
  float: left;
}

div#main ul.categories li h3 a {
  color: #e75a2f;
  text-decoration: none;
}

div#main ul.categories li h3 a:hover {
  color: white;
  background-color: #e75a2f;
}

div#main ul.categories li ul {
}

div#main ul.categories li ul li {
  width: auto;
  float: left;
  clear: none;
  font-size: 10pt;
}

/************* end stuff for categories ***************/

div#footer {
  height: 100px;
  background-image: url(/static/images/organic/footer-background.png);
  background-repeat: repeat-x;
  background-position: top;
}
