/* CSS Document */

* {margin: 0; padding: 0;}

a {color: #841600;}
a:hover, a:focus {color: #A61C00;}

html {
	min-height: 100%;
}

body {
	background: #e2e2e2 url(../global/img/watermark.gif) 100% 100% no-repeat;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85.5%;
}
#container {
	width: 35em; margin: 0 auto;
	max-width: 100%;
	min-width: 475px;
	padding-top: 26px;
}

#content {
	background: #fff;
	padding: 15px 15px 20px;
	color: #292929;
}

#content p {
	font-size: .99em;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	padding: 6px 0 0 39px;
	margin: 0 0 13px 0;
	background: url(../global/img/foo.gif) no-repeat;
	line-height: 1em;
	position: relative;
	left: -39px;
}
h2 {
	color: #646464;
	margin: 0 0 7px 0;
	font-size: 1.35em;
}

#footer {
	font-size: .85em; 
	text-align: right; 
	padding: 9px 0;
}
#footer p {
	margin: 0;
}

#content div {
	padding: 9px 4px 9px 136px; 
	border: 1px solid #fff; 
	margin-top: .38em;
	position: relative;
	min-height: 53px;
}
#content div p {
	line-height: 1.2;
}
#content div span.bg {
	width: 98px;
	height: 53px;
	position: absolute;
	top: 10px;
	left: 14px;
	background: #D2D2D2 url(../global/img/splash.gif);
	/*todo: just switch opacity for this - .7*/
}
/*FULL COLOR*/
div#portfolio span.bg, 
body.withBehaviors div#portfolio.hover span.bg,
body.withBehaviors div#portfolio.highlight span.bg {
	background-position: 0 0;	
}
div#blog span.bg, 
body.withBehaviors div#blog.hover span.bg,
body.withBehaviors div#blog.highlight span.bg {
	background-position: 0 -106px;
}
div#about span.bg, 
body.withBehaviors div#about.hover span.bg,
body.withBehaviors div#about.highlight span.bg {
	background-position: 0 -212px;
}

/*FADED*/
body.withBehaviors div#portfolio span.bg {
	background-position: 0 -53px;	
}
body.withBehaviors div#blog span.bg {
	background-position: 0 -159px;	
}
body.withBehaviors div#about span.bg {
	background-position: 0 -265px;
}

#content div.highlight {
	border-color: #ebe9d3; 
	background: #fffce7;
	color: #372F24;
}
#content div.highlight h2 {
	color: #6A6254;
}

#content div.hover {
	background: #fff0e7;
	border-color: #e6d8d0; 
	color: #372524;
	cursor: pointer;
}
#content div.hover h2 {
	color: #6A5554;
}
#content div.hover a {
	color: #A61C00;	
}

/*about page styles*/
h3 {
	font-size: 1.05em; 
	clear: both; 
	color: #51567f;
	background: url(/img/about_h3.gif) no-repeat 0 50%; 
	padding: 0 0 0 17px; 
	margin: .3em 0 .5em 0;
}


/*for IE, give front page divs layout so entire div is active with javascript onmouseover\*/
* html #content div {height: 53px;}

/*for IE 5*/
* html body {text-align: center;}
* html #container {text-align: left;}
