 /* CSS Document */

/* COLORS:
--------------------------------------------------
Black : 1A1718
Grey : 626366
Gray Lighten: 757677;
White : FFF
-------------------------------------------------- */


/* GLOBAL:
-------------------------------------------------- */
body {
	color: #1A1718;
	font-family: Century, "MS Serif", "New York", "Palatino Linotype", "Book Antiqua", serif;
	text-align: center;
	}
a {
	color: #1A1718;
	}


/* CONTAINER:
-------------------------------------------------- */
#Container {
	width: 800px;
	margin: 42px auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 1.2em;
	}


/* HEADER:
-------------------------------------------------- */
#Header {
	overflow: hidden;
	margin-left: -6px;
	}
h1 {
	height: 22px;
	overflow: hidden;
	text-indent: -3000px;
	margin-bottom: 12px;
	padding: 0;
	background: url('../images/alexis-granwell.gif') no-repeat 6px top;
	font-size: 3em;
	font-weight: normal;
	}


/* MAIN MENU:
-------------------------------------------------- */
#MainMenu {
	float: left;
	width: 100%;
	font-size: 1.3em;
	letter-spacing: 1px;
	}
#MainMenu,
#MainMenu a {
	color: #757677;
	}
#MainMenu ul {
	float: left;
	padding: 0;
	list-style-type: none;
	}
#MainMenu li {
	float: left;
	margin-right: 24px;
	padding: 0;
	position: relative;
	}
#MainMenu a,
#MainMenu em {
	display: block;
	padding: 6px 0 6px 6px;
	text-align: center;
	text-decoration: none;
	}
#MainMenu a:hover {
	text-decoration: underline;
	}
#MainMenu .active a, 
#MainMenu .active em {
	/*background: url('../images/arrow.gif') no-repeat left center;*/
	/*color: #1A1718;
	color: #B29886;*/
	}
#MainMenu .active a:hover {
	}


/* LAYOUT TABLES:  LEFT | MAIN | RIGHT
-------------------------------------------------- */
.layout {
	clear: both;
	width: 100%;
	}
.layout .column {
	}

/* 1 */
.col_1 .column {
	width: 800px;
	}

/* 2 */
.col_2l .left {
	width: 150px;
	}
.col_2l .main {
	width: 650px;
	}
.col_2r .right {
	width: 150px;
	}
.col_2r .main {
	width: 650px;
	}

/* 3 */
.col_3 .main {
	width: 400px;
	}
.col_3 .left,
.col_3 .right {
	width: 150px;
	}


/* content boxes */
.column .content-wrapper {
	margin-top: 60px;
	padding: 0;
	}
.column .column-header {
	padding: 0;
	}
.column .column-footer {
	padding: 0;
	}


/* ALL CONTENT AREAS:
-------------------------------------------------- */
h2 {
	clear: both;
	margin: 48px 0 18px 0;
	color: #757677;
	font-size: 1.5em;
	letter-spacing: 1px;
	}
h2 a {
	text-decoration: none;
	}
h2 a:hover {
	text-decoration: underline;
	}
h3 {
	font-size: 1em;
	}
h4 {
	font-size: 1em;
	}
.content,
.content li {
	line-height: 1.6em;
	}
p {
	margin-bottom: 1em;
	}
#Resume h3 {
	display: inline;
	float: left;
	width: 100px;
	line-height: 1.4em;
	}
#Resume .content ul {
	margin: 18px 0 18px 100px;
	margin-top: 0;
	padding: 0 0 0 50px;
	list-style-type: none;
	}
#Resume .content li {
	text-indent: -50px;
	}
#Resume .content em {
	font-size: 1.1em;
	}
	
#Press h2 {
	font-style: italic;
	}
#Press .content p,
#Press .content blockquote {
	margin-left: 100px;
	margin-bottom: 0;
	}
#Press .content .pub {
	}

#Press .content .links {
	margin-top: .5em;
	}
#Press .content .links a {
	margin-right: 25px;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
	}
.content .offsite a {
	margin-right: 0;
	}
#Press .content .links a:hover {
	border-bottom: 1px solid #AAA;
	}
.content .offsite a:active {
	background: #EEE;
	}
#Press .content .date {
	float: left;
	width: 100px;
	margin: 0;
	}
* html #Press .content .attribution {
	text-indent: -3px;
	}
#Links .connection p {
	margin-left: 100px;
	}
#Links .connection .link  {
	margin-top: .5em;
	}
#Links .connection .link a {
	margin-right: 25px;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
	}
#Links .connection .link a:hover {
	border-bottom: 1px solid #AAA;
	}

/* FOOTER
-------------------------------------------------- */
#Footer {
	margin-top: 60px;
	padding: 6px 0;
	font-size: 1.3em;
	letter-spacing: 1px;
	}
#Footer,
#Footer a {
	color: #757677;
	}
#Footer .vcard {
	padding: 6px 0;
	}
#Footer .vcard a {
	text-decoration: none;
	}
#Footer .vcard .tel,
#Footer .vcard .email {
	padding-left: 4px;
	}
#Footer .copyright {
	padding: 6px 0;
	}
#Footer .copyright,
#Footer .copyright a {
	color: #ACADAD;
	}
