/*--- I'm Jayeb. ---*/
#home .content p {
	font-size:20pt;
	line-height:1.4em;
}

/*--- I Improv. ---*/
#improv .content div {
	font-size:16pt;
	line-height:1.5em;
}

/*--- I Brew. ---*/
#brew .content p {
	padding:5px 6px;
	line-height:1.35em;
}
#brew .content .bucket {
	display:block;
	float:left;
	width:83px;
	height:125px;
	margin:5px;
	overflow:hidden;
}
#brew .content a.bucket {
	cursor:pointer;
}
#brew .content .bucket img {
	display:block;
	width:83px;
	height:125px;
}
.imgEnlarged {
	width:520px;
	margin:50px auto;
	text-align:center;
}
.imgEnlarged img {
	display:inline;
	background:#000 url(../images/spinner_small.gif) no-repeat center;
	border:10px solid #000;
}

/*--- I Talk. ---*/
#talk .content a {
	display:block;
	height:260px;
	padding:10px;
	text-align:center;
	background:url(../images/black_filter.png);
	color:#fff;	
	font-size:16pt;
	overflow:hidden;
}
#talk .content a .imageHider {
	position:relative;
	display:block;
	margin:0 auto 20px auto;
	overflow:hidden;
}
#talk .content a .imageSlider {
	position:relative;
	display:block;
}
#talk .content a img {
	display:block;
}
#talk .content #email {
	height:120px;
	padding:80px 10px;	
}
#talk .content #email:hover {
	color:#eb2d2e;
}
#talk .content #email .imageHider {
	height:75px;
	width:100px;
}
#talk .content #email .imageSlider {
	top:0px;
	height:150px;
}
#talk .content #email:hover .imageSlider {
	top:-75px;
}

#talk .content #chat {
	height:190px;
	padding:55px 10px;
}
#talk .content #chat:hover {
	color:#fecd00;
}
#talk .content #chat .imageHider {
	height:122px;
	width:100px;
}
#talk .content #chat .imageSlider {
	top:0px;
	height:244px;
}
#talk .content #chat:hover .imageSlider {
	top:-122px;
}