/*

		 PERSONAL HOMEPAGE THEME FOR WORDPRESS
		 
		 By: Chris Coyier
		 http://chriscoyier.net
		 http://css-tricks.com
		 
		 -- Feel free to alter and use this theme for whatever you would like.
		 -- A link back is always nice but not required.
		 
		 Light Tan: #f4dfb8
		 Dark Tan: #d7b880
		 Dark Gray: #999999
		 Dark Red: #990000
		 
*/

*{ 
margin: 0; 
padding: 0; }

html{ 
overflow-y: scroll; 
}

html, body{ 
height: 100%; 
}

body{ 
font-family: Georgia, "Times New Roman", Times, Serif; 
color: #999999; 
font-size: 9pt; 
line-height: 11.5pt; 
width: 600px;
background: url(images/structure/grid.png); 
background-repeat: no-repeat;
}
									
ul{ 
list-style: none; 
}

ol{ 
list-style: decimal inside; 
}

a{ 
outline: none; 
text-decoration: none; 
}

a img{ 
border: none; 
background: none; 
}

img{ 
vertical-align: middle; 
}

table{ 
border-collapse: collapse; 
}


/*
	TYPGROGRAPHY
*/
a									{ color: #999999;}
a:hover								{ color:#000000; }
a:visit								{ color:#000000; }
a:active							{ color: #999999;}
h1									{ font-size: 3.6em; font-family: Georgia, serif; font-weight: normal; }
h2									{ font-size: 2.8em; font-family: Georgia, serif; font-weight: normal; }
h3									{ font-size: 2.6em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0; }
h4									{ color: white; font-size: 2.0em; margin-bottom: 15px; }
.post h4							{ font-size: 1.8em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0; color: #900; }

a.selected {
color: #000000;
}

/*
	STRUCTURE
*/
#main{
cursor:hand;
position: fixed;
margin-top:0px;
margin-left:0px;
width:1010px;
height:660px;
}
/*
	HEADER
*/
.cover{
position: fixed;
margin-top:0px;
margin-left:0px;
width:950px;
height:230px;
background-image: url(../images/structure/cover.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}
.logo{
position: fixed;
margin-top:40px;
margin-left:59px;
width:200px;
height:26px;
}
.nav1{
position: fixed;
margin-top:100px;
margin-left:60px;
}

.nav2{
position: fixed;
margin-top:100px;
margin-left:137px;
padding-left:10px;
width:200px;
background-image: url(../images/structure/line.jpg);
background-repeat: no-repeat;
background-position: -1px 0px;
}

.story{
position: fixed;
margin-top:100px;
margin-left:310px;
padding-top:0px;
padding-left:10px;
height:105px;
width:525px;
font-family: Georgia, "Times New Roman", Times, Serif; 
color: #000000; 
font-size: 9pt; 
line-height: 13.5pt;
background-image: url(../images/structure/line.jpg);
background-repeat: no-repeat;
background-position: -1px 0px;
columns:250px 2;
-webkit-columns:250px 2; /* Safari and Chrome */
-moz-columns:250px 2; /* Firefox */
column-gap:20px;
-moz-column-gap:20px; /* Firefox */
-webkit-column-gap:20px; /* Safari and Chrome */
}

.projectimage{
	position: relative;
	top: 240px;
	left: 60px;
	width:775px;
	height:350px;
	margin-bottom:100px;
	z-index:-1;
}
.profile_image{
	position: relative;
	top: 240px;
	left: 60px;
	width:775px;
	height:350px;
	margin-bottom:20px;
	z-index:-1;
}

.profile_text{
	position: relative;
	top: 240px;
	left: 60px;
	width:775px;
	height:350px;
	font-family: Georgia, "Times New Roman", Times, Serif; 
	color: #999999; 
	font-size: 13pt; 
	line-height: 20pt;
	z-index:0;
}

.profile_text a{
color: #999999;
}
.profile_text a:hover{ 
color:#000000; 
}