@font-face {
	font-family: "Kabel Sans";
	src: 
		local('ITC Kabel Std Book'),
	    local('ITCKabelStd-Book'),
		url("../fonts/ITCKabelStd-Book.otf");
}
@font-face {
	font-family: "Kepler Light Italic";
	src:
		local("Kepler Std Light It"),
		local("KeplerStd-LightIt"),
		url("../fonts/KeplerStd-LightIt.otf");
}

body {
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-position: top center;
}

li {
	background-repeat: no-repeat;
	color: #333333;
	font-size: 13pt;
	list-style-type: none;
	margin-left: 0px;
	padding-top: 0px;
	text-shadow: #dddddd 1px 1px 0px;
}

li a {
	background-repeat: no-repeat;
	color: #333333;
	display: block;
	padding-bottom: 33px;
	padding-left: 40px;
	margin-top: 0px;
	text-decoration: none;
}

ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 15px;
}

#bcard {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #c4c4c4;
	background-image: url("../images/bcard-background.gif");
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	margin-bottom: 100px;
	margin-top: 143px;
	text-shadow: #444444 1px 1px 0px;
}

#bcard h2 {
	color: white;
	font-family: "Kepler Light Italic";
	font-size: 46pt;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-bottom: 0px;
}

#bcard h3 {
	background-image: url("../images/hr.png");
	background-repeat: no-repeat;
	color: #333333;
	height: 30px;
	margin-top: 8px;
	text-shadow: #dddddd 1px 1px 0px;
	width: 200px;
}

#bcard p {
	font-size: 12pt;
	letter-spacing: 0.1em;
	line-height: 23pt;
	margin-top: 0px;
	padding-top: 0px;
}

.container {
	background-image: url("../images/nebulous.png");
	background-repeat: no-repeat;
	font-family: "Kabel Sans", sans-serif;
}

.first h3 {
	background-position: 0px 24px;
}

.last h3 {
	background-position: -205px 24px
}

/*

 Fail gracefully on browsers without javascript 

*/

#no-javascript {
	background-image: url("../images/ie-hack.png");
	background-repeat: no-repeat;
	margin-top: 143px;
	width: 100%;
}

#no-javascript #bcard {
	visibility: hidden;
	margin-top: 0px;
}

#no-javascript p {
	display: none;
}

#no-javascript .swatches {
	visibility: visible;
	margin-top: 33px;
}

#no-javascript .swatches li a {
	font-family: Trebuchet, sans-serif;
	font-size: 11pt;
	padding-bottom: 30px;
}

/* Swatches

This is here to do jQuery fading and other risky business

*/

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

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

#blog {
	background-image: url("../images/blog-swatch.png");
}

#twitter {
	background-image: url("../images/twitter-swatch.png");
}

#resume {
	background-image: url("../images/resume-swatch.png");
}
#music {
	background-image: url("../images/music-swatch.png");
}