html, body{
	height: 100%;
	width: 100%;
	background-color: #000000;
}
body {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	font-family: "Myriad Pro", arial, sans-serif;
	padding: 0 0 0 140px;
}
body.slideshow {
	padding: 0!important;
}

/* GUI */
img.background {
	/*min-width: 1152px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;*/
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1152px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 1152px){
	img.bg {
		left: 50%;
		margin-left: -562px; }
}
#floatingworldarts{
	position: relative;
	left: 0;
	z-index: 3;
	width: 10000px;
	overflow: hidden;
}
h1 {
	font-size: 21px;
}

h3{
	font-size: 9px;
	margin-bottom: 50px;
}

#menu {
	/*position: absolute;
	z-index: 10;
	top: 140px;
	left: 140px;*/
	float: left;	
}
#menu ul{
	margin-bottom: 60px;
}
#menu li {
	clear: left;
	font-size: 21px;
	margin-bottom: 30px;
	overflow: hidden;
}
#menu a{
	display: block;
	float: left;
	text-decoration: none;
	letter-spacing: 1px;
}
#menu a:hover{
	text-decoration: underline;
}
#menu li span{
	font-size: 9px;
	float: left;
	display: block;
	margin-left: 10px;
}
#menu_main{
	margin: 0 0 20px 40px;
	font-size: 9px;
	float: left;
	width: 330px;
}
#main_menu img{
	position: relative;
	left: -48px;
}
#menu_main h1 a {
	float: none;
	letter-spacing: 4px;
	line-height: 20px;
}
#menu_main div{
	margin: 10px 0;
}
#menu_main div a{
	float: none;
	display: inline;
}
#menu_projects {
	margin-top: 268px;
	width: 200px;
	float: left;
	display: none;
}
#menu_projects li {
	font-size: 12px;
	margin-bottom: 10px;
}
#menu_projects li a:hover{
	text-decoration: underline;
}
#menu_projects li.list_footer {
	font-size: 9px;
	margin-top: 45px;
}
#menu_projects li.list_footer a{
	font-size: 12px;
	margin-top: 5px;
	display: block;
}
#menu_screen p{
	margin: 10px 0;
}


#projects,
#news,
#about {
	position: relative;
	top: 179px;
	display: none;
	/*left: 760px;*/
}
#menu_projects h2,
#news h2,
#about div.text h2{
	font-size: 9px;
}
#menu_projects h3,
#projects h3,
#news h3,
#about div.text h3{
	font-size: 25px;
	letter-spacing: 2px;
}


#content {
/*	position: relative;*/
	float: left;
	margin-top: 89px;
}

/* Project List on homepage */
#projects {
	position: relative;
	top: 223px;
	overflow: hidden;
}
#projects ul.details {
	position: relative;
	overflow: hidden;
}
#projects ul.details li {
	float: left;
	width: 270px;
	margin: 0 40px;
	font-size: 10px;
	position: relative;
}
#projects ul.details li div.popup {
	height: 180px;
	overflow: hidden;
	position: relative;
}
#projects ul.details li img{
	display: block;
	width: 270px;
	height: 180px;
}
#projects h2{
	font-size: 9px;
	margin-bottom: 0;
}
#projects ul.details li h3{
	font-size: 13px;
	margin: 18px 0;
}
#projects a {
	text-decoration: none;
}
#projects ul.details li a.play_slideshow{
	position: absolute;
	top: 180px;
	left: 0;
	width: 265px;
	display: block;
	background: url(assets/play_slideshow_bg.png) repeat-x top left;
	height: 18px;
	padding: 6px 6px 0 0;
	text-align: right;
	color: #000;
}
#projects ul.details li a.url {
	float: right;
}
#projects ul.details li a:hover{
	text-decoration: underline;
}



/** News **/
#news {
	display: none;
	width: 500px;
}
#news h3{
	margin-bottom: 40px;
}
#news a.rss,
#news a.blog {
	display: block;
	margin-bottom: 20px;
}
#news a.rss{
	float: left;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
#news h3.blog{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
#news a.blog {
	float: right;
}
#news p{
	clear: both;
	margin: 10px 0 20px;
	font-size: 10px;
}




/** About **/
#about {
	display: none;
	width: 600px;
	font-size: 9px;
	position: relative;
}
#about h3{
	margin-bottom: 40px;
}
#about div.text{
	width: 335px;
	margin-right: 35px;
	font-size: 10px;
}
#about div.contact{
	position: absolute;
	bottom: 0;
	right: 100px;
}
#about div.contact h2{
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	font-weight: normal;
}
#about div.contact p{
	margin-bottom: 5px;
}
#about div.contact span{
	width: 25px;
	display: inline-block;
}


/** Slideshow **/
#slideshow {
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 4;
	display: none;
}
#slideshow h3{
	margin-bottom: 10px;
}
#slideshow img {
	display: none;
	margin: 0 20px 20px 0;
	cursor: pointer;
}
#slideshow div.panel {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
#slideshow div.info {
	background: url('assets/slideshow_desc_bg.png') repeat top left;
	padding: 20px 0;
	display: none;
	width: 100%;
}
#slideshow div.description{
	margin: 0 auto;
}
#slideshow p.description {
	font-size: 9px;
	width: 500px;
}
#slideshow div.navigation {
	font-size: 9px;
	float: right;
}
#slideshow div.navigation p{
	margin-top: 30px;
}
#slideshow div.images{
	padding: 50px 0 0 0;
	margin: 0 auto;
}
#slideshow div.pagination,
#slideshow div.return {
	font-size: 9px;
}
#slideshow div.topnav{
	margin: 0 auto 20px;
}
#slideshow div.return {
	float: left;
}
#slideshow div.pagination{
	text-align: right;
	float: right;
}
#slideshow div.pagination span{
	cursor: pointer;
}
#slideshow div.pagination p.pages {
	display: inline;
}
#slideshow div.pagination p.pages a{
	margin-left: 5px;
}
#slideshow div.navigation a.play {
	display: none;
}
#current_image {
	display: block;
	margin: 0 auto;
}

#blog_feed {
	font-size: 10px;
}
#blog_feed a{
	font-weight: bold;
	text-decoration: none;
}
#blog_feed td{
	padding-bottom: 5px;
}


/* Yellow Text */
#menu_projects .yellow,
#about .yellow,
#news .yellow{
	background: url('assets/yellow.png') no-repeat top left;
	display: block;
	position: relative;
	height: 10px;
	width: 50px;
	float: none;
	margin: 0;
	top: -5px;
	left: -20px;
} 

#menu_projects .yellow{
	background-position: 0 -45px;
}
#about .yellow{
	background-position: 0 -30px;
}
#news .yellow{
	background-position: 0 -16px;
}
 
 
 
 
