/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-shadow: 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	background-repeat: no-repeat;
	color: #575757;
	font-size: 12px;
	line-height: 125%; 
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {color: #9bb7cc; text-decoration: none; font-weight: 400; }
a:active {text-decoration: none; font-weight: 400; }
a:hover {text-decoration: underline; font-weight: 400; }
a:visited {color: #5081a6; text-decoration: none; font-weight: 400;}

a img { 
	background-color: white; 
	border: none; 
	margin-bottom: 10px; }

#menu {
    right: 0px;
    z-index: auto;
    display: table;
    position: absolute;
    background-color: white;
    width: 250px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 3px;
    height: 100%;
}

#menu ul {
	margin-left: inherit;
	margin-bottom: 25px;
	margin-right: 0;
	margin-top: 25px;
	list-style: none;
}

#menu ul li.section-title { 
	line-height: 15px; 
	letter-spacing: normal; 
	word-spacing: 0px; 
	font-size: 12px; 
	text-transform: uppercase; 
}

#content {
    margin-left: 250px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    top: 0;
}

/* Homepage bodycopy */
#introhp {
    margin-left: 100px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 90px;
    overflow: hidden;
    top: 0;
    z-index: 1;
    position: absolute;
	line-height: 125%;
}

#introhp p {
	max-width: 190px;
}

/* Art Direction bodycopy */
#introdesc {
    width: 190px;
	margin-left: 60px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 100px;
    overflow: inherit;
    top: 0;
    z-index: 1;
    position: absolute;
	line-height: 125%;
}

#introdesc p {
	max-width: 200px;
	padding-bottom: 10px;
}

/* Art bodycopy */
#introart {
    width: 190px;
	margin-left: 70px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 150px;
    overflow: inherit;
    top: 0;
    z-index: 1;
    position: absolute;
	line-height: 125%;
}

#introart p {
	max-width: 200px;
	padding-bottom: 10px;
}

/* About bodycopy */
#introabout {
    width: 190px;
	margin-left: 80px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 180px;
    overflow: inherit;
    top: 0;
    z-index: 1;
    position: absolute;
	line-height: 125%;
}

#introabout p {
	max-width: 200px;
	padding-bottom: 10px;
}

/* Resume bodycopy */
#introresume {
    width: 700px;
	margin-left: 85px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 115px;
    overflow: inherit;
    top: 0;
    z-index: 1;
    position: absolute;
	line-height: 125%;
}

#introresume p {
	max-width: 700px;
	padding-bottom: 10px;
}

.container {
	padding-bottom: 30px;
	z-index: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#content p { 
	width: 750px; 
	margin-bottom: 9px; 
}

p { margin: 0 0 10px 0;}

h1 { font-size: 26px; line-height: 125%; }
h2 { font-size: 20px; }
h3 { font-size: 14px; line-height: 125%; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { 
	clear: left; }

.blue { 
	color: #9bb7cc;
	padding: 0 0 10px 0;
}

.space {
	padding: 0 0 20px 0;
}

.indented {
   padding-left: 28px;
   }