/*
BLOG
*/	

.blog {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width: 563px;
	margin-top: 30px;
	font-size: small; 
}


.blog-ol {
	position: absolute;
  top: 0;
  right: 0;
	height: 37px;
  line-height: 37px;
	float: right;
	font-family: "Georgia", "Times New Roman", serif;
  color: #bfbfbf;
  text-align: right;
  padding-right: 1em;
  z-index: 2;
}

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

.blog-date-long {
	overflow: visible;
}

/*
.blog-date {
	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-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 37px;
	background: url('../../images/templ/black/bar.png') no-repeat;
  z-index: 1;
}

.blog-headline {
  position: absolute; 
  top: 0;
  left: 0;
  margin-left: 1em;
  height: 37px;
  line-height: 37px;
  float: left;
  z-index: 3;
}
.blog-headline a, .blog-headline a:visited {
	font-weight: bold;
	font-style: normal;
	color: #eee;
	font-family: Georgia,"Times New Roman",serif;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.blog-headline a:hover {
	color: white;
}

.blog-text {
	position: relative;
  left: 0;
  top: 35px;
	width: 533px;
	min-height: 100px;
	background: url('../../images/templ/black/dirt.png') no-repeat;
	overflow: visible;
	word-wrap:  break-word;
  padding: 2px 15px 0 15px;
  line-height: 1.5em;
  clear: both;
}

.blog-text h1 {
	font-weight: bold;
  font-family: "Georgia", "Times New Roman", serif;
	color: black;
	font-size: 1.2em;
  padding: 0;
  margin: 1em 0 5px -5px;
}
.blog-text h1 a {
	font-style: normal;
}

.blog-text a {
}

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

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

.blog-text blockquote a {
}

.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-text ul {
  margin: 0 0 0 2em;
  padding: 0 0 0 0;
}

.blog-text li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}


.blog-tags {
	position: relative;
	margin: 50px 1em 0 1em;
  width: 100%;
  font-family: "Georgia", "Times New Roman", serif;
}

.blog-tags a {
  color: #333;
}

.blog-tags a:hover {
}

.blog-tags-title {
	width: auto;
	float: left;
  font-style: italic;
  font-weight: bold;
	padding-right: 5px;
}

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

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

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