@charset "UTF-8";
/* CSS Document */

ol,ul { 
   list-style:none;
}

ol{
	list-style: decimal;
}

caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6,pre { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
    border:0; 
}
sup, sub {
	vertical-align: .4em;
	margin-left: .15em;
    font-size: 73%;
    /*\*/
    _font-size: 95%;
    /**/
}
.verbose {
    display : none;
}

@media Aural {
    .verbose {
	display : inline;
    }
}
@media screen {
    ruby {
		ruby-position : inline;
    }
}

/* --- basic elements --- */

/* link */

.nav a:visited,
a.keepfresh:visited,
a:link {
	color: #0099CC;
	text-decoration: underline;
}

a:visited {
	color: #666;
}

a:link:hover,
a:visited:hover {
	color: #000;
}

a.keepfresh:link:hover {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}

a.keepfresh:visited {
	color: #0099CC;
	text-decoration: none;
}

a.keepfresh:visited:hover {
	color: #0099CC;
	text-decoration: none;
}

a.underlined:link:hover,
a.underlined:visited:hover {
	color: #0099CC;
}

a.underlined:link span.acontent,
a.underlined:visited span.acontent {
	color: #000;
}

a.underlined:hover span.acontent {
	color: #0099CC;
}

.contentBody a:link img,
.contentBody a:visited img {
	border: 1px solid #999;
}

.contentBody a:hover img {
	border: 1px solid #000;
}

/* --- link variation --- */

/* favicon */

a.faviconized {
	text-decoration: none;
}

a.faviconized .originalText {
	text-decoration: underline;
}

.favicon {
	display: inline-block;
	margin: -.25em .15em 0 0;
	width: .75em;
	height: .75em;
	vertical-align: middle;
    /*border: 1px solid #ccc;*/
	background-color: #fff;
}

ul li a.faviconized {
	position: relative;
}

ul li a.faviconized .favicon {
	position: absolute;
	top: 0;
	left: 0;
	margin: .3em 0 0 -18px;
}

/* file */

a.file {
	text-decoration: none;
}

a.file .fileType {
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: .1em .3em;

	font-size: 65%;
	font-style: normal;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", Arial, sans-serif;
	color: #fff;
	background-color: #888;
}

a.file:hover .fileType {
	background-color: #666;
}

a.file.imageLink {
	position: relative;
}

a.file.imageLink .fileType {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
}

a.file .originalText {
	text-decoration: underline;
}

a.file .originalText.notFound {
	text-decoration: line-through;
	color: #666;
}

a.file .fileSize {
	color: #000;
}

a.pdf .fileType {
	background-color: #0099CC;
}

a.pdf:hover .fileType {
	background-color: #0099CC;
}

/* --- emphasize --- */

.contentBody em {
	font-style: italic;
}

.contentBody strong {
	font-weight: bold;
}

/* highlighted text */

em.highlight {
	background: rgba(255,239,0,.7);
	position: relative
	display: inline-block;
	left: -3px;
	padding: 1px 4px;
	margin: 0 -4px;
	z-index: 15;
	font-style: normal;
	
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.7);
}

.msie em.highlight {
	background: rgb(255,239,0);
	padding: 1px;
	margin: 0 -1px;
}

/* --- blockquote --- */

blockquote {
	margin: 3em 0 0 -55px;
	padding-left: 15px;
	padding-right: 144px;
	color: #666;
}

.contentBody.wide blockquote {
	margin: 3em 0 0 0;
}

.contentBody.blogEntry blockquote {
	margin: 2em 0 2em 0;
	padding-right: 0;
}

blockquote:before {
	content: '';
	display: block;
	width: 21px;
	height: 16px;
	float: left;
	background-position: -172px 0;
}

.contentBody blockquote p {
	margin-left: 40px;
	margin-bottom: .5em;
}

.contentBody.blogEntry p.cite {
	margin-top: -3em;
	margin-bottom: 5em;
}

article cite {
	display: block;
	text-align: right;
	font-style: italic;
	font-size: 80%;
}

/* interface */

.nav.disabled {
	color: #aaa;
}

.more,
.more-link {
	margin-top: .5em;
}

p .more-link,
dd .more-link {
	margin-left: .5em;
}

.more:visited,
.more-link:visited {
	color: #0099CC;
	/*background-position: 0 -594px;*/
}

