/* This is a CSS comment
It can be broken onto multiple lines. */ 


/* || General styles */

body

{
background-color: #000000;
color: white;
}

/* … */


/* || Layout styles */

body

#container
{
width: 100%;
min-width: 800px;
background-color: #000;
margin: 0 auto 0 auto;
padding: 20px;
}

#header
{
width: 50%;
min-width: 800px;
margin: 20px auto 20px auto;
text-algin: center;
}

#icons
{
margin: 0 auto 0 auto;
width: 500px;
}

.layout
{
float: left;
display: inline;
width: 160px;
}

#writing
{
margin: 0 auto 0 auto;
width: 500px;
}

/* … */


/* || Typography */
p
{
font-family: Georgia, serif;
font-size: 1.3em;
font-weight: 100;
}



/* Rollovers */
.rollbutton, .rollbutton:link, .rollbutton:visited, .rollbutton:active, .rollbutton:focus 
{
padding: 30px;
margin: 0;
line-height: 200px; 
  background-color: black;
  color: white;
text-decoration: none;
font-size:6em;
width: 200px;
}

.rollbutton:hover 
{
  background-color: #fff;
  color: black;
text-decoration: none;
}

.rollbutton:hover .fa {
  color: black;
text-decoration: none;
}

.rollbuttonhere, .rollbuttonhere:link, .rollbuttonhere:visited, .rollbuttonhere:active, .rollbuttonhere:focus 
{
padding: 30px;
margin: 0;
line-height: 200px; 
background-color: black;
color: white;
text-decoration: none;
font-size:6em;
width: 200px;
}

h1
{
font-family: Verdana;
}

h1.hidden
{
color: black; 
font-size: 3em;"
}

h1.greyedout
{
color:  #030303; 
font-size: 3em;"
margin:0; 
padding: 0;
}

ul

{
font-family: Georgia, serif;
font-size: 1.3em;
font-weight: 100;
}


/* … */

/* || Header and Main Navigation */

/* … */





