/*
Theme Name: Sarah's Theme
Theme URI: http://www.spfoodsolutions.com/
Version: 1.0
Author: Chris Hunt
Author URI: http://extraconnections.co.uk
*/
html,body {
  background: #a6925f;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS",arial,helvetica,sans-serif;
}

#top {
  background: #aad8de; /*url(images/bottom.gif) 50% bottom no-repeat; */
  color: #fff;
  padding-bottom: 30px;
}

#header,
#main,
#bottom {
  width: 900px;
  margin: 0 auto;
}

/* Header Styles */

#header {
  padding-top: 50px;
  background: #aad8de url(images/swirl.gif) left bottom no-repeat;
  padding-bottom: 90px;
}

img#title {
  float: left;
  margin-left: 75px;
}

ul#menu {
  list-style: none;
  text-align: right;
  padding: 5px 0 0;
  margin: 15px 5px 0 0;
  overflow: auto;
  font-size: smaller;
}

ul#menu li {
  list-style: none;
  display: inline;
  padding: 0 15px;
  margin: 0;
}


#header a {
  color: #fff;
  text-decoration: none;
}

#header a:hover {
  color: #786A45; /* darker version of #a6925f; */
}

/* Main Body Styles */

#main {
  background: #aad8de url(images/apron.gif) 20px top no-repeat;
  color: #786A45; /* darker version of #a6925f; */
  min-height: 450px;
  padding-left: 470px;
  padding-top: 0;
  width: 430px;
}

* html #main { height: 450px; }

h1,h2,h3,th {
   color: #fff;
}

h1 small,h2 {
  font-weight: normal;
  font-style: italic;
}

h2 { margin-bottom: 0; }

#main a {
   color: #fff;
   text-decoration: none;
}

#main a:hover {
   color: #fff;
   text-decoration: underline;
}

ul {
   list-style-type: circle
}

li {
   margin-bottom: 0.5em;
}

#main p.edit {
   font-size: smaller;
}
  
/* Service List */

ul.services {
color: #fff;
}

ul.services li {
  margin-bottom: 1.5em;
}

ul.services h2 {
  margin-bottom: 0;
}

.page-id-9 #main p,
ul.services p {
  color: #786A45;
  margin-top: 0;
}

/* Clients Tables */

table {
   width: 100%;
   border-collapse: collapse;
}

th, td {
   text-align: left;
   vertical-align: top;
   padding: 0.25em 0;
   border-top: 1px solid #c6e7e7;
   border-bottom: 1px solid #c6e7e7;
}

td.column-1, .clients th {
   padding-right: 1em;
   font-weight: bold;
   color: #fff;
}

.clients td,
td.column-2 {
   width: 61.8%;
   font-weight: normal;
}

caption {
   font-size: smaller;
   font-weight: normal;
}

/* Footer Styles */

#footer {
  padding: 0.5em 0;
  color: #fff;
}

#footer p { font-size: smaller; }

#f1 {
  float: left;
  margin: 0 0 0 100px;
}

#f2 {
  margin: 0 0 0 470px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #aad8de;
}

