body, h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font: 1em/1.6 Georgia;
}

body {
	background: #1C1C1C url(../img/bg-tile01.gif) fixed;
}

#masthead {
	left: -16px;
	position: relative;
	float: left;
	width: 598px;
	height: 82px;
}

#hcard {
	text-align: right;
}

h1 {
	font-size: 1.7em;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.2em;
	margin-bottom: .2em;
}


#blurb {
	clear: both;
	padding-top: 1.2em;
}	

p {
	margin: 0 0 .5em;
}

.work {
	margin-bottom: 4em;
}

.portfolioEntry:last-child {
	padding-bottom: 3em;
}
.headerFlourish {
	width: 65px;
	height: 18px;
	position: relative;
	top: 2px;
	left: 6px;
}

#hcard *, .contactType p, .contactType h2 {
	margin: 0;
	padding: 0;
}

.contactType h2+p {
	margin-bottom: .8em;
}

p img {
 	margin: .5em .9em 0 0;
	float: left;
}

p img#vimeo {
	margin: 0 3px 0 0;
	float: none;
	position: relative;
	top: 1px;

}


a {
	color: #2B89FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #2B89FF;
	text-decoration: underline;
}


em {
	color: #3EFF35;	
}

hr {
	background: transparent url(../img/hr.png) no-repeat center;
	clear: both;
	height: 10px;
	padding: 2em 0 2em 0;
	margin: 0;
}

blockquote {
	color: #fff;
}

#footer ul {
	
}


#blueSquare {
	color:#2B89FF; 
	position: relative; 
	bottom: .05em;
}


/* Rules for getting cool little pointer next to links. Neither IE nor safari 
 * handle the + selector though, so they just get the regular link style 
 */

a:hover+span.pointer-left {
	background: url(../img/link-pointer-left.png);
	width: 26px;
	height: 15px;
	float: left;
	position: relative;
	top: 7px;
	left: 5px;
}
.portfolioEntry a, .contactType a {
	float: left;
}

span.pointer-left+p  {
	clear: both;
}


#hcard a {
	float: right;
}
a:hover+span.pointer-right {
	background: url(../img/link-pointer-right.png);
	width: 26px;
	height: 15px;
	float: right;
	position: relative;
	top: 7px;
	right: 5px;
	margin:0;
	padding: 0;
}