﻿/*
Theme Name: Lightroom2010
Author: Kelby Media Group
Description: Fred's quick theme-fix for the Lightroom KT Blog - Originally: DesignPile
*/

/* -------------------------------
BODY STYLES
----------------------------------*/
* {
  margin: 0;
  padding: 0;
	}
/* body {
  color: #ccc;
  background:url(images/bk_body.jpg);
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:135%;
	}*/

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/
a:hover {
  text-decoration: none; color: #94a9c9;}
a:focus {
	outline:none;}
h1 {
	font-size:26px;
	letter-spacing:-1px;
	font-weight:normal;
	padding:10px 0 8px;
	font-style:italic;
	font-weight:bold;
	font-family:Verdana,Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	}
h1 a {
	text-decoration:none;
	border-bottom:1px dotted #F30C55;
	color: #fff;
	}
h1 a:hover {
	border:none;
	color: #94a9c4;
	}
h2{
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	padding:10px 0;
	color: #F60;/*#fcb84c;*/
	} 
h3{
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	padding:10px 0;
	color: #0CF;
	} 

ul {list-style:none;}
p {margin:4px 0 0 6px;
	color:#94a9c4;

}


/* -------------------------------
LAYOUT STRUCTURE
----------------------------------
#mainWrapper {
	background:url(images/bk_wrapper.png) 0 0 repeat-x;
	margin:0;
	padding:0;
	}
#wrapper {
	width:960px;
	margin:0 auto;
	}*/
/*#header {
	background:url(../images/bk_header.png) 90% 0 no-repeat;
	height:171px;
	position:relative;
	}*/
#content { }
#colLeft {float:left;}
#colLeftInner {
	width:592px; /* -40px */
	background:#1C1C1C;
	padding:25px 24px 35px;
	min-height:500px;
	}
#colRight {
	float:left;
	width:180px; /* +40px */
	border-top:1px solid #1d1d1d;
	}
#colLeft {
	float:left;
	width:192px; /* +40px */
	border-top:1px solid #1d1d1d;
	}

	
/*--------------------------------
COL Left
----------------------------------*/
.boxLeft {
	border:1px solid #434343;
	border-left:none;
	background:url(../images/bk_rightbox.jpg) 0 0 repeat-y;
	/*margin: 22px 0;*/
	margin: 0 0 8px;
	padding-top:8px;
	}
.boxLeftInner {
	padding:0 10px 15px;
	color:#888;

	}
.boxLeft h2 {
	display:block;
	margin-right:-13px;
	height:38px;
	line-height:30px;
	padding:0 0 0 15px;
	text-transform:uppercase;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	}
.boxLeft ul li {
	padding:8px 6px 8px 20px;
	border-bottom:1px solid #434343;
	}
.boxLeft ul li a {
	text-decoration:none;
	display:block;
	}
	
/*--------------------------------
COL RIGHT
----------------------------------*/
.boxRight {
	border:1px solid #434343;
	border-left:none;
	background:url(../images/bk_rightbox.jpg) 0 0 repeat-y;
	/*margin: 22px 0;*/
	margin: 0 0 8px;
	padding-top:8px;
	font-size:10px;
	font-weight:bold;
	}
.boxRightInner {
	padding:0 8px 8px 4px;
	color:#888;
	}
	
.boxRight h2 {
	display:block;
	margin-right:-13px;
	height:38px;
	line-height:30px;
	padding:0 0 0 15px;
	text-transform:uppercase;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	}
.boxRight ul li {
	padding:2px 4px 6px 18px;
	border-bottom:1px solid #434343;
	}
.boxRight ul li a {
	text-decoration: underline;
	display:block;
	font-weight:bolder;
	color: #0C9FE7;
	}
.boxRight	p {margin:0.1em 0;}
.quicksummaryLeft img {float: left; margin: 4px 0 4px 12px;}

/*.quicksummary {padding: 12px 12px 8px 12px;}*/
.quicksummary {padding: 2px 8px 4px 6px;}
.quicksummary img {float: right; margin: 2px 0 12px 12px;}
/* ADS */
#ads {padding: 10px 20px 6px 8px; background: #323232; text-align: center; border-left: 1px solid #111;}
#ads img {margin-left: 12px;}
.sidead300 {
	margin: 22px 0 0 12px;
	}
	.sidead300 small, .incontentad small {
		text-align: center;
		text-transform: uppercase;
		display: block;
		color: #808080;
		margin-top: -1px;
		width: 300px;
		}
.incontentad {margin: 6px 0 28px 0;} .incontentad small {width: 336px;}
#leaderboard {position: absolute; left: 232px; top: 50px;}
#ad_oneliner {font-weight: normal; height: 32px; overflow: hidden; text-align: center; background: #111; color: #bbb; font-size: 12px; margin: 0 0 22px 0; line-height: 32px; padding: 0 20px; border: 1px dotted #333;} #ad_oneliner a:link, #ad_oneliner a:visited {color: #94a9c4; text-decoration: none;} #ad_oneliner a:hover {color: #9E3025;}

