@charset "UTF-8";
/* CSS Document */

/*	COLORS
*/

body
{
	font-family: "Paltino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", times, serif;
	font-size: 100%;
	line-height: 1.5em;
	background: none repeat scroll 0 0 #EBEBEB;
	color: #333333;
}

#wrapper
{
	background: none repeat scroll 0 0 #F8F8F8;
	margin: 3em auto;
	padding: 2em 6em;
	position: relative;
	width: 48em;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
}

h1
{
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1em;
	margin: 1.111em 0 0.3em;
}

h2
{
	font-weight: normal;
	font-size: 2em;
	line-height: 1.25em;
	margin: 1.125em 0 0.375em;
}

h3
{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.25em;
}

h4
{
	font-size: 1.1667em;
	line-height: 1.5em;
	margin: 1.929em 0 0;
}

.contents h4
{
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
}

a
{
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 2px solid #EBEBEB;
	color: #333333;
	text-decoration: none;
}

a:hover
{
	/* [disabled]background: none repeat scroll 0 0 #EBEBEB; */
	/* [disabled]border-bottom: medium none; */
	/* [disabled]color: #333333; */
}

p
{
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

acronym, abbr
{
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: bold;
}

#navigation
{
	position: absolute;
	right: 2em;
	text-align: right;
	top: 1em;
	list-style: none outside none;
}

#navigation li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation a
{
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	font-size: 87.5%;
	font-weight: bold;
	margin: 0 0.25em 0 0;
	padding: 0.5em 0.75em;
	text-transform: uppercase;
}

#navigation a:hover
{
	background: none repeat scroll 0 0 #EBEBEB;
}

#navigation .current a
{
	background: none repeat scroll 0 0 #333333;
	color: #F8F8F8;
}

.photo
{
	border: 0.5em solid #FFFFFF;
}

.right
{
	float: right;
	margin: 0 0 0.5em 0.5em;
}

.center
{
	text-align: center;
}

#me, #you, .L, .R
{
	width: 49%;
	float: left;
}

#you, .R
{
	float: right;
}

#work
{
	clear: both;
}



#contact
{
	border: 1em solid #EBEBEB;
	margin: 0 auto;
	padding: 0.25em 1.5em 1em;
	width: 24em;
}

.small
{
	font-size: smaller;
}

.clear
{
	clear: both;
}

.contents h3
{
	border-top: 1em solid #EBEBEB;
	padding: 1em 0;
}

#work h2 em
{
	background: none repeat scroll 0 0 #EBEBEB;
	display: block;
	font-style: normal;
	padding: 0.25em;
}

.L, .R
{
	text-align: center;
}

blockquote
{
	background: none repeat scroll 0 0 #EBEBEB;
	border-left: 1em solid #232323;
	font-size: 1.1em;
	font-style: italic;
	margin: 0 1em 1.5em;
	padding: 1.5em 2em;
}

cite
{
	display: block;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

#resume h2
{
	color: #999999;
	font-size: 1.25em;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	margin: 1.5em 0 0;
	text-transform: lowercase;
}

#resume h3
{
	margin: 0.5em 0;
	text-transform: capitalize;
}
