/*
Theme Name: WordPress aperto
Theme URI: http://wordpress.org/
Author: Aperto AG
*/

body {
   margin: 0 0 20px 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Arial, Verdana, Sans-Serif;
	color: #333;
	background: #9A9A9A url(images/bg-body.gif) repeat 0 0;
}
/* hidden */
.aural,
#header h1 {
    position: absolute;
    top: -1000px;
    left: -1000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}
/* clear */
h2.pagetitle:after,
.navigation:after,
#respond:after {
    display: block;
    clear: both;
    content: " ";
    height: 1px; /* avoid collapsing margins */
}
/* Links and Buttons */
a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}
/* ------------------------------------
Layout 
--------------------------------------- */
#wrapper {
    height: 1%;
    overflow: hidden;
    margin: 20px auto;     
    padding-bottom: 0;
    width: 770px;
    background: #9a9a9a;
}
#header {
	margin: 0;
	padding: 0;
	height: 180px;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}
#content {
    display: inline;
    float: left;
    width: 528px;
    margin: 0 10px 0 20px;
    padding: 0;
    background: #fff;
    font-size: 120%;
}

/* Header */
#header {
    position: relative;
    background: #9A9A9A url(images/main_visual.jpg) no-repeat 17px 0;
}
#header .description {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 25px;
    font-size: 120%;
    text-transform: uppercase;
}
#header a {
    display: block;
    position: absolute;
    left: 20px;
    top: 10px;
    width: 730px;
    height: 150px;
}
#header a:hover {
    text-decoration: none;
}
#headerimg {
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
}
#headerimg .description {
	text-decoration: none;
	color: #fff;
}
/* sidebar */
#sidebar {
   background: #fff;
	font-size: 120%;
}
/* content */


/* Meta Navigation */
.meta-nav {
    margin: 0 20px 0 0;
}
.meta-nav ul {
    padding: 10px 0 0 0;
    margin: 0;
    text-align: right;
}
.meta-nav ul li {
    display: inline;
    list-style: none;
    margin-left: 10px;
}
.meta-nav ul li a {
    color: #fff;
    font-size: 120%;
    padding-left: 15px;
    background: url(images/arrow.gif) no-repeat 0 4px
}
.meta-nav ul li a:hover {
    text-decoration: underline;
}
/* Answer */
#respond {
    background: #9a9a9a;
    padding: 0;
}
#respond a {
    color:#333 !important;
    text-decoration: underline !important;
}





/* ------------------------------
Content - Elemente 
-------------------------------- */ 
/* Headlines */
h1, h2, h3 {
   color: #333;
	font-family:Georgia,Geneva,Arial,sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 250%;
}
h2 {
     font-size: 190%;
     margin: 20px 0 10px 0;
     line-height: 1.2;
}
#sidebar h2 {
    font-size: 120%;
    margin: 0 0 10px 0;
    padding: 0;
}
h2.pagetitle {
    margin: 30px 0 30px 0;
    padding: 30px 20px 10px 20px;
    border-bottom: 1px solid #9a9a9a;
}
h3 {
	font-size:170%;
   margin: 20px 0 10px 0;
	padding: 0;
	}

h3#comments {
	padding: 0;
	margin: 40px 10px 20px 20px;
    border: none;
	}
h2 a, 
h2 a:visited,
h3 a, 
h3 a:visited {
	color: #333;
	text-decoration: none;
}
h2 a:hover, 
h3 a:hover {
	color: #FF6600;
	text-decoration: none;
}

/* entry */
#content .entry {
	line-height: 1.4em;
	}
#content .entry {
    width: 490px;
    padding: 0;
    overflow: hidden
	}
.entry p a:visited {
	color: #FF6600;
}
/* other elements */

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;
}
hr {
	display: none;
}
a img {
	border: none;
}
small {
	line-height: 1.5em;
}
small, 
.nocomments, 
.postmetadata, 
blockquote, 
strike {
    font-size: 90%;
    color: #000;
}
code {
	font: 120% 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 90%;
}
/* Images */
p img {
	padding: 0 20px 0 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
   display: inline;
	padding: 4px;
	margin: 0 0 2px 7px;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* Lists */
.entry ol {
	padding: 0 0 0 15px;
	margin: 0;
	}
.entry ol li {
	margin: 0 0 5px 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 0;
}
#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;
}
/* Content Navigation */
.navigation {
    position: relative;
    top: -1px;
    display: block;
    float: left;
    height: 1%;
    width: 508px;
    padding: 10px 10px;
    border-top: 1px solid #9A9A9A;
	}
