/*
Theme Name: Sleep
Theme URI: http://www.aquanica.net
Description: A rebirth long overdue.
Version: 0.1
Author: Franky Liu
Author URI: http://www.aquanica.net

*/

*
	{
		margin: 0;
	}
	

html, body
	{
		height: 100%;
	}

body
	{
		background-color: #000000;
		color: #73879a;
		font-family: "Lucida Grande", Verdana, sans-serif;
		font-size: x-small;
		text-align: justify;
		background-image: url('images/watermark.png');
		background-repeat: no-repeat;
		background-position: bottom right;
		background-attachment: fixed;
		margin: 0;
		padding: 0;
	}

p
	{
		margin: 0 12px 20px 12px;
		line-height: 180%;
	}

a
	{
		color: #99B4CE;
		text-decoration: underline;
	}

a:hover
	{
		color: #73879a;
		text-decoration: none;
	}
	
h1
	{
		margin: 0;
		padding: 0;
		width: 210px;
	}

h1 span, div#header li span
	{
		display: none;
	}

h1 a
	{
		display: block;
		width: 400px;
		height: 260px;
		background-image: url('images/head.png');
		background-position: 0 0;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}

h1 a:hover, div#header li a:hover
	{
		background-position: 0 100%;
	}
	
h2, h2 a
	{
		color: #73989a;
		font-size: 20px;
		font-weight: normal;
		font-family: Georgia, serif;
		float: right;
		text-decoration: none;
	}
	
h2
	{
		background-image: url('images/h2.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: 50% 0;
		background-color: #000000;
		padding: 25px 10px 30px 10px;
		margin: 0 0 5px 30px;
		display: block;
		text-align: center
		width: 80px;
	}

h3, h3 a
	{
		color: #73989a;
		font-size: small;
		font-weight: normal;
		text-decoration: none;
	}

h3
	{
		border-top: 1px #73879a solid;
		border-bottom: 1px #73879a solid;
		margin: 0 0 10px 0;
		padding: 6px 15px;
		display: block;
		width: inherit;
	}

div#container
	{
		margin: 0;
		padding: 20px 0 0 410px;
	}
	
div#header
	{
		position: fixed;
		top: 50%;
		left: 0;
		z-index: 1;
		min-height: 100%;
		height: 100%;
		background-color: #000000;
		margin: 0;
		padding: 0;
	}

div#horizon
	{
		position: relative;
		top: -210px;
		left: 0;
	}

* html div#horizon
	{
		position: relative;
		top: 0;
		left: 0;
	}

* html div#header
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		height: 100%;
		background-color: #000000;
		margin: 0;
		padding: 0;
	}

ul#mainnav
	{
		margin: 0;
		padding: 0;
		width: 400px;
		height: 120px;
	}
	
ul#mainnav li
	{
		display: inline;
		float: left;
		margin: 0;
		padding: 0;
		text-indent: 0;
		list-style: none;
	}

ul#mainnav li a
	{
		display: block;
		background-attachment: scroll;
		background-position: 0 0;
		background-repeat: no-repeat;
	}

li#voukahlink a
	{
		width: 111px;
		height: 120px;
		background-image: url('images/voukah.png');
	}

li#portfoliolink a
	{
		width: 194px;
		height: 120px;
		background-image: url('images/portfolio.png');
	}
	
li#aboutlink a
	{
		width: 95px;
		height: 120px;
		background-image: url('images/about.png');
	}

ol.subnav
	{
		margin: 0 0 0 10%;
		font-size: xx-small;
		padding-left: 10px;
	}

ol.subnav li
	{
		list-style: lower-roman;
		margin-bottom: 6px;
	}

ol.subnav a
	{
		padding: 0;
		display: block;
		text-decoration: none;
		color: #8c8c8c;
	}
ol.subnav a:hover
	{
		color: #73879a;
	}

div#copyright
	{
		font-size: 8px;
		text-align: right;
		margin: 0;
		padding: 0
	}

.newer 
	{
		float: right;
	}

.older 
	{
		float: left;
	}

blockquote del
	{
	color: red;
	}