@charset "UTF-8";
/* CSS Document */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	body {
	margin-top: 20px;
}
	
	/* Navigation */
#nav {
	background-color: #000;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	}
	
#nav ul {
	list-style: none;
	}
	
#nav li a {
	color: #FFF;
	display: block;
	font-weight: bold;
	float: right;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#nav li a:hover {
	background-color: #C9C;
	color: #FFF;
	}
	
	/* Main */

	@font-face {
    font-family: 'PacificoRegular';
    src: url('../type/Pacifico-webfont.eot');
    src: url('../type/Pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/Pacifico-webfont.woff') format('woff'),
         url('../type/Pacifico-webfont.ttf') format('truetype'),
         url('../type/Pacifico-webfont.svg#PacificoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h2 {
		font-family: PacificoRegular, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	font-weight: bold;
}

a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #969;
	text-decoration: underline;
}

/* Footer */

footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 5px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

/* Resume */

p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
}

.address {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
}

ul {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
}

.company_name	{ 
	color: #969; font-family: "Palatino Linotype", "Book Antiqua", 		Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.jobtitle {
	color: #000; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.education p {
	margin-bottom: 0px;
}

.education.degree{
	margin-bottom: 10px;
}

.school{
		color: #000; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
}

.degree {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: italic;
	padding-bottom: 10px;
}

/* Form */

form, input, textarea{ 
	width: 280px; 
}

textarea{ 
	height: 100px;
}

label {
	color: #969; font-family:"Palatino Linotype", "Book Antiqua", 			Palatino, serif;
margin-bottom: none;
margin-top:  none;
font-size:16px;
}

.submit {
	width: 50px;
}

/* Galleria Styles */
#galleria {
	margin: 20px auto;
	width: 100%;
}


	



	
