body
{
	background: #DAD7B5 url(backgroundTile.png) repeat top center;
}


h1
{
	width: 340px;
	height: 153px;
	margin: 10px auto 5px auto;
	background: transparent url(title.png) no-repeat top left;
	text-indent: -1000em;
	overflow: hidden;
}

#portfolio h1
{
	background: transparent url(BradEllisHeader.png) no-repeat center center;
}

#wrapA
{
	position: relative;
	width: 976px;
	margin: 310px auto 0 auto;
	padding-bottom: 19px;
	background: transparent url(curlyPage.png) no-repeat bottom center;
}

#wrapB
{
	margin: 0 50px 0 50px;
	background: white url(paperTile.png) repeat top left;
	border: 1px solid #95957E;
}

#wrapC
{
	position: relative;
	top: -300px;
	left: -1px;
	width: 875px;
	border-right: 1px solid #95957E;
	border-bottom: 0;
	border-left: 0;
	margin-bottom: -300px;

}

hr#justbecause
{
	height: 1px;
	background: white;
	position: absolute;
	top: -7px;
	right: 0;
	width: 700px;
	border: none;
}


#sidebar
{
	position: absolute;
	top: 0px;
	left: 0;
	width: 175px;
	height: 300px;
	line-height: 0;
}

#nav li a
{
	display: block;
	width: 175px;
	height: 75px;
	text-indent: -100em;
	overflow: hidden;
	background: transparent url(sidebarSelectedState2.png) no-repeat top left;
}

#nav li a#tumblrLink { background-image: url(tumblrSidebarAsset.png); }
#nav li a#musingsLink { background-image: url(musingsSidebarAsset.png); }
#nav li a#portfolioLink { background-image: url(portfolioSidebarAsset.png); }
#nav li a#twitterLink { background-image: url(twitterSidebarAsset.png); }
#nav li a#facebookLink { background-image: url(facebookSidebarAsset.png); height: 77px; }

#tumblr #nav li a#tumblrLink { background-image: url(sidebarSelectedState2.png); }
#musings #nav li a#musingsLink { background-image: url(sidebarSelectedState.png); }
#portfolio #nav li a#tumblrLink { background-image: url(sidebarSelectedState2.png); }




#content
{
	margin-left: 175px;
	background: white url(paperTile.png) repeat top left;
	padding: 50px;
	border-top: 1px solid #95957E;
}

p, blockquote
{
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2, h3, p.date, a#prevpage, a#nextpage
{
	font: bold 80px Helvetica, Arial, sans-serif;
	text-align: center;
	color: #696969;
	line-height: 0;
	margin: 0;
}

h2, h3
{
	margin: 5px 0;
	text-shadow: 0px 1px 0px white;
}

h2
{
	margin-bottom: 20px;
}

h3
{
	font-size: 32px;
	line-height: 1.2;
}

h3 q:before
{
	content: "“";
}

h3 q:after
{
	content: "”";
}

div.post
{
	margin: 20px 0 60px 0;
}

p.date
{
	color: #ACACAC;
	text-align: right;
	font-size: 20px;
}

a#nextpage, a#prevpage
{
	font-size: 24px;
	text-decoration: none;
	position: relative;
	top: 20px;
}

a#prevpage
{
	float: left;
}

a#nextpage
{
	float: right;
}

p, blockquote, li
{
	font-size: 14px;
	font-family: Times, serif;
	line-height: 1.4;
}

#content, p, a:link, a:visited
{
	color: #696969;
}

#footer p
{
	text-align: center;
	color: #635921;
	text-shadow: #FFF 0px 1px 0px;
	margin: 0;
}

blockquote
{
	border-left: 5px solid #ACACAC;
	margin-left: 20px;
	padding-left: 20px;
}

hr
{
	height: 2px;
	background: #ACACAC;
	border: 0px;
	border-bottom: 1px solid white;
}

.photopost, .photo, .video
{
	text-align: center;
}

div.post.regular p img 
{ 
    margin: 2em 2em 0 0 
}