
body#home {
	font-family: Lucida, Verdana, sans-serif;
	font-size: 0.8em;
	color: black;
	background: url(http://eyedea.eu/flash/flowers4bg_stills_lrg2.jpg) no-repeat;
	background-attachment: fixed;
	background-position: 0 bottom;
}

body#home #ufoTAG {
	position: fixed;
	bottom: 0;
	left: 0;
}

body#home .post {
	display: block;
	z-index: 1000;
}

body#home #feat {
	display: block;
	width: 22em;
	position: absolute;
	right: 0;
}

body#home #feat h2 {
	clear: both;
	font-size: 1.4em;
	font-weight: normal;
	color: #acae77;
	margin: 1.4em 0 0.7em 0;
}

body#home #feat p {
	display: block;
	height: 80px;
	width: 80px;
	float: left;
	margin: 0 0 20px 0;
}

body#home #feat a {
	clear: both;
	float: none;
	display: block;
}
a, a:link {
	text-decoration: none;
	color: #85875D;
}

a:visited {
	color: #5B5B48;
}

a:hover, a:active {
	color: #191912;
}
a:focus {
	outline: none;
}
#wrap {
	background: transparent;
/* display none done via JS - needed for slide effect */
}
#header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 105px;
	background: transparent url(images/header.png) repeat-x;
	background-position: 77px 0;
	font-size: 1em;
	text-transform: lowercase;
	font-weight: lighter;
}

#header h1 {
	margin: 1em 1em 0 340px;
	float: left;
}

#header .description {
	margin: 2.6em 0 4.4em 0;
	color: #fff;
	text-transform: lowercase;
	font-weight: lighter;
	color: #e2e3c4;
}

#header a {
	color: #fff;
	font-weight: normal;
}
span#switch {
	display: hidden;
	float: right;
	margin: 2.8em 0.3em 0 0;
}
span#switch a {
	display: inline;
	margin: 0 1em 0 0;
}
span#switch a:hover {
	color: #000;
}
#nav {
	position: fixed;
	top: 120px;
	left: 90px;
	text-align: left;
	width: 240px;
}

#nav ul {
	padding: 0 0 0 10px;
}

#nav ul li {
	text-transform: lowercase;
	display: block;
	margin: 0.3em 0;
}

#nav ul li.page_item a, #nav ul li.cat-item a {
	color: #000;
}

#nav ul li.page_item a:link, #nav ul li.cat-item a:link {
	color: #000;
}

#nav ul li.page_item a:visited, #nav ul li.cat-item a:visited {
	color: #666;
}

#nav ul li.page_item a:hover:after, #nav ul li.cat-item a:hover:after {
	content: url(images/menu-arrow2.gif);
}

#nav ul li.page_item a:hover, #nav li.page_item a:active, #nav ul li.cat-item a:hover, #nav ul li.cat-item a:active {
	color: #acae77;
}

/* highlighting current page */

#nav ul li.current_page_item {
	padding: 0 1em 0 0;
}

#nav ul li.current_page_item a {
	color: #acae77;
}

#nav ul li.current_page_item a:after, #nav ul li.current-cat a:after, body#blog #nav ul li.cat-item-4 a:after {
	content: url(images/menu-arrow2.gif);
}

/* class 'sub' for submenu link + submenu "subsub" */

.sub li:after {
	padding: 0;
}

.sub li a:after {
	content: url(images/menu-arrow2.gif);
}

ul.subsub {
	display: block;
	margin: 1.6em 0;
	padding: 2px;
}

ul.subsub li {
	margin: 0;
	padding: 0;
}

ul.subsub li a:before {
	content: url(images/menu-arrow.gif);
}

ul.subsub li a, ul.subsub li a:link {
	color: #acae77;
}

ul.subsub li a:visited {
	color: #AAAA9F;
}

ul.subsub li a:hover, ul.subsub li a:active {
	color: #191900;
}

ul.subsub li.current_page_item a {
	color: #acae77;
}

ul.subsub li.page_item.current_page_item a:after {
	content: url(images/menu-arrow2.gif);
}

ul.subsub li.current_page_item a, ul.subsub li.current_page_item a:link,  ul.subsub li.current_page_item a:visited {
	color: #acae77;
}

ul.subsub li.current_page_item a:hover,  ul.subsub li.current_page_item a:active {
	color: #191900;
}

/*featured work highlighting - project pages */

ul.subsub span li.cat-item:after {
	content: url(images/menu-arrow2.gif);
}
/* content styling */
#content {
	float: left;
	margin: 0 24em 80px 340px;
	padding: 100px 0 0 0;
	font-size: 1em;
	line-height: 1.6em;
}

.clear {
	clear: both;
}

#content h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3.storytitle, .entrytitle h2, .post h2 {
	font-size: 1.6em;
	margin: 0 0 1em 0;
}

#content p, .storycontent p {
	display: block;
	margin: 0 0 1em 0;
	max-width: 500px;
}

.storycontent dl {
	margin: 0 0 120px 0;
}

.storycontent dl dt {
	font-size: 1.6em;
	margin: 1em 0;
}

.storycontent dl dd {
	display: block;
	margin: 0 0 1em 0;
}



.slide {
	margin: 24px 0 0 0;
	padding: 0;
	background: transparent;
	z-index: 1000;
}
.btn-slide {
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 50px 10px 0 0;
	margin: 0 auto;
	display: block;
	color: #000;
	text-decoration: none;
	background: transparent;
}
.active {
	background-position: right 12px;
}

#footer {
	clear: both;
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 84px;
	background: transparent url(images/footer.png) repeat-x;
	background-position: 77px -25px;
	color: #E2E3C4;
}

#footer a, #footer a:link, #footer a:visited {
	color: #E2E3C4;
	font-variant: normal;
}

#footer a:hover, #footer a:active {
	color: #fff;
}

#footer p {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin: 4em 0 1em 340px;
}

