/*
Theme Name: facadeprinter
Theme URI: http://facadeprinter.org
Description: The Facadeprinter.org Theme
Version: 1.0
Author: Julian Adenauer
Author URI: http://julianadenauer.de/
Tags: facadeprinter
*/

/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

img{
	border: 0;
}

/*********************************
		Typography
**********************************/

body {
/*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;*/
}

strong, em, b, i {
font-family: Arial, Helvetica, sans-serif;
/*
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;*/
}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: Helvetica, Arial, sans-serif;
}

.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
}

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

a:visited {
	color: #999;
}

a:hover {
	color: black;
}
a:active{
	border: none;
}
a.active{
	color: black;
}

p{
	padding-bottom: 1.2em;
	clear: left;
}

a p{
	color: #333;
}

.clear{
	clear: both;
}
em.image{
	display: block;
	margin-top: -10px;
	font-size: 0.9em;
	margin-bottom: 2em;
	color: #333;
	font-style: normal;
}

/**********************************
	 Page Structure 
************************************/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
	/*background: #eee;*/
	text-align: center;
}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	/*border: 1px solid #ddd;*/
	border-top: none;
	clear: both;
	width: 825px;
	text-align: center;
	font-size: 1.2em;
}

#header {
	width: 801px;
	margin: 0 12px;
	border-bottom: 1px solid #ccc;
  	position: relative;
  	height: 90px;
	margin-bottom: 10px;
	color: #777;
}

#content {
	margin: 0 12px;
	width: 825px;
	text-align: left;
	line-height: 150%;
}

#footer{
	margin: 2em 12px 0 12px;
  	text-align: left;
	height: 8em;
	margin-bottom: 2em;
	border-top: 1px solid #ccc;
	line-height: 150%;
}	

.column_1, .column_2, .column_3{
	float: left;
	display: block;
	margin: 0 12px 0 0;
	/*min-height: 180px;*/
}

.column_1{
  	width: 259px;
}

.column_2{
  	width: 530px;
	text-align: justify;
}

.column_3{
  	width: 801px;
}

.sidebar{
	width: 219px;
	margin-left: 40px;
}

.last{
  	margin-right: 0px;
}

hr{            
  border: none;
  margin: 0;
  clear: both; 
	height: 1em;
	color: white;
}

ul li{
	margin-bottom: 0.2em;
	color: #777;
}

ul li a{
	color: #777;
}

ul li a:visited{
	color: #777;
}

ul li a:hover{
	color: black;
}
ul li a.active{
	color: black;
}

ul.credits{
	margin-bottom: 1em;
	list-style-type: circle;
}
ul.credits li{
	list-style-type: disc;
	color: #333;
	margin-left: 1em;
}

/*- Main Menu in Header */

ul.menu {
	bottom: 0;
	margin: 0 ;  
  	display: block;
  	position: absolute;
  	bottom: 0px;
  	right: 0px;
	margin-bottom: 8px;
}

ul.menu li {
	float: left;
	list-style: none;
	margin-bottom: 0px;
}

ul.menu li a {
	margin: 0 8px;
	font-size: 1em;
	color: black;
	text-decoration: none;
	color: #777;
}

ul.menu li a.active {
	color: black;
}

ul.menu li a:hover {
	color: black;
	background: white;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: white;
	text-decoration: none;
}

div#langSwitch {
	float: right;
	margin-top: -20px;
}        
div#langSwitch ul li{
	float: left;
	padding-right: 3px;
	color: black;
}
div#langSwitch ul li a{
  color: #777;
  background-color: white;
  padding-right: 4px;
  border-right: 1px solid #777;
  
}       
		
		
/*- Headings */
h1 {
	font-size: 3em;
}

h1.logo
{
  background-image: url("logo.png");
  background-repeat: none;
  text-indent: -9999px;
  width: 200px;
  height: 78px;
  margin-left: 10px;
  float: left;
}

