/* Style for log */
.main_content
{
	width: 796px;
}

.margin_bottom
{
	margin-bottom: 17px;	
}

#posts
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: -20px;
}

.date
{
	font-size: 30px;
	text-align: right;
	color: #cdcdcd;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin: 30px 0px 10px 0px;
}

.postedTime
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	vertical-align: middle;
}

.post
{
	border-bottom: 1px solid #cdcdcd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.post h3
{
	text-transform: uppercase;
}

.photo
{
	text-align: center;
}

.video
{
	text-align: center;
}

.audio
{
	text-align: center;
}

.caption
{
	text-align: left;
	padding-top: 20px;
}

.chat ul li
{
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
}

.chat ul
{
	padding-left: 45px;
}

.chat .label
{
	font-weight: bold;
}

li.even
{
	background-color: #efefef;
}

.normalText
{
	font-size: 20px;
}

.quoteText
{
	font-size: 20px;
	font-style: italic;
	padding-left: 45px;
}

.source
{
	padding-top: 20px;
	padding-left: 65px;
}

.link a
{
	font-size: 20px;
}

.big
{
	font-size: 25px;
}

.link .description
{
	padding-top: 10px;
}

#floatingContact
{
	position: absolute; 
	top:0;
	bottom: 0;
	width: 550px;
	height: 310px;
	padding: 30px;
	background-color: #ffffff; 
	border: 1px solid #808080; 
	border-right: 2px solid #808080; 
	border-bottom: 2px solid #808080; 
	z-index: 10000; 
	display:none;	
}