.editpage {
    padding-left: 20px;
}
/* ---------------------------
Comments and Forms
------------------------------ */
#commentform input, 
#commentform textarea {
    background: #fff;
    border: 1px solid #fff;
    font-size: 120%;
    font-family: Arial, Verdana, 'Sans Serif';
	}
#commentform input:focus, 
#commentform textarea:focus {
    border: 1px solid #ff6600;
	}
/*Comment Lists */
.commentlist li {
   overflow: hidden;
   height: 1%;
   margin: 0 20px 30px 20px;
	padding: 0;
   font-weight: bold;
	font-size: 90%;
	list-style: none;
}
.commentlist li ul li {
	font-size: 100%;
} 

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.comment-meta {
    margin-bottom: 20px;
}
.commentmetadata {
	font-weight: normal;
    margin: 5px 0 20px 0;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	}
.commentlist p {
    overflow: hidden;
   height: 1%;
	font-weight: normal;
	line-height: 1.4.em;
	text-transform: none;
   font-size: 100%;
}
#commentform {
	margin: 10px 0 20px 0;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 300px;
	padding: 2px;
}
.commentlist {
	padding: 0;
}
.commentlist li ul li {
	margin-left: 10px;
}
.commentlist p {
	margin: 0 0 20px 0;
}
.children { 
  padding: 0; 
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	margin: 0;
	padding: 0;
}
.commentmetadata {
	display: block;
}
/* posts */
.post {
	 margin: 0;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #9a9a9a;
}
.post hr {
	display: block;
}
#content .postmetadata {
	padding-top: 5px;
}
.postmetadata {
	clear: both;
}
.postmetadata a {
    margin-left: 8px;
    padding: 0 0 0 15px;
    color: #000;
    background: url(images/arrow.gif) no-repeat 0 4px;
}
.postmetadata a:hover {
    color: #ff6600;
}
#wrapper .alt {
    color:#9A9A9A;
    line-height: 1.4em;
}
#wrapper .alt a {
    margin-left: 0;
    padding: 0;
    background: none;
    color: #ff6600;
}
#wrapper .alt a:hover {
    color: #ff6600;
    text-decoration: underline;
}

/* ------------------------- 
Footer 
---------------------------- */
#footer {
    clear: both;
    overflow: hidden;
    padding: 50px 0 0 0;
    margin: 0;
    height: 200px;
    width: 549px;
}
#footer p {
    float: right;
    margin: 0;
    padding: 0;
    width: 150px;
    font-size: 100%;
}
#footer p a {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 120%;
    padding-left: 16px;
    background: url(images/icon_link.gif) no-repeat 0 2px;
}
#footer p a:hover {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #ff6600 url(images/icon_link_weiss.gif) no-repeat 0 2px;
} 
#footer p a.contact {
    display: block;
    color: #333;
    text-decoration: none;
    background: url(images/icon_kontakt.gif) no-repeat 0 2px;
} 
#footer p a.contact:hover {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #ff6600 url(images/icon_kontakt_weiss.gif) no-repeat  2px;
} 
/* ----------------------------
Sidebar
------------------------------- */
#sidebar {
    display: inline;
    float: right;
    margin: 0 20px 20px 0;
    padding: 20px 0 10px 0;
    width: 190px;
}
#sidebar ul li.widget {
    padding: 0 15px;
    margin-bottom: 15px;
}
#sidebar ul li.widget_text,
#sidebar ul li.widget_stags_cloud,
#sidebar ul li#flickr {
    padding-bottom: 10px;
    border-bottom: 1px solid #9a9a9a;
}
#sidebar form {
	margin: 0;
}
/* ----------------------------
Formelements
------------------------------- */
select {
	width: 130px;
}
#submit {
    margin: 10px 0 0 0;
    float: none;
    border: none;
    cursor: pointer;
    padding: 2px 10px 3px;

    width: auto;
	 background: #fff;
    color:#333333;
    font-size:100%;
    font-weight:bold;
}
#submit:hover {
    background-color:#FF6600;
    color:#FFFFFF;
    cursor:pointer;
}
/* ----------------------------
Search 
------------------------------- */
#searchform {
	margin: 10px 0;
	padding: 0;
}
#sidebar #searchform #s {
    font-size:100%;
    font-weight:normal;
    width:9em;
}
#sidebar #searchsubmit {
	padding: 1px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#flickr img {
	margin-right: 5px;
}

