/*
Theme Name: Building Stage
Built From: Simplicity
Simplicity URI: http://www.koch-werkstatt.de/2007/03/24/wordpress-theme-simplicity/
Description: Designed by <a href="http://www.koch-werkstatt.de" title="Kochwerkstatt">Karsten Kuhnen</a>,
based on the Theme Relaxation by <a href="http://www.jowra.com">Jowra</a>.
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
        padding: 0;
	background-color: #666;
	text-align: right;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


blockquote {
	border-left: 1px solid #326ea1;
        color: #555555;
        font-size: 1.00em;
        padding-left: 10px;
        padding-right: 10px;
	margin: 0 30px;
}

a {
	text-decoration: none;
        outline: none;
	color: gray;
}

code {  background: #f5f5f5;
        border: 1px solid #cccccc;
	color: #555555;
        padding: 10px;
	text-align: left;
	font-size: .9em;
}

/*#####################*/

h1 a {
	padding: 0 0 0 0;
	text-decoration: none;
        display: block;
	color: #333;
	margin-left: 0;
	font-size: 1.2em;
}

h1 {
        margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

h2, h2 a {
        font-weight: 100;
	margin: 0;
	padding: 0;
	color: #999;
}

h3, h3 a {
        font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 1em;
}

img {
	border: none;
}

ol, form {
	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
	color: #333;
	font-size: .8em;
}

.entry {
	text-align: left;
	line-height: 1em;
	clear: both;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.post {
	background-color: #f6f6f6;
	padding: 20px;
	margin-bottom: 40px;
}

.entry  p {
}

small {
	font-size: .9em;
}

#page {
	background: white;
	text-align: left;
	width: 900px;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*################*/
/*### Header   ###*/
/*################*/

#header {
        overflow: hidden;
        text-align: left;
	background-color: black;
	padding: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 220px;
}

#blogname {
	margin-top: 90px;
	margin-left: 50px;
}

#header h2 {
	font-size: 200%;
}

#header h2 a {
	float: left;
	color: #ccc;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#header p {
	color: #ff9900;
	font-size: 200%;
}

/*###################*/
/*### Oberes Menü ###*/
/*###################*/

#top {
          background: #4b4e52;
          border-bottom: 1px solid #dd4003;
          height: 34px;
          margin: 0 auto;
          width:100%;
          text-align: center;
          overflow: hidden;
	display: none;
}

#topbar { height: 34px;
          width: 900px;
          margin: 0 auto;
          padding: 0;
          text-align: center;
}

ul.topmenu {
        background: transparent;
        float: left;
        margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.topmenu li {
	float: left;
}

ul.topmenu li a {
	float: left;
	display: block;
        height: 34px;
	padding: 9px 20px 0 0px;
	color: #cbcbcb;
}

ul.topmenu li a:hover {
	color: #ffffff;
        text-decoration: none;
}

/*################*/
/*### Content  ###*/
/*################*/

#content {
	background: transparent;
        border: none;
	padding: 0 70px 0 0px;
        text-align: left;
	width: 480px;
	float: left;
	margin: 60px 0px 30px 30px;
}


#content a:hover {
        background: transparent;
        text-decoration: none;
}

#content img {
	float: left;
	margin: 3px 10px 5px 0;
        _margin: 3px 5px 5px 0;
	border: 1px solid #cccccc;
        padding: 5px;
        background-color: transparent;
}

#content a:hover img { 
        border: 1px solid #777777; 
        background: transparent;
}

#content h1 a:hover { 
        background: transparent; 
        text-decoration: none; 
}

#content h2 { 
        background: transparent;
	color: black;
	font-size: 80%;
}

#content h2 a { 
        background: transparent; 
        text-decoration: none;
	color: orange;
}

#content h2 a:hover { 
        background: transparent; 
        text-decoration: underline;
}

#content h3 a { 
        text-decoration: none; 
}

#content h3 a:hover { 
         background: transparent; 
         text-decoration: none; 
}

/*################*/
/*### Navigation  ###*/
/*################*/

#navigation {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#navigation ul {
	list-style-type: none;
	color: black;
	margin-top: 50px;
	margin-bottom: 5px;
	margin-right: 20px;
}

#navigation li {
	display: inline;
	color: black;
	margin-left: 20px;
}

#navigation a {
	color: #ccc;
	font-size: 12pt;
}

/*############################*/
/*#### Comment Form #### */
/*############################*/

#comment {
        background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 480px;
}

.commentbody {
        background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	position: relative;
        -moz-border-radius: 10px;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 40px;
}

.commentbody a {
        text-decoration: none;
}
.commentbody a:hover {
        text-decoration: none;
}

.commentbody p {
	font-size: 10pt;
	line-height: 1.2em;
	margin-bottom: 0;
	margin-top: 10px;
}

.commentlink {
	font-size: 13px;
}

.commentlist {
	list-style: none;
}

#email, #author {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	padding-left: 5px;
	vertical-align: middle;
	font-size: 12px;
}

