/* --------- PAGE SECTIONS --------- */

#businessman, #designer, #enthusiast, #adopter, #familyman, #nerd, #photographer, #collector {
	display: none;
}

/* ------------ GLOBALS ----------- */

body {
	font-family: Garamond, Georgia, "Times new roman", serif;
	font-size: 100%;
	color: #333;
	background-color: #ccc;
	background: url(crest.jpg) no-repeat #fff 600px -50px;
}

h1 { /* Kens little corner on the internet */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #900;
	color: #fff;
	padding: 10px;
}

h2 { /* I am */
	padding: 100px 0 0 0;
	width: 5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 4.9em;
	font-weight: normal;
	letter-spacing: -.1em;
	margin: -.45em 0;
}
	h2 a {
		text-decoration: none;
		color: #000;
		border: 0;
	}
	h2 a:hover {
		color: #000;
	}

h3 { /* Categories */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 5em;
	font-weight: normal;
	letter-spacing: -.1em;
	margin: -.45em 0;
}
	h3 a {
		border: 0;
		color: #ccc;
	}
	h3 a:hover {
		color: #900;
	}

p {
	line-height: 1.5em;
	margin: .7em 0;
}

a {
	text-decoration: none;
	color: #900;
	border-bottom: 1px dotted #900;
}
a:hover {
	border: 0;
}
em { 
	font-style: italic;
	}
strong {
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .03em;
	text-transform: uppercase;
}

/* ------------ SPECIFIC ----------- */

#wrap {
	margin: 0 auto;
	width: 70em;
}

#wrap {
	height: 40em;
}

#h_typefiend {
	z-index: 200;
	width: 45em;
	}
#h_typefiend h3 a {
	color: #000;
	}
	
#typefiend {
	position: absolute;
	top: 30em;
	right: 100px;
	width: 33em;
	padding: 0 0 50px 0;
}

#footnote {
	position: absolute;
	left: 10px;
	font-size: 1em;
	margin-top: 6em;
	width: 20em;
}
#footnote hr {
	display: none;
}
#footnote a {
	border: 0;
}
#footnote a:before, #footnote a:after {
	font-size: 1.5em;
	color: #900;
	
}
#footnote a:before {
	content: "{";
	padding: 0 .05em 0 0;
}
#footnote a:after {
	content: "}";
	padding: 0 0 0 .05em;
}
#footnote a:hover {
	color: #000;
}

/* badges */

h4 {
	font-size: 1em;
	color: #999;
	margin: 3em 0 .5em 0;
}

#badges {
	margin: 0 auto 5em;
	width: 56em;
	padding-top: 3em;
}
#badges a {
	border: 0;
}
#badges a:hover {
	color: #000;
}

#flickrfeed {
	width: 260px;
}
#flickrfeed a img { 
	margin: 0 8px 8px 0;
	border: 3px solid #ccc;
	width: 60px;
	height: 60px;
}
#flickrfeed a:hover img {
	border: 3px solid #999;
}
#flickrfeed p, #twitterfeed p {
	font-size: .9em;
	margin: 0;
}
#flickrfeed h4 a:after, #twitterfeed h4 a:after, #flickrfeed p a:after, #twitterfeed p a:after {
	content: " \00BB";
	color: #823100;
}

#twitterfeed {
	width: 20em;
}
#twitterfeed li {
	font-size: .9em;
	padding: 3px 3px 3px 23px;
	margin: 0 10px 5px 0;
	background: url(/css/iam/default/tweet-dark.png) no-repeat 3px 5px;
	line-height: 1.4em;
}
#twitterfeed p {
	margin-top: 8px;
}


#links {
	width: 11em;
}
#links li {
	font-size: .9em;
	margin: 0 0 3px 0;
}

/* footer */

#footer {
	position: absolute;
	top: 10px;
	left: 400px;
	font-size: .8em;
	color: #666;
}
#footer li {
	float: left;
	padding: 0 0 0 1em;
	list-style: none;
}
#footer li:first-child {
	list-style: none;
}

/* position h3 tags */

#h_designer, #h_collector, #h_businessman, #h_photographer, #h_familyman, #h_enthusiast, #h_adopter, #h_nerd {
	z-index: 0;
}

#h_designer h3 a, #h_collector h3 a, #h_businessman h3 a, #h_photographer h3 a, #h_familyman h3 a, #h_enthusiast h3 a, #h_adopter h3 a, #h_nerd h3 a {
	width: 30em;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#h_designer h3 a:hover, #h_collector h3 a:hover, #h_businessman h3 a:hover, #h_photographer h3 a:hover, #h_familyman h3 a:hover, #h_enthusiast h3 a:hover, #h_adopter h3 a:hover, #h_nerd h3 a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
