@import url("core.css");
@import url("decor.css");

#intro			{
				width: 100%;
				height: 550px;
				padding-top: 4.5em;
				}

#pres,
#cv				{ width: 56em; }

#pres				{ padding-top: 12em; padding-bottom: 6em; }

#cv				{ padding-bottom: 12em; }

#intro,
#pres,
#cv				{ margin: 0 auto; }


/* Navigation
---------------------- */

#nav				{
				position: fixed;
				top: 12em;
				left: 0;
				font-weight: bold;
				text-transform: uppercase;
				text-align: center;
				cursor: pointer;
				}

#nav li			{ display: block; margin-top: 1em; }
				
#nav a			{
				padding: 0.75em;
				line-height: 1.5em;
				border-bottom: 0;
				}


/* CV
---------------------- */

#cv div			{ width: 26em; }

dl				{ width: inherit; }

dt				{ float: left; width: 16em; }

dd				{ float: right; width: auto; }

/* Gallery
---------------------- */

#back				{
				position: absolute;
				bottom: 5%;
				left: 0;
				text-transform: uppercase;
				}
				
#back a			{
				display: block;
				padding: 0.375em 0.75em;
				border: 0;
				}
