/*
Theme Name: Felix Lammers Layout
Theme URI: http://www.felixlammers.com/
Description:
Version: 1.0
Author: Matthias Kunze
Author URI:
Tags:
*/

/************************************** general */

html, body {
  height: 100%;
}

body {
  font: 12px Arial;
  color: #999;
  line-height: 1em;
}

h1, h2, h3, h4, h5, strong, b {
  font-weight: bold;
}

/************************************** structure */

#header {
  padding: 60px 0 30px 0;
  border-bottom: solid 1px #999;
  margin-bottom: 90px;
}

#page {
  width: 880px;
  margin: 0 auto;
  position: relative;
  height: auto !important; /* real browsers */
  height: 100%; /* IE6: treaded as min-height*/
  min-height: 100%; /* real browsers */
  padding: 0 50px;
}

#content {
  padding-bottom: 2em;
}

#content.overview {
  padding-bottom: 6em;
}

#logo {
  height: 33px;
  margin: 60px 0 0 0;
  background: red;
  float: left;
}

#navigation {
  margin: 84px 0 0 0;
  text-align: right;
}

#navigation ul li {
  display: inline;
  padding: 0 0 0 10px;
}

#footer {
  margin: 20px 0 0 -10px;
  padding-left: 10px;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
}

.post {
  float: left;
  width: 420px;
  margin: 0 0 102px 0;
}

.post.left {
  margin-right: 40px;
  clear: both;
}


/************************************** font */

h1 a {
  position: absolute;
  width: 297px;
  height: 44px;
  text-indent: -10000px;
  display: block;
  z-index: 20;
  text-decoration: none;
  background: url(images/felixlammers_logo.gif) no-repeat left top;
}

h2 {
  display: none;
}

#content.normal h2 {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}

#navigation a {
  color: #999;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
}

#footer a {
  color: #999;
  text-decoration: none;
  font-weight: bold;
}

#navigation a:hover,
#navigation a.current,
#footer a:hover,
#navigation ul li.current_page_item a {
  color: #333;
}

.entry {
  line-height: 1.3em;
}

/************************************** misc */

.clearit {
  clear: both;
}



/* thickbox erweiterungen */

#TB_next {
  position: absolute;
  right: -35px;
  bottom: 50%;
}

#TB_next.nextLink {
  right: -60px;
  top: 0;
}

#TB_prev {
  position: absolute;
  left: -43px;
  bottom: 50%;
}

#TB_prev.prevLink {
  top: 0;
  left: -60px;
}

.nextLink,
.prevLink {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;;
  text-decoration: none;
  font-size: 20px;
  color: #999;
}

#TB_secondLine #TB_next a,
#TB_secondLine #TB_prev a {
  text-decoration: none;
  padding: 0;
  font-size: 2em;
  color: #999;
  position: relative;
}

#TB_secondLine #TB_next a:hover,
#TB_secondLine #TB_prev a:hover,
.nextLink:hover,
.prevLink:hover {
  color: #333;
}

#TB_closeWindowButton {
  font-size: 10px;
  text-decoration: none;
}

#TB_closeWindow #TB_closeWindowButton,
.modalCloseImg {
  font-size: 10px;
  text-decoration: none;
  color: #999;
}

#TB_closeWindow #TB_closeWindowButton:hover,
.modalCloseImg:hover {
  color: #333;
}

#TB_secondLine {
  color: #999;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack_white.png) repeat;}
.TB_overlayBG {
	background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#TB_window {
  background: #ffffff;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  box-shadow: none;
}

#TB_caption {
  padding-left: 15px;
}

#TB_window img#TB_Image {
  border: none;
}

#TB_closeWindow {
  padding: 7px 15px 0 0;
}

#TB_load {
	background-color: #fff;
	border: none;
	padding: 0;
}

#TB_window img#TB_Image {
  border: solid 1px #ccc;
}


/***** pages ******/

.custom-page *,
#imprint * {
  color: #333;
  line-height: 1.3em;
}

.custom-page a {
  color: #999;
  text-decoration: none;
}

.custom-page a:hover {
  color: #333;
}

.custom-page img {
  float: left;
  margin: 0px 30px 0 0;
}

.custom-page h2,
#imprint h2 {
  display: block;
  margin-bottom: 30px;
  color: #333;
}

.custom-page h3,
#imprint h3 {
  margin-bottom: 20px;
}

.custom-page .page-left {
  float: left;
  width: 313px;
  margin-right: 100px;
  height: 400px;
}

.clients {
  float: left;
  width: 200px;
}

.clients h2 {
  color: #999;
  text-transform: uppercase;
}

.clients .advertising {
  float: left;
  height: 400px;
  padding-right: 40px;
}

.contact {
  height: 300px;
}

.contact .page-left {
  width: 600px;
  margin-right: 7px;
}

.agency-germany {
  float: left;
  height: 200px;
  width: 250px;
}

/**** navigation (older) ****/

.navigation {
  clear: both;
  text-align: right;
}

.navigation .alignleft {
  float: left;
}

.navigation a {
  color: #999;
  text-decoration: none;
  font-weight: bold;
}

.navigation a:hover {
  color: #333;
}

/****** impressum ******/

#splash-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

#footer {
  z-index: 2999;
  background: #fff;
  overflow: hidden;
}

#imprint-wrap {
  position: absolute;
  overflow: hidden;
  height: 730px;
  width: 515px;
  bottom: 0;
  z-index: 200;
  margin-left: -15px;
  display: none;
}

#imprint {
  position: absolute;
  width: 430px;
  height: 624px;
  background: url(images/impressum_schatten.png) no-repeat;
  padding: 40px;
  bottom: -670px;
  z-index: 100;
}

#imprint h2 {
  margin-top: 30px;
}

#imprint h3 {
  margin-top: 20px;
}

#imprint a {
  font-weight: bold;
  text-decoration: none;
  color: #999;
}

#imprint a:hover {
  color: #333;
}

#imprint a#close-imprint {
  float: right;
}





#content.overview .clearit {
  height: 4px;
}

#content.overview ul {
  height: 72px;
}

#content.overview ul li {
  float: left;
}

#content.overview ul li img {
  border: solid 1px #ccc;
  margin: 0 4px 0 0;
}

#content.overview ul li img.last {
  margin-right: 0;
}




#switchview {
  position: absolute;
  right: 50px;
  top: 200px;
}

#switchview a {
  margin-left: 4px;
}

#switchview a {
  display: block;
  float: left;
  width: 21px;
  height: 15px;
  text-indent: -10000px;
  background: url(images/view_buttons.gif) no-repeat;
}

#switchview #normal-view {
  background-position: 0 -15px;
}

#switchview #small-view {
  background-position: -21px -15px;
}

#switchview #normal-view.active-icon,
#switchview #normal-view:hover {
  background-position: 0 0;
}

#switchview #small-view.active-icon,
#switchview #small-view:hover {
  background-position: -21px 0;
}
