@charset "utf-8";
/* CSS Document */

html, body {
  height: 100%;
  min-width: 850px;
  min-height: 580px;
}

body {
  background: #000000 url("images/dave_bg.gif") no-repeat top right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}


#wrapper {
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  position: fixed; 
  display: table
}


#innerWrapper {
  width: 100%;
  height: 410px;
  margin: auto;
  display: table-cell;
  vertical-align: middle;  
}

#content[id] {
  display: block;
  position: relative;
}

#content {
  height: 410px;
  width: 100%;
  border-width: 5px 0;
  border-color: #FFFFFF;
  border-style: solid;
  background: url("images/scroller_bg.gif") repeat-x;
}

#scroller {
  display: block;
  position: relative;
  height: 410px;
  width: 100%;
  min-width: 850px;
  overflow: hidden;
}

#header {
  display: block;
  position: relative;
  height: 50px;
  width: 100%;  
  margin-top: -55px;
  color: #FFFFFF;
  text-align: center;
  background: url("images/davestockdale.gif") no-repeat left;
  min-width: 850px;  
}

#header ul {
  margin: 0;
  padding: 20px 0 0 0;
}

#header ul li {
  list-style: none;
  display: inline;
}

#header ul li a {
  padding: 0 1em;
  margin: 0 1em;
  height: 50px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#header ul li a:hover {
  text-decoration: underline;
}


#footer {
  display: block;
  position: absolute;
  top: 425px;
  right: 10px;
  color: #FFFFFF;
  float: right;
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;  
}

#footer a:hover {
  text-decoration: underline;
}

#bars {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url("images/bars_small.gif") repeat-x bottom;
}

#innerScroller {
  display: block;
  position: absolute;
  width: 400%;
}

#socialNetworks {
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
  padding: 1em;
}

#socialNetworks img {
  padding-right: 1em;
  float: left;
}

.page {
  display: block;
  position: relative;
  float: left;
  width: 20%;
  height: 355px;
  margin: 27px 2.3% 0 2.3%;
  border: 5px solid #000000;
  background: #FFFFFF;
}

.box {
  float: left;
  height: 355px;
  width: 1px;
  margin: 27px 0 0 0;
}

.left {
float: left;
}

.right {
float: right;
}

h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  padding: 0 1em;
  color: #EC670A;
}

h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  padding: 0 1.3em;
  color:#666666;
}

h2 a {
  color: #666666;
  text-decoration: none;
}

p {
padding: 0 1.8em;
}

.italic {
  font-style: italic;
}

.bold {
font-weight: bold;
}

.small {
  font-size: 0.8em;
}

.squareImg {
  margin: 0 0.5em 0 1.8em;
  border: 1px solid #EC670A;
}

.webImg {
  margin: 0 1em 1em 0;
  border: 1px solid #EC670A;
}

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

#blanket {
   background-color:#111111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:75%;
	height:300px;
	z-index: 9002;
	overflow: auto;
	min-width: 637px;
}

.imgWrapper {
  font-size: 0.8em;
}

#overflow {
  height: 310px;
  border: 0;
  padding: 0;
  margin: -10px 10px 0 0;
  overflow: auto;
}

#twitterFeed {
  display: block;
  position: relative;
  float: right;
  border: 1px solid #666666;
  height: 230px;
  width: 330px;
  padding-top: 35px;
  overflow: auto;
  font-size: 0.8em;
  background: url("images/twitter_banner.jpg") no-repeat top;
}


#twitterFeed p {
  border-bottom: 1px dashed #CCCCCC;
  padding: 10px;
  background: #DDEEF6;
  margin: 0;
}