.more:hover,
.more-link:hover {
	/*background-position: 0 6px;*/
}

/**
 *layout system
 *
 *lf = layout frame
 *lu = layout unit
 **/
.lf {
	margin: 0 0;
}

.lf .lf > p {
	margin-top: 0 !important;
}

.lu {
	float: left;
	margin-left: 18px;
}

.lf p:first-child {
    margin-top: 0;
}

.lf p:last-child {
    margin-bottom: 0;
}

.lf .lu.first-child,
.lf .lu:first-child {
	margin-left: 0
}

/**
 *width definition
 **/

.whc,
.width-half-col {
	width: 68px;
}

.wcustomc {width: 164px;}

.w1c,
.width-1col {
	width: 144px;
}

.w2c,
.width-2col {
	width: 306px;
}

.w3c,
.width-3col {
	width: 468px;
}

.w4c,
.width-4col {
	width: 630px;
}

.w5c,
.width-5col {
	width: 792px;
}

.w6c,
.width-6col {
	width: 954px;
}

.mt0,
.notopmargin {
	margin-top: 0 !important;
}

.mb0,
.nobottommargin {
	margin-bottom: 0 !important;
}

.mt1,
.notopmargin {
	margin-top: 16px !important;
}

.mb1,
.nobottommargin {
	margin-bottom: 16px !important;
}

.ml1c {
	margin-left: 144px;
}

.ml2c {
	margin-left: 306px;
}

.ml3c {
	margin-left: 468px;
}

.ml4c {
	margin-left: 630px;
}


/* clearfix */

.contentBody a.tweetsHead,
footer,
footer .footerBottom,
.lf,
.clearfix {
	/*\*/
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}

.contentBody a.tweetsHead:after,
footer:after,
footer .footerBottom:after,
.lf:after,
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* sprite */

a.enlarge:before,
blockquote:before,
.header h1 a,
.sprite {
    background-repeat: no-repeat;
}

.sprite .rptext {
	font-size: 15px; font-weight: bold
}


.header {
	display: block;
	height: 140px;
	margin-bottom: 95px;
	background-position: bottom;
	border-top: 6px solid #0099CC;
	position:relative;
}

.header a:link,
.header a:visited {
	text-decoration: none;
	color: #0099CC;
}

.header.nav a:hover {
	text-decoration: underline;
}

.header h1 a,
.header h1 a:hover,
.header h1 a:visited,
.header h1 a:link:hover,
.header h1 a:visited:hover {
	color:#0099CC;
	display: block;
	margin-top: 38px;
	width: 230px;
	height: 65px;
	background-position: 0 0;
}

.header.nav.mainNav,
.header.nav.langSelector {
	display: block;
	padding-top: 32px;
}

.header.nav.mainNav ul ul,
.header.nav.langSelector ul ul {
	margin-top: 6px;
}

.header.nav.mainNav ul li li,
.header.nav.langSelector ul li li {
	font-size: 14px;
	line-height: 19px;
}

.header.nav.langSelector ul li {
	visibility: hidden;
}

header.nav.langSelector ul li li {
	visibility: visible;
	/*text-align: right;*/
}

.header.nav ul li li em a,
.header.nav ul li li em span.emcontent {
	background:none repeat scroll 0 0 #0099CC;
	color:#FFFFFF;
	left:-3px;
	padding:3px;
	position:relative;
}

.header.nav ul li li em a {
	color: #fff;
	background-position: 0 6px;
}

