@charset "UTF-8";
/* CSS Document */

html {
}

body {
	margin: 0 auto;
	padding: 0;
	color: #abaa9c;
	font-family: 'Droid Serif', arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	background: #e3e1c8 url(../images/bg-sissyphus-dot-com.jpg) no-repeat top center;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #28282a;
	text-decoration: none;
}

a:link {
	color: #28282a;
	text-decoration: none;
}

a:visited {
	color: #28282a;
	text-decoration: none;
}

a:active {
	position: relative;
	right: -1px;
	top: 1px;
	color: #28282a;
	text-decoration: none;
}

a:hover {
	color: #28282a;
	border-bottom: #b5b4a1 1px solid;
	text-decoration: none;
	background: #d6d4bd;
}

.hidden {
	visibility: hidden;
}

h1 {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 38px;
	top: 38px;
	left: 160px;
	padding: 0;
	background: url(../images/logo-sissyphus-design-cargo.png) no-repeat top left;
	text-indent: -5000em;
}

h2 {
	color: #97223c;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	color: #97223c;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	color: #97223c;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

#wrapper {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


/* CONTENT */

#content {
	position: relative;
	margin: 0 auto;
}


/* LEFT COLUMN - Bodytext */

#col-left .gutter {
	position: relative;
	margin: 41px 30px 0 0;
	padding: 0;
	float: left;
}

#col-left ul li {
	color: #5b5c5e;
	font-size: 0.8em;
	text-align: right;
	text-shadow: #222 1px 1px;
	text-transform: uppercase;
	list-style: none outside;
}

#col-left li.hello {
	padding-bottom: 16px;
}

#col-left li.abridged {
	padding-bottom: 59px;
}

#col-left li.profile {
	padding-bottom: 211px;
}

#col-left li.livelihood {
	padding-bottom: 124px;
}

#col-left li.extracurricular {
	padding-bottom: 81px;
}

#col-left li.roots {
	padding-bottom: 146px;
}

#col-left li.action {
	padding-bottom: 37px;
}


/* CENTER COLUMN - Bodytext */

#col-center .gutter {
	position: relative;
	width: 410px;
	margin: 39px 114px 0 0;
	padding: 0;
	float: left;
}

#col-center p {
	line-height: 1.7em;
	text-shadow: #222 1px 1px;
}

#col-center a {
	color: #5b5c5e;
	border-bottom: #333 1px solid;
	text-decoration: none;
	text-shadow: #222 1px 1px;
}

#col-center a:link,
#col-center a:visited {
	color: #5b5c5e;
	border-bottom: #333 1px solid;
	text-decoration: none;
}

#col-center a:active {
	position: relative;
	right: -1px;
	top: 1px;
	color: #5b5c5e;
	text-decoration: none;
}

#col-center a:hover {
	color: #abaa9c;
	border-bottom: #5b5c5e 1px solid;
	text-decoration: none;
	background: #2b2c2d;
}


/* RIGHT COLUMN */

#col-right {
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
}


/* RIGHT COLUMN - Thinking Aloud - Recent Work - Diversions - Footer */

#thinking-aloud .gutter,
#recent-work .gutter,
#diversions .gutter {
	position: relative;
	width: 185px;
	margin: 0 0 40px 0;
	padding: 0;
}

#thinking-aloud ul,
#recent-work ul,
#diversions ul {
	list-style: none outside;
	padding: 0;
}

#thinking-aloud li {
	display: block;
	color: #5B5C5E;
	font-size: 1.05em;
	line-height: 1.75em;
}

#recent-work li,
#diversions li {
	display: block;
	font-size: 0.85em;
}

#footer .gutter {
	position: relative;
	width: 185px;
	margin: 0 auto;
	padding: 0;
}

#footer p {
	color: #28282A;
	font-size: 0.7em;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

/* Footer */

/*#footer {
	position: relative;
	margin: 0 auto;
	clear: both;
}

#footer .gutter {
	margin: 0 0 0 172px;
	padding: 12px 0 0 0;
}

#footer p {
	color: #5B5C5E;
	font-size: 0.7em;
	letter-spacing: 0.25em;
	text-shadow: #222 1px 1px;
	text-transform: uppercase;
}*/

