* { padding: 0; margin: 0; }
h1 {
	font-family: 'Amaranth', arial, serif;
	font-size: 35px;
	color: #A19C7A;
	margin-bottom: 10px;
	padding: 5px 0 0 5px;
	text-shadow: rgba(62,64,48,0.5) -1px 0, rgba(62,64,48,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(62,64,48,0.3) -1px -2px;
	-webkit-font-smoothing: antialiased;
}
p {
	font-family: 'Molengo', arial, serif;
	font-size: 18px;
	color: #FAFFEA;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0 20px;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #FAFFEA;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	color: #FCF5BF;
	border-bottom: none;
}
#logo {
	width: 50px;
	padding: 50px 0 0 0;
	margin: 0 auto 0 50px;
}
#about {
	width: 600px;
	padding: 10px 7px 1px 15px;
	margin: 10px 75px 0 auto !important;
	background-color: rgba(109,109,88,0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Image Links Below Profile Text */
ul#connect {
	white-space:nowrap;
	width: 400px;
	padding: 10px 0 0 0;
	margin: 0 185px 0 auto !important;
}
#connect li {
	display:inline;
	list-style-type:none;
}
#connect a {
	text-decoration: none;
	padding:3px 5px;
	border-style: none;
}
#connect a:link,#navlist a:visited {
	text-decoration: none;
	opacity:0.8;
	border-style: none;
}
#connect a:hover {
	text-decoration: none;
	opacity:1;
	border-style: none;
}
#connect img {
	border:none;
}

ul#passion {
	white-space:nowrap;
	width: 468px;
	padding-top: 20px;
	margin: 0 145px 0 auto !important;
}
#passion li {
	display:inline;
	list-style-type:none;
}
#passion a {
	text-decoration: none;
	padding:3px 5px;
	border-style: none;
}
#passion img {
	border:none;
}
