/* Base browser style resets */

html {
  font-size:16px;
}

* html {
  font-size:100%;
}

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  font-size:62.5% !important; /* Base font size reset - 1em = 10px */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

input, select, th, td {
  font-size:1em !important;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

br.hurdle {
  clear:both;
}

hr { border: none; border-bottom: 1px solid #fff; margin-top: 16px; margin-bottom: 16px; }
	

/* HTML5 block-level stuff for older browsers */

article, aside, footer, header, hgroup, nav, section {
  display: block;
}

body {
	background-color:#2E2D2A !important;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight:200;
}

h2 {
	font-size:16px;
	margin:0px 0px 16px;
	padding:0px 0px 16px;
	border-bottom:1px solid #fff;
	font-weight:normal;
}

p {
	font-size:13px;
	color:#666;
	margin:0 0 10px 0;
	line-height:16px;
}

strong {
font-weight:400;
}

a {
  text-decoration:none;
	color:#000;
}

a:hover {
	border-bottom:1px solid #000;
}

header#logo a {
	top:56px;
	left:18px;		
	width:208;
	height:25px;
	display:block;
	position:absolute;
}

header#logo a:hover {
	border:none !important;
	text-decoration:none !important;
	border-bottom:none !important;
}

a img {
	border:none !important;
	text-decoration:none !important;
	
}

a:hover img {
	border:none !important;
	text-decoration:none !important;
	border-bottom:none !important;
}

nav {
	font-family:courier;
	margin:0;
	padding:8px 0 0 0;
}

nav a {
	font-size:14px;
	text-decoration:none !important;
	border-bottom:none !important;
	color:#efefef !important;
	float:right;
	display:block;
	text-align:center;
}

nav a:hover {
	border-bottom:none !important;
	color:#fff !important;
}
nav a.contact {
	width:85px;
	height:25px;
	padding:4px 4px 0 0;
	margin:0 40px 0 0;
}

nav a.work {
	width:85px;
	height:25px;
	padding:5px 0 0 0;
	margin:0 10px 0 0;
}

nav a.about {
	width:85px;
	height:25px;
	padding:4px 2px 0 0;
	margin:0 26px 0 0;
}

nav a.workshop {
	width:135px;
	height:25px;
	padding:4px 2px 0 0;
	margin:0 23px 0 0;
}

#content {
	width:815px;
	height:540px;
	margin:16px auto 0;
	position:relative;
	clear:both;
	display:block;
}

body#home #content {
	background: url('../images/home.jpg') no-repeat top center;
}

body#home #content #logo {
	width:320px;
	height:38px;
	position:absolute;
	left:247px;
	top:275px;
}
body#home #content #tagline {
	margin:0 auto;
	position:absolute;
	top:330px;
	width:815px;
}

body#home #content #tagline p {
	font-family:"Courier New", Courier, monospace;
	font-size:14px !important;
	color:#333;
	text-align:center;
}

body#about #content {
	background: url('../images/about.jpg') no-repeat top center;
	
}

body#thewebworkshop #content {
	background: url('../images/workshop.jpg') no-repeat top center;
	
}

body#contact #content {
	background: url('../images/contact.jpg') no-repeat top center;
	position:relative;
}

body#contact #content #text-box {
	position:absolute;
	left:516px;
	top:220px;
}

body#contact #content p {
	font-family:"Courier New", Courier, monospace;
	font-size:14px !important;
	color:#333;
	line-height:26px;
	margin:0 0 40px 0;
}

body#contact #content a {
	color:#333;
	text-decoration:none;
}

body#contact #content a:hover {
	color:#ff0000;
	text-decoration:underline;
	border-bottom:none !important;
	
}

body#work #content {
	background: url('../images/work.jpg') no-repeat top center;	
}

body#work #content p {
	line-height:20px;
}

body#work #content #text-box, body#about #content #text-box, body#thewebworkshop #content #text-box {
	position:absolute;
	left:348px;
	top:46px;
	width:408px;
	height:436px;
	padding:16px;
	overflow:hidden;
}

footer {
	clear:both;		
	width:815px;
	margin:0 auto 16px;
	position:relative;
	clear:both;
	display:block;
}

footer p {
	font-size:12px;
	color:#3B3B3B;
	font-family:"Courier New", Courier, monospace;
}
