/*  
Theme Name: Bogen
Theme URI: http://blog.d-motion.at/
Description: Ein Regenbogen-Theme f&uuml;r die VS Darwingasse.
Version: 1.0
Author: d-motion
Author URI:http://d-motion.at/

	Bogen v 1.0
	http://blog.d-motion.at/

	This theme was designed and built by d-motion
	whose blog you will find at http://blog.d-motion.at/

	The CSS, XHTML and design is released under the LGPL:
	http://www.opensource.org/licenses/lgpl-license.php
*/



/* Begin Typography & Colors */
html, body {height: 100.1%;}
body {
	font-family: Verdana, "Trebuchet MS", Georgia, Sans-Serif;
	font-size: 11px;
	color: #000;
	background: #99CCFF url(images/main_bg.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
a {
	color: #1469B9;
	text-decoration: none;
	
}	
a:visited {
	color: #C86428;
}
a:hover {
	text-decoration: none;
	color: #00A0F0;
}
a.image {
	border-bottom: 0;
}
#wrapper {
	margin: 15px auto 0px;
	width: 950px;
	background: #FFFFFF url(images/wrapper_bg.jpg) no-repeat center top;
	padding: 0;
}
#header {
	width: 950px;
	height: 160px;
	text-align:left;
	margin: 0;
	padding: 0;
}
#logo {
	width: 160px;
	clear: right;
	float:left;
	padding-top: 40px;
	margin-left: 30px;
}
#logo a {
	border:none;
}
#topmenu {
	width: 680px;
	padding-top: 40px;
	padding-left: 40px;
	float: left;
}
#header ul, #header li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#header li a {
	display: block;
	min-width: 25px;
	padding: 10px;
	float: left;
	margin-right: 5px;
}
#header li a, #header li a:visited {
	z-index: 100;
	margin-top: -3px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FF6600;
	border: 1px solid #1469B9;
	background: url(images/nav_bg.png);
}	
#topmenu ul li.current_page_item a {
	color: #000000;
	background: url(images/nav_bg_current.png);
}
#header li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #DDD9D7;
	border: 1px solid #000;
}
#contentwrapper {
	width: 940px;
	margin: 0px;
	padding: 0px 0px 20px;
	text-align:left;
}
#content {
	font-size: 1.2em;
	text-align:left;
	line-height: 1.8em;	
	width: 560px;
	margin: 0;
	padding: 0px 40px 40px 60px;
	float: left;
	clear: both;	
}
#content.single {
	width: 648px;
	text-align:left;
	margin: 0; 
	padding: 0px 100px 40px 60px;
}
#content h2 {
	margin-bottom: 20px;	
}
#content h3 {
	font-weight: bold;
}

/* Begin Sidebar */
#sidebar {
	width: 200px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	float:left;
	margin-right: 5px;
	margin-left: 20px;
	padding: 20px;
	border: 1px solid #1469B9;
	background: url(images/side_bg.png) repeat-x;
}
#sidebar a {
	font-size: 1.2em;
	color: #3C4543;
	text-decoration: none;
	line-height: 1.7;
	border-bottom: none;
}	
#sidebar a:hover {
	color: #5A6361;
	text-decoration: underline;
}
#sidebar h2 {
	color:#D94D17;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: bold 1.1em/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}		

#sidebar form {
	margin: 0;
}

#searchsubmit, #sidebarsubmit, #commentform #submit {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}
	
#sidebarsubmit {
	font-size: 1em;
}		
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style: none; 
}

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

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

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

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

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



/* End Sidebar */
.postmetadata, .commentmetadata {
	letter-spacing: 1px; 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	font-size: 0.75em;
	font-weight: normal;	 
}

.commentmetadata {font-size: 0.8em;
}	
		
.alt {
	background-color: #FAF9F8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1EFED;
	border-bottom-color: #F1EFED;
}

/* Footer */
#footer {
	width: 950px;
	height: 50px;
	clear: both;
	background: url(images/footer_bg.jpg) no-repeat center bottom;
	color: #FFFFFF;		
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
#footer p {
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
	
#footer a, #footer a:visited {
	color: #FFFFFF; text-decoration: none; 
	border-bottom: none;
}	
#footer a:hover {
	color: #282828;
}	

#rand {
	height: 15px;
	margin:0;
	padding:0;
}


small, .navigation {
	color: #8A8684;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
.navigation a {
	border-bottom: none;	
}	
	
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}

h1 {
	font-size: 3.8em;
	line-height: 0.9em;
}
h2 {
	font-size: 2.1em;
}
	
h2 a {
	color: #505050;
 	letter-spacing: -1px;
	line-height: 1.2em;
	text-decoration: none;
	border-bottom: none;			
}