#url {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
}

textarea {
        overflow:auto;
}

/*################*/
/*#### Footer ####*/
/*################*/

#footer {
        border-top: 1px solid #cccccc;
        height: 50px;
        clear: both;
        text-align: center;
        overflow:hidden;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	text-align: center;
	margin-top: 18px;
	color: silver;
}

#footer a {
        color: silver;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*################*/
/*### Search Form ###*/
/*################*/

.s {
        border: 0px solid #c7c7c7;
	padding-left: 3px;
	vertical-align: middle;
	width: 220px;
}

.searchform {
}

.searchform input {
	background-color: white;
	border: 1px solid gray;
	height: 1.5em;
	margin-top: 3px;
	margin-left: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar {
        width: 260px;
        text-align: left;
	float: left;
	background-color: #ff9900;
	line-height: 4pt;
	padding: 42px 20px;
	margin-top: 20px;
	margin-bottom: 50px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.sidelist {
        padding: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sidebar ul {
	list-style: none;
	border: none;
	margin-top: 0;
	margin-right: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 0;
}

#sidebar li{
	margin: 0;
        padding: 0;
        display: block;
	font-size: 10pt;
}

#sidebar li a {
        display: block;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
        border-bottom: 0;
	color: #666;
}

#sidebar li a:hover {
        text-decoration: none;
	}

#sidebar h2{
        background: inherit;
        color: #333;
        padding: 3px 0px 5px;
        margin: 0;
	font: 12pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	float: left;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
	padding-left: 20px;
}


.date {
	background: transparent;
	color: #363636;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.post a {
	font-size: 10pt;
	color: orange;
	text-decoration: none;
}

.post a:hover {
	font-size: 10pt;
	color: orange;
	text-decoration: underline;
}

.postmetadata {
        color: orange;
	text-align: left;
	line-height: 1em;
	font-style: italic;
	margin-top: 2px;
}

.postmetadata a {background: transparent; color: orange; text-decoration: none;
}

.postmetadata2 {
        background: #eeeeee;
        color: #999;
        border: 1px solid #cccccc;
        font-size: 11px;
        line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
        clear:both;
        -moz-border-radius: 10px;
}

.post h1 a {
	color: black;
	font-size: 12pt;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
        text-decoration: none;
}

.commentheader {
        background: inherit;
        font-size: 12pt;
        font-weight: lighter;
        text-align: left;
        color: #333;
        line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
}

.clear {clear:both;}

<!--######################-->
<!--### Menü im Footer ###-->
<!--######################-->

#bottom {
        clear: both;
	width: 810px;
	height: 100%;
	margin: 0;
	padding: 0px;
	background: transparent;
	text-align: left;
	color: #383d44;
	}

#bottom {
	width: 1000px;
	margin-left: 50px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: -10px;
	display: none;
}

#bottom-left {
	width: 200px;
	float: left;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 10px;
}

#bottom-mid {
	width: 200px;
	float: left;
	margin: 40px 0 10px 25px;
	padding: 0;
}

#bottom-right {
	width: 200px;
	float: left;
	margin: 40px 0 10px 25px;
	padding: 0;
}

#bottom-farright {
	width: 200px;
	float: left;
	margin: 40px 0 10px 25px;
	padding: 0;
}

#bottom h2 {
	font-weight: 100;
	padding-bottom: 5px;
	font-size: 10pt;
	color: #999;
}

#bottom ul {
	list-style: none;
	border: none;
	padding: 0 50px 20px 0;
	margin: 0;
}
#bottom li {
        border-bottom: 1px none #cccccc;
        display: block;
	font-size: 10pt;
	padding-bottom: 2px;
	padding-top: 2px;
}
#bottom li a {
        display: block;
        background-color: transparent;
	text-decoration: none;
        border-bottom: 0;
	color: silver;
}
#bottom li a:hover {
        text-decoration: none;
	}

/* My Comment */

.navigation {
	color: orange;
}

.children li a {
	margin-left: 10px;
}

#attachment_15 p {
	font-style: italic;
	text-align: center;
}

/* image caption */

.wp-caption-text {
	font-style: italic;
	font-size: 70%;
}

/* Author Page Styling */

.author {
}

.author h2 {
	font-weight: bold;
	font-size: 90%;
	color: black;
	clear: left;
}

.author h5 {
	margin-bottom: 0;
}

#author_posts {
	margin-left: -40px;
	margin-top: 5px;
}

#author_posts li {
	list-style-type: none;
	font-size: 80%;
	color: gray;
}

#author_posts a {
	list-style-type: none;
	text-decoration: none;
	color: orange;
}

#author_posts a:hover {
	list-style-type: none;
	color: #000;
	text-decoration: underline;
}

.final {
	margin-bottom: 10px;
}

/* gallery styles */

.gallery {
}

.gallery-item {
	margin: 0;
}

img.attachment-thumbnail {
	width: 120px;
	height: 120px;
}gray