* {
	padding: 0;
	margin: 0;
}
body {
	position: relative;
	color: #999;
	font-family: "Lucida Grande", Tahoma, Verdana;
	background: url('../images/bg.gif') top center repeat;
}
a {
	color: #f65500;
	outline: 0;
	text-decoration: none;
}
a:hover {
	color: #f65500;
	text-decoration: underline;
}
h2 {
	font-family: "Georgia";
	font-weight: normal;
	color: #666;
	font-size: 24px;
	margin-bottom: 10px;
}
h3 {
	display: block;
	font-family: "Georgia";
	font-size: 11px;
	clear: both;
	font-weight: normal;
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 22px;
	background: url('../images/border.gif') bottom left repeat-x;
}
p {
	font-family: "Lucida Grande", Tahoma, Verdana;
	font-size: 13px;
}
img {
	border: none;
}
#wrapper {
	display: block;
	background: url('../images/bg-top.gif') top center repeat-x;
}
#site {
	display: block;
	position: relative;
	width: 719px;
	margin: 0 auto;
	background: transparent url('../images/bg-container.gif') top center repeat-y;
}
#qTip {
	position: absolute;
	display: none;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
	z-index: 1000;
	background: url('../images/tooltip.png') repeat;
}
#nav {
	display: block;
	background: url('../images/banner.gif') top left repeat-x;
	height: 76px;
	overflow: hidden;
}
#nav h1 a {
	display: block;
	width: 180px;
	height: 76px;
	text-indent: -100000px;
	font-size: 11px;
	float: left;
	margin-left: 7px;
}
#banner {
	display: block;
	height: 108px;
	text-indent: -10000px;
}
#nav ul {
	float: right;
	margin: 20px 37px 0 0;
	list-style-type: none;
}
#nav ul li {
	display: block;
	float: left;
}
#nav ul li a {
	width: 79px;
	height: 28px;
	margin: 0 0 0 2px;
	text-indent: -1000px;
	outline: 0;
	display: block;
	float: left;
}
#nav ul li.current a,
#nav ul li a:hover {
	background-position: 0px -28px !important;
}
#nav ul li a.about {
	background: url('../images/btn-about.gif') top left no-repeat;
}
#nav ul li a.words {
	background: url('../images/btn-words.gif') top left no-repeat;
}
#nav ul li a.photos {
	background: url('../images/btn-photos.gif') top left no-repeat;
}
.home #banner {
	background: url('../images/banner-home.gif') top left no-repeat;
}
.about #banner {
	background: url('../images/banner-about.gif') top left no-repeat;
}
.words #banner {
	background: url('../images/banner-words.gif') top left no-repeat;
}
.photos #banner {
	background: url('../images/banner-photos.gif') top left no-repeat;
}
#content {
	overflow: hidden;
	height: 100%;
	padding: 30px 60px;
}
/* ==== Home Page ==== */
#content ul {
	list-style-type: none;
	overflow: hidden;
	height: 100%;
	margin-bottom: 40px;
}
#content ul li a {
	display: block;
	width: 190px;
	height: 118px;
	padding: 0;
	margin: 14px 14px 0 0;
	float: left;
	text-indent: -1000px;
}
.home .format h4 {
	padding: 4px 0 8px 0;
}
.home .format p {
	line-height: 20px;
	font-size: 16px;
	padding-bottom: 5px;
}
.home #mugshot {
	background: url('../images/mugshot-tunnel.jpg') top left no-repeat;
}
.home .format .learn {
	font-size: 12px;
}

/* ==== About Page ==== */
.about #mugshot {
	display: block;
	width: 191px;
	font-size: 11px;
	padding-top: 122px;
	float: left;
	margin-right: 20px;
	text-align: center;
	background: url('../images/mugshot-nyc.jpg') top left no-repeat;
}
.about #copy {
	overflow: hidden;
	height: 100%;
	margin-bottom: 40px;
}
.about #copy h2 {
	padding: 5px 0 8px 0;
	margin: 0;
}
.about #copy p {
	line-height: 20px;
	font-size: 16px;
}
.about #alamofire {
	background: url('../images/alamofire.gif') top left no-repeat;
}
.about #neubix {
	margin-bottom: 30px;
	background: url('../images/neubix.gif') top left no-repeat;
}
.about #noob {
	margin-bottom: 30px;
	background: url('../images/thebignoob.gif') top left no-repeat;
}
.format {
	position: relative;
	margin: 15px 0;
	height: 118px;
	padding-left: 210px;
}
.format .link {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 191px;
	height: 117px;
	text-indent: -10000px;
	outline: 0;
}
.format h4 {
	font-family: "Georgia";
	font-weight: normal;
	color: #666;
	font-size: 24px;
	padding-top: 8px;
}
.format p {
	font-size: 13px;
	padding-bottom: 10px;
}
.format p.sub {
	font-family: "Georgia";
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
}
.about #facebook,
.about #twitter,
.about #lastfm {
	display: block;
	width: 191px;
	height: 55px;
	float: left;
	text-indent: -10000px;
	border: 0;
	margin: 15px 13px 12px 0;
}
.about #facebook {
	background: url('../images/facebook.gif') top left no-repeat;
}
.about #twitter {
	background: url('../images/twitter.gif') top left no-repeat;
}
.about #lastfm {
	background: url('../images/lastfm.gif') top left no-repeat;
	margin-right: 0;
}
#footer {
	position: relative;
	display: block;
	height: 55px;
	padding-top: 19px;
	margin: 0 0 40px 0;
	background: url('../images/footer.gif') top left no-repeat;
}
#footer p {
	padding: 0 0 0 56px;
	font-size: 11px;
}
#footer #rss {
	position: absolute;
	top: 17px;
	right: 56px;
	display: block;
	width: 33px;
	height: 33px;
	background: url('../images/rss.gif') top left no-repeat;
}
#footer #rss:hover {
	background-position: 0 -33px !important;
}

/* ==== Photos Page ==== */
.photos #content {
	margin-left: 14px;
}
.photo {
	float: left;
	text-align: center;
	font-size: 10px;
	margin: 0 10px 10px 0;
}
.photo a {
	display: block;
	width: 75px;
	height: 75px;
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #c1c1c1;
}
.photo a:hover {
	border: 1px solid #888;
}
.photo p {
	padding: 0;
	font-size: 11px;
	margin: 0;
	width: 85px;
	height: 28px;
}
#flickr {
	display: block;
	width: 123px;
	height: 31px;
	float: right;
	margin-top: 12px;
	margin-right: 12px;
	background: url('../images/btn-flickr.gif') top left no-repeat;
}