/*---------------------------
CLEARING
----------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
	}
.clearfix { display: block; }


/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */

/* blue*/


a {color: #0C9FE7;}
h1 {color:#0C9FE7;}
h1 a {border: none;}
h2{color: #fcb84c;}
#archive-title, .searchQuery {background:url(../images/blue/bullet_star_featured.png) 0 50% no-repeat;}
#featuredPost .label {background:url(../images/blue/bullet_star_featured.png) 0 50% no-repeat;}
.homePost h2 a {color: #fcb84c;}
.homePost h2 a:hover {color:#99CC30;}
.homePost .date span {color:#FF6600;}
.blogPost .date span {color:#C93A2B;}
a.more-link {background:url(../images/blue/but_readmore.png) 0 0 no-repeat;}
.boxRight h2 {
	background:url(../images/bk_h2_right.png) 0 0 no-repeat;
	color:#EDF4D9;
	}
.boxLeft h2 {
	background:url(../images/bk_h2_right.png) 0 0 no-repeat;
	color:#EDF4D9;
	}
.boxRight ul li {background:url(../images/bullet_star.png) 4px 11px no-repeat;}

.boxRight ul li a:hover {color:#d1d1d1;}
#footerInner h2 {
	color:#fff;
	background:url(../images/blue/bullet_h2_footer.png) 0 50% no-repeat;
	}
#footerInner .boxFooter ul li {background:url(../images/blue/bullet_arrow.png) 0 11px no-repeat;}
#footerInner .boxFooter ul li a {color:#797979;}
#footerInner .boxFooter ul li a:hover {color:#0C9FE7;}
#searchform input#searchsubmit {background:url(../images/blue/but_search.png) 0 90% no-repeat;}
#commentform input#submit{background:url(../images/blue/but_post_comment.png) 0 0 no-repeat;}
#contact input.submit{background:url(../images/blue/but_send.png) 0 0 no-repeat;}


#sponsorcontent {
	position: relative;
	height: 69px;
	width:156px;
	min-height:69px;
	margin: 4px 0 4px 6px;
}

#slideshow {
	position: relative;
	margin: 4px 0 4px 12px;
	padding-top:4px;

}

#kadercontent {
	position: relative;
	height: 241px;
	min-height:241px;
	width:112px;
	margin: 4px 0 4px 24px;
}


#contentinc {
	position: relative;
	margin: 1px 0 4px 6px;
	padding-left:10px;
	float:left;
	border:1px solid #434343;
	background:url(../images//bk_wrapperHoch.png) 0 0 repeat-y;
	width:550px;
	padding-bottom:16px;
	padding-left:12px;
	padding-right:8px;
	
}

#titel {
	position: relative;
	margin: 4px 6px 12px 6px;
	float:left;
	border:none;
}


#subtitel {
	position: relative;
	margin: 4px 6px 4px 6px;
	float:left;
	border:none;

}

#subtitelsmall {
	position: relative;
	margin: 4px 0px 4px 6px;
	float:left;
	border:none;

}

#antwortdiv {
	position: relative;
	margin:  4px 0px 4px 16px;
	float:left;
	border:none;

}

#subtitel  h2{
	font-size:14px;
	color:#F60;
}

#subtitelsmall  h2{
	font-size:14px;
	color:#F60;
}

#map{
	position: relative;
	float:left;
	margin: 4px 10px 4px 10px;
}

.miniscreen01{

	position:absolute;
	left:160px;
	top:0px;
  height:auto;

  width:auto;


  }

.miniscreen01 img{
  width:auto;
  border:0px;
  height:auto; 
  float:left;
  margin:10px;
  margin-top:70px;
  margin-left:90px;

}

.sponsorimg {
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	padding: 4px 4px 4px 4px;
	border: none; /*1px solid #0C9FE7;*/
	width:150px;
	float:left;
	margin:0 0 0 12px;	
}


.anzeige{
	display:block;
	margin-right:0px;
	margin-left:0px;
	padding:2px 4px 6px 4px;
		text-transform:none;

	font-size:13px;
	font-style:normal;
	font-weight:bold;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	letter-spacing:normal;
	color:#FFFFFF;
	text-align:center;
	} 
	
.anzeige ul li {
	padding:6px 2px 6px 10px;
	border-bottom:1px solid #434343;
	background:none;
	}
.anzeige ul li a {
	text-decoration:none;
	display:block;
	text-transform:none;
	}
	
.anzeigeHead {
	padding:2px 0px 2px 0px;
	color:#888;
	text-align:left;
	}

