body, html {
	padding: 0;
	margin: 0;
	color: #333;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 15px;
}

a {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a img {border: 0; }
html {
	background: #670000 url(bg.jpg) center top fixed no-repeat;
}

#everything {
	width: 960px;
	display: table;
	margin: 0 auto 0 auto;
}

.left {
	width: 720px;
	float: left;
	padding: 20px 0 0 0;
}

.left .post {
	width: 640px;
	clear: both;
	padding: 20px 0 20px 0;
}

.left .header {
	width: 60px;
	float: left;
	display: block;
	margin: -20px 10px 20px 10px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}

.left .header div {
	background: #000;
	text-align: center;
	color: #fff;
	width: 60px; 
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	margin: 20px 0 0 0;
}

.left .header div a { color: #fff; }
.left .header div:hover { background: #fff;}
.left .header div:hover a { color: #000; }

.left .content {
	float: left;
	background: url(whitebg.png) 0 0 repeat;
	padding: 20px;
	width: 500px;
	margin: 0px 0px 10px 10px;
	border-right: 1px solid #340000;
	border-bottom: 1px solid #340000;
}

.left .content h2 {
	margin-top: 0;
	font-size: 25px;
}

.left hr {
	width: 100%;
	clear: both;
	margin: 10px 0 0 0;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	border:0;
	border-bottom: 1px solid #000;
}

.right {
	width: 240px;
	float: left;
	margin: 40px 0 20px 0;
	padding: 0px 0 0 0;
	position: relative;
}

.right h1 {
	width: 220px;
	height: 160px;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
}

.right h1 span {
	width: 220px;
	height: 160px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	background: url(logo.png) 0 0 no-repeat;
}

.right .whitey {
	width: 220px;
	margin: 0 0 0 10px;
	padding: 20px 0 0 0;
	background: url(whitebg.png) 0 0 repeat;
	border-right: 1px solid #340000;
	border-bottom: 1px solid #340000;
}

.right p {
	padding: 0px 20px 0 20px;
}

.right .follow {
	width: 180px;
	height: 50px;
	display: block;
	overflow: hidden;
	position: relative;
}

.right .follow span { 
	width: 180px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(follow.png) 0 0 no-repeat;
}
	
.right .follow:hover span {
	background-position: 0 -50px;
}

/* Post specific stuff */
.chat { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.chat li {
	border-top: 1px solid #fff;
	padding: 5px 0 5px 0;
}
.chat .label { font-weight: bold; }

.link {font-size: 30px;}

blockquote {
	padding: 0 0 20px 70px !important;
	background: url(http://trn.hu/clients/cvikli/assets/quote.png) 0 0 no-repeat;
	font-size: 18px;
	margin: 0 !important;
}

cite {
	margin: 10px 0 0 70px;
	font-size: 18px;
	font-weight: bold;
}

/* end of post specific stuff */

.search {
	width: 180px;
	margin: 20px;
}

.search .inputfield {
	width: 160px;
	height: 20px;
	color: #333;
	background: #fff;
	border: 1px solid #666;
	font-size: 15px;
	padding: 5px;
}

.blood {
	position: absolute;
	top: 155px;
	left: 185px;
	background: url(http://trn.hu/clients/cvikli/assets/blood.png) 0 0 no-repeat;
	width: 35px;
	height: 63px;
}


#buttons {
	margin: 20px;
	padding: 0 0 20px 0;
}

#buttons .button {
	width: 60px;
	overflow: hidden;
	display: block;
	height: 21px;
	float: left;
	background: left center no-repeat transparent;
	padding: 2px 0 0 30px;
	margin: 0 0 5px 0;
	font-size: 14px;
  }
  
#buttons a {
	color: {color:Background};
	text-decoration: none;
}
  
#buttons div {
	padding-bottom: 10px;
}
  
#buttons .button#button-rss {
	background-image: url(http://trn.hu/clients/cvikli/assets/button-rss.png);
}
  
#buttons .button#button-random {
	background-image: url(http://trn.hu/clients/cvikli/assets/button-random.png);
	}
  
#buttons .button#button-archive {
	background-image: url(http://trn.hu/clients/cvikli/assets/button-archive.png);
}
  
#buttons .button#button-mobile {
	background-image: url(http://trn.hu/clients/cvikli/assets/button-mobile.png);
}

ol.notes {
	padding: 20px;
	margin: 10px 0px 0 90px;
	width: 500px;
	list-style-type: none;
	border-bottom: solid 1px #ccc;
	background: url(http://trn.hu/clients/cvikli/assets/whitebg.png);
}

ol.notes li.note {
	border-top: solid 1px #ccc;
	padding: 10px;
}

ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

ol.notes li.note span.action {
	font-weight: bold;
}

ol.notes li.note .answer_content {
	font-weight: normal;
}

ol.notes li.note blockquote {
	margin: 10px 0px 0px 25px !important;
}

ol.notes li.note blockquote a {
	text-decoration: none;
}

#navigation {
	clear: both;
	padding: 20px 0 20px 0;
	width: 630px;
	display: table;
}

#navigation a {
	font-size: 20px;
	background: #fff;
	margin: 0px;
	color: #000;
	padding: 10px;
}

.lefty { float: left; }
.righty { float: right; }

#navigation a:hover {
	background: #000;
	color: #fff;
}

#trnlogo {float: right; margin: 20px 10px 0 0;}
#trnlogo span {
	color: #f00;
	font-size: 11px;
	clear: both;
	display: block;
	width: 40px;
	margin: 5px 0 0 0;
	text-align: center;
}

.box { margin: 0 20px 0 20px;}

#networkedblogs_nwidget_container { margin: 0 20px 20px 20px; }

.lfmWidgetchart_fa16bbce0bc970ac42881165faf727b0 { margin: 0 20px 20px 20px; }