@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 62.5%;
	color: #333333;
	background-color: #fff;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #0099CC;
}

#main a:link {
	text-decoration: none;
	color: #ff00ff;
}
	
#main a:hover {
	text-decoration: underline;
	color: #ff00ff;
}

#main a:visited {
	text-decoration: none;
	color: #ff00ff;
}

p {
	margin-top: 0;
	margin-bottom: 16px;
}

img {
	border: none;
}

.clear {
	clear: both;
}

ul {
	margin-left: 30px;
	margin-bottom: 16px;
}

/* POSTIONING */

#wrapper {
	width: 800px;
	font-size: 12px;
	margin: 25px auto 40px 10px;
	background-color: #fff;
}

#header {
	width: 800px;
	height: 99px;
	background-color: #fff;
	border-top: 1px dashed #009999;
	position: relative;
}

#logo {
	float: left;
	height: 36px;
	width: 200px;
	margin: 7px auto 0 0;
	background: transparent url(images/HatProjects_LogoSml.jpg) left top no-repeat;
}

#intro {
	width: 409px;
	margin: 17px auto 0 320px;
}

#navigation {
	float: left;
	width: 95px;
	margin: 0 auto 0 5px;
}

/* Fix for non-ie browsers */
html>/**/body #navigation {
	margin: 0 auto 0 12px;
}

#subnavigation {
	float: left;
	width: 165px;
	margin: 0 auto 0 1px;
	border-top: 1px dashed #009999;
	position: relative;
}

/* show and hide sub nav */
#who {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 10;
}

#what {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 100;
}

#projects {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 100;
}

#blog {
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	z-index: 100;
}

#main {
position: absolute;
	width: 512px;
	height: 478px;
	margin: 0 auto 0 316px;
	padding-top: 7px;
	border-top: 1px dashed #009999;
	
}

/* Fix for non-ie browsers */
html>/**/body #main {
	margin: 0 auto 0 288px;
}

#blogNav {
	width: 512px;
	margin-top: 16px;
	border-top: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
}

#footer {
	clear: both;
	width: 685px;
	margin: 30px auto 0 115px;
	border-top: 1px dashed #009999;
	
}

/* STYLES */
/* main nav */
#mainNav {
	padding-left: 0;
	margin-left: 0;
	width: 80px;
	border-top: 1px dashed #009999;
}

#mainNav li {
	list-style: none;
	margin: 0;
	padding: 9px 0;
}

#mainNav li a { 
	text-decoration: none;
}

/* sets nav item border styles */
li.green {
	border-bottom: 1px dashed #33CC00 /*#33FF00*/;
}

li.blue {
	border-bottom: 1px dashed #0099CC/*#00CCCC*/;
}

li.pink {
	border-bottom: 1px dashed #FF00FF;
}
li.purple {
	border-bottom: 1px dashed #990099;
}
li.orange {
	border-bottom: 1px dashed #FF0033;
}

/* hovers etc */
li.green a:hover { 
	color: #33CC00 /*#33FF00*/;
}

li.blue a:hover { 
	color: #0099CC/*#00CCCC*/;
}

li.purple a:hover { 
	color: #990099;
}

li.pink a:hover { 
	color: #FF00FF;
}

li.orange a:hover { 
	color: #FF0033;
}

/* selected nav item */
li a.greenActive { 
	color: #33CC00 /*#33FF00*/;
}

li a.blueActive { 
	color: #0099CC/*#00CCCC*/;
}
li a.purpleActive { 
	color: #990099;
}
li a.pinkActive { 
	color: #FF00FF;
}

li a.orangeActive { 
	color: #FF0033;
}

/* ----------------------------------------------------------
Main nav menu links - give link this id and change it with js 
-----------------------------------------------------------*/
#greenText {
	color: #333333;
}

#blueText {
	color: #333333;
}
/*---------------------------------------------------------*/


/* sub nav */
#subNav, #subNav2 {
	padding-left: 0;
	margin-left: 0;
	width: 165px;
}

#subNav li, #subNav2 li {
	list-style: none;
	margin: 0;
	padding: 9px 0;
}

#subNav li a, #subNav2 li a { 
	text-decoration: none;
}

/* ------- */
#blogNav h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 8px 0 2px 0;
	padding-bottom: 8px;
	border-bottom: 1px dashed #333333;
}

img.top {
	margin-bottom: 16px;
}

.caption {
	color: #999999;
}

.post-footer { 
	border-bottom: 1px dashed #009999;

}