h2 {
	font-size: 1.3em;
	padding-left: 2px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #777;
}

h2 a {
	color: #777;
}

h2 a:visited{
	color: #777;
}

h2 a:hover {
	color: black;
	background-color: white;
}

h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	color: #777;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 0.5em;
}

h3.faq{
	margin-top: 2em;
	border: none;
}

h4{
	margin-top: 1em;
}

/* Frontpage */
div.sticky{
	position: relative;
}

div.sticky h2{
	border: 0;
	/*margin: -0.5em 24px -1em 0;*/
	color: white;
	padding: 0.3em 0.5em;
	font-size: 1em;
	display: none;
	position: absolute;
	right: 34px;
	bottom: 10px;
	font-weight: normal;
	background-color: black;
}

div.sticky:hover h2{
	display: block;
}

div.slideshow{
	width: 801px;
	height: 446px;
}

/*- News */
.news_entry{
	margin-bottom: 2.5em;
	clear: both;
	display: block;
	float: left;
}

img{
	margin-bottom: 12px;
}

em.meta{
	font-size: 0.8em;
	color: #777;
	margin: -1em 0 1em 3px;
	display: block;
	font-style: normal;
}

ul.photo_array li{
	width: 259px;
	float: left;
	margin-right: 12px;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	color: #333;
}

ul.photo_array li.last{
	margin-right: 0px;
}

ul.photo_array li img{
	margin-bottom: -1.2em;
}

h2.wide{
	width: 801px;
}

img.gallery_image{
	margin-bottom: 1em;
}


/*******************************
	 Comments 
********************************/
#comments{
	width: 530px;
}
#comments textarea{
	width: 530px;
}


/********************************
 * GALLERY
 ********************************/
.gallery img{
	margin-bottom: 12px;
}

/*******************************
 * APPLICATIONS
 *******************************/
.applications img {
	margin-bottom: 12px;
}
a.previous{
	float: left;
	padding: 0.5em 1em;
	border: 1px solid #ccc;
}
div.back{
	text-align: center;
}
a.back{
	display: block;
	padding: 0.5em 1em;	
	border: 1px solid #ccc;
}
a.next{
	float: right;
	padding: 0.5em 1em;	
	border: 1px solid #ccc;	
}

/********************************
 * PICTURE NAV					*
 ********************************/
ul.pictureNav{
}
ul.pictureNav li{
	display: block;	
	float: left;
	width: 150px;
	border: 1px solid #ccc;
	text-align: center;
}
ul.pictureNav li.center{
	margin: 0 172px;
}
ul.pictureNav a{
	display: block;
	width: 150px;
}
ul.pictureNav a:hover{
	background-color: #ccc;
}
ul.pictureNav li.deactivated{
	color: #ddd;
	border: 1px solid #eee;
}

/********************************
 * TABLES						*
 ********************************/
table{
	width: 530px;
	margin-bottom: 2em;
}
td {
	padding: 5px 0.5em;
	border-bottom: 0px solid white;
}
tr:nth-child(even) {
	background-color: #eee;
}
tr:nth-child(odd) {
	background-color: #ddd;
}


/*******************************
	 Footer 
********************************/
#footer h3 {
  font-weight: bold;
  font-size: 1em;
  color: #777;
  margin-bottom: 3px;
  border: none;
}

#footer div.footlist{
  float: left;
  margin-right: 3em;
}

#footer div.copyright{
	text-align: right;
	font-size: 0.9em;
	padding-top: 2em;
	color: #999;
	clear: right;
}

#footer div.like{
	float: right;
	padding-top: 5px;
}

#footer ul{
  float: left;
  text-decoration: none;
}

#footer ul li a{
	font-size: 0.9em;
	text-decoration: none;
	color: #999;
}

#footer ul li a:hover{
	color: black;
}

div.gallery_entry column_1{
	position: absolute;
}


