/*
Theme Name: THE BAKERY
Theme URI: http://supernodegree.com/
Description: Crafted with much love by <a href="mailto:hans@supernodegree.com">Hanspeter</a> for <a href="http://thebakery.de/">THE BAKERY</a>.
Version: 2.0
Author: SUPERNODEGREE
Author URI: http://supernodegree.com/
Tags: love, cake

	The Bakery 2.0
	http://supernodegree.com/

	This theme was designed and built by Hanspeter Kadel.
	hans@supernodegree.com

*/

/* HIDE WORDPRESS STATS */
#wpstats { display: none; }

/* the dropdown filter list */
li.filter ul { display: none; list-style: none;}
li.filter:hover ul { display: block; }

.filter *, .filter { margin: 0; padding: 0;}

.filter, .filter ul {  width: 100px;}

.text-only {
	margin-top: -20px;
}

.exhibition-teaser {
	float: left; width: 100%;
	margin-bottom: 8px;
	margin-top: -3px;
}

.et-sub {
	margin-top: -6px;
}

.sub-info { margin-top: -20px;}

a, a:hover, a:visited, a:active, a:link {
	color: #222;
	text-decoration: underline;
}

a:hover, a:active {
	/*color: #fff;*/
	font-weight: bold;
}


/* colors */

.c_tb { color: #222222; }
.c_cs { color: #fd9128; }
.c_fd { color: #007f87; }
.c_es { color: #f2342b; }

/* Begin Typography & Colors */
body {
	line-height: 120%;
	font-size: 70.0%; /* Resets 1em to 12px */
	font-family: 'Courier', 'Courier New', Serif;
	background: #fff url(images/bg2.png);
	color: #332222;
	text-align: center;
	}

.header { 
			background-position: 0 38px; 
		  	background-repeat: repeat-x;
		}

#header {
			background: url(images/logo-reiter.png) no-repeat 30px 13px;
			height: 140px;
		}
	
		
	
#content {
	}

#sub {
	}

#footer {
	}
	
.row {
}	
/* End Typography & Colors */

#two-columns div {
	margin-top: -5px;
}

/* forms */
#contactFormArea { margin-top: 32px; }

input, textarea { width: 240px; height: 15px; margin-bottom: 4px; padding: 5px 10px; 
	font-family: Courier;
	font-size: 11px;
	color: #999;
	background: url(images/input.gif);
	border: none;
}

textarea {
	height: 85px;
	background: url(images/textarea.gif);
}
input[type='image'] { width: 48px; height: 20px; background: none;}

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}

td {
	padding: 0 8px 8px 0;
}
	
ul, li {
	list-style-type: none;
	margin: 0;
	}

#menu li {
	float: left;
	/*width: 150px;*/
	padding: 10px 10px;
}

#menu {
	margin-right: 40px;
	margin-bottom: 24px;
}

#gallery-navigation-top li, #gallery-navigation-bottom li {
	margin-right: 4px;
	padding: 4px 10px;
	background: black;
	float: left;
}

#gallery-navigation-top li a, #gallery-navigation-bottom li a {
	color: #fff;
	text-decoration: none;
}

#gallery-navigation-top ul, #gallery-navigation-bottom ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#gallery-navigation-top, #gallery-navigation-bottom {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#gallery-navigation-bottom {
	background: red;
	margin-top: -10px;
	position: relative;
}

.next {
	right: 0;
}

.prev {
	left: 0;
}

#gallery {
	margin-top: 40px;
}

#canvas {
	position: relative;
	width: 580px;
	height: 375px;
	text-align: center;
}

.portfolio {
	background: url(images/dot.gif);
	display: table-cell; 
	vertical-align: middle;
}

.thumbframe {
	width: 172px;
	height: 172px;
	margin: 0 32px 30px 0px;
	float: left;
	position: relative;
}

.thumbframe img {
	visibility: visible;
	display: inherit;
}

.thumbframe .infos {
	display:none;
	background: #222;
	width: 100%;
	height: 100%;
}

.infos table {
	border: 15px solid white;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

.infos td {
	height: 33%;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

.name {
	font-size: 130%;
}

.id {
	font-size: 32px;
}
.raute {
	position: absolute;
	left: 40px;
	font-weight: 100;
	font-size: 24px;
	vertical-align: middle;
	margin-right: 4px;
}

#partner td {
	font-weight: bold;
	width: 130px;
	padding: 4px 0;
}


#navigation {
	position: relative;
	margin-top: 12px;
	margin-bottom: 20px;
}
#nav-prev {
	width: 50px;
	position: absolute;
	left: 0;
}
#nav-next {
	text-align: right;
	width: 50px;
	position: absolute;
	right: 0;
}
#info {
	position: absolute;
	width: 480px;
	left: 50px;
	text-align: center;
}

#details {
	margin-top: 24px;
}

/* the wrapper centeres his child objects and spreads the bg over the whole page */	
.box {
	margin: 0;
	padding: 0;
	width: 100%;
}

.header {
	/*margin: -12px 0 0 0;*/ /* dirty hack */
}

.content {
	/*height: 505px;*/
	
}

.sub {
	background: url(images/bg.png);
}

.footer {
	
}

#logo {
	visibility: hidden;
}

#sublogo {
	visibility: hidden;
}

#menu {
	position: absolute;
	right: 0;
	bottom: 0;
}	

#content {
	height: 460px;
	width: 960px;
		
	position: relative;  /* THIS 	 */
	left: 50%;			 /* CENTERES */
	margin-left: -480px; /* THE BOX  */
	
	text-align: left;
}

#sub {
	width: 960px;
	
	position: relative;  /* THIS 	 */
	left: 50%;			 /* CENTERES */
	margin-left: -480px; /* THE BOX  */
	
	padding-top: 40px;   /* this is where the content starts (the rows) */
}

.row {
	float: left;
	margin-bottom: 30px;
	width: 960px;
	text-align: left;
}

.col {
	/*border-right: 1px dotted #333;*/
	float: left;
	padding: 0 30px;
}

.single {
	width: 260px;
}

.double {
	width: 580px;
}

.tripple {
	border: none;
}

.tripple img {
}

.column { 
	float: left; 
	margin: 0 10px;
}
.last.column { margin-right: 0; }  
.first.column { margin-left: 0; }

.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

.lastrow {
	margin-bottom: 0;
}

.noborder {
	border: none;
}

#header {
	width: 960px;
	
	position: relative;  /* THIS 	 */
	left: 50%;			 /* CENTERES */
	margin-left: -480px; /* THE BOX  */
	}
	
#footer {
	width: 960px;
	
	position: relative;  /* THIS 	 */
	left: 50%;			 /* CENTERES */
	margin-left: -480px; /* THE BOX  */
	
	padding-top: 40px;   /* this is where the content starts (the rows) */
	
	}


.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1, h2, h3 {
	font-size: 1.6em;
	}

h1 {
	}

h3 {
	/*margin-bottom: 8px;*/
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End captions */
