@charset "utf-8";
/* Stylesheet File													*/
/* media.css 														*/
/* Modified May 06th 2010								 			*/
/* http://www.heder.nu/		 									    */

/* ajax block style */

.ajax-block {
	width: 490px;
	margin: 0 auto;
	padding: 24px 0px;
	padding-top: 14px;
}

/* media style */

.media {
	width: auto;
	margin-bottom: 14px;
	overflow: hidden;
}
.media img, .media object {
	display: table; /* be nice to Firefox 3.0 */
	display: run-in;
}
.media .holder {
	text-align: center;
}
.media span {
	padding-top: 2px;
	text-align: right;
	font-size: 11px;
	color: #999999;
	display: block;
	clear: both;
}
.media span em {
	font-style: normal;
	font-size: 11px;
	color: #999999;
	float: left;
}

/* media audio style */

.media.audio .holder {
	text-align: left;
}
.media.audio .holder a {
	padding-left: 22px;
	background: transparent url(../images/icon_audio.png) no-repeat 0px 0px;
}
.media.audio object {
	display: block;
	clear: both;
}
.media.audio span {
	text-align: left;
}

/* media video style */

.media.video .holder {
	width: auto;
}
.media.video .holder a {
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	left: 0;
	top: 0;
}
.media.video .holder a img {
	margin-top: -27px;
	margin-left: -25px;
	position: absolute;
	left: 50%;
	top: 50%;
}

/* media cloud style */

.media.cloud {
	width: auto;
	padding: 12px 0px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.media.cloud .holder h3,
.media.cloud .holder p {
	text-align: left;
}
.media.cloud.clean {
	padding: 6px 0px;
	border: none;
}

/* media poll style */

.media.poll {
	width: auto;
	padding-top: 12px;
	border-top: 1px solid #d5d5d5;
}
.media.poll .holder {
	text-align: left;
}
.media.poll .holder div.buttons {
	margin-bottom: 0;
}
.media.poll .holder div.buttons .primary {
	padding-top: 4px;
}
.media.poll.clean {
	padding-top: 6px;
	border: none;
}

/* media expose style */

.media.expose {
	width: 490px;
}
.media.expose .one {
	width: 160px;
	display: inline;
	position: relative;
	float: left;
}
.media.expose .two {
	width: 320px;
	display: inline;
	float: right;
}
.media.expose .one .magnifier {
	z-index: 1;
	position: absolute;
	display: none;
	bottom: 6px;
	right: 6px;
}
.media.expose .one:hover .magnifier {
	display: block;
}

/* reverse style */

.media.reverse .one, .entry.reverse .card {
	text-align: right;
	float: right;
}
.media.reverse .two, .entry.reverse .info {
	float: left;
}

/* tags style */

.tags {
	margin-top: 12px;
	padding-top: 2px;
	border-top: 1px dotted #d5d5d5;
	font-size: 11px;
	color: #8c8c8c;
	clear: both;
}
.tags a {
	text-decoration: none;
	color: #21759b;
}
.tags a:hover {
	text-decoration: underline;
	color: #21759b;
}
.tags span {
	color: #303030;
}

/* tagcloud style */

.tagcloud ul {
	margin: 0;
}
.tagcloud ul li {
	height: auto;
	margin-right: 4px;
	padding-bottom: 4px;
	list-style: none;
	display: inline;
}
.tagcloud ul li a {
	height: auto;
	padding: 0 2px;
	padding-bottom: 2px;
	white-space: nowrap;
	background-color: transparent;
	text-decoration: none; 
	color: #303030;
}
.tagcloud ul li a:hover {
	background-color: #6a6a6a;
	text-decoration: none; 
	color: #ffffff;
}

/* poll result style */

.poll .result {
	width: 490px;
	padding-bottom: 4px;
	display: none;
	margin: 0;
}
.poll .result dl {
	width: 490px;
	margin-bottom: 6px;
	line-height: 16px;
	font-size: 11px;
	color: #999999;
}
.poll .result dl dt, .poll .result dl dd {
	width: 490px;
	display: block;
	float: none;
}
.poll .result dl dd {
	background-color: #f1f1f1;
}
.poll .result strong {
	font-weight: normal;
	color: #303030;
}

/* poll statistics style */

.poll .statistics {
	padding-top: 6px;
	border-top: 1px solid #d5d5d5;
}
.poll .statistics span {
	line-height: 15px;
	font-size: 11px;
	display: block;
	color: #999999;
}