h2 a:visited {
	color: #787878;
}		
h2 a:hover {
	color: #000000;
}

h3 {
	font-size: 1.3em;
}
	
h4, li h2 {line-height: 1.2em;
 	letter-spacing: 1px;	
	font-size: 0.8em;
	font-weight: normal;	
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif; 		
}	
	
.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Georgia, 'Times New Roman', Serif; 
}
	
.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nocomments, .postmetadata, strike {
	color: #A8A4A2;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;}
	
#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
	
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px 0;
	text-align: left;
	}
	
.postmetadata .alt {
	margin: 25px 0 0 0;
}	
	
div.columnleft {
	float: left;
	width: 285px;
	padding-right: 33px;	
	}

div.columnright {
	float: right;
	width: 285px;
	padding-left: 34px;
}
/* End Structure */



/*	Begin Headers */


h2 {
	margin: 0;
}

h3 {
	margin: 30px 0 0 0;
	padding: 0;
}
	
h3.comments {
	margin: 40px auto 20px auto;
	padding: 0;
}
	
h4 {	
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;	
}	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

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

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



/* Begin Lists */

ul, ol {
	margin: 25px 0 25px 0;
	padding: 0 0 0 30px;
}

ol {
	padding: 0 0 0 35px;
}
ul ul {
	margin: 5px 0 20px 20px;
}
ol li {
	margin: 0;
	padding: 0;
}

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

/* End Entry Lists */



/* Begin Form Elements */
input#s, input#author, input#email, input#url, textarea, #sidebar #searchform #s {
	border: 1px solid #C9C5C3;
}

#searchform {
	margin: 0 auto;
	padding: 0 0 5px 0; 
	text-align: left;
}

#sidebar #searchform #s {
	width: 90px;
	padding: 1px 0;
}

#searchsubmit, #sidebarsubmit {
	margin-left: 5px;
}

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

select {
	width: 130px;
}

#commentform {
	padding: 0;
}

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

#commentform textarea {
	width: 98%;
	margin: 5px 0 0 0;	
	padding: 0px;
}

#commentform #submit {
	margin: 2px 0 0 0;	
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 20px 0 0 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: left;
}

.commentlist li {
	margin: 15px 0 3px 0;
	padding: 10px;
	list-style: none;
}

.commentlist p {
	margin: 0;
	padding: 10px 0 0 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



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

acronym, abbr {
	border-bottom: 1px dotted;
}
	
blockquote, blockquote cite {
	margin: 0px 15px 0 0; 
	padding: 20px 0px 20px 33px; 
	background: url(images/quote-arial.gif) 0px 15px no-repeat; 
	color: #6E6A67; 
	font-style: italic; 
	font-size: 0.9em;
}

blockquote cite {
	display: block;
}
	
blockquote p {
	margin: 0; 
	padding: 0;
}		

.center {
	text-align: center;
}

a img {
	border: none;
}

.navigation {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0 40px 0;
	clear: both;
	border-bottom: none;
}

.break {margin: 0; padding: 0; clear: both; line-height: 0px; width: 100%; visibility: hidden;
}

Element { }	
/* End Various Tags & Classes*/


/* Kontaktformular */
body div.formcontainer{
clear: both;
overflow: hidden;
width: 80%;
}

body div.formcontainer span.required {
color: #FF0000;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
border-top: 1px solid #E8E8DE;
color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
}

body div.formcontainer p.error {
background: #fbfbee url(images/error.png) no-repeat 12px 50%;
border-bottom: 2px solid #F0D28B;
}

body div.formcontainer p.important {
background: #fbfbee url('images/important.png') no-repeat 12px 50%;
border-bottom: 2px solid #FED7CE;
}

body div.formcontainer p.information {
background: #fbfbee url('images/information.png') no-repeat 12px 50%;
border-bottom: 1px solid #FF9900;
}

body div.formcontainer p.success {
background: #fbfbee url('images/success.png') no-repeat 12px 50%;
border-bottom: 2px solid #C7E9B3;
}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
background: #FFF4E6;
border: 1px solid #FF9900;
color: #333333;
margin: 0.5em 0 1.5em 0;
padding: 1em;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
padding: 0.3em;
width: 97%;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error, body div.formcontainer form.contact-form fieldset div.form-textarea textarea.error {
	background: #FFDFAE;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
}

/* Ende Kontaktformular */

#adresse1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	height: 150px;
	width: 225px;
	line-height: 1.4em;
	padding-top: 15px;
	padding-left: 26px;
	padding-right: 0px;
	background: url(images/index_rahm.gif) no-repeat center center;
}
