
/* Author: Madi Karizma (egolabelnyc.com) */
/* Last modified: November 13, 2007 */
/* Copyright (C) 2007 Company of Egolabel. */
/* All Rights Reserved. */

.content {
	padding: 0 10px 0 10px; }

.float_container {
	height: 100%; }

td {
	width: 100%; }

h1 {
	font-size: 20px;
	margin-bottom: 5px; }

h2 {
	clear: both;
	margin-bottom: 10px;
	padding-top: 20px; }

h3 {
	margin: 0; }

h3 a {
	color: #0489cb;
	font-size: 12px;
	font-weight: bold; }

h3 a:hover {
	color: #fff; }

p {
	margin-bottom: 15px;
	padding-left: 10px; }

p img {
	margin-right: 10px; }

p a {
	color: #666;
	text-decoration: none; }

p a:hover {
	text-decoration: underline; }

.media_block {
	border: solid 1px #111;
	float: left;
	margin: 0 5px 10px 0;
	padding: 5px;
	text-align: center;
	width: 200px; }

.media_thumb {
	height: 120px;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative; }

.media_thumb img {
	left: 0;
	position: absolute;
	top: 0; }

.media_caption {
	background: #111; }

.media_caption a {
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 190px; }

.media_caption a:hover {
	text-decoration: underline; }

/* End of Document */

