/*
BLOG
*/	

.blog {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width: 600px;
	background: url('../../images/templ/old/blog-bg.png') repeat-y;	
	margin-top: 30px;
}

.blog-ol {
	position: relative;
	width: 116px;
	height: 99px;
	float: left;
	background: url('../../images/templ/old/blog-ol.png') no-repeat;
}

.blog-date-short {
	position:relative;
	left: 7px;
	top: 60px;
	width: 28px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px; 
	color: #c4c4c4;
	font-weight: bold;
	text-transform: uppercase;
}

.blog-date-long {
	width: 0;
	height: 0;
	visibility: hidden;
}

.blog-top {
	position: absolute;
	top: 0px;
	left: 116px;
	width: 484px;
	height: 28px;
	background: url('../../images/templ/old/blog-top.png') no-repeat;
}

.blog-headline {
	margin-top: 15px;
}

.blog-headline, .blog-text {
	position: relative;
	width: 477px;
	float: right;
	overflow: visible;
}

.blog-headline a, .blog-headline a:visited {
	font-weight: bold;
	color: #d9a800;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.blog-text {
	margin-bottom: 15px;
	padding-right: 5px;
	min-height: 100px;
	word-wrap:  break-word;
	color: #666;
}

.blog-text h1 {
	font-weight: bold;
	color: #d9a800;
	font-size: 1.1em;
  margin-top: 5px;
	margin-bottom: 5px;
  clear: both;
}

.blog-text img {
	float: right;
	margin-right: 0.5em	
}
.blog-text > p > img, .blog-text > p > a > img {
	float: left;	
}

.blog-text blockquote {
  padding: 0 0 0 10px; 
  margin: 0 10px 10px 30px; 
  border-left: 2px solid #888; 
  color: #888;
}

.blog-text blockquote a {
  color: #888;
}

.blog-text blockquote .first {
  font-size: 2.7em;
	font-weight: bold;
  line-height: 0.9em;
  height: 0.9em;
  font-family: serif;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.blog-tags {
	position: relative;
	clear: both;	
	width: 100%;
	height: 28px;
	background: url('../../images/templ/old/blog-ur.png') right bottom no-repeat;
	font-size: 0.8em;
}

.blog-tags a {
	font-weight: normal;	
}

.blog-tags-title {
	width: 111px;
	height: 28px;
	background: url('../../images/templ/old/blog-ul.png') no-repeat;
	float: left;
	text-align: right;
	color: 	 #d9a800;
	padding-right: 5px;
}

.blog-pager {
	margin-top:2em; 
	width:60%; 
	clear:both;
	font-size: small;
	font-weight: bold;
}

.blog-pager-l {
	float:left; 
	width:49%; 
	text-align:left;
}

.blog-pager-r {
	float:right;
	width:50%; 
	text-align:right;
}

