@import url(resets.css);

@font-face {
	font-family: 'FePIrm27C';
	src: url('../fonts/fepirm27c-webfont.eot');
	src: local('?'), url('../fonts/fepirm27c-webfont.woff') format('woff'), url('../fonts/fepirm27c-webfont.ttf') format('truetype'), url('../fonts/fepirm27c-webfont.svg#webfontUA4aNFgu') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Tenderness;
	src: url("../fonts/Tenderness.otf");
}

html {
    background: black url(../images/background.jpg) no-repeat top left;
	color: #ffffcc;
	padding: 20px;
}

h1 {
	font-family: 'FePIrm27C', Times New Roman, serif;
	font-size: 4em;
	text-shadow: 3px 3px 3px #000;
}

h2 {
	font-size: 1.2em;
	color: #ffffcc;
	text-decoration: none;
	padding: 5px 0 10px 0;
}

#quote {
	width: 600px;
	color: #fff;
	font-family: Tenderness, Times New Roman, serif;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px #000;
}

#quote cite {
	font-size: .8em;
}

#links {
	padding: 20px;
}

#links li {
    height: 48px;
    width: 250px;
    background-position: left;
    background-repeat: no-repeat;
    line-height: 48px;
}

#links li a {
    height: 100%;
    width: 100%;
    display: block;
    padding-left: 50px;
    text-decoration: none;
	color: white;
	font-family: 'Times New Roman';
	font-size: 2.0em;
	text-shadow: 3px 3px 3px #000;
}

#links li a:hover {
	color: yellow;
}

#links #facebook_link {
	background-image: url(../images/facebook.png);
}

#links #google_link {
  background-image: url(../images/google.png);
}

#links #linkedin_link {
	background-image: url(../images/linkedin.png);
}

#links #photos_link {
	background-image: url(../images/photos.png);
}

#links #bio_link {
	background-image: url(../images/bio.png);
}

#links #contact_link {
	background-image: url(../images/contact.png);
}

#bio {
	padding: 15px;
}

#bio a {
	color: #fff;
	text-decoration: none;
}
#bio a:hover {
	text-decoration: underline;
}

#fancybox-inner {
	overflow: auto;
	background-color: #333;
	color: #ccc;
	font-family: Verdana, Lucida Sans Unicode, serif;
}

p {
	padding-bottom: 15px;
}

