/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
    background:transparent url(../img/tools/black_arrow_big.png) no-repeat scroll 0 0; 
    font-size:14px; 
    height:153px; 
    padding:30px; 
    width:310px; 
    font-size:14px; 
    display:none; 
    color:#fff; 
}

iframe {
	border: 1px solid #cccccc;
}

.gallery_preview img {
	border: 2px solid #cccccc;
}

.blog .h1nocolor {
	color: #999999;
}

.blog h1 {
	line-height: 0.0em;
	font-family: Arial;
	font-weight: normal;
	font-size: 2.7em;
	letter-spacing: -0.03em;
	padding-bottom: 10px;
}

.blog hr {
	border-bottom: 1px dotted #999999;
}

.blog .brighter {
	color: #999999;
}

.blog a {
	color: #999999;
	text-decoration: none;
}

.blog a:hover {
	color: #1c649a;
	text-decoration: none;
	background: transparent;
}


.blog_text {
	padding-left: 20px;
}

.blog_text h1 {	
	line-height: 0;
	font-weight: normal;
	color: #666666;
	font-size: 1.4em;
	letter-spacing: -0.03em;
	padding-bottom: 15px;
}

.blogend {
	border-bottom: 1px solid #000000;
	width: 700px;
	text-align: left;
	margin-bottom: 20px;
}

.blog_commenthinweis {
	padding: 5px;
	background-color: #e8e8e8;
	margin-top: 20px;
	font-size: 0.9em;
	color: #444444;
}

.blog_commenthinweis a {
	text-decoration: none;
	color: #444444;
}

.blog_commenthinweis a:hover {
	background-color: transparent;
	color: #1c649a;
}

.blog a[href $="twitter.com/conceptplus"] {
	background: url(../img/icon_twitter.png) center left no-repeat;
	padding-left: 22px;
}

.blog a[href $=".rss"] {
	background: url(../img/icon_rss.png) center left no-repeat;
	padding-left: 22px;
}

.blog_text a[href ^="#comments"] {
	background: url(../img/icon_comment.gif) center left no-repeat;
	padding-left: 22px;
}

.blog_text a[href ^="#comment_write"] {
	background: url(../img/icon_edit.gif) center left no-repeat;
	padding-left: 22px;
}