@charset "utf-8";
/* CSS Document */

#threeshows{
	width: 800px;
	height: 265px;
}
#threeshowsbottom{
	width: 800px;
	height: 265px;
}

img{
	margin: 0px;
	border: none;
	padding: 0px;
}

.show{
	float: left;
	color: #F2F2F2;
	background-color: #0D0D0D;
	font-size-adjust: none;
	font-size: 14px;
	text-align: center;
}

.show:hover{
	background-color: #F2F2F2;
	color: #0D0D0D;
}
#content a{ color: #F2F2F2;}
#content a:hover{ color: #0D0D0D; }

#atw{
	width: 265px;
	height: 265px;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	opacity:0.8;
	filter:alpha(opacity=80)
}

#baristas{
	width: 265px;
	height: 265px;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	opacity:0.8;
	filter:alpha(opacity=80)
}

#community{
	width: 265px;
	height: 265px;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	opacity:0.8;
	filter:alpha(opacity=80)
}

#latteart{
	width: 265px;
	height: 265px;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	opacity:0.8;
	filter:alpha(opacity=80)
}

#shows{
	width: 265px;
	height: 265px;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	opacity:0.8;
	filter:alpha(opacity=80)
}

#videos{
	width: 265px;
	height: 265px;
	border: 1px solid #F2F2F2;
	opacity:0.8;
	filter:alpha(opacity=80)
}

#footer{clear: both; }
