/*
Theme Name: Sub-Surface Technologies
Theme URI: http://www.sstech.co.uk/wp-content/themes/sst
Description: Default Official Theme for Sub-Surface Technologies
Author: Anchor Digital Services
Author URI: http://www.anchordigital.net/
Version: 1.0
*/

/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}

/* BEGIN STYLING */

body {
  background-color: #FFF;
  background-image:url('img/background.jpg');
  background-repeat: repeat-x;
  background-attachment:fixed;
  font: 100.1% Helvetica, Arial, Verdana, Tahoma, Sans-Serif;
  color: #000;
}

#container {
  width: 775px;
  margin: 0 auto;
  background-color:#DDC;
  border:2px solid #765;
}

#login ,
#login img {
  position: absolute;
  top: 0;
  left: 0;
}

/***** MASTHEAD *****/

#masthead {
  height:250px;
  padding-left:15px;
  background-color: #764;
  float:right;
  display:inline;
}

h1 {
  text-indent: -9009em;
  float: left;
}

h1 a {
  display: block;
  height: 158px;
  width: 158px;
  outline: none;
}

#addy {
  float: left;
  padding: .5em;
}

#phone {
  float: right;
  padding: .5em;
}

#addy p {
  color: #FFF;
  font-variant: small-caps;
  font-size: .8em;
}

#thumbs {
  margin-left:8px;
  clear: both;
}

#thumbs img {
  padding:0 15px 10px 0;
  float: left;
}

#events {
  margin-right:10px;
  height: 83px;
  overflow: auto;
  float: right;
  width: 210px;
  background-color: #FFF;
}

#events h3 {
  font-size: 1em;
  padding: .2em;
  text-transform: uppercase;
}

#events {
  font-size: .7em;
  padding: 0 .2em;
}

/***** NAVIGATION *****/

#nav {
  width: 155px;
  float:left;
  padding-top:0px;
  display:inline;
  background-color:#DDC;
}

p.hidden {
  display: none;
}

#nav ul {
  text-align: right;
}

#nav ul li {
  list-style: none;
  text-transform: uppercase;
  padding: .5em .3em .5em 0;
}

#nav ul li a em {
  font-style: normal;
  text-decoration: underline;
}

#nav ul li a,
#nav ul li a:link {
  color: #000;
  text-decoration: none;
  font-size: 1.1em;
}

#nav ul li a:active,
#nav ul li a:hover,
#nav ul li a:visited:active,
#nav ul li a:visited:hover {
  color: #44D;
}

#nav ul li a:active {
  text-decoration: underline;
  outline: none;
} 

#nav ul li a:visited {
  color: #333;
}

#nav h3 {
  font-size: 1.5em;
  padding: 54px 0 .2em .2em;
  background-color: #764;
  color: #FFF;
}

/***** CONTENT *****/

#content {
  float:left;
  display:inline;
  width:505px;
  padding: 25px 0 0 10px;
  background-color:#DDC;
}

h2 {
  color: #33C;
  padding: .4em 0 .4em 0;
  font-size: 1.3em;
}

#content p {
  padding: .5em;
}

img.left {
  float: left;
  padding: .5em;
}

img.right {
  float: right;
  padding: .5em;
}

#content ul {
  padding: .3em 1.2em;
}

#content ul li {
  padding: .2em;
  list-style-type: square;
}

/***** FOOTER *****/

#footer {
  clear: both;
  border-top: 10px solid #554;
  background-color: #554;
}

#footer p {
  color: #FFF;
  text-align: center;
  padding: .2em;
  font-size: .7em;
}

#footer img {
  padding: .5em;
}

#footer p a,
#footer p a:link {
  color: #FFF;
}

#footer p a:active,
#footer p a:hover {
  color: #999;
}

#footer p a:visited {
  border-bottom: 1px #FFF dashed;
  text-decoration: none;
  color: #FFF;
}

#footer p a:visited.img_link {
  border-bottom: 0px #554 solid;
  margin:10px;
  text-decoration: none;
}

/***** NEWS ADMIN *****/

form#eventUpdate {
  padding: .5em;
  width: 600px;
}

#eventUpdate fieldset {
  border: 0;
}

#eventUpdate fieldset legend {
  color: #2128f2;
  padding: .4em 0 .4em .7em;
  font-size: 1.1em;
  font-weight: bold;
}

#eventUpdate textarea {
  width: 100%;
  padding: 5px;
  font: 1em Helvetica, Arial, Verdana, Tahoma, Sans-Serif;
  color: #333; 
}

#eventUpdate code {
  display: block;
  clear: both;
  border: 1px solid #554;
  text-align: center;
  padding: .3em;
  margin-top: 10px;
}

#eventUpdate #submit {
  float: right;
  padding: .3em 1em;
  width: 100%;
  margin: .2em 0;
  font-size: 1.2em;
  color: green;
  border: 2px solid #F00;
  background-color: #FFF;
}


/***** IE6 hacks ******/
/* Hide from IE5-mac. Only IE-win sees this. \*/
 

 
/* End hide from IE5/mac */