/* CSS Document */

html {
	min-height: 100%;
}

body {
	background: #e2e2e2 url(../global/img/watermark.gif) 100% 100% no-repeat;
	color: #000;
	font-family: Helvetica neue, Helvetica, Arial, sans-serif;
	font-size: 85.5%;
	line-height: 1.5;
}

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

img {
	max-width: 100%;
	height: auto;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 1.9em;
	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;
}

#container {
	width: 35em;
	margin: 0 auto;
	max-width: 100%;
	padding-top: 26px;
}

#content {
	background: #fff;
	padding: 5px 15px 20px;
	color: #292929;
	box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
}

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

#content p img {
	max-width: 25%;
	float: left;
	margin: 0 15px 15px -15px;
	border: 1px solid rgba(0, 0, 0, .5);
	border-left: 0;
	border-radius: 0 5px 5px 0;
}

#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;
}*/
div.section h2 {
	margin: 1em 0 .1em;
	font-size: 1.2em;
}
div.section ul,
div.section li {
	margin: 0em 0;
	padding: 0;
	display: block;
	list-style-type: none;
	line-height: 1.1;
}
div.section li {
	display: inline-block;
}
div.section li:before {
	content: "\2022";
	padding: 0 .5em 0 .4em;
	text-align: center;
}
div.section li:first-child:before {
	display: none;
}
#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;
}

@media only screen and (max-width: 600px) {
	h1 {
		left: 0;
	}
}
