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

/*
	RESET & BASIC SETUP
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 50%;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	background: #74d9dc;
	padding: 30px;
	color: #FFFFFF;
}
/*





POSTS
*/

.post_horizontal {
	position: relative;
	top: 130px;
	width: 576px;
	height: 424px;
	text-align: left;
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	z-index:0;
}
.post_vertical {
	position: relative;
	top: 130px;
	width: 339px;
	height: 424px;
	text-align: left;
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	z-index:0;
}

.textbox {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	position: relative;
	top: 130px;
	width: 200px;
	height: 405px;
	text-align: left;
	margin: 10px;
	padding: 20px;
	background-color: #916b8b;
	z-index:0;
}


.about_post {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	position: relative;
	top: 130px;
	width: 266px;
	height: 405px;
	text-align: left;
	margin: 10px;
	padding: 20px;
	background-color: #916b8b;
	z-index:100;
}

.workshop_post {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	position: relative;
	top: 130px;
	width: 266px;
	height: 405px;
	text-align: left;
	margin: 10px;
	padding: 20px;
	background-color: #916b8b;
	z-index:0;
}

.workshops_text {
	font-size: 14px;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
}

.workshops {
	position: relative;
	top: 130px;
	width: 300px;
	height: 424px;
	text-align: left;
	margin: 10px;
	padding: 20px;
	background-color: #916b8b;
	z-index:0;
}
/*





	TYPOGRAPHY
*/
p {
	font-size: 1.3em;
	margin: 0 0 15px 0;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 4.0em;
	letter-spacing: -1px;
	color: #ccc;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 3.0em;
	letter-spacing: -1px;
	color: #ff8548;
}

a {
	color: #FFFFFF;
}

.subheader {
	font-family: Helvetica, sans-serif;
	font-size: 2.0em;
	letter-spacing: 0px;
	color: #ff8548;
}
/*




	HYPERLINKS
*/
a:link {text-decoration: none; color:#FFFFFF;}
a:visited {text-decoration: none}
a:active {text-decoration: none }
a:hover {text-decoration: none; color:#FF9933}

a.workshop:link {text-decoration: none; color:#FFFFFF;}
a.workshop:visited {text-decoration: none}
a.workshop:active {text-decoration: none }
a.workshop:hover {text-decoration: none; color:#ff8548}

a.header:link {text-decoration: none; color: #ff8548;
}
a.header:visited {text-decoration: none; color: #ff8548;
}
a.header:active {text-decoration: none; color: #ff8548;
}
a.header:hover {text-decoration: underline; color: #ff8548;
}
/*





Navigation
*/
a.home_btn {
	display: block;
	width: 232px;
	height: 70px;
	text-decoration: none;
}
a:focus.home_btn {
	outline: 0;
}
a.photography_btn {
	display: block;
	width: 91px;
	height: 28px;
	background: url("images/photography_btn.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.photography_btn {
	background-position: -91px 0;
}
a:focus.photography_btn {
	outline: 0;
}
a.workshops_btn {
	display: block;
	width: 79px;
	height: 28px;
	background: url("images/workshops_btn.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.workshops_btn {
	background-position: -79px 0;
}
a:focus.workshops_btn {
	outline: 0;
}
a.about_btn {
	display: block;
	width: 50px;
	height: 28px;
	background: url("images/about_btn.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.about_btn {
	background-position: -50px 0;
}
a:focus.about_btn {
	outline: 0;
}
a.writings_btn {
	display: block;
	width: 66px;
	height: 28px;
	background: url("images/writings_btn.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.writings_btn {
	background-position: -66px 0;
}
a:focus.writings_btn {
	outline: 0;
}

#nav1 {
	width: 91px;
	height: 100px;
	position: fixed;
	left: 43px;
	top: 110px;
	z-index: 100;
	float: left;
}
#nav2 {
	width: 91px;
	height: 100px;
	position: fixed;
	left: 140px;
	top: 110px;
	z-index: 100;
	float: left;
}
#nav3 {
	width: 91px;
	height: 100px;
	position: fixed;
	left: 225px;
	top: 110px;
	z-index: 100;
	float: left;
}
#nav4 {
	width: 91px;
	height: 100px;
	position: fixed;
	left: 282px;
	top: 110px;
	z-index: 100;
	float: left;
}
#nav5 {
	background-image: url(images/bg2.png);
	background-repeat: repeat;
	width: 430px;
	height: 15px;
	position: fixed;
	left: 43px;
	bottom: 0px;
	z-index: 100;
	float: left;
	background-color: #916b8b;
	font-size: 1.3em;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	padding: 8px;
	color: #FFFFFF;
}

/*





STRUCTURE
*/

#wrapper {
	width: 550px;
	margin: 0;
	padding: 0;
	background: url(images/middle.gif) repeat-y left top;
}
#wrapper-top {
	padding-top: 120px;
	background: url(images/top.gif) no-repeat left top;
}
#clouds {
	background-image: url(images/cloud1.png);
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 267px;
	z-index: -200;
}

#bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 2000px;
	height: 2000px;
	z-index: -1;
}
#logo {
	background-image: url(images/logo.gif);
	width: 232px;
	height: 70px;
	position: fixed;
	left: 43px;
	z-index: 100;
}

#fly {
	background-image: url(images/fly.png);
	width: 557px;
	height: 308px;
	position: fixed;
	top: 22%;
	left: 2px;
	z-index: -200;
}

#fly_figure {
	background-image: url(images/fly_figure.png);
	width: 341px;
	height: 165px;
	position: fixed;
	top: 37%;
	left: 140px;
	z-index: 0;
}

#sketch {
	background-image: url(images/drawing.png);
	width: 340px;
	height: 399px;
	position: fixed;
	top: 25%;
	left: 266px;
	z-index: 0;
}

#workshop_img {
	background-image: url(images/workshop.jpg);
	width: 596px;
	height: 444px;
	position: fixed;
	top: 172px;
	left: 365px;
	z-index: 0;
}
/*





Image Styles
*/
.workshop_img {
	margin-bottom: 16px;
	
}

.rollover a { 
display: block; 
}
