/* ---------------------------------------- general */

/* ------------------------------------ styles ---- */
html {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 70%;
  text-align: center;
}
#page {
  text-align: left;
  position: relative;
  /*overflow: hidden;*/
  /*max-width: 1100px;*/ /* Fluid width */
  /*min-width: 600px; */ /* with limits */

  width: 900px; /* fixed width */

  margin: 0 auto;
}
a {
  color: #3591ba;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h2 {
  color: #cc0001;
  margin-top: 0;
}
h3 {
  color: #cc0001;
  margin-top: 0;
}
hr {
  border: 0;
  color: #ffc45e;
  background-color: #ffc45e;
  height: 1px;
}

/* -------------------- fixes and work-arounds ---- */
.clear {
  clear: both;
}
.cleartop {
  height: 1px;
}
.bottomborderblocker { /* covers up the bottom of the border to create a gap */
  height:20px; 
  width:300px; 
  background:#FFFFFF; 
  position: relative; 
  left: 5px; 
  top: -25px;
}
/* Hides from IE5-mac \*/
* html .hollyhack {height: 1%;}
/* End hide from IE5-mac */

/* ----------------------------------------- header */
#header {
  background: #cc0001;
  height: 39px;
}
#header #hnav {
  float: right;
  list-style-type:none;
  margin: 10px;
}
#header #hnav li {
  float: left;
  margin-right: 20px;
}
#header #hnav li a {
  color: #FFF;
  text-decoration: none;
}
#header #hnav li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------- middle */
#homemiddle {
  border: solid #cc0001;
  border-width: 0 5px 5px 5px;
  overflow: hidden;
  min-height: 360px;
}
#middle {
  border: solid #cc0001;
  border-width: 0 5px 5px 5px;
  overflow: hidden;
  min-height: 650px;
}


#news {
  border: solid #cc0001;
  border-width: 0 5px 5px 5px;
  overflow: hidden;
  min-height: 650px;
}
#news #posts {
  float: right;
  width: 590px;
}
#news #posts #postsinner {
 padding: 20px;
}

/* ----------------------------------- sidebar ---- */
#sidebar {
  float: right;
  width: 250px;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
#sidebar ul {
  margin: 20px 0 20px 20px;
}
#sidebar ul ul {
  margin: 0;
}
#sidebar li {
  padding-bottom: 6px;
  background: url(http://www.spdesign.co.uk/cms_testbay/wordpress/wp-content/themes/default/images/list-arrow.gif) no-repeat;
  padding-left:20px;
  margin: 15px 0 0 0;
}
#sidebar li.current_page_item, #sidebar li.current_page_parent, #sidebar li.current_page_ancestor {
  background: url(http://www.spdesign.co.uk/cms_testbay/wordpress/wp-content/themes/default/images/list-arrow-down.gif) no-repeat;
}
#sidebar li.current_page_item {
  font-weight: bold;
}
#sidebar li.current_page_item ul {
  font-weight: normal;
}
#sidebar a {
  color: #e8a421;
  text-decoration: none;
}
#sidebar a:hover {
  text-decoration: none;
  font-weight: bold;
}

/* ----------------------------------- content ---- */
#content {
  float: right;
  width: 340px;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
#contentinner {
  padding: 20px;
}

#sitemap #sitemapinner {
  float: right;
  width: 590px;
}
#sitemap #sitemapinnerinner {
  padding: 20px;
}
#sitemap li {
  margin-left: 20px;
}

/* ---------------------------------- graphics ---- */
#graphics {
  float: right;
  width: 300px;
  padding-bottom: 1000px;
  margin-bottom: -1000px;

background: url(http://www.transmedialink.co.uk/wp-content/uploads/2008/10/transmedia_logo.jpg) no-repeat;

 /* background: url(http://www.spdesign.co.uk/cms_testbay/wordpress/wp-content/themes/default/images/transmedia.jpg) no-repeat; */
}
#graphics #graphicsinner {
  border-right: solid 2px #cc0001;
  margin-top: 20px;
  padding-bottom: 10000px;
  margin-bottom: -9980px;
}

/* -------------------------------- contact us ---- */

#contactus {
  float: right;
  width: 590px;
}
#contactus #contactusinner {
  padding: 20px;
}
#contactform ul {
  width: 400px;
}
#contactform ul li {
  padding: 0;
  margin: 10px 0;
}
#contactform ul li .contactus-left {
  float: left;
  width: 200px;
}
#contactform ul li .contactus-right {
  float: right;
  width: 200px;
}
#contactform .contactus-right input, #contactform .contactus-right textarea {
  width: 200px;
}

/* ----------------------------------------- footer */

/* -------------------------------- homefooter ---- */
#homefooter {
  position: relative;
  top: -20px; /* fill in the space of the border blocker */
  border: solid #cc0001;
  border-width: 0 5px 5px 5px;
  overflow: hidden;
  min-height: 285px;
}
#homefooter #left {
  float: left;
  width: 297px;
}
#homefooter #left #leftinner {
  padding: 10px 3%;
}
#homefooter #centre {
  float: left;
  width: 296px;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}
#homefooter #centre #centreinner {
  border: solid #cc0001;
  border-width: 0 5px;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}
#homefooter #right {
  float: left;
  width: 297px;
}
#homefooter #right #rightinner {
  padding: 10px 3%;
}

/* ----------------------------- normal footer ---- */
#smallfooter {
  border: solid #cc0001;
  border-width: 0 5px 5px 5px;
}

/* ---------------------------------------- contact */
#contact {
  padding: 10px 3%;
}
#middle #contact, #news #contact, #sitemap #contact {
  padding-top: 320px;
}
#contact #phone {
  float: left;
}
#contact #email {
  float: left;
}
#contact .contactleft {
  padding-left: 10px;
}
#contact .contactright {
  padding: 8px 0 0 70px;
}
