@charset "utf-8";
/* CSS Document */

.tweet
{
	display: block;
	clear: both;
	padding: .6em;
	margin: .3em;
	overflow: hidden;
}

.tweet img
{
	float: left;
	margin-right: 1em;
}

.tweet p.text
{
	margin: 0 !important;
	padding: 0 !important;
}

.monitter, .flickr
{
	float: left;
	margin: 5px;
}


.thumb_active
{
	width: 44px !important;
	height: 44px !important;
	border: 2px solid #f00;
}

.thumb_image
{
	width: 48px;
	height: 48px;
	font-size: 9px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.thumb_label
{
	color: #fff;
	background-color: #f00;
	padding: 0;
	margin: 0;
}

#dynamic, #photocontainer
{
	width: 680px;
	height: 510px;
	padding: 0;
	margin: 0;
	background-color: #000;
	color: #fff;
	overflow: hidden;
}

#dynamic { height: 550px; }

#dynamic a
{
	color: #f00;
}

#dynamic p.tweet
{
	padding: 30px;
	margin: 0;
	font-size: 48px;
	text-align: center;
	font-style: italic;
}

#dynamic p.signed
{
	margin: 0;
	padding: 0 30px;
	text-align: center;
	font-size: 24px;
}

#dynamic p.flickr_photo, #photocontainer p.flickr_photo
{
	margin: 0;
	padding: 0;
	width: 680px;
	height: 510px;
	background-position: center center;
	background-repeat: no-repeat;
}

#dynamic span.flickr_description, #photocontainer span.flickr_description
{
	display: block;
	width: 640px;
	padding: 20px;
	font-size: 12px;
	background-color: #000;
}

#dynamic span.flickr_description strong, #photocontainer span.flickr_description strong
{
	font-size: 18px;
}

#minitweet
{
	background-color: #000;
	color: #fff;
	margin-right: 26px;
	margin-bottom: 0;
}

#minitweet p.tweet
{
	font-weight: bold;
}

#minitweet p.signed
{
	padding: 0 10px 10px;
}

#photocontainer
{
	z-index: 1;
	position: relative;
	top: -550px;
}

#dynamic
{
	z-index: 0;
}

#photo_close
{
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	cursor: pointer;
}

div#col3 div.top
{
	border-bottom: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 35px;
	margin-bottom: 15px;
	background-image: url('wolkie.png');
	background-repeat: no-repeat;
	background-position: 0 30px;
}

div#col3 div.top h2
{
	background-color: #f00;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	padding: 3px 6px 2px;
}
