@import url(reset.css);

/* 
************************************
	DEFAULTS 
************************************
*/

body{
	color: #000;
  font: 11px Helvetica, Arial, sans-serif;
  line-height: 1.3em;
}

a, a:visited{
	text-decoration: none;
	color: #000;
}

a:hover{
  background-color: #F7F7F7;
}

strong{
  font-weight: bold;
}

em{
  font-style: italic;
}

h1, h2, h3, h4, h5{
  font-weight: bold;
}

ul, li{
  list-style-type: none;
}

#root{
  margin-left: 10px;
  margin-top: 3em;
}

img{
  max-width: 900px;
}



/* 
************************************
	HEADER 
************************************
*/

header{
  margin-bottom: 1.5em;
  width: 200px;  
}

.ruler{
  margin-bottom: 1.5em;
  border-top: 1px solid #000;
  width: 200px;
}

p{margin-bottom: 1em;}


/* 
************************************
	MAIN 
************************************
*/

#content{
  width: 200px;
}

#content a{
  text-decoration: underline;
}


.gallery{
  display: none;
  position: absolute;
  left: 165px;
  top: 3em;
}

.gallery img{
  cursor: pointer;
}

/* 
************************************
	FOOTER 
************************************
*/

footer{
}