/* from Posterous */
* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
.clear {
    clear: both;
    font-size: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.text-right {
    text-align: right;
}
.center {
    text-align:  center;
}
.xxsmall {
    font-size: 10px;
}
.xsmall {
    font-size: 11px;
}
.small {
    font-size: 12px;
}
.normal {
    font-size: 14px;
}
.big {
    font-size: 16px;
}
.black {
    color: #000;
}
.strong {
    font-weight:  bold;
}
.float {
    float: left;
}
.right {
    float: right;
}
.uppercase {
    text-transform: uppercase;
}
.absolute-right {
    position: absolute;
    top: 0;
    right: 0;
}
body {
    background: #fff;
    font-family:  Arial, Helvetica, sans-serif;
    color: #7e7e7e;
    font-size: 12px;
    background-image: url(http://www.trendtag.de/extra/bg-blog.png);
}
a {
    color: #009ACD;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.reverse {
    text-decoration: underline;
}
a.reverse:hover {
    text-decoration: none;
}
.no-ul {
    text-decoration: none
}
.no-ul:hover {
    text-decoration: underline !important
}
h1, h2, .about-details {
    font-family:  "HelveticaNeue-Light", "Helvetica Neue  Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.1em;
}
.container {
    margin: 0;
    width: 1080px;
}
.sidebar {
    float: left;
    padding: 15px 30px 0 40px;
    overflow: hidden;
    width: 190px;
}
.content {
}
h1 {
}
h1 a {
    color: #009ACD;
    text-decoration: none;
}
h1 a:hover {
    text-decoration: none;
}
h2 {
    font-family: "Times  New  Roman", Times, serif;
    color: #000;
    /* color: #009ACD; */
    font-size: 22px;
    font-weight:  normal;
    margin-bottom: 10px;
}
h2 a {
    font-size: 22px;
    font-size: 22px;
    color: #000;
    font-weight: normal;
    line-height:  26px;
    text-decoration: none;
}
h2 a:hover {
    color: #009ACD;
    text-decoration: none;
}
h4 {
    color: #555;
}
.bighead {
    font-family: "Times  New  Roman", Times, serif;
    color: #000;
    /* color:  #009ACD; */
    font-size: 28px;
    font-weight:  normal;
    margin-bottom: 10px;
    text-align:  left;
}
.tagline {
    color: #444;
    line-height: 2em;
    font-size: 14px;
    padding-top: 10px;
}
.about-details {
    margin: 5px 0 40px;
}
.search-section {
    height: 50px;
    padding-top:  10px;
    text-align: right;
}
.search {
    background:  url(/themes/search-light.gif) no-repeat 3px 2px #fff;
    border: solid 1px #e5e5e5;
    color: #aaa;
    font-size: 11px;
    margin-bottom: 2px;
    margin-top:  30px;
    padding: 5px 7px 5px 23px;
    width: 153px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.search-results, .tag-results {
    margin: 38px 0px 0px 0px;
}
.search-results h2, .tag-results h2 {
    font-size: 16px;
}
.search:focus {
    color: #333;
}
.main {
    float: left; 
    margin-left: 40px;
}
.postunit {
    margin: 20px 0px;
    padding: 15px 40px 40px 0;
    position: relative;
    float: left;
}
.date {
    color: #7e7e7e;
    font-size: 11px;
}
.date a {
    color: #7e7e7e;
    text-decoration: none;
}
.date a:hover {
    text-decoration: underline;
}
.date img {
    vertical-align: middle;
}
.post {
    float: right;
    position: relative;
    width: 500px;
}
.post {
    line-height: 1.5em;
    font-size: 14px;
}
.post p, .post pre, .post blockquote {
    margin: 15px 0px;
}
.post ol {
    margin: 15px 0px 15px 20px;
}
.post ul {
    margin: 15px 0px 15px 15px;
}
.sidebar-block p {
    margin: 10px 0px;
}
.galleryLabel {
    color: #676767;
}
.infobar {
    color: #aaa;
    min-height:  15px;
    height: auto !important;
    height: 15px;
    margin: 10px 0 0;
}
.tagsbar {
    font-size: 11px;
    line-height:  14px;
    margin-top: 10px
}
.infobar .location {
    display: block !important;
    font-size: 12px;
    float: right;
    text-align: right;
}
.infobar .loc {
    margin-bottom: 5px;
}
a.location-name {
    color: #009ACD;
    text-decoration: none;
}
a.location-name:hover {
    text-decoration: underline;
}
.infobar .details {
    float: left;
    font-size: 10px;
}
.infobar .posted, .infobar .comments-name {
    color: #009ACD;
    font-size: 12px;
}
.infobar a.timestamp, .infobar .comments-quantity {
    color: #828282;
    font-size: 10px;
}
.comments-quantity {
    position: relative;
    top: -1px;
}
.comment-area {
    clear: both;
}
.infobar .comment_list {
    display: inline !important;
}
.comment {
    color: #444;
}
.posterousAddNewComment .commentunit {
    margin: 20px 0px;
}
.commentunit {
    margin: 10px 0px;
}
.commentname a {
    text-decoration: none !important;
}
.commentname a:hover {
    text-decoration: underline !important;
}
.comment h4 {
    margin: 0 !important;
}
.comment ul.mini_commands {
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    text-align:  right;
    top: 0;
}
.comment ul.mini_commands li {
    margin: 0;
}
.comment_value label {
    margin-right: 10px;
}
.comment_value input[type='submit'] {
    margin: 5px 0px;
}
.comment_none_yet_msg {
    color: #888;
    font-size: 11px;
    font-weight:  normal;
    margin-top:  5px;
}
.infobar .details a {
    text-decoration: none;
}
.infobar .details a:hover {
    text-decoration: underline;
}
.location-map {
    background: #eaeaea;
    margin-top:  5px;
    padding: 8px;
}
.map {
    float: left;
    height: 150px;
    width: 300px;
}
.location-details {
    color: #676767;
    float: right;
    width: 175px
}
.private-post {
    float: right;
}
.private-post a.tooltip_link:hover span {
    background:  #eaeaea;
    color: #555;
    right: 0px;
    width: 200px !important;
}
.private-post a.tooltip_link:hover span b {
    color: #555;
}
.pagination {
    color: #c5c5c5;
    padding: 15px 0 50px;
    font-size: 11px;
}
.pagination a, .pagination span {
    color: #009ACD;
    display: inline-block;
    display: -moz-inline-box;
    font-weight:  bold;
    margin: 0 8px;
    padding: 2px 2px;
}
.pagination span {
    color: #333;
}
.pagination a:hover {
    background: #009ACD;
    color: #fff;
    text-decoration: none;
}
.pagination .disabled {
    color: #c5c5c5;
}
.pagination .current {
    color: #000;
    font-weight:  bold;
    padding: 2px 2px 0;
}
.sidebar-block {
    margin-bottom: 30px;
}
h5 {
    color: #009ACD;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.tag {
    margin: 0;
    padding-top: 7px;
}
#more-tags-listing ul {
    margin: 0;
}
.tag li, #more-tags-listing li, .taglist li {
    color: #009ACD;
    font-size: 10px;
    list-style: none;
    margin: 0;
    vertical-align: top;
}
.taglist ul {
    margin: 0 !important;
}
.tag li a, #more-tags-listing li a, .taglist li a {
    color: #666;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 7px;
    text-decoration: none;
}
.tag li a:hover, #more-tags-listing li a:hover, .taglist li a:hover {
    text-decoration: underline;
}
a.more-tags {
    color: #009ACD !important;
    font-size: 10px !important;
    text-decoration: none;
}
a.more-tags:hover {
    text-decoration: underline;
}
li.tag_item_selected {
    color: #ddd;
    font-size: 12px;
    padding-bottom: 7px;
}
.contributors {
    margin: 10px 0;
}
ul.contribs li, ul.contribs li a, ul.fans li, ul.fans li a {
    font-size: 11px;
    color: #666;
    list-style:  none;
}
ul.contribs li img, ul.fans li img {
    vertical-align: middle;
}
#subscribe_div {
	display: inline-block; float: left; clear: both; margin-bottom: 3px;
}
.subscribe-link {
    color: #666;
    font-size: 11px;
    padding-left: 20px;
    line-height:  20px;
    position: relative;
    top: -2px;
}
.subscribe-posterous {
	display: inline-block; float: left; background: url(http://trendtag.posterous.com/images/favicon.png) no-repeat -1px -1px; margin: 3px 0px;
}
.subscribe-rss {
    display: inline-block; float: left; background: url(http://trendtag.posterous.com/images/feed-icon-14x14.png) no-repeat; margin: 3px 0px;
}
.posterousHeader {
    margin: 0px 0px;
}
.editbox {
    visibility:  hidden;
    position: absolute;
    top: -10px;
}
.postunit:hover .editbox {
    visibility: visible;
}
.metricLabel {
    font-size: 10px;
    color: #aaa;
}
.metricValue {
    font-size: 10px;
    color: #444;
    font-weight: bold;
}
#posterous_bar {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -140px;
}
div.posterous_quote_citation {
    margin: 5px 0px 15px;
}
div.profile_ajax_reply {
    padding-left: 20px;
}

#streamdescription {
padding: 12px 100px 12px 0
	}


