*
{
	margin: 0;
	padding: 0;
}

a
{
	border-bottom: 1px dashed #900;
	color: #900;
	text-decoration: none;
}

a:hover
{
	border-bottom-style: solid;
}

a:visited
{
	color: #a44;
	border-color: #a44;
}

body
{
	background-color: #f5f5f5;
	border: 0;
	border-bottom: 5px solid #800;
	color: #000;
	font-family: Myriad, "Myriad Pro", Helvetica, sans-serif;
}

h1
{
	color: #666;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.25em;
	margin: 1em auto;
	width: 55em;
}


h1 a
{
	font-weight: bold;
}


h2
{
	padding: 1.1em 0 .5em;
}

h3
{
	line-height: 1.3em;
	padding-top: .5em;
}

ul,
ol
{
	padding-left: 1.5em;
}




.thesocial
{
	letter-spacing: .1em;
	line-height: 1.25em;
	margin: 1em auto;
	position: relative;
	width: 55em;
}

.thesocial ul
{
	position: absolute;
	right: 0;
	top: -2.25em;
}

.thesocial li
{
	list-style: none;
	float: left;
	padding: 0 0 0 1em;
}

.thesocial a
{
	font-weight: bold;
}

h1 a:visited,
.thesocial a:visited
{
	color: #900;
	border-color: #900;
}


.simple
{
	background-color: #8f0000;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#800000), to(#800000), color-stop(50%, #911));
	-moz-background-colors: #700 #a11;
	color: #ccc;
	font-size: 2.5em;
	overflow: auto;
	padding: 1.25em 0;
	text-shadow: -1px -1px 0 #333;
/*	filter: dropshadow(color=#633, offx=-2, offy=-2);*/
}

.intro
{
	margin: 0 auto;
	max-width: 90%;
	width: 22em;
}

.intro p
{
	float: left;
	line-height: 1.1em;
	width: 48%;
}

.intro p + p
{
	float: right;
	text-align: right;
	width: 52%;
}

.intro strong,
.intro abbr
{
	border-bottom: none;
	color: #fff;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.1em;
}


.complicated
{
	line-height: 1.25em;
	margin: 1em auto 0;
	overflow: visible;
	width: 55em;
}

.complicated h3
{
	padding-bottom: .15em;
}

.ergo
{
	float: left;
	padding: 0 2em 0 0;
	width: 33em;
}

.ego
{
	float: left;
	overflow: visible;
	width: 20em;
}

.ego p img
{
	max-width: 100%;
}

.ergo p,
.ego p,
.ergo ul,
.ego ul,
.example_group ul
{
	padding-bottom: 1em;
}

.photo
{
	font-style: italic;
}

.photo img
{
	display: block;
	padding: 0 0 .3em;
	font-style: italic;
}


.cogito
{
	clear: both;
	overflow: auto;
	padding: 0 0 2em;
}

.cogito h3
{
	padding-bottom: .25em;
}

.cogito p
{
	padding-bottom: .25em;
}

#examples
{
	clear: both;
	overflow: auto;
}

#examples h2
{
	float: left;
	padding-bottom: 0;
	padding-right: 1em;
}

#examples h2 + p
{
	padding-bottom: .5em;
	padding-top: 1.75em;
}

#examples p a
{
	margin: 0 2px 0 .1em;
}

.example_group,
.example_footnotes
{
	float: left;
	width: 33%;
}

.example_group li
{
	padding: .2em 0;
}

.example_group sup
{
	line-height: 0;
	padding-left: .25em;
}

.example_footnotes ol
{
	font-size: .75em;
	padding: 2em 0 0 1.875em;
}

.example_footnotes li
{
	line-height: 1.2em;
	padding: .4em 0;
}


#jobs
{
	float: left;
	position: relative;
	width: 45%;
}

#jobs .photo
{
	margin: 0 -100% 0 0;
}

#jobs .photo img
{
	max-width: 50%;
}

#school,
#contact
{
	margin-left: 55%;
	width: 45%;
}

#jobs p em,
#school p em
{
	color: #777;
	padding-left: .4em;
}

#jobs p + p,
#school p + p
{
	padding-bottom: 1em;
}

#contact h2
{
	padding-top: .75em;
}

.contact-form
{
	width: 97%;
}

.contact-form label
{
	display: block;
	overflow: auto;
	padding: 0 0 .75em;
}

.contact-form input[type="text"],
.contact-form textarea
{
	background-color: #f6f6f6;
	border: 1px solid #999;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	border-radius: .75em;
	color: #000;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: .75em;
	float: right;
	padding: .5em 1em;
}

.contact-form input[type="checkbox"]
{
	float: none;
	margin: 0 .5em 0 3px;
}

.contact-form input[type="checkbox"]:focus
{
	background-color: #f6f6f6;
}

.contact-form input[type="text"]
{
	width: 18em;
}

.contact-form input[type="submit"]
{
	background-color: #900;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#a00), to(#500));
	border: none;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	border-radius: .75em;
	color: #fff;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1em;
	padding: .5em .95em .4em;
}

.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus
{
	background-color: #7f0000;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#500), to(#a00));
	outline: none;
}

.contact-form textarea
{
	height: 5em;
	padding-bottom: .75em;
	padding-top: .75em;
	width: 22em;
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus
{
	background-color: #eee;
	border-color: #966;
	outline: none;
}

#forResponse
{
	float: left;
	width: auto;
}

#forSubmit
{
	text-align: right;
	width: auto;
}


/*
.intro,
.complicated,
.ergo
{
	background: rgba(100,100,100,.25);
}*/